0byt3m1n1
Path:
/
data
/
25
/
2
/
89
/
72
/
2741072
/
meta
/
3012654
/
mysql.backup
/
[
Home
]
File: 1_035c54e_15.mysqlcluster11.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster11 Database: 1_035c54e_15 -- ------------------------------------------------------ -- Server version 5.6.39-83.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `backupdb_wp_commentmeta` -- DROP TABLE IF EXISTS `backupdb_wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backupdb_wp_commentmeta` -- LOCK TABLES `backupdb_wp_commentmeta` WRITE; /*!40000 ALTER TABLE `backupdb_wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `backupdb_wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backupdb_wp_comments` -- DROP TABLE IF EXISTS `backupdb_wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci 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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backupdb_wp_comments` -- LOCK TABLES `backupdb_wp_comments` WRITE; /*!40000 ALTER TABLE `backupdb_wp_comments` DISABLE KEYS */; INSERT INTO `backupdb_wp_comments` VALUES (16,47,'Food & Agro Bangladesh International Expo-2016 - Ecvents.com','','http://www.ecvents.com/international-events/food-agro-bangladesh-international-expo-2016/','178.238.224.131','2016-03-03 17:07:47','2016-03-03 17:07:47','[…] Exhibition Participation Application Form: www. cems-foodagro.com/foodagrobd/expo-application-form […]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/4.4.2','pingback',0,0); /*!40000 ALTER TABLE `backupdb_wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backupdb_wp_links` -- DROP TABLE IF EXISTS `backupdb_wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci 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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backupdb_wp_links` -- LOCK TABLES `backupdb_wp_links` WRITE; /*!40000 ALTER TABLE `backupdb_wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `backupdb_wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backupdb_wp_ngg_album` -- DROP TABLE IF EXISTS `backupdb_wp_ngg_album`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_ngg_album` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `previewpic` bigint(20) NOT NULL DEFAULT '0', `albumdesc` mediumtext, `sortorder` longtext NOT NULL, `pageid` bigint(20) NOT NULL DEFAULT '0', `extras_post_id` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `extras_post_id_key` (`extras_post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backupdb_wp_ngg_album` -- LOCK TABLES `backupdb_wp_ngg_album` WRITE; /*!40000 ALTER TABLE `backupdb_wp_ngg_album` DISABLE KEYS */; INSERT INTO `backupdb_wp_ngg_album` VALUES (1,'Food Pro & Agro Bangladesh International Expo','food-pro-agro-bangladesh-international-expo',1,'','WyIxIiwiMiJd',0,98); /*!40000 ALTER TABLE `backupdb_wp_ngg_album` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backupdb_wp_ngg_gallery` -- DROP TABLE IF EXISTS `backupdb_wp_ngg_gallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_ngg_gallery` ( `gid` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `path` mediumtext, `title` mediumtext, `galdesc` mediumtext, `pageid` bigint(20) NOT NULL DEFAULT '0', `previewpic` bigint(20) NOT NULL DEFAULT '0', `author` bigint(20) NOT NULL DEFAULT '0', `extras_post_id` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`gid`), KEY `extras_post_id_key` (`extras_post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backupdb_wp_ngg_gallery` -- LOCK TABLES `backupdb_wp_ngg_gallery` WRITE; /*!40000 ALTER TABLE `backupdb_wp_ngg_gallery` DISABLE KEYS */; INSERT INTO `backupdb_wp_ngg_gallery` VALUES (4,'food-and-agro','food-and-agro','/wp-content/gallery/food-and-agro','Food and Agro','',0,112,1,140),(5,'valued-logo','valued-logo','/wp-content/gallery/valued-logo','valued-logo','',0,37,1,263); /*!40000 ALTER TABLE `backupdb_wp_ngg_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backupdb_wp_ngg_pictures` -- DROP TABLE IF EXISTS `backupdb_wp_ngg_pictures`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_ngg_pictures` ( `pid` bigint(20) NOT NULL AUTO_INCREMENT, `image_slug` varchar(255) NOT NULL, `post_id` bigint(20) NOT NULL DEFAULT '0', `galleryid` bigint(20) NOT NULL DEFAULT '0', `filename` varchar(255) NOT NULL, `description` mediumtext, `alttext` mediumtext, `imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `exclude` tinyint(4) DEFAULT '0', `sortorder` bigint(20) NOT NULL DEFAULT '0', `meta_data` longtext, `extras_post_id` bigint(20) NOT NULL DEFAULT '0', `updated_at` bigint(20) DEFAULT NULL, PRIMARY KEY (`pid`), KEY `extras_post_id_key` (`extras_post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=127 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backupdb_wp_ngg_pictures` -- LOCK TABLES `backupdb_wp_ngg_pictures` WRITE; /*!40000 ALTER TABLE `backupdb_wp_ngg_pictures` DISABLE KEYS */; INSERT INTO `backupdb_wp_ngg_pictures` VALUES (16,'thumbs_11427762_467814393368365_7844651332786493247_5n',0,3,'thumbs_11427762_467814393368365_7844651332786493247_5n.jpg','','thumbs_11427762_467814393368365_7844651332786493247_5n','2015-06-17 09:12:59',0,0,'eyIwIjpmYWxzZSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjYwMCwiaGVpZ2h0Ijo0NTAsInNhdmVkIjp0cnVlLCJ0aHVtYm5haWwiOnsid2lkdGgiOjQwMCwiaGVpZ2h0IjoyNTB9LCJuZ2cwZHluLTB4MjUwLTAwZjB3MDExYzAxMHIxMTBmMTEwcjAxMHQwMTAiOnsid2lkdGgiOjMzMywiaGVpZ2h0IjoyNTAsImZpbGVuYW1lIjoidGh1bWJzXzExNDI3NzYyXzQ2NzgxNDM5MzM2ODM2NV83ODQ0NjUxMzMyNzg2NDkzMjQ3XzVuLmpwZy1uZ2dpZDAyMTYtbmdnMGR5bi0weDI1MC0wMGYwdzAxMWMwMTByMTEwZjExMHIwMTB0MDEwLmpwZyIsImdlbmVyYXRlZCI6IjAuMDYyMDU3MDAgMTQzNDUzMjk4MiJ9fQ==',136,1434532982),(17,'thumbs_11407228_467808840035587_6687833193919930531_n',0,3,'thumbs_11407228_467808840035587_6687833193919930531_n.jpg','','thumbs_11407228_467808840035587_6687833193919930531_n','2015-06-17 09:13:34',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:400;s:6:\"height\";i:250;}}',0,NULL),(18,'11215802_467814296701708_8417981841133168063_n',0,3,'11215802_467814296701708_8417981841133168063_n.jpg','','11215802_467814296701708_8417981841133168063_n','2015-06-17 09:13:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:960;s:6:\"height\";i:640;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:400;s:6:\"height\";i:250;}}',0,NULL),(19,'thumbs_11407228_467808840035587_6687833193919930531_n_0',0,3,'thumbs_11407228_467808840035587_6687833193919930531_n_0.jpg','','thumbs_11407228_467808840035587_6687833193919930531_n_0','2015-06-17 09:14:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:400;s:6:\"height\";i:250;}}',0,NULL),(20,'11393104_467814060035065_2891123569364602738_n',0,3,'11393104_467814060035065_2891123569364602738_n.jpg','','11393104_467814060035065_2891123569364602738_n','2015-06-17 09:14:21',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:960;s:6:\"height\";i:640;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:400;s:6:\"height\";i:250;}}',0,NULL),(22,'thumbs_11427762_467814393368365_7844651332786493247_5n-1',0,4,'thumbs_11427762_467814393368365_7844651332786493247_5n-1.jpg','','thumbs_11427762_467814393368365_7844651332786493247_5n','2015-06-17 09:24:32',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJ0aHVtYnNfMTE0Mjc3NjJfNDY3ODE0MzkzMzY4MzY1Xzc4NDQ2NTEzMzI3ODY0OTMyNDdfNW4tMS5qcGciLCJ3aWR0aCI6NjAwLCJoZWlnaHQiOjQ1MCwiZ2VuZXJhdGVkIjoiMC40MTg2OTUwMCAxNDM0NTMzMDcyIn0sIndpZHRoIjo2MDAsImhlaWdodCI6NDUwLCJmdWxsIjp7IndpZHRoIjo2MDAsImhlaWdodCI6NDUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic190aHVtYnNfMTE0Mjc3NjJfNDY3ODE0MzkzMzY4MzY1Xzc4NDQ2NTEzMzI3ODY0OTMyNDdfNW4tMS5qcGciLCJnZW5lcmF0ZWQiOiIwLjQ3MDkyMjAwIDE0MzQ1MzMwNzIifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',142,1464156575),(23,'thumbs_11428731_467814156701722_7607020877621209532_n4',0,4,'thumbs_11428731_467814156701722_7607020877621209532_n4.jpg','','thumbs_11428731_467814156701722_7607020877621209532_n4','2015-06-17 09:24:35',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJ0aHVtYnNfMTE0Mjg3MzFfNDY3ODE0MTU2NzAxNzIyXzc2MDcwMjA4Nzc2MjEyMDk1MzJfbjQuanBnIiwid2lkdGgiOjYwMCwiaGVpZ2h0Ijo0NTAsImdlbmVyYXRlZCI6IjAuODQ3NTEyMDAgMTQzNDUzMzA3NSJ9LCJ3aWR0aCI6NjAwLCJoZWlnaHQiOjQ1MCwiZnVsbCI6eyJ3aWR0aCI6NjAwLCJoZWlnaHQiOjQ1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfdGh1bWJzXzExNDI4NzMxXzQ2NzgxNDE1NjcwMTcyMl83NjA3MDIwODc3NjIxMjA5NTMyX240LmpwZyIsImdlbmVyYXRlZCI6IjAuOTAyNDI5MDAgMTQzNDUzMzA3NSJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',144,1464156575),(24,'11215802_467814296701708_8417981841133168063_n-1',0,4,'11215802_467814296701708_8417981841133168063_n-1.jpg','','11215802_467814296701708_8417981841133168063_n','2015-06-17 09:27:47',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMTIxNTgwMl80Njc4MTQyOTY3MDE3MDhfODQxNzk4MTg0MTEzMzE2ODA2M19uLTEuanBnIiwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDAsImdlbmVyYXRlZCI6IjAuODE2MTI2MDAgMTQzNDUzMzI2NyJ9LCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY0MCwiZnVsbCI6eyJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY0MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfMTEyMTU4MDJfNDY3ODE0Mjk2NzAxNzA4Xzg0MTc5ODE4NDExMzMxNjgwNjNfbi0xLmpwZyIsImdlbmVyYXRlZCI6IjAuOTE4ODYzMDAgMTQzNDUzMzI2NyJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',147,1464156575),(26,'11350562_467813946701743_2628541697742313852_n1',0,4,'11350562_467813946701743_2628541697742313852_n1.jpg','','11350562_467813946701743_2628541697742313852_n1','2015-06-17 09:27:50',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMTM1MDU2Ml80Njc4MTM5NDY3MDE3NDNfMjYyODU0MTY5Nzc0MjMxMzg1Ml9uMS5qcGciLCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY0MCwiZ2VuZXJhdGVkIjoiMC4wNjMxMDYwMCAxNDM0NTMzMjcwIn0sIndpZHRoIjo5NjAsImhlaWdodCI6NjQwLCJmdWxsIjp7IndpZHRoIjo5NjAsImhlaWdodCI6NjQwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic18xMTM1MDU2Ml80Njc4MTM5NDY3MDE3NDNfMjYyODU0MTY5Nzc0MjMxMzg1Ml9uMS5qcGciLCJnZW5lcmF0ZWQiOiIwLjE3Mjc5NDAwIDE0MzQ1MzMyNzAifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',151,1464156575),(28,'11403343_467814043368400_7745644898113678858_n',0,4,'11403343_467814043368400_7745644898113678858_n.jpg','','11403343_467814043368400_7745644898113678858_n','2015-06-17 09:27:51',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMTQwMzM0M180Njc4MTQwNDMzNjg0MDBfNzc0NTY0NDg5ODExMzY3ODg1OF9uLmpwZyIsIndpZHRoIjo5NjAsImhlaWdodCI6NjQwLCJnZW5lcmF0ZWQiOiIwLjgyNTQzNzAwIDE0MzQ1MzMyNzEifSwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDAsImZ1bGwiOnsid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzXzExNDAzMzQzXzQ2NzgxNDA0MzM2ODQwMF83NzQ1NjQ0ODk4MTEzNjc4ODU4X24uanBnIiwiZ2VuZXJhdGVkIjoiMC45MjI4MjEwMCAxNDM0NTMzMjcxIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',155,1464156575),(29,'11406920_467814403368364_799800414709535019_n',0,4,'11406920_467814403368364_799800414709535019_n.jpg','','11406920_467814403368364_799800414709535019_n','2015-06-17 09:27:52',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMTQwNjkyMF80Njc4MTQ0MDMzNjgzNjRfNzk5ODAwNDE0NzA5NTM1MDE5X24uanBnIiwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDAsImdlbmVyYXRlZCI6IjAuNjM3MzkzMDAgMTQzNDUzMzI3MiJ9LCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY0MCwiZnVsbCI6eyJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY0MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfMTE0MDY5MjBfNDY3ODE0NDAzMzY4MzY0Xzc5OTgwMDQxNDcwOTUzNTAxOV9uLmpwZyIsImdlbmVyYXRlZCI6IjAuNzY2MTk4MDAgMTQzNDUzMzI3MiJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',157,1464156575),(30,'11427762_467814393368365_7844651332786493247_n',0,4,'11427762_467814393368365_7844651332786493247_n.jpg','','11427762_467814393368365_7844651332786493247_n','2015-06-17 09:27:53',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMTQyNzc2Ml80Njc4MTQzOTMzNjgzNjVfNzg0NDY1MTMzMjc4NjQ5MzI0N19uLmpwZyIsIndpZHRoIjo5NjAsImhlaWdodCI6NjQwLCJnZW5lcmF0ZWQiOiIwLjQ5Njk1NjAwIDE0MzQ1MzMyNzMifSwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDAsImZ1bGwiOnsid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzXzExNDI3NzYyXzQ2NzgxNDM5MzM2ODM2NV83ODQ0NjUxMzMyNzg2NDkzMjQ3X24uanBnIiwiZ2VuZXJhdGVkIjoiMC41OTIyODQwMCAxNDM0NTMzMjczIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',159,1464156575),(31,'thumbs_11393104_467814060035065_2891123569364602738_n3',0,4,'thumbs_11393104_467814060035065_2891123569364602738_n3.jpg','','thumbs_11393104_467814060035065_2891123569364602738_n3','2015-06-17 09:29:44',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJ0aHVtYnNfMTEzOTMxMDRfNDY3ODE0MDYwMDM1MDY1XzI4OTExMjM1NjkzNjQ2MDI3MzhfbjMuanBnIiwid2lkdGgiOjYwMCwiaGVpZ2h0Ijo0NTAsImdlbmVyYXRlZCI6IjAuODY0Mzc4MDAgMTQzNDUzMzM4NCJ9LCJ3aWR0aCI6NjAwLCJoZWlnaHQiOjQ1MCwiZnVsbCI6eyJ3aWR0aCI6NjAwLCJoZWlnaHQiOjQ1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfdGh1bWJzXzExMzkzMTA0XzQ2NzgxNDA2MDAzNTA2NV8yODkxMTIzNTY5MzY0NjAyNzM4X24zLmpwZyIsImdlbmVyYXRlZCI6IjAuOTE1NDkyMDAgMTQzNDUzMzM4NCJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',161,1464156575),(35,'_mg_1308',0,4,'MG_1308.JPG','','_MG_1308','2015-06-17 09:35:09',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18xMzA4LkpQRyIsIndpZHRoIjoxMDAwLCJoZWlnaHQiOjY2NywiZ2VuZXJhdGVkIjoiMC4xNTAxOTcwMCAxNDM0NTMzNzA5In0sIndpZHRoIjoxMDAwLCJoZWlnaHQiOjY2NywiZnVsbCI6eyJ3aWR0aCI6MTAwMCwiaGVpZ2h0Ijo2Njd9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzEzMDguSlBHIiwiZ2VuZXJhdGVkIjoiMC4yNTM1MzgwMCAxNDM0NTMzNzA5In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',169,1464156575),(36,'_mg_1313',0,4,'MG_1313.JPG','','_MG_1313','2015-06-17 09:35:09',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18xMzEzLkpQRyIsIndpZHRoIjoxMDAwLCJoZWlnaHQiOjY2NywiZ2VuZXJhdGVkIjoiMC45OTM1NjQwMCAxNDM0NTMzNzA5In0sIndpZHRoIjoxMDAwLCJoZWlnaHQiOjY2NywiZnVsbCI6eyJ3aWR0aCI6MTAwMCwiaGVpZ2h0Ijo2Njd9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzEzMTMuSlBHIiwiZ2VuZXJhdGVkIjoiMC4wOTE5NzEwMCAxNDM0NTMzNzEwIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',171,1464156575),(37,'kfk-logo',0,5,'KFK-Logo.jpg','','P-Billboard 30FT X 20FT','2015-09-16 04:40:40',0,1,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJLRkstTG9nby5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjEyNywiZ2VuZXJhdGVkIjoiMC41Mjk3MjIwMCAxNDQyMzc4NDQwIn0sIndpZHRoIjoyMDAsImhlaWdodCI6MTI3LCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTI3fSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTI3LCJmaWxlbmFtZSI6InRodW1ic19LRkstTG9nby5qcGciLCJnZW5lcmF0ZWQiOiIwLjU1MDM0NjAwIDE0NDIzNzg0NDAifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6IlAtQmlsbGJvYXJkIDMwRlQgWCAyMEZUIiwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',262,1456546996),(46,'p6-logo',0,5,'p6-logo.jpg','','p6-logo','2015-09-16 04:41:32',0,2,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJwNi1sb2dvLmpwZyIsIndpZHRoIjoyMTAsImhlaWdodCI6MTEwLCJnZW5lcmF0ZWQiOiIwLjcwMTgzNjAwIDE0NDIzNzg0OTIifSwid2lkdGgiOjIxMCwiaGVpZ2h0IjoxMTAsImZ1bGwiOnsid2lkdGgiOjIxMCwiaGVpZ2h0IjoxMTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMTAsImZpbGVuYW1lIjoidGh1bWJzX3A2LWxvZ28uanBnIiwiZ2VuZXJhdGVkIjoiMC43MjAyNTcwMCAxNDQyMzc4NDkyIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',281,1456546996),(55,'p8-logo',0,5,'p8-logo.jpg','','p8-logo','2015-09-16 04:54:54',0,3,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJwOC1sb2dvLmpwZyIsIndpZHRoIjoxNzksImhlaWdodCI6MTY2LCJnZW5lcmF0ZWQiOiIwLjMxMjMxNjAwIDE0NDIzNzkyOTQifSwid2lkdGgiOjE3OSwiaGVpZ2h0IjoxNjYsImZ1bGwiOnsid2lkdGgiOjE3OSwiaGVpZ2h0IjoxNjZ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjE3OSwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX3A4LWxvZ28uanBnIiwiZ2VuZXJhdGVkIjoiMC4zMzI4ODMwMCAxNDQyMzc5Mjk0In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',300,1456546996),(56,'p9-logo',0,5,'p9-logo.jpg','','p9-logo','2015-09-16 04:58:14',0,4,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJwOS1sb2dvLmpwZyIsIndpZHRoIjoxNzksImhlaWdodCI6MTY2LCJnZW5lcmF0ZWQiOiIwLjAyMDU4ODAwIDE0NDIzNzk0OTQifSwid2lkdGgiOjE3OSwiaGVpZ2h0IjoxNjYsImZ1bGwiOnsid2lkdGgiOjE3OSwiaGVpZ2h0IjoxNjZ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjE3OSwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX3A5LWxvZ28uanBnIiwiZ2VuZXJhdGVkIjoiMC4wNDA3MjgwMCAxNDQyMzc5NDk0In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',302,1456546996),(58,'p7-logo',0,5,'p7-logo.jpg','','p7-logo','2015-09-16 05:02:08',0,5,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJwNy1sb2dvLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjkyMzIyNzAwIDE0NDIzNzk3MjgifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX3A3LWxvZ28uanBnIiwiZ2VuZXJhdGVkIjoiMC45NDM1NzgwMCAxNDQyMzc5NzI4In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',306,1456546996),(60,'logo2',0,5,'logo2.jpg','','logo2','2015-09-16 05:05:36',0,6,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMi5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC45Njc1OTEwMCAxNDQyMzc5OTM2In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19sb2dvMi5qcGciLCJnZW5lcmF0ZWQiOiIwLjk5MzM1MTAwIDE0NDIzNzk5MzYifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',310,1456546996),(63,'logo29',0,5,'logo29.jpg','','logo29','2015-09-16 05:07:36',0,7,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjkuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuOTgzODI0MDAgMTQ0MjM4MDA1NiJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG9nbzI5LmpwZyIsImdlbmVyYXRlZCI6IjAuMDE3MzY3MDAgMTQ0MjM4MDA1NyJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',316,1456546996),(65,'logo26',0,5,'logo26.jpg','','logo26','2015-09-16 05:09:15',0,8,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjYuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuODczNDQ3MDAgMTQ0MjM4MDE1NSJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG9nbzI2LmpwZyIsImdlbmVyYXRlZCI6IjAuODkzODM5MDAgMTQ0MjM4MDE1NSJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',320,1456546996),(66,'logo28',0,5,'logo28.jpg','','logo28','2015-09-16 05:10:21',0,9,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjguanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuNTI4ODAyMDAgMTQ0MjM4MDIyMSJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG9nbzI4LmpwZyIsImdlbmVyYXRlZCI6IjAuNTUzMzI4MDAgMTQ0MjM4MDIyMSJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',322,1456546996),(68,'logo28-copy',0,5,'logo28-Copy.jpg','','logo28---Copy','2015-09-16 05:15:55',0,10,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjgtQ29weS5qcGciLCJ3aWR0aCI6MTM4LCJoZWlnaHQiOjEyNSwiZ2VuZXJhdGVkIjoiMC4xMTYzNzQwMCAxNDQyMzgwNTU1In0sIndpZHRoIjoxMzgsImhlaWdodCI6MTI1LCJmdWxsIjp7IndpZHRoIjoxMzgsImhlaWdodCI6MTI1fSwidGh1bWJuYWlsIjp7IndpZHRoIjoxMzgsImhlaWdodCI6MTI1LCJmaWxlbmFtZSI6InRodW1ic19sb2dvMjgtQ29weS5qcGciLCJnZW5lcmF0ZWQiOiIwLjE0NTIwMTAwIDE0NDIzODA1NTUifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',326,1456546996),(69,'logo29-1',0,5,'logo29-1.jpg','','logo29','2015-09-16 05:18:46',0,11,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjktMS5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC44NTg0NDUwMCAxNDQyMzgwNzI2In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19sb2dvMjktMS5qcGciLCJnZW5lcmF0ZWQiOiIwLjg4OTcwMTAwIDE0NDIzODA3MjYifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',328,1456546996),(70,'logo20',0,5,'logo20.jpg','','logo20','2015-09-16 05:20:45',0,12,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuMTQ1NTU3MDAgMTQ0MjM4MDg0NSJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG9nbzIwLmpwZyIsImdlbmVyYXRlZCI6IjAuMTY3ODk1MDAgMTQ0MjM4MDg0NSJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',330,1456546996),(71,'logo25',0,5,'logo25.jpg','','logo25','2015-09-16 05:21:30',0,13,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjUuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuMDEwNjYwMDAgMTQ0MjM4MDg5MCJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG9nbzI1LmpwZyIsImdlbmVyYXRlZCI6IjAuMDMwODMzMDAgMTQ0MjM4MDg5MCJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',332,1456546996),(72,'naogaon-trade-logo-01',0,5,'Naogaon-trade-logo-01.jpg','','Naogaon-trade-logo-01','2015-09-16 05:29:04',0,14,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJOYW9nYW9uLXRyYWRlLWxvZ28tMDEuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuODYyMTM5MDAgMTQ0MjM4MTM0NCJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfTmFvZ2Fvbi10cmFkZS1sb2dvLTAxLmpwZyIsImdlbmVyYXRlZCI6IjAuODkwMDc0MDAgMTQ0MjM4MTM0NCJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',334,1456546996),(73,'logo29-2',0,5,'logo29-2.jpg','','logo29','2015-09-16 05:34:07',0,15,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjktMi5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC40NDM4NjEwMCAxNDQyMzgxNjQ3In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19sb2dvMjktMi5qcGciLCJnZW5lcmF0ZWQiOiIwLjQ2NDM0MDAwIDE0NDIzODE2NDcifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',336,1456546996),(74,'logo27',0,5,'logo27.jpg','','logo27','2015-09-16 08:11:37',0,16,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjcuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuMDE0OTM1MDAgMTQ0MjM5MTA5NyJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG9nbzI3LmpwZyIsImdlbmVyYXRlZCI6IjAuMDQ2OTM0MDAgMTQ0MjM5MTA5NyJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',338,1456546996),(75,'logo31',0,5,'logo31.jpg','','logo31','2015-09-19 04:08:16',0,17,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMzEuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuOTY4NjUyMDAgMTQ0MjYzNTY5NiJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG9nbzMxLmpwZyIsImdlbmVyYXRlZCI6IjAuMDA2NDU4MDAgMTQ0MjYzNTY5NyJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',364,1456546996),(76,'untitled-1',0,5,'Untitled-1.jpg','','Untitled-1','2015-09-21 06:27:13',0,18,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjAzMjY3NzAwIDE0NDI4MTY4MzMifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTEuanBnIiwiZ2VuZXJhdGVkIjoiMC4wNjI4NDcwMCAxNDQyODE2ODMzIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',366,1456546996),(77,'untitled-2',0,5,'Untitled-2.jpg','','Untitled-2','2015-09-21 06:27:13',0,19,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0yLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjAxMTU3NjAwIDE0NDI4MTY4MzQifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTIuanBnIiwiZ2VuZXJhdGVkIjoiMC4wNDE5NjIwMCAxNDQyODE2ODM0In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',368,1456546996),(78,'untitled-3',0,5,'Untitled-3.jpg','','Untitled-3','2015-09-21 06:27:14',0,20,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0zLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjg2MTk5NDAwIDE0NDI4MTY4MzQifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTMuanBnIiwiZ2VuZXJhdGVkIjoiMC44OTY2MjIwMCAxNDQyODE2ODM0In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',370,1456546996),(79,'untitled-4',0,5,'Untitled-4.jpg','','Untitled-4','2015-09-21 06:27:15',0,21,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC00LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjkwMjY4MDAwIDE0NDI4MTY4MzUifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTQuanBnIiwiZ2VuZXJhdGVkIjoiMC45MzY4MzAwMCAxNDQyODE2ODM1In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',372,1456546996),(80,'untitled-5',0,5,'Untitled-5.jpg','','Untitled-5','2015-09-21 06:27:16',0,22,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC01LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjY3NTg0MjAwIDE0NDI4MTY4MzYifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTUuanBnIiwiZ2VuZXJhdGVkIjoiMC43MDk4MDAwMCAxNDQyODE2ODM2In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',374,1456546996),(81,'untitled-6',0,5,'Untitled-6.jpg','','Untitled-6','2015-09-21 06:27:17',0,23,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC02LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjU2MTA3NDAwIDE0NDI4MTY4MzcifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTYuanBnIiwiZ2VuZXJhdGVkIjoiMC41OTYxMzUwMCAxNDQyODE2ODM3In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',376,1456546996),(82,'untitled-7',0,5,'Untitled-7.jpg','','Untitled-7','2015-09-21 06:27:18',0,24,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC03LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjYwNDA3NDAwIDE0NDI4MTY4MzgifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTcuanBnIiwiZ2VuZXJhdGVkIjoiMC42MzE1ODUwMCAxNDQyODE2ODM4In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',378,1456546996),(83,'untitled-8',0,5,'Untitled-8.jpg','','Untitled-8','2015-09-21 06:27:19',0,25,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC04LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjYzNzg5MjAwIDE0NDI4MTY4MzkifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTguanBnIiwiZ2VuZXJhdGVkIjoiMC42ODcwNjAwMCAxNDQyODE2ODM5In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',380,1456546996),(84,'untitled-9',0,5,'Untitled-9.jpg','','Untitled-9','2015-09-21 06:27:20',0,26,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC05LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjQ4Nzc1MzAwIDE0NDI4MTY4NDAifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTkuanBnIiwiZ2VuZXJhdGVkIjoiMC41MTc1MDYwMCAxNDQyODE2ODQwIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',382,1456546996),(85,'untitled-10',0,5,'Untitled-10.jpg','','Untitled-10','2015-09-21 06:27:21',0,27,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC40MDcyMjQwMCAxNDQyODE2ODQxIn0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0xMC5qcGciLCJnZW5lcmF0ZWQiOiIwLjQzMTY1NTAwIDE0NDI4MTY4NDEifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',384,1456546996),(86,'untitled-11',0,5,'Untitled-11.jpg','','Untitled-11','2015-09-21 06:27:22',0,28,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xMS5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4zNTQzNjMwMCAxNDQyODE2ODQyIn0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0xMS5qcGciLCJnZW5lcmF0ZWQiOiIwLjM4MzE4OTAwIDE0NDI4MTY4NDIifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',386,1456546996),(87,'untitled-12',0,5,'Untitled-12.jpg','','Untitled-12','2015-09-21 06:27:23',0,29,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xMi5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4zMzQ4NDYwMCAxNDQyODE2ODQzIn0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0xMi5qcGciLCJnZW5lcmF0ZWQiOiIwLjM1NTQ2MTAwIDE0NDI4MTY4NDMifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',388,1456546996),(88,'untitled-13',0,5,'Untitled-13.jpg','','Untitled-13','2015-09-21 06:27:24',0,30,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xMy5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4xNDMxNjUwMCAxNDQyODE2ODQ0In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0xMy5qcGciLCJnZW5lcmF0ZWQiOiIwLjE3MTk3NjAwIDE0NDI4MTY4NDQifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',390,1456546996),(90,'untitled-15',0,5,'Untitled-15.jpg','','Untitled-15','2015-09-21 06:27:26',0,32,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xNS5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4zNjEzNTgwMCAxNDQyODE2ODQ2In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0xNS5qcGciLCJnZW5lcmF0ZWQiOiIwLjQwMjM0MjAwIDE0NDI4MTY4NDYifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',394,1456546996),(91,'untitled-16',0,5,'Untitled-16.jpg','','Untitled-16','2015-09-21 06:27:27',0,33,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xNi5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4yNzgwMDkwMCAxNDQyODE2ODQ3In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0xNi5qcGciLCJnZW5lcmF0ZWQiOiIwLjMwODM4MDAwIDE0NDI4MTY4NDcifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',396,1456546996),(92,'untitled-18',0,5,'Untitled-18.jpg','','Untitled-18','2015-09-22 06:49:36',0,34,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xOC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4wMDU1NzIwMCAxNDQyOTA0NTc3In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0xOC5qcGciLCJnZW5lcmF0ZWQiOiIwLjA3NTAxMjAwIDE0NDI5MDQ1NzcifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',446,1456546996),(93,'food25',0,5,'food25.jpg','','food25','2016-01-28 07:13:00',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJmb29kMjUuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuOTU2MDczMDAgMTQ1Mzk2NTE4MCJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfZm9vZDI1LmpwZyIsImdlbmVyYXRlZCI6IjAuOTg1NzY0MDAgMTQ1Mzk2NTE4MCJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',483,1456546996),(95,'94',0,5,'94.jpg','','94','2016-01-28 07:15:34',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiI5NC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4zNzE4NDMwMCAxNDUzOTY1MzM0In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic185NC5qcGciLCJnZW5lcmF0ZWQiOiIwLjM5MjExODAwIDE0NTM5NjUzMzQifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',487,1456546996),(96,'96',0,5,'96.jpg','','96','2016-01-28 07:17:22',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiI5Ni5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4xNjI3MTMwMCAxNDUzOTY1NDQyIn0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic185Ni5qcGciLCJnZW5lcmF0ZWQiOiIwLjE4MzU3MTAwIDE0NTM5NjU0NDIifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',489,1456546996),(101,'urmin_group_of_companies_logo',0,5,'URMIN_GROUP_OF_COMPANIES_LOGO.jpg','','URMIN_GROUP_OF_COMPANIES_LOGO','2016-02-25 06:50:40',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVUk1JTl9HUk9VUF9PRl9DT01QQU5JRVNfTE9HTy5qcGciLCJ3aWR0aCI6MjAxLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC44Mzg1ODUwMCAxNDU2MzgzMDQwIn0sIndpZHRoIjoyMDEsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDEsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VUk1JTl9HUk9VUF9PRl9DT01QQU5JRVNfTE9HTy5qcGciLCJnZW5lcmF0ZWQiOiIwLjg3MjI4NjAwIDE0NTYzODMwNDAifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',505,1456546996),(102,'untitled-24',0,5,'Untitled-24.jpg','','Untitled-24','2016-02-27 04:28:29',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0yNC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4xMzg2NTIwMCAxNDU2NTQ3MzA5In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0yNC5qcGciLCJnZW5lcmF0ZWQiOiIwLjE1OTA2MjAwIDE0NTY1NDczMDkifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',516,1456547309),(103,'untitled-25',0,5,'Untitled-25.jpg','','Untitled-25','2016-02-27 04:28:30',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0yNS5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC44NjUwNDUwMCAxNDU2NTQ3MzEwIn0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0yNS5qcGciLCJnZW5lcmF0ZWQiOiIwLjg4NTg5ODAwIDE0NTY1NDczMTAifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',518,1456547310),(104,'untitled-26',0,5,'Untitled-26.jpg','','Untitled-26','2016-02-27 04:28:31',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0yNi5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC45MzA2NDAwMCAxNDU2NTQ3MzExIn0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0yNi5qcGciLCJnZW5lcmF0ZWQiOiIwLjk1MjA4NzAwIDE0NTY1NDczMTEifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',520,1456547311),(106,'untitled-1-1',0,5,'Untitled-1.png','','Untitled-1','2016-03-22 09:34:30',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xLnBuZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTMzLCJnZW5lcmF0ZWQiOiIwLjEyNjc0NjAwIDE0NTg2MzkyNzAifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMzMsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMzN9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMzMsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTEucG5nIiwiZ2VuZXJhdGVkIjoiMC4xNTM1NjAwMCAxNDU4NjM5MjcwIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',542,1458639270),(107,'11215802_467814296701708_8417981841133168063_n-2',0,4,'11215802_467814296701708_8417981841133168063_n.jpg','','11215802_467814296701708_8417981841133168063_n','2016-05-25 07:58:38',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMTIxNTgwMl80Njc4MTQyOTY3MDE3MDhfODQxNzk4MTg0MTEzMzE2ODA2M19uLmpwZyIsIndpZHRoIjo5NjAsImhlaWdodCI6NjQwLCJnZW5lcmF0ZWQiOiIwLjcyMjE1NzAwIDE0NjQxNjMxMTgifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDAsInNhdmVkIjp0cnVlLCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzXzExMjE1ODAyXzQ2NzgxNDI5NjcwMTcwOF84NDE3OTgxODQxMTMzMTY4MDYzX24uanBnIiwiZ2VuZXJhdGVkIjoiMC40MTEyMzYwMCAxNDY0MTYzMTIxIn19',576,1464163121),(108,'11393104_467814060035065_2891123569364602738_n-1',0,4,'11393104_467814060035065_2891123569364602738_n.jpg','','11393104_467814060035065_2891123569364602738_n','2016-05-25 07:58:38',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMTM5MzEwNF80Njc4MTQwNjAwMzUwNjVfMjg5MTEyMzU2OTM2NDYwMjczOF9uLmpwZyIsIndpZHRoIjo5NjAsImhlaWdodCI6NjQwLCJnZW5lcmF0ZWQiOiIwLjc0NTc5NzAwIDE0NjQxNjMxMTgifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDAsInNhdmVkIjp0cnVlLCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzXzExMzkzMTA0XzQ2NzgxNDA2MDAzNTA2NV8yODkxMTIzNTY5MzY0NjAyNzM4X24uanBnIiwiZ2VuZXJhdGVkIjoiMC4xNjI0MTEwMCAxNDY0MTYzMTIyIn19',577,1464163122),(112,'_mg_3178',0,4,'MG_3178.JPG','','_MG_3178','2016-05-25 08:02:42',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMTc4LkpQRyIsIndpZHRoIjozMTExLCJoZWlnaHQiOjIwNzQsImdlbmVyYXRlZCI6IjAuNjY0NTUzMDAgMTQ2NDE2MzM2MiJ9LCJ3aWR0aCI6MzExMSwiaGVpZ2h0IjoyMDc0LCJmdWxsIjp7IndpZHRoIjozMTExLCJoZWlnaHQiOjIwNzR9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMxNzguSlBHIiwiZ2VuZXJhdGVkIjoiMC40MDI1NDEwMCAxNDY0MTYzMzYzIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',582,1464163363),(113,'_mg_3188',0,4,'MG_3188.JPG','','_MG_3188','2016-05-25 08:02:56',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMTg4LkpQRyIsIndpZHRoIjozMTExLCJoZWlnaHQiOjIwNzQsImdlbmVyYXRlZCI6IjAuNjgxNzg2MDAgMTQ2NDE2MzM3NiJ9LCJ3aWR0aCI6MzExMSwiaGVpZ2h0IjoyMDc0LCJmdWxsIjp7IndpZHRoIjozMTExLCJoZWlnaHQiOjIwNzR9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMxODguSlBHIiwiZ2VuZXJhdGVkIjoiMC40MjE2MDIwMCAxNDY0MTYzMzc3In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',584,1464163377),(114,'_mg_3208',0,4,'MG_3208.JPG','','_MG_3208','2016-05-25 08:03:08',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMjA4LkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuMDAzNjE1MDAgMTQ2NDE2MzM4OSJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMyMDguSlBHIiwiZ2VuZXJhdGVkIjoiMC41MTA5OTIwMCAxNDY0MTYzMzg5In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',586,1464163389),(115,'_mg_3220',0,4,'MG_3220.JPG','','_MG_3220','2016-05-25 08:03:16',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMjIwLkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuODMwNDEzMDAgMTQ2NDE2MzM5NiJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMyMjAuSlBHIiwiZ2VuZXJhdGVkIjoiMC4zNTIxNDYwMCAxNDY0MTYzMzk3In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',588,1464163397),(116,'_mg_3222',0,4,'MG_3222.JPG','','_MG_3222','2016-05-25 08:03:27',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMjIyLkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuNDU3OTE1MDAgMTQ2NDE2MzQwNyJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMyMjIuSlBHIiwiZ2VuZXJhdGVkIjoiMC4wMjY4ODAwMCAxNDY0MTYzNDA4In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',590,1464163408),(117,'_mg_3250',0,4,'MG_3250.JPG','','_MG_3250','2016-05-25 08:03:37',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMjUwLkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuMDk5NDU3MDAgMTQ2NDE2MzQxNyJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMyNTAuSlBHIiwiZ2VuZXJhdGVkIjoiMC42MjY0MTUwMCAxNDY0MTYzNDE3In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',592,1464163417),(118,'_mg_3268',0,4,'MG_3268.JPG','','_MG_3268','2016-05-25 08:03:49',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMjY4LkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuMzY3NjkyMDAgMTQ2NDE2MzQyOSJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMyNjguSlBHIiwiZ2VuZXJhdGVkIjoiMC45MTIzNjYwMCAxNDY0MTYzNDI5In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',594,1464163429),(119,'_mg_3271',0,4,'MG_3271.JPG','','_MG_3271','2016-05-25 08:04:00',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMjcxLkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuMTQ2MDk2MDAgMTQ2NDE2MzQ0MCJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMyNzEuSlBHIiwiZ2VuZXJhdGVkIjoiMC42ODY2NzAwMCAxNDY0MTYzNDQwIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',596,1464163440),(120,'_mg_3374',0,4,'MG_3374.JPG','','_MG_3374','2016-05-25 08:04:10',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMzc0LkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuMDU0MzE1MDAgMTQ2NDE2MzQ1MCJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMzNzQuSlBHIiwiZ2VuZXJhdGVkIjoiMC42NDMzODQwMCAxNDY0MTYzNDUwIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',598,1464163450),(121,'_mg_3393',0,4,'MG_3393.JPG','','_MG_3393','2016-05-25 08:04:19',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMzkzLkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuNjgxOTgzMDAgMTQ2NDE2MzQ1OSJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMzOTMuSlBHIiwiZ2VuZXJhdGVkIjoiMC4yNTUxNTUwMCAxNDY0MTYzNDYwIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',600,1464163460),(122,'dscn0623',0,4,'DSCN0623.JPG','','DSCN0623','2016-05-25 08:04:28',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJEU0NOMDYyMy5KUEciLCJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4LCJnZW5lcmF0ZWQiOiIwLjgyMzkzOTAwIDE0NjQxNjM0NjgifSwid2lkdGgiOjIzMDQsImhlaWdodCI6MTcyOCwiZnVsbCI6eyJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4fSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19EU0NOMDYyMy5KUEciLCJnZW5lcmF0ZWQiOiIwLjM0NTY1MjAwIDE0NjQxNjM0NjkifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDT09MUElYIFM5OTAwIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOiIgICAgICAgICAgIiwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',602,1464163469),(123,'dscn0732',0,4,'DSCN0732.JPG','','DSCN0732','2016-05-25 08:04:36',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJEU0NOMDczMi5KUEciLCJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4LCJnZW5lcmF0ZWQiOiIwLjQyMzI4MjAwIDE0NjQxNjM0NzYifSwid2lkdGgiOjIzMDQsImhlaWdodCI6MTcyOCwiZnVsbCI6eyJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4fSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19EU0NOMDczMi5KUEciLCJnZW5lcmF0ZWQiOiIwLjk0MTM0MDAwIDE0NjQxNjM0NzYifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDT09MUElYIFM5OTAwIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOiIgICAgICAgICAgIiwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',604,1464163476),(124,'dscn0749',0,4,'DSCN0749.JPG','','DSCN0749','2016-05-25 08:04:44',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJEU0NOMDc0OS5KUEciLCJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4LCJnZW5lcmF0ZWQiOiIwLjgzOTkyMzAwIDE0NjQxNjM0ODQifSwid2lkdGgiOjIzMDQsImhlaWdodCI6MTcyOCwiZnVsbCI6eyJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4fSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19EU0NOMDc0OS5KUEciLCJnZW5lcmF0ZWQiOiIwLjM1NDgxNDAwIDE0NjQxNjM0ODUifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDT09MUElYIFM5OTAwIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOiIgICAgICAgICAgIiwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',606,1464163485),(125,'dscn0758',0,4,'DSCN0758.JPG','','DSCN0758','2016-05-25 08:04:52',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJEU0NOMDc1OC5KUEciLCJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4LCJnZW5lcmF0ZWQiOiIwLjUyMjk3ODAwIDE0NjQxNjM0OTIifSwid2lkdGgiOjIzMDQsImhlaWdodCI6MTcyOCwiZnVsbCI6eyJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4fSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19EU0NOMDc1OC5KUEciLCJnZW5lcmF0ZWQiOiIwLjA2MDk2MTAwIDE0NjQxNjM0OTMifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDT09MUElYIFM5OTAwIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOiIgICAgICAgICAgIiwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',608,1464163493),(126,'dscn0821',0,4,'DSCN0821.JPG','','DSCN0821','2016-05-25 08:04:59',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJEU0NOMDgyMS5KUEciLCJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4LCJnZW5lcmF0ZWQiOiIwLjEzNjAyNTAwIDE0NjQxNjM0OTkifSwid2lkdGgiOjIzMDQsImhlaWdodCI6MTcyOCwiZnVsbCI6eyJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4fSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19EU0NOMDgyMS5KUEciLCJnZW5lcmF0ZWQiOiIwLjY1ODQzNjAwIDE0NjQxNjM0OTkifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDT09MUElYIFM5OTAwIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOiIgICAgICAgICAgIiwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',610,1464163499); /*!40000 ALTER TABLE `backupdb_wp_ngg_pictures` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backupdb_wp_options` -- DROP TABLE IF EXISTS `backupdb_wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=89592 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backupdb_wp_options` -- LOCK TABLES `backupdb_wp_options` WRITE; /*!40000 ALTER TABLE `backupdb_wp_options` DISABLE KEYS */; INSERT INTO `backupdb_wp_options` VALUES (1,'siteurl','http://www.cems-agrochem.com/agrochemsri','yes'),(2,'blogname','Agro and Chem','yes'),(3,'blogdescription','Agro and Chem','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','saiful.cems92@gmail.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/index.php/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:1:{i:0;s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";}','yes'),(36,'home','http://www.cems-agrochem.com/agrochemsri','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:107:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\agrochem\\agrochemsri/wp-content/plugins/hello.php\";i:1;s:113:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\agrochem\\agrochemsri/wp-content/themes/expo18/style.css\";i:2;s:114:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\agrochem\\agrochemsri/wp-content/themes/expo18/header.php\";i:3;s:114:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\agrochem\\agrochemsri/wp-content/themes/expo18/footer.php\";i:4;s:85:\"/home4/mel/public_html/cems-foodagro/foodagrobd/wp-content/themes/foodagro/header.php\";}','no'),(44,'template','expo18','yes'),(45,'stylesheet','expo18','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','37965','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','0','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(84,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(85,'uninstall_plugins','a:2:{s:29:\"nextgen-gallery/nggallery.php\";a:2:{i:0;s:9:\"nggLoader\";i:1;s:9:\"uninstall\";}s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:31:\"wonderplugin_carousel_uninstall\";}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','5','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','25824','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:71:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:24:\"NextGEN Gallery overview\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:21:\"NextGEN Upload images\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:18:\"NextGEN Edit album\";b:1;s:20:\"NextGEN Change style\";b:1;s:22:\"NextGEN Change options\";b:1;s:24:\"NextGEN Attach Interface\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:10:\"calendar-2\";}s:18:\"footer-column-left\";a:0:{}s:20:\"footer-column-center\";a:0:{}s:19:\"footer-column-right\";N;s:13:\"alt-sidebar-1\";N;s:13:\"alt-sidebar-2\";N;s:13:\"alt-sidebar-3\";N;s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:4:{i:1522745178;a:3:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}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:1522745182;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:1522746656;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;}}}s:7:\"version\";i:2;}','yes'),(108,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:24:\"http://cems-foodagro.com\";s:4:\"link\";s:100:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://cems-foodagro.com/\";s:3:\"url\";s:133:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://cems-foodagro.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(141,'theme_mods_twentythirteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1432630298;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(142,'current_theme','Expo18 | Shared By Themes24x7.com','yes'),(143,'theme_mods_foodagro','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1475904155;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:10:\"calendar-2\";}s:18:\"footer-column-left\";a:0:{}s:20:\"footer-column-center\";a:0:{}s:19:\"footer-column-right\";a:0:{}s:13:\"alt-sidebar-1\";a:0:{}s:13:\"alt-sidebar-2\";a:0:{}s:13:\"alt-sidebar-3\";a:0:{}}}}','yes'),(144,'theme_switched','','yes'),(145,'om_expo18_options_template','a:97:{i:0;a:2:{s:4:\"name\";s:16:\"General settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:5:{s:4:\"name\";s:12:\"Site favicon\";s:4:\"desc\";s:87:\"Upload an *.ico file or 16px x 16px Png/Gif image that will for your website\'s favicon.\";s:2:\"id\";s:17:\"om_expo18_favicon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:2;a:5:{s:4:\"name\";s:23:\"Event location and date\";s:4:\"desc\";s:256:\"Text in the header, event location and date. Can contain link to the page and words can be highlighted by <span> tag, e.g.:<br /><i><a href=\"/map/\">New Orleans, Louisiana<br/>02/25 — 02/28/<span>2014</span></a></i>\";s:2:\"id\";s:23:\"om_expo18_location_date\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:3;a:5:{s:4:\"name\";s:30:\"Event start date for countdown\";s:4:\"desc\";s:74:\"Format must be <b>YYYY-MM-DD HH:MM:SS</b>, for example 2014-02-25 10:00:00\";s:2:\"id\";s:24:\"om_expo18_countdown_date\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:4;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:31:\"Hide seconds on countdown timer\";s:2:\"id\";s:32:\"om_expo18_countdown_hide_seconds\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:5;a:5:{s:4:\"name\";s:21:\"Special button: title\";s:4:\"desc\";s:91:\"You can add special button to menu line, and link it, for example to the registration page.\";s:2:\"id\";s:30:\"om_expo18_special_button_title\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:5:{s:4:\"name\";s:20:\"Special button: link\";s:4:\"desc\";s:23:\"Link for special button\";s:2:\"id\";s:29:\"om_expo18_special_button_link\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:7;a:5:{s:4:\"name\";s:16:\"Footer text line\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:21:\"om_expo18_footer_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:8;a:5:{s:4:\"name\";s:24:\"Activate responsive mode\";s:4:\"desc\";s:67:\"Check if you want your site to be fitted by width on mobile devices\";s:2:\"id\";s:20:\"om_expo18_responsive\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:9;a:5:{s:4:\"name\";s:28:\"Hide comments block on pages\";s:4:\"desc\";s:156:\"Check if you want to hide comments block on single pages. To hide comments on post pages and portfolio - see sections \"Post options\" and \"Portfolio options\"\";s:2:\"id\";s:29:\"om_expo18_hide_comments_pages\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:10;a:5:{s:4:\"name\";s:14:\"FeedBurner URL\";s:4:\"desc\";s:172:\"Enter your full FeedBurner URL (or any other preferred feed URL) if you wish to use FeedBurner over the standard WordPress Feed e.g. http://feeds.feedburner.com/yoururlhere\";s:2:\"id\";s:20:\"om_expo18_feedburner\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:11;a:2:{s:4:\"name\";s:4:\"Logo\";s:4:\"type\";s:7:\"heading\";}i:12;a:6:{s:4:\"name\";s:14:\"Site logo type\";s:4:\"desc\";s:65:\"Choose what do you want to use as site logo: image or plain text.\";s:2:\"id\";s:24:\"om_expo18_site_logo_type\";s:3:\"std\";s:4:\"text\";s:7:\"options\";a:2:{s:5:\"image\";s:5:\"Image\";s:4:\"text\";s:22:\"Plain text (Blog Name)\";}s:4:\"type\";s:5:\"radio\";}i:13;a:5:{s:4:\"name\";s:15:\"Site logo image\";s:4:\"desc\";s:139:\"Upload a logo for your theme, or specify the image address of your online logo (http://example.com/logo.png). Best fit is about 430x140 px.\";s:2:\"id\";s:25:\"om_expo18_site_logo_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:14;a:5:{s:4:\"name\";s:14:\"Site logo text\";s:4:\"desc\";s:135:\"Specify logo text, if \"Plain text\" Logo used. You can use <span> tag to colorize text, i.e.:<br />My <span>Logo</span> Text\";s:2:\"id\";s:24:\"om_expo18_site_logo_text\";s:3:\"std\";s:19:\"EXPO<span>18</span>\";s:4:\"type\";s:4:\"text\";}i:15;a:2:{s:4:\"name\";s:7:\"Styling\";s:4:\"type\";s:7:\"heading\";}i:16;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:133:\"Apply custom styling by inline code (check this option if you have problems with styling because of styling file rewrite permissions)\";s:2:\"id\";s:24:\"om_expo18_use_inline_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:17;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:5:\"Color\";s:4:\"type\";s:9:\"subheader\";}i:18;a:5:{s:4:\"name\";s:13:\"Primary color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:23:\"om_expo18_primary_color\";s:3:\"std\";s:7:\"#335ebe\";s:4:\"type\";s:5:\"color\";}i:19;a:5:{s:4:\"name\";s:15:\"Highlight color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:25:\"om_expo18_highlight_color\";s:3:\"std\";s:7:\"#f89811\";s:4:\"type\";s:5:\"color\";}i:20;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:43:\"<b>Top/bottom area animated background:</b>\";s:4:\"type\";s:5:\"intro\";}i:21;a:6:{s:4:\"name\";s:29:\"Background animated image set\";s:4:\"desc\";s:52:\"Choose one of the builded-in animated background set\";s:2:\"id\";s:28:\"om_expo18_background_img_set\";s:3:\"std\";s:7:\"bgset-1\";s:7:\"options\";a:11:{s:7:\"bgset-1\";s:2:\"#1\";s:7:\"bgset-2\";s:2:\"#2\";s:7:\"bgset-3\";s:2:\"#3\";s:7:\"bgset-4\";s:2:\"#4\";s:7:\"bgset-5\";s:2:\"#5\";s:7:\"bgset-6\";s:2:\"#6\";s:7:\"bgset-7\";s:2:\"#7\";s:7:\"bgset-8\";s:2:\"#8\";s:7:\"bgset-9\";s:2:\"#9\";s:8:\"bgset-10\";s:3:\"#10\";s:8:\"bgset-11\";s:3:\"#11\";}s:4:\"type\";s:7:\"select2\";}i:22;a:5:{s:4:\"name\";s:39:\"Custom background image — Layer 1\";s:4:\"desc\";s:134:\"Upload your background image (wide image, min height - 520px or pattern, or leave this field empty to choose one of the above dropdown\";s:2:\"id\";s:34:\"om_expo18_background_img_custom_l1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:23;a:5:{s:4:\"name\";s:39:\"Custom background image — Layer 2\";s:4:\"desc\";s:148:\"This is top layer with transparency for parallax effect. Upload your background image, or leave this field empty to choose one of the above dropdown\";s:2:\"id\";s:34:\"om_expo18_background_img_custom_l2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:24;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:31:\"Disable animation on mouse move\";s:2:\"id\";s:38:\"om_expo18_background_disable_animation\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:25;a:2:{s:4:\"name\";s:5:\"Fonts\";s:4:\"type\";s:7:\"heading\";}i:26;a:6:{s:4:\"name\";s:9:\"Base font\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:19:\"om_expo18_base_font\";s:3:\"std\";s:5:\"Arial\";s:7:\"options\";a:12:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";}s:4:\"type\";s:7:\"select2\";}i:27;a:5:{s:4:\"name\";s:29:\"Custom Google.Fonts base font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:26:\"om_expo18_custom_base_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:28;a:6:{s:4:\"name\";s:14:\"Highlight font\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:24:\"om_expo18_highlight_font\";s:3:\"std\";s:9:\"Open Sans\";s:7:\"options\";a:12:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";}s:4:\"type\";s:7:\"select2\";}i:29;a:5:{s:4:\"name\";s:34:\"Custom Google.Fonts highlight font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:31:\"om_expo18_custom_highlight_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:30;a:6:{s:4:\"name\";s:9:\"Logo font\";s:4:\"desc\";s:47:\"Font for logo (if logo mode is text, not image)\";s:2:\"id\";s:19:\"om_expo18_logo_font\";s:3:\"std\";s:10:\"Montserrat\";s:7:\"options\";a:14:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";s:5:\"Dosis\";s:5:\"Dosis\";s:10:\"Montserrat\";s:10:\"Montserrat\";}s:4:\"type\";s:7:\"select2\";}i:31;a:5:{s:4:\"name\";s:29:\"Custom Google.Fonts logo font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:26:\"om_expo18_custom_logo_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:32;a:5:{s:4:\"name\";s:17:\"Testimonials font\";s:2:\"id\";s:26:\"om_expo18_testimonial_font\";s:3:\"std\";s:7:\"Satisfy\";s:7:\"options\";a:14:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";s:5:\"Dosis\";s:5:\"Dosis\";s:7:\"Satisfy\";s:7:\"Satisfy\";}s:4:\"type\";s:7:\"select2\";}i:33;a:5:{s:4:\"name\";s:37:\"Custom Google.Fonts testimonials font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:33:\"om_expo18_custom_testimonial_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:34;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:266:\"If you use Google Fonts, Latin charset is loaded by default. You can include additional character sets for fonts (make sure at <a href=\"http://www.google.com/fonts/\" target=\"_blank\">http://www.google.com/fonts/</a> before, that charset is available for chosen font):\";s:4:\"type\";s:4:\"note\";}i:35;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:14:\"Latin Extended\";s:2:\"id\";s:34:\"om_expo18_google_charset_latin_ext\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:36;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:6:\"Arabic\";s:2:\"id\";s:31:\"om_expo18_google_charset_arabic\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:37;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:8:\"Cyrillic\";s:2:\"id\";s:33:\"om_expo18_google_charset_cyrillic\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:38;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:17:\"Cyrillic Extended\";s:2:\"id\";s:37:\"om_expo18_google_charset_cyrillic_ext\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:39;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:10:\"Devanagari\";s:2:\"id\";s:35:\"om_expo18_google_charset_devanagari\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:40;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:5:\"Greek\";s:2:\"id\";s:30:\"om_expo18_google_charset_greek\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:41;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:14:\"Greek Extended\";s:2:\"id\";s:34:\"om_expo18_google_charset_greek_ext\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:42;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:6:\"Hebrew\";s:2:\"id\";s:31:\"om_expo18_google_charset_hebrew\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:43;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:5:\"Khmer\";s:2:\"id\";s:30:\"om_expo18_google_charset_khmer\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:44;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:6:\"Telugu\";s:2:\"id\";s:31:\"om_expo18_google_charset_telugu\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:45;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:10:\"Vietnamese\";s:2:\"id\";s:35:\"om_expo18_google_charset_vietnamese\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:46;a:2:{s:4:\"name\";s:8:\"Sidebars\";s:4:\"type\";s:7:\"heading\";}i:47;a:6:{s:4:\"name\";s:16:\"Sidebar position\";s:4:\"desc\";s:25:\"Select sidebar alignment.\";s:2:\"id\";s:26:\"om_expo18_sidebar_position\";s:3:\"std\";s:5:\"right\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:2:{s:5:\"right\";s:86:\"http://www.cems-agrochem.com/agrochemsri/wp-content/themes/expo18/admin/images/2cr.png\";s:4:\"left\";s:86:\"http://www.cems-agrochem.com/agrochemsri/wp-content/themes/expo18/admin/images/2cl.png\";}}i:48;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:167:\"You can set the number of available alternative sidebars, set them up at the \"Appearance > Widgets\" section and choose for every page one of them at the page settings.\";s:4:\"type\";s:4:\"note\";}i:49;a:5:{s:4:\"name\";s:30:\"Number of alternative sidebars\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:22:\"om_expo18_sidebars_num\";s:3:\"std\";s:1:\"3\";s:4:\"type\";s:4:\"text\";}i:50;a:2:{s:4:\"name\";s:15:\"Homepage slider\";s:4:\"type\";s:7:\"heading\";}i:51;a:5:{s:4:\"name\";s:27:\"Show slider on the homepage\";s:4:\"desc\";s:36:\"Check to show slider on the homepage\";s:2:\"id\";s:30:\"om_expo18_show_homepage_slider\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:52;a:5:{s:4:\"name\";s:9:\"Autoslide\";s:4:\"desc\";s:79:\"Autoslide interval in milliseconds, enter 0 or leave empty to disable autoslide\";s:2:\"id\";s:35:\"om_expo18_homepage_slider_autoslide\";s:3:\"std\";s:4:\"6000\";s:4:\"type\";s:4:\"text\";}i:53;a:5:{s:4:\"name\";s:15:\"Animation speed\";s:4:\"desc\";s:31:\"Animation speed in milliseconds\";s:2:\"id\";s:41:\"om_expo18_homepage_slider_animation_speed\";s:3:\"std\";s:3:\"800\";s:4:\"type\";s:4:\"text\";}i:54;a:6:{s:4:\"name\";s:16:\"Animation effect\";s:4:\"desc\";s:129:\"See demo on <a href=\"http://malsup.com/jquery/cycle/browser.html\" target=\"_blank\">http://malsup.com/jquery/cycle/browser.html</a>\";s:2:\"id\";s:42:\"om_expo18_homepage_slider_animation_effect\";s:3:\"std\";s:6:\"custom\";s:4:\"type\";s:7:\"select2\";s:7:\"options\";a:29:{s:6:\"custom\";s:17:\"Custom Predefined\";s:6:\"blindX\";s:6:\"blindX\";s:6:\"blindY\";s:6:\"blindY\";s:6:\"blindZ\";s:6:\"blindZ\";s:5:\"cover\";s:5:\"cover\";s:8:\"curtainX\";s:8:\"curtainX\";s:8:\"curtainY\";s:8:\"curtainY\";s:4:\"fade\";s:4:\"fade\";s:8:\"fadeZoom\";s:8:\"fadeZoom\";s:5:\"growX\";s:5:\"growX\";s:5:\"growY\";s:5:\"growY\";s:4:\"none\";s:4:\"none\";s:8:\"scrollUp\";s:8:\"scrollUp\";s:10:\"scrollDown\";s:10:\"scrollDown\";s:10:\"scrollLeft\";s:10:\"scrollLeft\";s:11:\"scrollRight\";s:11:\"scrollRight\";s:10:\"scrollHorz\";s:10:\"scrollHorz\";s:10:\"scrollVert\";s:10:\"scrollVert\";s:7:\"shuffle\";s:7:\"shuffle\";s:6:\"slideX\";s:6:\"slideX\";s:6:\"slideY\";s:6:\"slideY\";s:4:\"toss\";s:4:\"toss\";s:6:\"turnUp\";s:6:\"turnUp\";s:8:\"turnDown\";s:8:\"turnDown\";s:8:\"turnLeft\";s:8:\"turnLeft\";s:9:\"turnRight\";s:9:\"turnRight\";s:7:\"uncover\";s:7:\"uncover\";s:4:\"wipe\";s:4:\"wipe\";s:4:\"zoom\";s:4:\"zoom\";}}i:55;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:107:\"You can use tag <i><span>this is colored text</span></i> in slide description to color the text\";s:4:\"type\";s:4:\"note\";}i:56;a:5:{s:4:\"name\";s:14:\"Slider content\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:25:\"om_expo18_homepage_slider\";s:3:\"std\";a:0:{}s:4:\"type\";s:6:\"slider\";}i:57;a:2:{s:4:\"name\";s:12:\"Post options\";s:4:\"type\";s:7:\"heading\";}i:58;a:5:{s:4:\"name\";s:20:\"Hide post categories\";s:4:\"desc\";s:47:\"Check, if you want to hide categories for posts\";s:2:\"id\";s:30:\"om_expo18_post_hide_categories\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:59;a:5:{s:4:\"name\";s:36:\"Show featured image on the post page\";s:4:\"desc\";s:85:\"Check to show the featured image at the beginning of the post on the single post page\";s:2:\"id\";s:32:\"om_expo18_post_single_show_thumb\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:60;a:5:{s:4:\"name\";s:37:\"Hide comments block on the post pages\";s:4:\"desc\";s:59:\"Check if you want to hide comments block on the post pages.\";s:2:\"id\";s:28:\"om_expo18_hide_comments_post\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:61;a:2:{s:4:\"name\";s:27:\"Extra code blocks, counters\";s:4:\"type\";s:7:\"heading\";}i:62;a:4:{s:4:\"name\";s:25:\"Code block for custom CSS\";s:2:\"id\";s:25:\"om_expo18_code_custom_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:63;a:5:{s:4:\"name\";s:31:\"Code block before </head>\";s:4:\"desc\";s:38:\"Here you can add Google.Analytics code\";s:2:\"id\";s:26:\"om_expo18_code_before_head\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:64;a:5:{s:4:\"name\";s:31:\"Code block before </body>\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:26:\"om_expo18_code_before_body\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:65;a:5:{s:4:\"name\";s:42:\"Code block after page header (</H1>)\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"om_expo18_code_after_page_h1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:66;a:5:{s:4:\"name\";s:29:\"Code block after page content\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:33:\"om_expo18_code_after_page_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:67;a:5:{s:4:\"name\";s:61:\"Code block after post header (</H1>) on the single page\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"om_expo18_code_after_post_h1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:68;a:5:{s:4:\"name\";s:48:\"Code block after post content on the single page\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:33:\"om_expo18_code_after_post_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:69;a:2:{s:4:\"name\";s:12:\"Social icons\";s:4:\"type\";s:7:\"heading\";}i:70;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:61:\"Specify necessary links and icons will be shown in the footer\";s:4:\"type\";s:5:\"intro\";}i:71;a:4:{s:4:\"name\";s:13:\"Facebook link\";s:2:\"id\";s:25:\"om_expo18_social_facebook\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:72;a:4:{s:4:\"name\";s:13:\"LinekdIn link\";s:2:\"id\";s:25:\"om_expo18_social_linkedin\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:73;a:4:{s:4:\"name\";s:12:\"Twitter link\";s:2:\"id\";s:24:\"om_expo18_social_twitter\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:74;a:4:{s:4:\"name\";s:14:\"Instagram link\";s:2:\"id\";s:26:\"om_expo18_social_instagram\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:75;a:4:{s:4:\"name\";s:12:\"Behance link\";s:2:\"id\";s:24:\"om_expo18_social_behance\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:76;a:4:{s:4:\"name\";s:8:\"RSS link\";s:2:\"id\";s:20:\"om_expo18_social_rss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:77;a:4:{s:4:\"name\";s:12:\"Blogger link\";s:2:\"id\";s:24:\"om_expo18_social_blogger\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:78;a:4:{s:4:\"name\";s:15:\"Deviantart link\";s:2:\"id\";s:27:\"om_expo18_social_deviantart\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:79;a:4:{s:4:\"name\";s:12:\"Dribble link\";s:2:\"id\";s:24:\"om_expo18_social_dribble\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:80;a:4:{s:4:\"name\";s:11:\"Flickr link\";s:2:\"id\";s:23:\"om_expo18_social_flickr\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:81;a:4:{s:4:\"name\";s:11:\"Google link\";s:2:\"id\";s:23:\"om_expo18_social_google\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:82;a:4:{s:4:\"name\";s:12:\"Myspace link\";s:2:\"id\";s:24:\"om_expo18_social_myspace\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:83;a:4:{s:4:\"name\";s:14:\"Pinterest link\";s:2:\"id\";s:26:\"om_expo18_social_pinterest\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:84;a:4:{s:4:\"name\";s:10:\"Skype link\";s:2:\"id\";s:22:\"om_expo18_social_skype\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:85;a:4:{s:4:\"name\";s:10:\"Vimeo link\";s:2:\"id\";s:22:\"om_expo18_social_vimeo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:86;a:4:{s:4:\"name\";s:12:\"Youtube link\";s:2:\"id\";s:24:\"om_expo18_social_youtube\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:87;a:2:{s:4:\"name\";s:17:\"Registration form\";s:4:\"type\";s:7:\"heading\";}i:88;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:88:\"Set up form and include it at any page by inserting shortcode <b>[registration_form]</b>\";s:4:\"type\";s:5:\"intro\";}i:89;a:4:{s:4:\"name\";s:27:\"Email to send the form data\";s:2:\"id\";s:20:\"om_expo18_form_email\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:90;a:5:{s:4:\"name\";s:15:\"Success message\";s:4:\"desc\";s:51:\"Message will be shown after success form submission\";s:2:\"id\";s:22:\"om_expo18_form_success\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:91;a:4:{s:4:\"name\";s:19:\"Submit button title\";s:2:\"id\";s:27:\"om_expo18_form_button_title\";s:3:\"std\";s:9:\"Register!\";s:4:\"type\";s:4:\"text\";}i:92;a:4:{s:4:\"name\";s:11:\"Form fields\";s:2:\"id\";s:21:\"om_expo18_form_fields\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"form_fields\";}i:93;a:2:{s:4:\"name\";s:13:\"Theme updates\";s:4:\"type\";s:7:\"heading\";}i:94;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:154:\"If you want to receive notifications about new Theme versions in WordPress Dashboard, please, specify your ThemeForest(Envato) username and API key below.\";s:4:\"type\";s:4:\"note\";}i:95;a:5:{s:4:\"name\";s:33:\"Your ThemeForest(Envato) username\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:25:\"om_expo18_envato_username\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:96;a:5:{s:4:\"name\";s:32:\"Your ThemeForest(Envato) API key\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:20:\"om_expo18_envato_api\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}','yes'),(146,'om_expo18_site_logo_type','image','yes'),(148,'om_expo18_site_logo_text','INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017','yes'),(149,'om_expo18_favicon','http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2016/12/AgroChemSriLanka-2017.jpg','yes'),(150,'om_expo18_location_date','Sri Lanka Exhibition & Convention Center (SLECC).<br/><b>27 ~ 29 November 2017</b>','yes'),(151,'om_expo18_countdown_date','2017-11-27 10:30:00','yes'),(152,'om_expo18_countdown_hide_seconds','false','yes'),(153,'om_expo18_special_button_title','','yes'),(154,'om_expo18_special_button_link','','yes'),(155,'om_expo18_footer_text','','yes'),(156,'om_expo18_responsive','true','yes'),(157,'om_expo18_hide_comments_pages','true','yes'),(158,'om_expo18_feedburner','','yes'),(159,'om_expo18_use_inline_css','false','yes'),(160,'om_expo18_primary_color','#3d942c','yes'),(161,'om_expo18_highlight_color','#f89811','yes'),(162,'om_expo18_background_img_set','bgset-2','yes'),(163,'om_expo18_background_img_custom_l1','','yes'),(164,'om_expo18_background_img_custom_l2','','yes'),(165,'om_expo18_base_font','Arial','yes'),(166,'om_expo18_custom_base_font','','yes'),(167,'om_expo18_highlight_font','Open Sans','yes'),(168,'om_expo18_custom_highlight_font','','yes'),(169,'om_expo18_logo_font','Montserrat','yes'),(170,'om_expo18_custom_logo_font','','yes'),(171,'om_expo18_testimonial_font','Satisfy','yes'),(172,'om_expo18_custom_testimonial_font','','yes'),(173,'om_expo18_sidebar_position','right','yes'),(174,'om_expo18_sidebars_num','3','yes'),(175,'om_expo18_show_homepage_slider','true','yes'),(176,'om_expo18_homepage_slider_autoslide','6000','yes'),(177,'om_expo18_homepage_slider_animation_speed','800','yes'),(178,'om_expo18_homepage_slider_animation_effect','custom','yes'),(179,'om_expo18_homepage_slider','a:3:{i:0;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:74:\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3188.jpg\";s:11:\"description\";s:35:\"INT\'L AGRO CHEM SRI LANKA EXPO 2017\";s:4:\"link\";s:0:\"\";}i:1;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:74:\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\";s:11:\"description\";s:35:\"INT\'L AGRO CHEM SRI LANKA EXPO 2017\";s:4:\"link\";s:0:\"\";}i:2;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:74:\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3376.jpg\";s:11:\"description\";s:35:\"INT\'L AGRO CHEM SRI LANKA EXPO 2017\";s:4:\"link\";s:0:\"\";}}','yes'),(180,'om_expo18_post_hide_categories','false','yes'),(181,'om_expo18_post_single_show_thumb','false','yes'),(182,'om_expo18_hide_comments_post','false','yes'),(183,'om_expo18_code_before_head','','yes'),(184,'om_expo18_code_before_body','','yes'),(185,'om_expo18_code_after_page_h1','','yes'),(186,'om_expo18_code_after_page_content','','yes'),(187,'om_expo18_code_after_post_h1','','yes'),(188,'om_expo18_code_after_post_content','','yes'),(189,'om_expo18_social_facebook','https://www.facebook.com/FoodAndAgroExpo/','yes'),(190,'om_expo18_social_linkedin','','yes'),(191,'om_expo18_social_twitter','','yes'),(192,'om_expo18_social_behance','','yes'),(193,'om_expo18_social_rss','','yes'),(194,'om_expo18_social_blogger','','yes'),(195,'om_expo18_social_deviantart','','yes'),(196,'om_expo18_social_dribble','','yes'),(197,'om_expo18_social_flickr','','yes'),(198,'om_expo18_social_google','','yes'),(199,'om_expo18_social_myspace','','yes'),(200,'om_expo18_social_pinterest','','yes'),(201,'om_expo18_social_skype','','yes'),(202,'om_expo18_social_vimeo','','yes'),(203,'om_expo18_social_youtube','','yes'),(204,'om_expo18_form_email','','yes'),(205,'om_expo18_form_success','','yes'),(206,'om_expo18_form_button_title','Register!','yes'),(207,'om_expo18_form_fields','a:10:{i:0;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:1;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:2;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:3;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:4;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:5;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:7;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:8;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:9;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}','yes'),(213,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(214,'widget_calendar','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(220,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:23:\"saiful.cems92@gmail.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484752137;}','no'),(221,'db_upgraded','','yes'),(361,'category_children','a:0:{}','yes'),(414,'recently_activated','a:0:{}','yes'),(415,'ngg_transient_groups','a:8:{s:9:\"__counter\";i:8;s:3:\"MVC\";a:2:{s:2:\"id\";i:2;s:7:\"enabled\";b:1;}s:27:\"displayed_gallery_rendering\";a:2:{s:2:\"id\";i:3;s:7:\"enabled\";b:1;}s:19:\"displayed_galleries\";a:2:{s:2:\"id\";i:4;s:7:\"enabled\";b:1;}s:15:\"col_in_wp_posts\";a:2:{s:2:\"id\";i:5;s:7:\"enabled\";b:1;}s:21:\"col_in_wp_ngg_gallery\";a:2:{s:2:\"id\";i:6;s:7:\"enabled\";b:1;}s:22:\"col_in_wp_ngg_pictures\";a:2:{s:2:\"id\";i:7;s:7:\"enabled\";b:1;}s:19:\"col_in_wp_ngg_album\";a:2:{s:2:\"id\";i:8;s:7:\"enabled\";b:1;}}','yes'),(416,'ngg_options','a:90:{s:11:\"gallerypath\";s:19:\"wp-content/gallery/\";s:11:\"wpmuCSSfile\";s:13:\"nggallery.css\";s:9:\"wpmuStyle\";b:0;s:9:\"wpmuRoles\";b:0;s:16:\"wpmuImportFolder\";b:0;s:13:\"wpmuZipUpload\";b:0;s:14:\"wpmuQuotaCheck\";b:0;s:17:\"datamapper_driver\";s:22:\"custom_post_datamapper\";s:21:\"gallerystorage_driver\";s:25:\"ngglegacy_gallery_storage\";s:20:\"maximum_entity_count\";i:500;s:17:\"router_param_slug\";s:9:\"nggallery\";s:22:\"router_param_separator\";s:2:\"--\";s:19:\"router_param_prefix\";s:0:\"\";s:9:\"deleteImg\";b:1;s:9:\"swfUpload\";b:0;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:18:\"galleries_in_feeds\";b:0;s:12:\"activateTags\";i:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:14:\"relatedHeading\";s:24:\"<h3>Related Images:</h3>\";s:10:\"thumbwidth\";s:3:\"200\";s:11:\"thumbheight\";s:3:\"150\";s:8:\"thumbfix\";b:1;s:12:\"thumbquality\";i:100;s:8:\"imgWidth\";s:3:\"200\";s:9:\"imgHeight\";s:3:\"150\";s:10:\"imgQuality\";i:100;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:0;s:9:\"galImages\";s:2:\"20\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:1;s:12:\"galTextSlide\";s:16:\"[Show slideshow]\";s:14:\"galTextGallery\";s:17:\"[Show thumbnails]\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";i:0;s:12:\"galHiddenImg\";i:0;s:10:\"galAjaxNav\";i:0;s:11:\"thumbEffect\";s:8:\"fancybox\";s:9:\"thumbCode\";s:41:\"class=\"ngg-fancybox\" rel=\"%GALLERY_NAME%\"\";s:18:\"thumbEffectContext\";s:14:\"nextgen_images\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";i:5;s:6:\"wmYpos\";i:5;s:6:\"wmType\";i:0;s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:10;s:6:\"wmText\";s:9:\"Food Agro\";s:7:\"wmColor\";s:7:\"#000000\";s:8:\"wmOpaque\";s:3:\"100\";s:8:\"enableIR\";i:0;s:7:\"slideFx\";s:4:\"fade\";s:5:\"irURL\";s:0:\"\";s:12:\"irXHTMLvalid\";i:0;s:7:\"irAudio\";s:0:\"\";s:7:\"irWidth\";i:600;s:8:\"irHeight\";i:400;s:9:\"irShuffle\";b:1;s:17:\"irLinkfromdisplay\";b:1;s:16:\"irShownavigation\";i:0;s:11:\"irShowicons\";i:0;s:11:\"irWatermark\";i:0;s:13:\"irOverstretch\";s:4:\"True\";s:12:\"irRotatetime\";i:10;s:12:\"irTransition\";s:6:\"random\";s:10:\"irKenburns\";i:0;s:11:\"irBackcolor\";s:6:\"000000\";s:12:\"irFrontcolor\";s:6:\"FFFFFF\";s:12:\"irLightcolor\";s:6:\"CC0000\";s:13:\"irScreencolor\";s:6:\"000000\";s:11:\"activateCSS\";i:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:22:\"dynamic_thumbnail_slug\";s:13:\"nextgen-image\";s:23:\"dynamic_stylesheet_slug\";s:12:\"nextgen-dcss\";s:18:\"thumbEffectScripts\";a:1:{i:0;s:0:\"\";}s:17:\"thumbEffectStyles\";a:1:{i:0;s:0:\"\";}s:15:\"thumbEffectCode\";s:0:\"\";s:11:\"installDate\";i:1433833352;s:7:\"slideFX\";s:4:\"fade\";s:28:\"always_enable_frontend_logic\";b:0;}','yes'),(418,'photocrati_auto_update_admin_update_list','','yes'),(419,'photocrati_auto_update_admin_check_date','','yes'),(420,'ngg_db_version','1.8.0','yes'),(421,'pope_module_list','a:34:{i:0;s:17:\"photocrati-fs|0.4\";i:1;s:19:\"photocrati-i18n|0.1\";i:2;s:25:\"photocrati-validation|0.1\";i:3;s:21:\"photocrati-router|0.7\";i:4;s:32:\"photocrati-wordpress_routing|0.6\";i:5;s:23:\"photocrati-security|0.2\";i:6;s:31:\"photocrati-nextgen_settings|0.9\";i:7;s:18:\"photocrati-mvc|0.5\";i:8;s:19:\"photocrati-ajax|0.8\";i:9;s:25:\"photocrati-datamapper|0.9\";i:10;s:30:\"photocrati-nextgen-legacy|0.14\";i:11;s:28:\"photocrati-nextgen-data|0.10\";i:12;s:33:\"photocrati-dynamic_thumbnails|0.6\";i:13;s:28:\"photocrati-nextgen_admin|0.9\";i:14;s:39:\"photocrati-nextgen_gallery_display|0.13\";i:15;s:34:\"photocrati-frame_communication|0.4\";i:16;s:30:\"photocrati-attach_to_post|0.11\";i:17;s:38:\"photocrati-nextgen_addgallery_page|0.6\";i:18;s:36:\"photocrati-nextgen_other_options|0.8\";i:19;s:33:\"photocrati-nextgen_pagination|0.3\";i:20;s:33:\"photocrati-dynamic_stylesheet|0.3\";i:21;s:34:\"photocrati-nextgen_pro_upgrade|0.4\";i:22;s:20:\"photocrati-cache|0.2\";i:23;s:24:\"photocrati-lightbox|0.14\";i:24;s:38:\"photocrati-nextgen_basic_templates|0.5\";i:25;s:37:\"photocrati-nextgen_basic_gallery|0.13\";i:26;s:42:\"photocrati-nextgen_basic_imagebrowser|0.10\";i:27;s:39:\"photocrati-nextgen_basic_singlepic|0.11\";i:28;s:38:\"photocrati-nextgen_basic_tagcloud|0.11\";i:29;s:35:\"photocrati-nextgen_basic_album|0.10\";i:30;s:21:\"photocrati-widget|0.5\";i:31;s:33:\"photocrati-third_party_compat|0.4\";i:32;s:29:\"photocrati-nextgen_xmlrpc|0.4\";i:33;s:20:\"photocrati-wpcli|0.1\";}','yes'),(1701,'WPLANG','','yes'),(4047,'widget_om_widget_flickr','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4048,'widget_om_widget_tweets','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4049,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4050,'widget_om_widget_recent_posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4051,'widget_om_widget_video','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4052,'widget_ngg-mrssw','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4053,'widget_slideshow','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4054,'widget_ngg-images','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4055,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4056,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(18044,'wonderplugin_carousel_userrole','manage_options','yes'),(18045,'wonderplugin_carousel_thumbnailsize','medium','yes'),(18046,'wonderplugin-carousel-engine','WordPress Carousel Slider Plugin','yes'),(23616,'rewrite_rules','a:85:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:31:\"index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=5&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:55:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:37:\"index.php/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:30:\"index.php/([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:50:\"index.php/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:38:\"index.php/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:45:\"index.php/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:26:\"index.php/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"index.php/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"index.php/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"index.php/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"index.php/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"index.php/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(60110,'om_expo18_site_logo_image','http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/06/agro-sri-lgo-joint.jpg','yes'),(84206,'_site_transient_timeout_browser_6bcb73d32215374814dad35f9c73b9ad','1475990090','yes'),(84207,'_site_transient_browser_6bcb73d32215374814dad35f9c73b9ad','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"53.0.2785.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'),(84827,'finished_splitting_shared_terms','1','yes'),(84828,'site_icon','0','yes'),(84829,'medium_large_size_w','768','yes'),(84830,'medium_large_size_h','0','yes'),(84833,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.4\";s:7:\"version\";s:5:\"4.9.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.4\";s:7:\"version\";s:5:\"4.9.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.5\";s:7:\"version\";s:5:\"4.8.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.9\";s:7:\"version\";s:5:\"4.7.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.10-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.10-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.10-rollback-1.zip\";}s:7:\"current\";s:6:\"4.6.10\";s:7:\"version\";s:6:\"4.6.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.6.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1522730652;s:15:\"version_checked\";s:5:\"4.6.1\";s:12:\"translations\";a:0:{}}','no'),(84834,'_site_transient_timeout_browser_2451ca2aec0606156897568730ffc28a','1476508942','no'),(84835,'_site_transient_browser_2451ca2aec0606156897568730ffc28a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"53.0.2785.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;}','no'),(84836,'can_compress_scripts','1','no'),(84847,'theme_mods_twentysixteen','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1481705962;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:10:\"calendar-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(84858,'_site_transient_timeout_wporg_theme_feature_list','1475915661','no'),(84859,'_site_transient_wporg_theme_feature_list','a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}','no'),(84862,'theme_mods_expo18','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}}','yes'),(84867,'theme_mods_Expo','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1481705951;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:10:\"calendar-2\";}s:18:\"footer-column-left\";a:0:{}s:20:\"footer-column-center\";a:0:{}s:19:\"footer-column-right\";N;s:13:\"alt-sidebar-1\";N;s:13:\"alt-sidebar-2\";N;s:13:\"alt-sidebar-3\";N;}}}','yes'),(85423,'_site_transient_timeout_browser_96b16d07ab8d9d5b89d1c48e1ee6d7b8','1482038298','no'),(85424,'_site_transient_browser_96b16d07ab8d9d5b89d1c48e1ee6d7b8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"55.0.2883.75\";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;}','no'),(85445,'ftp_credentials','a:3:{s:8:\"hostname\";s:18:\"cems-foodagro.com/\";s:8:\"username\";s:8:\"foodagro\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(85455,'_site_transient_timeout_browser_f90f9d5b5a1bb1d6e2289490ecf74ebb','1482310542','no'),(85456,'_site_transient_browser_f90f9d5b5a1bb1d6e2289490ecf74ebb','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"50.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;}','no'),(85473,'_site_transient_timeout_available_translations','1481716553','no'),(85474,'_site_transient_available_translations','a:87:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-06 11:26:31\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-21 10:19:10\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-16 18:36:09\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-29 08:38:56\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 22:42:10\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-24 13:13:07\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-20 16:53:20\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.5.4\";s:7:\"updated\";s:19:\"2016-04-19 23:16:37\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.4/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-20 10:29:54\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.4.3\";s:7:\"updated\";s:19:\"2016-02-16 15:34:57\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.3/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-11 18:32:36\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-01 16:18:09\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-29 14:03:59\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-15 12:56:13\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-15 12:59:43\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.6.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-05 15:05:02\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-06 12:29:42\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.6.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-09 20:42:31\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-20 07:14:07\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-16 11:54:12\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-12 02:18:44\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-11 22:36:25\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-11 23:19:29\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-04 22:04:52\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-17 12:34:44\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-19 13:48:04\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-31 08:03:58\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-17 22:11:44\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-17 17:56:31\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-29 15:07:52\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-22 16:41:36\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-27 18:10:49\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-23 20:20:40\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-15 18:30:48\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-10 18:42:25\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-10 18:17:57\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-02 11:49:52\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-21 15:44:17\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-08 11:09:06\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-25 19:56:49\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-03 13:43:01\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-07 15:12:28\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-06 20:18:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 07:13:54\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-22 05:34:53\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-29 11:28:08\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-02 08:41:39\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-01 15:23:06\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-29 11:51:34\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-24 07:18:31\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-11 21:29:34\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-26 17:38:44\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.5.4\";s:7:\"updated\";s:19:\"2016-05-12 13:55:28\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.4/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-13 20:38:52\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-14 14:18:43\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.13\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.13/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-16 13:09:49\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-14 13:24:10\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.6.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-26 10:08:38\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-28 08:58:28\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-23 13:45:11\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.1/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-22 09:54:16\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.13\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.13/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-07 09:30:50\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-26 20:21:25\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-06 22:49:40\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-30 19:40:04\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-08 14:52:32\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-04 18:38:43\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-14 07:00:01\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-12 16:41:17\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-01 10:58:06\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.1/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-12 07:04:13\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-27 15:51:36\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-16 10:50:15\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-01 16:07:46\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-18 10:43:17\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 01:01:25\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-18 13:53:15\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-05 11:58:02\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.5.4\";s:7:\"updated\";s:19:\"2016-04-17 03:29:01\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.4/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'),(85480,'om_expo18_background_disable_animation','false','yes'),(85481,'om_expo18_google_charset_latin_ext','false','yes'),(85482,'om_expo18_google_charset_arabic','false','yes'),(85483,'om_expo18_google_charset_cyrillic','false','yes'),(85484,'om_expo18_google_charset_cyrillic_ext','false','yes'),(85485,'om_expo18_google_charset_devanagari','false','yes'),(85486,'om_expo18_google_charset_greek','false','yes'),(85487,'om_expo18_google_charset_greek_ext','false','yes'),(85488,'om_expo18_google_charset_hebrew','false','yes'),(85489,'om_expo18_google_charset_khmer','false','yes'),(85490,'om_expo18_google_charset_telugu','false','yes'),(85491,'om_expo18_google_charset_vietnamese','false','yes'),(85492,'om_expo18_code_custom_css','','yes'),(85493,'om_expo18_social_instagram','','yes'),(85494,'om_expo18_envato_username','','yes'),(85495,'om_expo18_envato_api','','yes'),(85496,'om_expo18_style-custom-salt','36334','yes'),(85761,'_site_transient_timeout_browser_00cb6228a64f759a1bb585e143526e4f','1485431673','no'),(85762,'_site_transient_browser_00cb6228a64f759a1bb585e143526e4f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"55.0.2883.87\";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;}','no'),(85984,'_site_transient_timeout_browser_58769e6f77965f1b81999b5fbb0b69b5','1490172215','no'),(85985,'_site_transient_browser_58769e6f77965f1b81999b5fbb0b69b5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"56.0.2924.87\";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;}','no'),(86426,'_site_transient_timeout_browser_ce290af4083a5e71c26c2d360ac888b6','1494388856','no'),(86427,'_site_transient_browser_ce290af4083a5e71c26c2d360ac888b6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";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;}','no'),(86750,'_site_transient_timeout_browser_699dfc46f2edc5d25d73bee60c1bf7b9','1496907380','no'),(86751,'_site_transient_browser_699dfc46f2edc5d25d73bee60c1bf7b9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"58.0.3029.110\";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;}','no'),(87965,'_site_transient_timeout_browser_a074847ba0d26965d4c0a7cd5cc2a3d1','1506155693','no'),(87966,'_site_transient_browser_a074847ba0d26965d4c0a7cd5cc2a3d1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"61.0.3163.79\";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;}','no'),(88328,'_site_transient_timeout_browser_ae7243d6fcce16c4a1bb2c2339d3a779','1508827889','no'),(88329,'_site_transient_browser_ae7243d6fcce16c4a1bb2c2339d3a779','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(88330,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1508266304','no'),(88331,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','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:49:\"\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:14:\"WordPress 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Oct 2017 06:29: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:\"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:40:\"https://wordpress.org/?v=4.9-beta2-41860\";s: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:36:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.9 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Oct 2017 06:29: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:11:\"Development\";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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4946\";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:364:\"WordPress 4.9 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). […]\";s: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:\"Mel Choyce\";s: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:1651:\"<p>WordPress 4.9 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since then, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=\">70 changes</a> in Beta 2.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Let’s test all of these:</em><br />\n<em>code editing, theme switches,</em><br />\n<em>widgets, scheduling.</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4946\";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:36:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.9 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:56:\"https://wordpress.org/news/2017/10/wordpress-4-9-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Oct 2017 05:54:02 +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:\"Development\";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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4926\";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:329:\"WordPress 4.9 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s: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:\"Jeffrey Paul\";s: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:9159:\"<p>WordPress 4.9 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.9 is slated for release on <a href=\"https://make.wordpress.org/core/4-9/\">November 14</a>, but we need your help to get there. We’ve been working on making it even easier to customize your site. Here are some of the bigger items to test and help us find as many bugs as possible in the coming weeks:</p>\n<ul>\n<li>Drafting (<a href=\"https://core.trac.wordpress.org/ticket/39896\">#39896</a>) and scheduling (<a href=\"https://core.trac.wordpress.org/ticket/28721\">#28721</a>) of changes in the Customizer. Once you save or schedule a changeset, when any user comes into the Customizer the pending changes will be autoloaded. A button is provided to discard changes to restore the Customizer to the last published state. (This is a new “linear” mode for changesets, as opposed to “branching” mode which can be enabled by filter so that every time user opens the Customizer a new blank changeset will be started.)</li>\n<li>Addition of a frontend preview link to the Customizer to allow changes to be browsed on the frontend, even without a user being logged in (<a href=\"https://core.trac.wordpress.org/ticket/39896\">#39896</a>).</li>\n<li>Addition of autosave revisions in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/39275\">#39275</a>).</li>\n<li>A brand new theme browsing experience in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/37661\">#37661</a>).</li>\n<li>Gallery widget (<a href=\"https://core.trac.wordpress.org/ticket/41914\">#41914</a>), following the media and image widgets introduced in 4.8.</li>\n<li>Support for shortcodes in Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/10457\">#10457</a>).</li>\n<li>Support for adding media to Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/40854\">#40854</a>).</li>\n<li>Support for adding oEmbeds outside post content, including Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/34115\">#34115</a>).</li>\n<li>Support for videos from providers other than YouTube and Vimeo in the Video widget (<a href=\"https://core.trac.wordpress.org/ticket/42039\">#42039</a>)</li>\n<li>Improve the flow for creating new menus in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/40104\">#40104</a>).</li>\n<li>Educated guess mapping of nav menus and widgets when switching themes (<a href=\"https://core.trac.wordpress.org/ticket/39692\">#39692</a>).</li>\n<li>Plugins: Introduce singular capabilities for activating and deactivating individual plugins (<a href=\"https://core.trac.wordpress.org/ticket/38652\">#38652</a>).</li>\n<li>Sandbox PHP file edits in both plugins and themes, without auto-deactivation when an error occurs; a PHP edit that introduces a fatal error is rolled back with an opportunity then for the user to fix the error and attempt to re-save. (<a href=\"https://core.trac.wordpress.org/ticket/21622\">#21622</a>).</li>\n<li>Addition of dirty state for widgets on the admin screen, indicating when a widget has been successfully saved and showing an “Are you sure?” dialog when attempting to leave without saving changes. (<a href=\"https://core.trac.wordpress.org/ticket/23120\">#23120</a>, <a href=\"https://core.trac.wordpress.org/ticket/41610\">#41610</a>)</li>\n</ul>\n<p>As always, there have been exciting changes for developers to explore as well, such as:</p>\n<ul>\n<li>CodeMirror editor added to theme/plugin editor, Custom CSS in Customizer, and Custom HTML widgets. Integration includes support for linters to catch errors before you attempt to save. Includes new APIs for plugins to instantiate editors. (<a href=\"https://core.trac.wordpress.org/ticket/12423\">#12423</a>)</li>\n<li>Introduction of an extensible code editor control for adding instances of CodeMirror to the Customizer. (<a href=\"https://core.trac.wordpress.org/ticket/41897\">#41897</a>)</li>\n<li>Addition of global notifications area (<a href=\"https://core.trac.wordpress.org/ticket/35210\">#35210</a>), panel and section notifications (<a href=\"https://core.trac.wordpress.org/ticket/38794\">#38794</a>), and a notification overlay that takes over the entire screen in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/37727\">#37727</a>).</li>\n<li>A date/time control in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/42022\">#42022</a>).</li>\n<li>Improve usability of Customize JS API (<a href=\"https://core.trac.wordpress.org/ticket/42083\">#42083</a>, <a href=\"https://core.trac.wordpress.org/ticket/37964\">#37964</a>, <a href=\"https://core.trac.wordpress.org/ticket/36167\">#36167</a>).</li>\n<li>Introduction of control templates for base controls (<a href=\"https://core.trac.wordpress.org/ticket/30738\">#30738</a>).</li>\n<li>Use WP_Term_Query when transforming tax queries (<a href=\"https://core.trac.wordpress.org/ticket/37038\">#37038</a>).</li>\n<li>Database: Add support for MySQL servers connecting to IPv6 hosts (<a href=\"https://core.trac.wordpress.org/ticket/41722\">#41722</a>).</li>\n<li>Emoji: Bring Twemoji compatibility to PHP (<a href=\"https://core.trac.wordpress.org/ticket/35293\">#35293</a>). Test for any weirdness with emoji in RSS feeds or emails.</li>\n<li>I18N: Introduce the Plural_Forms class (<a href=\"https://core.trac.wordpress.org/ticket/41562\">#41562</a>).</li>\n<li>Media: Upgrade MediaElement.js to 4.2.5-74e01a40 (<a href=\"https://core.trac.wordpress.org/ticket/39686\">#39686</a>).</li>\n<li>Media: Use max-width for default captions (<a href=\"https://core.trac.wordpress.org/ticket/33981\">#33981</a>). We will want to make sure this doesn’t cause unexpected visual regressions in existing themes, default themes were all fine in testing.</li>\n<li>Media: Reduce duplicated custom header crops in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/21819\">#21819</a>).</li>\n<li>Media: Store video creation date in meta (<a href=\"https://core.trac.wordpress.org/ticket/35218\">#35218</a>). Please help test different kinds of videos.</li>\n<li>Multisite: Introduce get_site_by() (<a href=\"https://core.trac.wordpress.org/ticket/40180\">#40180</a>).</li>\n<li>Multisite: Improve get_blog_details() by using get_site_by() (<a href=\"https://core.trac.wordpress.org/ticket/40228\">#40228</a>).</li>\n<li>Multisite: Improve initializing available roles when switch sites (<a href=\"https://core.trac.wordpress.org/ticket/38645\">#38645</a>).</li>\n<li>Multisite: Initialize a user’s roles correctly when setting them up for a different site (<a href=\"https://core.trac.wordpress.org/ticket/36961\">#36961</a>).</li>\n<li>REST API: Support registering complex data structures for settings and meta</li>\n<li>REST API: Support for objects in schema validation and sanitization (<a href=\"https://core.trac.wordpress.org/ticket/38583\">#38583</a>)</li>\n<li>Role/Capability: Introduce capabilities dedicated to installing and updating language files (<a href=\"https://core.trac.wordpress.org/ticket/39677\">#39677</a>).</li>\n<li>Remove SWFUpload (<a href=\"https://core.trac.wordpress.org/ticket/41752\">#41752</a>).</li>\n<li>Users: Require a confirmation link in an email to be clicked when a user attempts to change their email address (<a href=\"https://core.trac.wordpress.org/ticket/16470\">#16470</a>).</li>\n<li>Core and the unit test suite is fully compatible with the upcoming release of PHP 7.2</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.9, <a href=\"https://make.wordpress.org/core/tag/4-9/\">check out posts tagged with 4.9 on the main development blog</a>, or look at a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.9&group=component&order=priority\">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><b>If you think you’ve found a bug</b>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><i>Without your testing,<br />\nwe might hurt the internet.<br />\nPlease help us find bugs.<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></i></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4926\";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:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"The Month in WordPress: September 2017\";s: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:\"https://wordpress.org/news/2017/10/the-month-in-wordpress-september-2017/\";s: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, 02 Oct 2017 08:00: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:18:\"Month in 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4920\";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:\"This has been an interesting month for WordPress, as a bold move on the JavaScript front brought the WordPress project to the forefront of many discussions across the development world. There have also been some intriguing changes in the WordCamp program, so read on to learn more about the WordPress community during the month of […]\";s: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:\"Hugh Lashbrooke\";s: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:5634:\"<p>This has been an interesting month for WordPress, as a bold move on the JavaScript front brought the WordPress project to the forefront of many discussions across the development world. There have also been some intriguing changes in the WordCamp program, so read on to learn more about the WordPress community during the month of September.</p>\n<hr />\n<h2>JavaScript Frameworks in WordPress</h2>\n<p>Early in the month, <a href=\"https://ma.tt/2017/09/on-react-and-wordpress/\">Matt Mullenweg announced</a> that WordPress will be switching away from React as the JavaScript library WordPress Core might use — this was in response to Facebook’s decision to keep a controversial patent clause in the library’s license, making many WordPress users uncomfortable.</p>\n<p>A few days later, <a href=\"https://ma.tt/2017/09/facebook-dropping-patent-clause/\">Facebook reverted the decision</a>, making React a viable option for WordPress once more. Still, the WordPress Core team is exploring a move <a href=\"https://github.com/WordPress/gutenberg/pull/2463\">to make WordPress framework-agnostic</a>, so that the framework being used could be replaced by any other framework without affecting the rest of the project.</p>\n<p>This is a bold move that will ultimately make WordPress core a lot more flexible, and will also protect it from potential license changes in the future.</p>\n<p>You can get involved in the JavaScript discussion by joining the #core-js channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and following the <a href=\"https://make.wordpress.org/core/\">WordPress Core development blog</a>.</p>\n<h2>Community Initiative to Make WordCamps More Accessible</h2>\n<p>A WordPress community member, Ines van Essen, started a new nonprofit initiative to offer financial assistance to community members to attend WordCamps. <a href=\"https://donatewc.org/\">DonateWC</a> launched with a crowdsourced funding campaign to cover the costs of getting things up and running.</p>\n<p>Now that she’s raised the initial funds, Ines plans to set up a nonprofit organization and use donations from sponsors to help people all over the world attend and speak at WordCamps.</p>\n<p>If you would like to support the initiative, you can do so by <a href=\"https://donatewc.org/make-a-donation/\">donating through their website</a>.</p>\n<h2>The WordCamp Incubator Program Returns</h2>\n<p>Following the success of <a href=\"https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/\">the first WordCamp Incubator Program</a>, the Community Team is <a href=\"https://make.wordpress.org/community/2017/09/27/wordcamp-incubator-program-v2-new-role-name/\">bringing the program back</a> to assist more underserved cities in kick-starting their WordPress communities.</p>\n<p>The program’s first phase aims to find community members who will volunteer to mentor, assist, and work alongside local leaders in the incubator communities — this is a time-intensive volunteer role that would need to be filled by experienced WordCamp organizers.</p>\n<p>If you would like to be a part of this valuable initiative, join the #community-team channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and follow the <a href=\"https://make.wordpress.org/community/\">Community Team blog</a> for updates.</p>\n<h2>WordPress 4.8.2 Security Release</h2>\n<p>On September 19, <a href=\"https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/\">WordPress 4.8.2 was released to the world</a> — this was a security release that fixed nine issues in WordPress Core, making the platform more stable and secure for everyone.</p>\n<p>To get involved in building WordPress Core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<hr />\n<h2>Further Reading:</h2>\n<ul>\n<li>The WordPress Meetup program hit a significant milestone this month — there are now 500 meetup groups in <a href=\"https://www.meetup.com/pro/wordpress/\">the official chapter program</a>.</li>\n<li>The SWFUpload library <a href=\"https://make.wordpress.org/core/2017/09/07/removing-swfupload/\">will be removed from WordPress Core</a> in version 4.9, scheduled for release in mid-November.</li>\n<li>Matías Ventura put together some useful videos on <a href=\"https://make.wordpress.org/core/2017/08/31/gutenberg-themes/\">how theme developers can integrate Gutenberg into their work</a>.</li>\n<li><a href=\"http://applyfilters.fm/\"><i>Apply Filters</i></a>, the popular WordPress development podcast, will go on hiatus after the upcoming 83rd episode.</li>\n<li>The WordPress Plugin Directory <a href=\"https://make.wordpress.org/plugins/2017/09/04/plugin-support-reps/\">has added the ability</a> for plugin owners to assign plugin support representatives.</li>\n<li>After a couple of slower development weeks, <a href=\"https://make.wordpress.org/core/2017/09/27/whats-new-in-gutenberg-1-2-1/\">Gutenberg v1.2 is out</a> and it’s looking better than ever.</li>\n<li>The third <a href=\"https://wordpress.org/news/2017/09/global-wordpress-translation-day-3/\">Global WordPress Translation Day</a> took place this past weekend — keep an eye on <a href=\"https://make.wordpress.org/polyglots/\">the Polyglots team blog</a> for updates.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4920\";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:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Global WordPress Translation Day 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:70:\"https://wordpress.org/news/2017/09/global-wordpress-translation-day-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Sep 2017 11:56:59 +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:6:\"Events\";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:32:\"global wordpress translation day\";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:9:\"polyglots\";s: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:34:\"https://wordpress.org/news/?p=4915\";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:398:\"On September 30 2017, the WordPress Polyglots Team – whose mission is to translate WordPress into as many languages as possible – will hold its third Global WordPress Translation Day, a 24-hour, round-the-clock, digital and physical global marathon dedicated to the localisation and internationalisation of the WordPress platform and ecosystem, a structure that powers, today, […]\";s: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:\"Hugh Lashbrooke\";s: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:4124:\"<p><span style=\"font-weight: 400\">On September 30 2017, the WordPress Polyglots Team – whose mission is to translate WordPress into as many languages as possible – will hold its third <a href=\"https://wptranslationday.org/\">Global WordPress Translation Day</a>, a 24-hour, round-the-clock, digital and physical global marathon dedicated to the localisation and internationalisation of the WordPress platform and ecosystem, a structure that powers, today, over 28% of all existing websites.</span></p>\n<p><span style=\"font-weight: 400\">The localisation process allows for WordPress and for all WordPress-related products (themes and plugins) to be available in local languages, so to improve their accessibility and usage and to allow as many people as possible to take advantage of the free platform and services available.</span></p>\n<p><span style=\"font-weight: 400\">In a (not completely) serendipitous coincidence, September 30 has also been declared by the United Nations “International Translation Day”, to pay homage to the great services of translators everywhere, one that allows communication and exchange.</span></p>\n<p><span style=\"font-weight: 400\">The event will feature a series of multi-language live speeches (training sessions, tutorials, case histories, etc.) that will be screen-casted in streaming, starting from Australia and the Far East and ending in the Western parts of the United States.</span></p>\n<p><span style=\"font-weight: 400\">In that same 24-hour time frame, Polyglots worldwide will gather physically in local events, for dedicated training and translations sprints (and for some fun and socializing as well), while those unable to physically join their teams will do so remotely.</span></p>\n<p><span style=\"font-weight: 400\">A big, fun, useful and enlightening party and a lovely mix of growing, giving, learning and teaching, to empower, and cultivate, and shine.</span></p>\n<p><span style=\"font-weight: 400\">Here are some stats about the first two events:</span></p>\n<p><b>Global WordPress Translation Day 1</b></p>\n<ul>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">448 translators worldwide</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">50 local events worldwide</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">54 locales involved</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">40350 strings translated, in</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">597 projects</span></li>\n</ul>\n<p><b>Global WordPress Translation Day 2</b></p>\n<ul>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">780 translators worldwide</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">67 local events worldwide</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">133 locales involved</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">60426 strings translated, in</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">590 projects</span></li>\n</ul>\n<p><span style=\"font-weight: 400\">We would like your help in spreading this news and in reaching out to all four corners of the world to make the third #WPTranslationDay a truly amazing one and to help celebrate the unique and fundamental role that translators have in the Community but also in all aspects of life.</span></p>\n<p><span style=\"font-weight: 400\">A full press release is available, along with more information and visual assets at </span><a href=\"https://wptranslationday.org/press/\"><span style=\"font-weight: 400\">wptranslationday.org/press</span></a>.</p>\n<p><span style=\"font-weight: 400\">For any additional information please don’t hesitate to contact the event team on </span><a href=\"mailto:press@wptranslationday.org\"><span style=\"font-weight: 400\">press@wptranslationday.org</span></a><span style=\"font-weight: 400\">.</span></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4915\";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:36:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.8.2 Security and Maintenance Release\";s: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:84:\"https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/\";s: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, 19 Sep 2017 22:17:15 +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: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:1;a:5:{s:4:\"data\";s:8:\"Security\";s: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:34:\"https://wordpress.org/news/?p=4909\";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:392:\"WordPress 4.8.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.8.1 and earlier are affected by these security issues: $wpdb->prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this […]\";s: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:17:\"Aaron D. Campbell\";s: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:2844:\"<p>WordPress 4.8.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.8.1 and earlier are affected by these security issues:</p>\n<ol>\n<li><code>$wpdb->prepare()</code> can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://hackerone.com/slavco\">Slavco</a></li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the oEmbed discovery. Reported by xknown of the WordPress Security Team.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the visual editor. Reported by <a href=\"https://twitter.com/brutelogic\">Rodolfo Assis (@brutelogic)</a> of Sucuri Security.</li>\n<li>A path traversal vulnerability was discovered in the file unzipping code. Reported by <a href=\"https://hackerone.com/noxrnet\">Alex Chapman (noxrnet)</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the plugin editor. Reported by 陈瑞琦 (Chen Ruiqi).</li>\n<li>An open redirect was discovered on the user and term edit screens. Reported by <a href=\"https://hackerone.com/ysx\">Yasin Soliman (ysx)</a>.</li>\n<li>A path traversal vulnerability was discovered in the customizer. Reported by Weston Ruter of the WordPress Security Team.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in template names. Reported by <a href=\"https://hackerone.com/sikic\">Luka (sikic)</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the link modal. Reported by <a href=\"https://hackerone.com/qasuar\">Anas Roubi (qasuar)</a>.</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.8.2 contains 6 maintenance fixes to the 4.8 release series. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.8.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.8.2&group=component&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=keywords&order=priority\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.2.</p>\n<p>Thanks to everyone who contributed to 4.8.2.</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4909\";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:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress: August 2017\";s: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:70:\"https://wordpress.org/news/2017/09/the-month-in-wordpress-august-2017/\";s: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 Sep 2017 10:02:16 +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:18:\"Month in 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4899\";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:333:\"While there haven’t been any major events or big new developments in the WordPress world this past month, a lot of work has gone into developing a sustainable future for the project. Read on to find out more about this and other interesting news from around the WordPress world in August. The Global WordPress Translation […]\";s: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:\"Hugh Lashbrooke\";s: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:6496:\"<p>While there haven’t been any major events or big new developments in the WordPress world this past month, a lot of work has gone into developing a sustainable future for the project. Read on to find out more about this and other interesting news from around the WordPress world in August.</p>\n<hr />\n<h2>The Global WordPress Translation Day Returns</h2>\n<p>On September 30, the WordPress Polyglots team will be holding <a href=\"https://wptranslationday.org/\">the third Global WordPress Translation Day</a>. This is a 24-hour global event dedicated to the translation of the WordPress ecosystem (core, themes, plugins), and is a mix of physical, in-person translation work with online streaming of talks from WordPress translators all over the world.</p>\n<p>Meetup groups will be holding events where community members will come together to translate WordPress. To get involved in this worldwide event, <a href=\"https://www.meetup.com/pro/wordpress/\">join your local meetup group</a> or, if one is not already taking place in your area, organize one for your community.</p>\n<p>You can find out more information <a href=\"https://wptranslationday.org/global-wordpress-translation-day-3/\">on the Translation Day blog</a> and in the #polyglots-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>WordPress Foundation to Run Open Source Training Worldwide</h2>\n<p>The WordPress Foundation is a non-profit organization that exists to provide educational events and resources for hackathons, support of the open web, and promotion of diversity in the global open source community.</p>\n<p>In an effort to push these goals forward, <a href=\"http://wordpressfoundation.org/2017/call-for-organizers-introduction-to-open-source/\">the Foundation is going to be offering assistance</a> to communities who would like to run local open source training workshops. A number of organizers have applied to be a part of this initiative, and the Foundation will be selecting two communities in the coming weeks.</p>\n<p>Follow <a href=\"http://wordpressfoundation.org/news/\">the WordPress Foundation blog</a> for updates.</p>\n<h2>Next Steps in WordPress Core’s PHP Focus</h2>\n<p>After <a href=\"https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/\">last month’s</a> push to focus on WordPress core’s PHP development, a number of new initiatives have been proposed and implemented. The first of these initiatives is a page on WordPress.org that will educate users on the benefits of upgrading PHP. The page and its implementation are still in development, so <a href=\"https://github.com/WordPress/servehappy\">you can follow and contribute on GitHub</a>.</p>\n<p>Along with this, <a href=\"https://make.wordpress.org/plugins/2017/08/29/minimum-php-version-requirement/\">plugin developers are now able to specify</a> the minimum required PHP version for their plugins. This version will then be displayed on the Plugin Directory page, but it will not (yet) prevent users from installing it.</p>\n<p>The next evolution of this is for the minimum PHP requirement to be enforced so that plugins will only work if that requirement is met. You can assist with this implementation by contributing your input or a patch on <a href=\"https://core.trac.wordpress.org/ticket/40934\">the open ticket</a>.</p>\n<p>As always, discussions around the implementation of PHP in WordPress core are done in the #core-php channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>New Editor Development Continues</h2>\n<p>For a few months now, the core team has been steadily working on Gutenberg, the new editor for WordPress core. While Gutenberg is still in development and is some time away from being ready, a huge amount of progress has already been made. In fact, <a href=\"https://make.wordpress.org/core/2017/08/29/whats-new-in-gutenberg-august-29/\">v1.0.0 of Gutenberg</a> was released this week.</p>\n<p>The new editor is available as a plugin <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">for testing</a> and <a href=\"https://make.wordpress.org/core/2017/08/11/revised-suggested-roadmap-for-gutenberg-and-customization/\">the proposed roadmap</a> is for it to be merged into core in early 2018. You can get involved in the development of Gutenberg by joining the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and following the <a href=\"https://make.wordpress.org/core/\">WordPress Core development blog</a>.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li>On the topic of Gutenberg, <a href=\"https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/\">Matt Mullenweg wrote a post</a> to address some of the concerns that the community has expressed about the new editor.</li>\n<li><a href=\"http://hookrefineandtinker.com/2017/08/jaiwp-an-alternative-project-to-wordcamp-india/\">A new movement has started</a> in the Indian WordPress community named JaiWP — the organizers are seeking to unite and motivate the country’s many local communities.</li>\n<li><a href=\"https://richtabor.com/merlin-wp/\">Merlin WP</a> is a new plugin offering theme developers an easy way to onboard their users.</li>\n<li>Ryan McCue posted <a href=\"https://make.wordpress.org/core/2017/08/23/rest-api-roadmap/\">an ambitious roadmap</a> for the future of the WordPress REST API — many contributions from the community will be needed in order to reach these goals.</li>\n<li>Want to know what you can expect in the next major release of WordPress? <a href=\"https://make.wordpress.org/core/2017/08/11/wordpress-4-9-goals/\">Here’s a look</a> at what the core team is planning for v4.9.</li>\n<li>To help combat the difficulties that Trac presents to WordPress Core contributors, Ryan McCue built an alternative platform dubbed <a href=\"https://github.com/rmccue/not-trac\">Not Trac</a>.</li>\n<li><a href=\"https://make.wordpress.org/cli/2017/08/08/version-1-3-0-released/\">v1.3.0 of WP-CLI was released</a> earlier in the month, adding a whole lot of great new features to the useful tool.</li>\n</ul>\n<p><i><span style=\"font-weight: 400\">If you have a story we should consider including in the next “Month in WordPress” post, please </span></i><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><i><span style=\"font-weight: 400\">submit it here</span></i></a><i><span style=\"font-weight: 400\">.</span></i></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4899\";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:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.8.1 Maintenance Release\";s: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:71:\"https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\";s: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, 02 Aug 2017 21:26: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:1:{i:0;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4875\";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:366:\"After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release. This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the release […]\";s: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:\"Weston Ruter\";s: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:2560:\"<p>After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release.</p>\n<p>This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the <a href=\"https://codex.wordpress.org/Version_4.8.1\">release notes</a>, the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.8.1&group=component\">tickets closed</a>, and the <a href=\"https://core.trac.wordpress.org/log/branches/4.8?rev=41210&stop_rev=40891\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.1</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.1.</p>\n<p>Thanks to everyone who contributed to 4.8.1:<br />\n<a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/atanasangelovdev/\">Atanas Angelov</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/greuben/\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/sa3idho/\">Said El Bakkali</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford/\">Timmy Crawford</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4875\";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:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: July 2017\";s: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:\"https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/\";s: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, 02 Aug 2017 07:50:14 +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:18:\"Month in 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4885\";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:344:\"After a particularly busy month in June, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July. Weekly meeting for new core […]\";s: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:\"Hugh Lashbrooke\";s: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:5644:\"<p>After a particularly busy month <a href=\"https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\">in June</a>, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July.</p>\n<hr />\n<h2>Weekly meeting for new core contributors</h2>\n<p>Onboarding new contributors is a persistent issue for most WordPress contribution teams. While every team welcomes any new contributors, the path to getting deeply involved can be tricky to find at times.</p>\n<p>This month, the Core team implemented a fantastic new initiative: <a href=\"https://make.wordpress.org/core/2017/06/30/announcing-a-weekly-new-contributors-meeting/\">weekly meetings for new core contributors</a> as a way to encourage involvement and foster fresh contributions. The meetings not only focus on bugs suited to first-time contributors, they also make space for experienced contributors to help out individuals who may be new to developing WordPress core.</p>\n<p>The meetings are held every Wednesday at 19:00 UTC in the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>Increased focus on PHP practices in WordPress core</h2>\n<p>In bringing people together to improve WordPress core, a new channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> named #core-php is designed to focus on PHP development in the project.</p>\n<p>Along with this increased concentration on PHP, a <a href=\"https://make.wordpress.org/core/2017/07/06/announcement-for-weekly-php-meetings/\">new weekly meeting is now taking place</a> every Monday at 18:00 UTC in #core-php to improve WordPress core’s PHP practices.</p>\n<h2>Sharp rise in meetup group growth</h2>\n<p>The dashboard events widget in WordPress 4.8 displays local, upcoming WordPress events for the logged in user. The events listed in this widget are pulled from the <a href=\"https://www.meetup.com/pro/wordpress/\">meetup chapter program</a>, as well as the <a href=\"https://central.wordcamp.org/schedule\">WordCamp schedule</a>.</p>\n<p>This widget provides greater visibility of official WordPress events, and encourages community involvement in these events. It’s safe to say that the widget has achieved its goals admirably — since WordPress 4.8 was released a little over a month ago, 31 new meetup groups have been formed with 15,647 new members across the whole program. This is compared to 19 new groups and only 7,071 new members in the same time period last year.</p>\n<p>You can find a local meetup group to join <a href=\"https://www.meetup.com/pro/wordpress/\">on meetup.com</a>, and if you would like to get involved in organizing events for your community, you can find out more about the inner workings of the program <a href=\"https://make.wordpress.org/community/meetups/\">on the Community Team site</a> or by joining the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>WordPress 4.8.1 due for imminent release</h2>\n<p>WordPress 4.8 cycle’s first maintenance release will be published in the coming week, more than a month after 4.8 was released. This release fix some important issues in WordPress core and the majority of users will find that their sites will update to this new version automatically.</p>\n<p>If you would like to help out by testing this release before it goes live, you can follow the <a href=\"https://make.wordpress.org/core/handbook/testing/beta/\">beta testing guide</a> for WordPress core. To get further involved in building WordPress core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li>The WordPress mobile apps have been updated with <a href=\"https://en.blog.wordpress.com/2017/07/24/a-brand-new-editor-for-the-wordpress-mobile-apps/\">a brand new text editor</a>.</li>\n<li>In a recent push to encourage WordPress users to upgrade their PHP versions, two features have been proposed – one <a href=\"https://core.trac.wordpress.org/ticket/41191\">to provide a notice to users</a> and another to <a href=\"https://core.trac.wordpress.org/ticket/40934\">allow PHP version requirements to be specified by plugins and themes</a>.</li>\n<li>John Maeda wrote <a href=\"https://make.wordpress.org/design/2017/07/14/whywordpress2/\">a great post</a> celebrating the freedom that WordPress offers.</li>\n<li>Gutenberg, the new text editor for WordPress, is <a href=\"https://make.wordpress.org/core/2017/07/28/whats-new-in-gutenberg-28th-july/\">in continual development</a> — everyone is invited to <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">test it out</a>.</li>\n<li>The WordPress Meta team is starting <a href=\"https://make.wordpress.org/meta/2017/07/26/experiment-wordcamp-org-bug-scrubs/\">a new initiative</a> to bring the community together to focus on fixing bugs across the WordCamp.org network.</li>\n<li>Volunteer applications for WordCamp US <a href=\"https://2017.us.wordcamp.org/2017/08/01/wcus-needs-you-volunteer-applications-are-now-open/\">are now open</a>.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4885\";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:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: June 2017\";s: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:\"https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\";s: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 Jul 2017 11:42:11 +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:18:\"Month in 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4865\";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:342:\"We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:9225:\"<p><i>We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month.</i></p>\n<p>Aside from other general news, the three big events in June were the release of WordPress 4.8, WordCamp Europe 2017, and the WordPress Community Summit. Read on to hear more about these as well as other interesting stories from around the WordPress world.</p>\n<hr />\n<h2>WordPress 4.8</h2>\n<p>On June 8, a week before the Community Summit and WordCamp Europe,<a href=\"https://wordpress.org/news/2017/06/evans/\"> WordPress 4.8 was released</a>.You can read<a href=\"https://make.wordpress.org/core/2017/05/26/wordpress-4-8-field-guide/\"> the Field Guide</a> for a comprehensive overview of all the features of this release (the News and Events widget in the dashboard is one of the major highlights).</p>\n<p>Most people would either have their version auto-updated, or their hosts would have updated it for them. For the rest, the updates have gone smoothly with no major issues reported so far.</p>\n<p>This WordPress release saw contributions from 346 individuals; you can find their names in <a href=\"https://wordpress.org/news/2017/06/evans/\">the announcement post</a>. To get involved in building WordPress core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<h2>WordCamp Europe 2017</h2>\n<p><a href=\"https://2017.europe.wordcamp.org/\">WordCamp Europe 2017</a> was held in Paris between June 15-17. The event began with a Contributor Day, followed by two days of talks and community goodness. The talks were live-streamed, but you can still catch all the recordings <a href=\"http://wordpress.tv/event/wordcamp-europe-2017/\">on WordPress.tv</a>. The organisers also published <a href=\"https://2017.europe.wordcamp.org/2017/06/30/wordcamp-europe-2017-in-paris-its-a-wrap/\">a handy wrap-up of the event</a>.</p>\n<p>WordCamp Europe exists to bring together the WordPress community from all over the continent, as well as to inspire local communities everywhere to get their own events going — to that end, the event was a great success, as a host of new meetup groups have popped up in the weeks following WordCamp Europe.</p>\n<p>The work that Contributor Day participants accomplished was both varied and valuable, covering all aspects of the WordPress project — have a look through <a href=\"https://make.wordpress.org/\">the Make blogs</a> for updates from each team.</p>\n<p>Finally, we also learned during the event that <a href=\"https://2017.europe.wordcamp.org/2017/06/17/belgrade-serbia-to-host-wordcamp-europe-2018/\">WordCamp Europe 2018 will be held in Belgrade, Serbia</a>, continuing the tradition of exploring locations and communities across the continent.</p>\n<h2>WordPress Community Summit</h2>\n<p>The fourth WordPress Community Summit took place during the two days leading up to WordCamp Europe 2017. This event is an invite-only unconference where people from all over the WordPress community come together to discuss some of the more difficult issues in the community, as well as to make plans for the year ahead in each of the contribution teams.</p>\n<p>As the Summit is designed to be a safe space for all attendees, the notes from each discussion are in the process of being anonymized before we publish them on <a href=\"https://make.wordpress.org/summit/\">the Summit blog</a> (so stay tuned – they’ll show up there over the next few weeks).</p>\n<p>You can already see the final list of topics that were proposed for the event <a href=\"https://make.wordpress.org/summit/2017/06/10/community-summit-2017-final-list-of-topic/\">here</a> (although a few more were added during the course of the two day Summit).</p>\n<h2>WordPress marketing push continues apace</h2>\n<p>As part of the push to be more intentional in marketing WordPress (as per Matt Mullenweg’s <a href=\"http://wordpress.tv/2016/12/07/matt-mullenweg-state-of-the-word-2016/\">2016 State of the Word</a>), the Marketing team has launched two significant drives to obtain more information about who uses WordPress and how that information can shape their outreach and messaging efforts.</p>\n<p><a href=\"https://make.wordpress.org/marketing/2017/06/15/wordpress-case-studies-and-usage-survey/\">The team is looking for WordPress case studies</a> and is asking users, agencies, and freelancers to take a WordPress usage survey. This will go a long way towards establishing a marketing base for WordPress as a platform and as a community — and many people in the community are looking forward to seeing this area develop further.</p>\n<p>To get involved in the WordPress Marketing team, you can visit <a href=\"https://make.wordpress.org/marketing/\">their team blog</a>.</p>\n<h2>New Gutenberg editor available for testing</h2>\n<p>For some time now, the Core team has been hard at work on a brand-new text editor for WordPress — this project has been dubbed “Gutenberg.” The project’s ultimate goal is to replace the existing TinyMCE editor, but for now it is in beta and available for public testing — <a href=\"https://wordpress.org/plugins/gutenberg/\">you can download it here as a plugin</a> and install it on any WordPress site.</p>\n<p>This feature is still in beta, so we don’t recommend using it on a production site. If you test it out, though, you’ll find that it is a wholly different experience to what you are used to in WordPress. It’s a more streamlined, altogether cleaner approach to the text-editing experience than we’ve had before, and something that many people are understandably excited about. Matt Mullenweg discussed the purpose of Gutenberg in more detail during <a href=\"http://wordpress.tv/2017/07/01/interview-and-qanda-with-matt-mullenweg/\">his Q&A at WordCamp Europe</a>.</p>\n<p>There are already a few reviews out from <a href=\"https://kinsta.com/blog/gutenberg-wordpress-editor/\">Brian Jackson at Kinsta</a>, <a href=\"https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/\">Aaron Jorbin</a>, and <a href=\"https://www.mattcromwell.com/gutenberg-first-impressions/\">Matt Cromwell</a> (among many others). Keep in mind that the project is in constant evolution at this stage; when it eventually lands in WordPress core (probably in v5.0), it could look very different from its current iteration — that’s what makes this beta stage and user testing so important.</p>\n<p>To get involved with shaping the future of Gutenberg, please <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">test it out</a>, and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>. You can also visit <a href=\"https://github.com/WordPress/gutenberg\">the project’s GitHub repository</a> to report issues and contribute to the codebase.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li style=\"font-weight: 400\">Bridget Willard <a href=\"https://make.wordpress.org/community/2017/06/21/proposed-wordcamp-editorial-calendar/\">has proposed an editorial calendar</a> to assist WordCamp organizers with publishing content for their event.</li>\n<li style=\"font-weight: 400\">A new kind of niche WordCamp, <a href=\"https://2017-denver.journalist.wordcamp.org/\">WordCamp for Publishers in Denver</a>, has opened ticket sales.</li>\n<li style=\"font-weight: 400\">The WordPress iOS app was updated with <a href=\"https://en.blog.wordpress.com/2017/06/21/an-all-new-media-library-for-the-wordpress-ios-app/\">a fresh, new media library</a> this month.</li>\n<li style=\"font-weight: 400\">It looks like <i>Underscores</i>, the popular WordPress starter theme, <a href=\"https://themeshaper.com/2017/06/26/the-future-of-underscores-and-a-new-committer/\">has a bright future ahead of it</a>, with a renewed vision and new committer.</li>\n<li style=\"font-weight: 400\">The always-inspiring Tom McFarlin <a href=\"https://tommcfarlin.com/simple-autoloader-for-wordpress\">has released a simple autoloader for WordPress</a> that looks very useful indeed.</li>\n<li style=\"font-weight: 400\">After a bit of a discussion on Twitter regarding the differences between WordPress.org, WordPress.com, and Jetpack, <a href=\"https://helen.wordpress.com/2017/06/21/restaurant-vs-meal-kit-vs-grocery-shopping-or-wordpress-com-vs-jetpack-vs-wordpress-org/\">Helen Hou-Sandí came up with a great analogy</a> and an interesting post about it all.</li>\n<li style=\"font-weight: 400\">If you’re interested in contributing specifically to the JavaScript or PHP areas of the WordPress core codebase, then the new #core-js and #core-php channels in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> are perfect for you.</li>\n</ul>\n<p><i>If you have a story we should consider including in the next “Month in WordPress” post, please </i><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><i>submit it here</i></a><i>.</i></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4865\";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:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.8 “Evans”\";s: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:41:\"https://wordpress.org/news/2017/06/evans/\";s: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, 08 Jun 2017 14:49: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4770\";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:373:\"An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some […]\";s: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:\"Matt Mullenweg\";s: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:34642:\"<h2 style=\"text-align: center\">An Update with You in Mind</h2>\n<p><img class=\"aligncenter size-large wp-image-4816\" src=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=632%2C316&ssl=1\" alt=\"\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=1024%2C512&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=300%2C150&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=768%2C384&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<h3>Gear up for a more intuitive WordPress!</h3>\n<p>Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand.</p>\n<p>Though some updates seem minor, they’ve been built by hundreds of contributors with <em>you</em> in mind. Get ready for new features you’ll welcome like an old friend: link improvements, <em>three</em> new media widgets covering images, audio, and video, an updated text widget that supports visual editing, and an upgraded news section in your dashboard which brings in nearby and upcoming WordPress events.</p>\n<hr />\n<h2 style=\"text-align: center\">Exciting Widget Updates</h2>\n<p><img class=\"size-large wp-image-4776 aligncenter\" src=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=632%2C436&ssl=1\" alt=\"\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=1024%2C706&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=300%2C207&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=768%2C530&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<h3>Image Widget</h3>\n<p>Adding an image to a widget is now a simple task that is achievable for any WordPress user without needing to know code. Simply insert your image right within the widget settings. Try adding something like a headshot or a photo of your latest weekend adventure — and see it appear automatically.</p>\n<h3>Video Widget</h3>\n<p>A welcome video is a great way to humanize the branding of your website. You can now add any video from the Media Library to a sidebar on your site with the new Video widget. Use this to showcase a welcome video to introduce visitors to your site or promote your latest and greatest content.</p>\n<h3>Audio Widget</h3>\n<p>Are you a podcaster, musician, or avid blogger? Adding a widget with your audio file has never been easier. Upload your audio file to the Media Library, go to the widget settings, select your file, and you’re ready for listeners. This would be a easy way to add a more personal welcome message, too!</p>\n<h3>Rich Text Widget</h3>\n<p>This feature deserves a parade down the center of town! Rich-text editing capabilities are now native for Text widgets. Add a widget anywhere and format away. Create lists, add emphasis, and quickly and easily insert links. Have fun with your newfound formatting powers, and watch what you can accomplish in a short amount of time.</p>\n<hr />\n<h2 style=\"text-align: center\">Link Boundaries</h2>\n<div id=\"v-8BDWH3QG-1\" class=\"video-player\"><video id=\"v-8BDWH3QG-1-video\" width=\"632\" height=\"342\" poster=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg\" controls=\"true\" preload=\"metadata\" dir=\"ltr\" lang=\"en\"><source src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.mp4\" type=\"video/mp4; codecs="avc1.64001E, mp4a.40.2"\" /><source src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_fmt1.ogv\" type=\"video/ogg; codecs="theora, vorbis"\" /><div><img alt=\"Link Boundaries\" src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg?resize=632%2C342\" data-recalc-dims=\"1\" /></div><p>Link Boundaries</p></video></div>\n<p>Have you ever tried updating a link, or the text around a link, and found you can’t seem to edit it correctly? When you edit the text after the link, your new text also ends up linked. Or you edit the text in the link, but your text ends up outside of it. This can be frustrating! With link boundaries, a great new feature, the process is streamlined and your links will work well. You’ll be happier. We promise.</p>\n<hr />\n<h2 style=\"text-align: center\">Nearby WordPress Events</h2>\n<p><img class=\"aligncenter wp-image-4779 size-large\" src=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=632%2C465&ssl=1\" alt=\"\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=1024%2C753&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=300%2C221&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=768%2C565&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?w=1126&ssl=1 1126w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Did you know that WordPress has a thriving offline community with groups meeting regularly in more than 400 cities around the world? WordPress now draws your attention to the events that help you continue improving your WordPress skills, meet friends, and, of course, publish!</p>\n<p>This is quickly becoming one of our favorite features. While you are in the dashboard (because you’re running updates and writing posts, right?) all upcoming WordCamps and official WordPress Meetups — local to you — will be displayed.</p>\n<p>Being part of the community can help you improve your WordPress skills and network with people you wouldn’t otherwise meet. Now you can easily find your local events just by logging in to your dashboard and looking at the new Events and News dashboard widget.</p>\n<hr />\n<h2 style=\"text-align: center\">Even More Developer Happiness <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f60a.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></h2>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/17/cleaner-headings-in-the-admin-screens/\">More Accessible Admin Panel Headings</a></h3>\n<p>New CSS rules mean extraneous content (like “Add New” links) no longer need to be included in admin-area headings. These panel headings improve the experience for people using assistive technologies.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/removal-of-core-embedding-support-for-wmv-and-wma-file-formats/\">Removal of Core Support for WMV and WMA Files</a></h3>\n<p>As fewer and fewer browsers support Silverlight, file formats which require the presence of the Silverlight plugin are being removed from core support. Files will still display as a download link, but will no longer be embedded automatically.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/multisite-focused-changes-in-4-8/\">Multisite Updates</a></h3>\n<p>New capabilities have been introduced to 4.8 with an eye towards removing calls to<br />\n<code>is_super_admin()</code>. Additionally, new hooks and tweaks to more granularly control site and user counts per network have been added.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/\">Text-Editor JavaScript API</a></h3>\n<p>With the addition of TinyMCE to the text widget in 4.8 comes a new JavaScript API for instantiating the editor after page load. This can be used to add an editor instance to any text area, and customize it with buttons and functions. Great for plugin authors!</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\">Media Widgets API</a></h3>\n<p>The introduction of a new base media widget REST API schema to 4.8 opens up possibilities for even more media widgets (like galleries or playlists) in the future. The three new media widgets are powered by a shared base class that covers most of the interactions with the media modal. That class also makes it easier to create new media widgets and paves the way for more to come.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/16/customizer-sidebar-width-is-now-variable/\">Customizer Width Variable</a></h3>\n<p>Rejoice! New responsive breakpoints have been added to the customizer sidebar to make it wider on high-resolution screens. Customizer controls should use percentage-based widths instead of pixels.</p>\n<hr />\n<h2 style=\"text-align: center\">The Squad</h2>\n<p>This release was led by <a href=\"https://matt.blog\">Matt</a> and <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, with the help of the following fabulous folks. There are 346 contributors with props in this release, with 106 of them contributing for the first time. Pull up some Bill Evans on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/1naveengiri\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/4nickpick\">4nickpick</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abhishek\">abhishek</a>, <a href=\"https://profiles.wordpress.org/abhishekfdd\">Abhishek Kumar</a>, <a href=\"https://profiles.wordpress.org/abrain\">abrain</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamsoucie\">Adam Soucie</a>, <a href=\"https://profiles.wordpress.org/afzalmultani\">Afzal Multani</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/apmarshall\">Alex Floyd Marshall</a>, <a href=\"https://profiles.wordpress.org/alexkingorg\">Alex King</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rockwell15\">Andrew Rockwell</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/arena94\">arena94</a>, <a href=\"https://profiles.wordpress.org/arshidkv12\">Arshid</a>, <a href=\"https://profiles.wordpress.org/aryamaaru\">Arun</a>, <a href=\"https://profiles.wordpress.org/asalce\">asalce</a>, <a href=\"https://profiles.wordpress.org/ashokkumar24\">ashokkumar24</a>, <a href=\"https://profiles.wordpress.org/atanasangelovdev\">Atanas Angelov</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/bharatkambariya\">Bharat Kambariya</a>, <a href=\"https://profiles.wordpress.org/blobfolio\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/drrobotnik\">Brandon Lavigne</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard\">Bridget Willard</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90\">Bunty</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/carl-alberto\">Carl Alberto</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/cazm\">cazm</a>, <a href=\"https://profiles.wordpress.org/ccprog\">ccprog</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/chiragpatel\">Chirag Patel</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/cklosows\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/chris_dev\">Chris Mok</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/coreymckrill\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/courtneypk\">Courtney P.K.</a>, <a href=\"https://profiles.wordpress.org/cristianozanca\">Cristiano Zanca</a>, <a href=\"https://profiles.wordpress.org/csloisel\">csloisel</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/clarinetlord\">Cyrus Collier</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber </a>, <a href=\"https://profiles.wordpress.org/diddledan\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/darshan02\">Darshan_dj</a>, <a href=\"https://profiles.wordpress.org/darthaud\">darthaud</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbenton\">davidbenton</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dhanendran\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dharm1025\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dhaval-parekh\">Dhaval Parekh</a>, <a href=\"https://profiles.wordpress.org/dingo_bastard\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/doublehhh\">DoubleH</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/drivingralle\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/dspilka\">dspilka</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/ejner69\">Ejner Galaz</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/emirpprime\">emirpprime</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/endif-media\">Ethan Allen</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fibonaccina\">fibonaccina</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/francina\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/fstaude\">Frank Neumann-Staude</a>, <a href=\"https://profiles.wordpress.org/f-j-kaiser\">Franz Josef Kaiser</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/ghosttoast\">Gustave F. Gerhardt</a>, <a href=\"https://profiles.wordpress.org/hedgefield\">hedgefield</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/helgatheviking\">helgatheviking</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ig_communitysites\">ig_communitysites</a>, <a href=\"https://profiles.wordpress.org/zinigor\">Igor Zinovyev</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ireneyoast\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/iv3rson76\">Ivan Stefanov</a>, <a href=\"https://profiles.wordpress.org/ivantedja\">ivantedja</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami\">Jaydeep Rami</a>, <a href=\"https://profiles.wordpress.org/jazbek\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jenblogs4u\">Jen Miller</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jesseenterprises\">jesseenterprises</a>, <a href=\"https://profiles.wordpress.org/jigneshnakrani\">Jignesh Nakrani</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jjcomack\">jjcomack</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/chanthaboune\">Josepha</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"https://profiles.wordpress.org/vijustin\">Justin McGuire</a>, <a href=\"https://profiles.wordpress.org/certainstrings\">Justin Tucker</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kafleg\">kafleg</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/karinedo\">karinedo</a>, <a href=\"https://profiles.wordpress.org/zoonini\">Kathryn</a>, <a href=\"https://profiles.wordpress.org/kaushik\">kaushik</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr\">kjellr</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kostasx\">kostasx</a>, <a href=\"https://profiles.wordpress.org/kubik-rubik\">kubik-rubik</a>, <a href=\"https://profiles.wordpress.org/kuck1u\">KUCKLU</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">Laurel Fulford</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lewiscowles\">LewisCowles</a>, <a href=\"https://profiles.wordpress.org/liammcarthur\">LiamMcArthur</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukasbesch\">lukasbesch</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/maedahbatool\">Maedah Batool</a>, <a href=\"https://profiles.wordpress.org/mp518\">Mahesh Prajapati</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/maguiar\">Mario Aguiar</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/matheusfd\">Matheus Martins</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mathieuhays\">mathieuhays</a>, <a href=\"https://profiles.wordpress.org/matias\">matias</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mayurk\">Mayur Keshwani</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/menakas\">Menaka S.</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/michelleweber\">michelleweber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milindmore22\">Milind More</a>, <a href=\"https://profiles.wordpress.org/mitraval192\">Mithun Raval</a>, <a href=\"https://profiles.wordpress.org/mmdeveloper\">MMDeveloper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mohanjith\">mohanjith</a>, <a href=\"https://profiles.wordpress.org/monikarao\">monikarao</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrgregwaugh\">MrGregWaugh</a>, <a href=\"https://profiles.wordpress.org/mschadegg\">mschadegg</a>, <a href=\"https://profiles.wordpress.org/codegeass\">Muhammet Arslan</a>, <a href=\"https://profiles.wordpress.org/dots\">MULTIDOTS</a>, <a href=\"https://profiles.wordpress.org/nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/naomicbush\">Naomi C. Bush</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/nsundberg\">Nicklas Sundberg</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nitin-kevadiya\">Nitin Kevadiya</a>, <a href=\"https://profiles.wordpress.org/kailanitish90\">Nitish Kaila</a>, <a href=\"https://profiles.wordpress.org/nobremarcos\">nobremarcos</a>, <a href=\"https://profiles.wordpress.org/nosegraze\">NoseGraze</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/iaaxpage\">page-carbajal</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philipjohn\">Philip John</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/postpostmodern\">postpostmodern</a>, <a href=\"https://profiles.wordpress.org/pranalipatel\">Pranali Patel</a>, <a href=\"https://profiles.wordpress.org/pratikshrestha\">Pratik Shrestha</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/printsachen1\">printsachen1</a>, <a href=\"https://profiles.wordpress.org/priyankabehera155\">Priyanka Behera</a>, <a href=\"https://profiles.wordpress.org/prosti\">prosti</a>, <a href=\"https://profiles.wordpress.org/ptbello\">ptbello</a>, <a href=\"https://profiles.wordpress.org/r-a-y\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rafaehlers\">Rafael Ehlers</a>, <a href=\"https://profiles.wordpress.org/raggedrobins\">raggedrobins</a>, <a href=\"https://profiles.wordpress.org/raisonon\">raisonon</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/redrambles\">redrambles</a>, <a href=\"https://profiles.wordpress.org/reldev\">reldev</a>, <a href=\"https://profiles.wordpress.org/rellect\">rellect</a>, <a href=\"https://profiles.wordpress.org/arena\">RENAUT</a>, <a href=\"https://profiles.wordpress.org/rensw90\">rensw90</a>, <a href=\"https://profiles.wordpress.org/reportermike\">reportermike</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/riddhiehta02\">Riddhi Mehta</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/aussieguy123\">Robbie Cahill</a>, <a href=\"https://profiles.wordpress.org/sanchothefat\">Robert O\'Rourke</a>, <a href=\"https://profiles.wordpress.org/littlerchicken\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/runciters\">runciters</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarkbhatt\">Sagar Bhatt</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/sagarprajapati\">Sagar Prajapati</a>, <a href=\"https://profiles.wordpress.org/sa3idho\">Said El Bakkali</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samantha-miller\">Samantha Miller</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/sathyapulse\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/sboisvert\">sboisvert</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/sgolemon\">sgolemon</a>, <a href=\"https://profiles.wordpress.org/shadyvb\">Shady Sharaf</a>, <a href=\"https://profiles.wordpress.org/shanee\">shanee</a>, <a href=\"https://profiles.wordpress.org/shashwatmittal\">Shashwat Mittal</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shulard\">shulard</a>, <a href=\"https://profiles.wordpress.org/nomnom99\">Siddharth Thevaril</a>, <a href=\"https://profiles.wordpress.org/slbmeh\">slbmeh</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stormrockwell\">Storm Rockwell</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/supercoder\">Supercoder</a>, <a href=\"https://profiles.wordpress.org/cybr\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/gonom9\">taggon</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/takayukister\">Takayuki Miyoshi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/technopolitica\">technopolitica</a>, <a href=\"https://profiles.wordpress.org/teinertb\">teinertb</a>, <a href=\"https://profiles.wordpress.org/tejas5989\">tejas5989</a>, <a href=\"https://profiles.wordpress.org/terwdan\">terwdan</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/thepelkus\">thepelkus</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/triplejumper12\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tymvie\">tymvie</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vaishuagola27\">vaishu.agola27</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/reidbusi\">Wise Builds Software</a>, <a href=\"https://profiles.wordpress.org/wpfo\">wpfo</a>, <a href=\"https://profiles.wordpress.org/xrmx\">xrmx</a>, <a href=\"https://profiles.wordpress.org/ze3kr\">ze3kr</a>, and <a href=\"https://profiles.wordpress.org/h3llas\">Zeljko Ascic</a>.\n<p> </p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.8. Their efforts bring WordPress 4.8 fully translated to 38 languages at release time with more on the way.</p>\n<p>Do you want to report on WordPress 4.8? <a href=\"https://s.w.org/images/core/4.8/wp-4-8_press-kit.zip\">We’ve compiled a press kit</a> featuring information about the release features, and some media assets to help you along.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress — we hope you enjoy!</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4770\";s: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:32:\"https://wordpress.org/news/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:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s: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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 17 Oct 2017 06:51:44 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 12 Oct 2017 06:29:32 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(88332,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1508266304','no'),(88333,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1508223104','no'),(88334,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1508266304','no'),(88335,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','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:61:\"\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\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\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:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s: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:28:\"http://planet.wordpress.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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s: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:47:\"WordPress Planet - http://planet.wordpress.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:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Medium Opens Partner Program, Allows Anyone to Publish Behind Its $5 Paywall\";s: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:29:\"https://wptavern.com/?p=75602\";s: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:95:\"https://wptavern.com/medium-opens-partner-program-allows-anyone-to-publish-behind-its-5-paywall\";s: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:11215:\"<p>In March 2017, Medium <a href=\"https://wptavern.com/medium-aims-to-fix-broken-media-with-new-5-subscription-program\" rel=\"noopener\" target=\"_blank\">scrapped its previous ad-driven revenue model</a> to become a publisher of premium, subscription-based content. The company launched a new $5 subscription program and gave a select group of writers and publications the ability to publish articles behind a paywall inside its network. Medium’s invitation-only Partner Program <a href=\"https://blog.medium.com/expanding-the-medium-partner-program-3be09dd146e4\" rel=\"noopener\" target=\"_blank\">launched in August</a> but has now been expanded to include any author or publisher who wants to publish behind the paywall.</p>\n<p>“Starting today, anyone can enroll in our Partner Program and earn money based on the depth and value they provide to members, not the fleeting attention they deliver to advertisers,” Medium CEO Ev Williams said. “Along with that, we add stories from the world’s best publishers and seamlessly combine it all in an ad-free, personalized experience. The end goal is to offer the world’s best source for important stories and ideas.”</p>\n<p>Authors are rewarded based on engagement with their posts, as measured by the number of “clap” reactions a post receives via the network’s new <a href=\"https://blog.medium.com/show-authors-more-%EF%B8%8F-with-s-c1652279ba01\" rel=\"noopener\" target=\"_blank\">applause button</a>. Readers can clap multiple times and the system evaluates claps on a per-user basis, tracking the number of claps a reader assigns relative to the number of claps that individual typically sends. Subscribers will have their membership fees allocated to different authors based the claps they have given to posts behind the paywall.</p>\n<p>Medium quickly changed its “no access” paywall to a “metered” one after launching with a small group of publishers. This means that members can still read a limited number of locked stories each month before hitting the wall. The idea behind this move, according to Sam Duboff, Medium’s head of product marketing, is to give paywalled posts exposure to a wider audience while still paying content creators, instead of having articles simply get buried due to lack of exposure.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">with our metered paywall, we\'re hoping to enable both reach & $$. also lots of great writers haven\'t joined b/c they can be paid elsewhere.</p>\n<p>— Sam Duboff (@duboff) <a href=\"https://twitter.com/duboff/status/909849467859345408?ref_src=twsrc%5Etfw\">September 18, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Perhaps, but note the paywall is (now) metered, a la NYT, so free readers can still access (w/login)</p>\n<p>— Ev Williams (@ev) <a href=\"https://twitter.com/ev/status/900067262031290368?ref_src=twsrc%5Etfw\">August 22, 2017</a></p></blockquote>\n<p></p>\n<p>Some authors have posted publicly about their earnings and Medium representatives told <a href=\"https://techcrunch.com/2017/10/10/medium-opens-up-its-partner-program-allowing-anyone-to-publish-behind-its-paywall/\" rel=\"noopener\" target=\"_blank\">TechCrunch</a> that 83% of those who published paywalled stories received payments during the month of September with payments averaging $93.65. The largest payment for a single author was $2,279.12 and the largest payment for a single publication was $1,466.68. It’s too soon to see the effects of opening up the partner program to anyone who wants to participate, but Medium’s membership fees will need to stretch further to accommodate all the claps for newly paywalled content.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">update on my <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@Medium</a> partner program testing -> $113.91<a href=\"https://twitter.com/hashtag/MakeItClap?src=hash&ref_src=twsrc%5Etfw\">#MakeItClap</a> <a href=\"https://t.co/6nW2fqQppy\">pic.twitter.com/6nW2fqQppy</a></p>\n<p>— <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f468-1f3fb-200d-1f4bb.png\" alt=\"???\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f3e2.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2600.png\" alt=\"☀\" class=\"wp-smiley\" /> (@hunterwalk) <a href=\"https://twitter.com/hunterwalk/status/910619420614987776?ref_src=twsrc%5Etfw\">September 20, 2017</a></p></blockquote>\n<p></p>\n<p>Non-subscribing readers were not enthused with the paywall when it first launched. With the number of Partner Program participants going up, there are bound to be more links to paywalled content floating around social media.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Stop posting links to paid posts, or at least include “Paywall” “Premium” “Subscriber Only”, ANYTHING! Create a Medium Premium handle maybe?</p>\n<p>— Branden Bytes (@BrandenBytes) <a href=\"https://twitter.com/BrandenBytes/status/914134301616300032?ref_src=twsrc%5Etfw\">September 30, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">click the <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@Medium</a> article link to see it is behind the paywall. Close the page and move on. That may teach people not to click at all ;)</p>\n<p>— Denys Vuika (@DenysVuika) <a href=\"https://twitter.com/DenysVuika/status/914086021230456834?ref_src=twsrc%5Etfw\">September 30, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Muted <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@Medium</a> for a month. Maybe after that they’ll stop tweeting paywall’ed articles.</p>\n<p>— spooky<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f383.png\" alt=\"?\" class=\"wp-smiley\" />watermelon (@smartwatermelon) <a href=\"https://twitter.com/smartwatermelon/status/911399338462420992?ref_src=twsrc%5Etfw\">September 23, 2017</a></p></blockquote>\n<p></p>\n<p>Readers are finding, however, that they are frequently encountering articles behind Medium’s paywall that are already available for free elsewhere. This is because Medium’s membership also includes curated selections from from The New York Times, The Financial Times, The Economist, CNN, Fast Company, and other publications to supplement original content created by those within the Medium ecosystem. The experience of finding otherwise free content behind Medium’s paywall seems to be confusing for non-subscribers and is ultimately driving readers back to independent publishers.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">New routine: See interesting <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@medium</a> tweet, see it\'s behind their paywall, search headline in google, find original piece, read article.</p>\n<p>— Matt Deegan (@matt) <a href=\"https://twitter.com/matt/status/911954101042376705?ref_src=twsrc%5Etfw\">September 24, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Why is Medium taking all these <a href=\"https://twitter.com/vulture?ref_src=twsrc%5Etfw\">@vulture</a> posts and putting them behind a paywall?? <a href=\"https://t.co/bb28b6gCdQ\">https://t.co/bb28b6gCdQ</a></p>\n<p>— Lizzie Ellis (@lizmeister321) <a href=\"https://twitter.com/lizmeister321/status/912346466437468163?ref_src=twsrc%5Etfw\">September 25, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">1) great piece <br />2) this is a 2011 article free on <a href=\"https://twitter.com/TheAtlantic?ref_src=twsrc%5Etfw\">@TheAtlantic</a> <a href=\"https://t.co/e12B6wHLO4\">https://t.co/e12B6wHLO4</a> but behind paywall on <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@Medium</a> <a href=\"https://t.co/vOQcfhVqoK\">https://t.co/vOQcfhVqoK</a></p>\n<p>— JD (@jarroddicker) <a href=\"https://twitter.com/jarroddicker/status/915541246936002572?ref_src=twsrc%5Etfw\">October 4, 2017</a></p></blockquote>\n<p></p>\n<p>In a post titled “<a href=\"https://blog.medium.com/words-still-matter-6e9163216052\" rel=\"noopener\" target=\"_blank\">Words Still Matter</a>,” Williams once again described the broken ad-driven model and the attention economy it fuels. After failing to find success with this model, Medium has repackaged itself as a publisher of subscription-based content and aims to throw a wide net by calling its partner program “<a href=\"http://medium.com/creators\" rel=\"noopener\" target=\"_blank\">the internet’s first open paywall</a>.”</p>\n<p>“And while many publishers are looking towards subscriptions as an alternative to the deleterious effects of ads (a move we support for everyone), Medium is the only ‘open paywall’ for thoughtful content on the internet,” Williams said. “Which means, we tap into the ideas and expertise of thousands of the smartest minds on the planet — many of whom made Medium what it is today — to bring fresh perspectives to Medium members.”</p>\n<p>Despite setting out to create “a different, bolder approach,” as Williams called it earlier this year, the company has landed on a cheap paywall that is open to any content creator. Putting content behind a paywall isn’t a good strategy for individuals or businesses that depend on their products and ideas getting maximum exposure. It’s also <a href=\"https://wptavern.com/publishers-are-moving-back-to-wordpress-after-short-experiments-with-medium\" rel=\"noopener\" target=\"_blank\">not a sustainable model for larger publishers</a>, several of which Medium had wooed to its platform before suddenly shifting its business strategy.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Our medium publication gets a ton of traffic, but feels shitty to paywall it to make $12 bucks. I don’t get this model.</p>\n<p>— Erik Flowers (@erik_flowers) <a href=\"https://twitter.com/erik_flowers/status/911364373167300608?ref_src=twsrc%5Etfw\">September 22, 2017</a></p></blockquote>\n<p></p>\n<p>Opening up the partner program is the next step in Medium’s continued experimentation with monetizing its users’ content. If the company cannot substantially increase its subscriber base to properly pay all the authors who will soon be paywalling unlimited amounts of content, it will need to pivot yet again after its users have spent their efforts building an audience inside the Medium paywall.</p>\n<p>“These are just the early days of what we consider a grand experiment,” Williams said after expanding the parnter program in August. “Imagine a day when anyone with the skills and willingness to put in the effort can write something useful, insightful, or moving and be compensated based on its value to others. There is a lot we need to figure out to make this work right. But we are convinced that by joining forces, we can make a new economic model for quality content. We hope you’ll join us in this experiment.”</p>\";s: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, 17 Oct 2017 04:51:55 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Bear App Users Want WordPress Publishing Integration\";s: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:29:\"https://wptavern.com/?p=71864\";s: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:\"https://wptavern.com/bear-app-users-want-wordpress-publishing-integration\";s: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:7003:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/Screen-Shot-2017-10-08-at-10.50.16-PM.png?ssl=1\"><img /></a></p>\n<p>Ever since the demise of <a href=\"http://codex.wordpress.org/Version_3.2\" rel=\"noopener\" target=\"_blank\">WordPress’ old distraction-free writing mode</a>, users have been forced to look elsewhere for a truly zen writing experience. Gutenberg’s current design trajectory doesn’t seem to be putting it on track for delivering the minimalist writing environment that many writers crave. The project has a lot of publishing and design-related functionality to account for in its UI, but I am hopeful that the plugin ecosystem will offer extensions that pare Gutenberg back to just the essentials for writing.</p>\n<p>In the meantime, those in search of a minimalist writing experience have found it in dedicated writing apps like iA Writer, Ulysses, WriteRoom, OmmWriter, and others. The <a href=\"http://www.bear-writer.com/\" rel=\"noopener\" target=\"_blank\">Bear app</a>, a newcomer launched in 2016, is a rising favorite that works on iPhone, iPad, and Mac. Although somewhat better known as a note-taking app, Bear’s beautiful writing experience won the app a <a href=\"https://blog.bear-writer.com/thank-you-yes-you-for-our-2017-apple-design-award-1b13e702ee91\" rel=\"noopener\" target=\"_blank\">2017 Apple Design Award</a>.</p>\n<p>Bear blends the best features of a note-taking app with a writing app. Users can turn on Focus Mode using the bottom right icon, which hides the sidebar and note list to provide a more minimal writing space. Bear saves users’ writing in real-time, offers in-line support for images, and syntax highlighting for 20+ programming languages. There are no distractions while the user is composing, as the editor instantly displays rich previews. It’s easy to see why Bear has become an instant favorite.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/Screen-Shot-2017-10-13-at-12.29.28-PM.png?ssl=1\"><img /></a></p>\n<p>Many Bear users still have the need to publish their writings to the web, a capability that the app doesn’t currently support. Naturally, a WordPress export or “Publish to WordPress” option is one of the most often requested features. However, <a href=\"http://www.shinyfrog.net/\" rel=\"noopener\" target=\"_blank\">Shiny Frog</a>, the company behind the Bear app, is not yet working on publishing features.</p>\n<p>“Medium and WordPress publishing features are on our todo list, but not on top priority right now,” Shiny Frog co-founder Danilo Bonardi <a href=\"http://help.shinyfrog.net/discussions/bear/2477-export-to-wordpress\" rel=\"noopener\" target=\"_blank\">said</a> when I asked last November about the company’s plans to support a WordPress export option.</p>\n<p>Other users have also posted to the app’s <a href=\"http://help.shinyfrog.net/\" rel=\"noopener\" target=\"_blank\">support forum</a> and its <a href=\"https://www.reddit.com/r/bearapp/\" rel=\"noopener\" target=\"_blank\">subreddit</a>, asking for WordPress integration:</p>\n<blockquote><p>I’m really enjoying using Bear for my writing, and the newer features are great, but I’m trying to get started with my own blog and more as I am developing my own business and being able to export to WordPress would be incredibly helpful for me going forward.</p></blockquote>\n<blockquote><p>This is the one feature that would allow me to switch from Ulysses.</p></blockquote>\n<blockquote><p>With Ulysses going to a (more expensive) subscription, the time seems right for Bear to offer a “publish to WordPress” feature that could match what Ulysses offers. This is about the only thing holding Bear back for me.</p></blockquote>\n<blockquote><p>I’m currently deciding between Bear and Ulysses, and right now the dealbreaker is Ulysses’s ability to push to WordPress. If you were able to build that functionality, it would seal the deal!</p></blockquote>\n<p>Bonardi <a href=\"https://www.reddit.com/r/bearapp/comments/6z9qum/feature_request_medium_integration/dmurk7m/\" rel=\"noopener\" target=\"_blank\">confirmed</a> again, as recently as last month, that the company is still keeping a tight focus and has not yet prioritized publishing to WordPress.</p>\n<p>“Publishing features have been asked before and we will address them sooner or later,” Bonardi said. “Our hopes are to integrate Bear with Medium/WordPress apps instead of implementing our own publishing tool with their APIs. Using their APIs is the other solution but in this scenario we have to build a specific UI for this functionality instead of relying on external apps.”</p>\n<p>In the meantime, Bear App support staff recommends using the Markdown export option, available in the free version. Additional export options, including HTML, are available Bear’s $14.99 per year Pro version, which is much more affordable than pricey competitors like <a href=\"https://ulyssesapp.com/\" rel=\"noopener\" target=\"_blank\">Ulysses</a> and others that cater specifically to long-form writing.</p>\n<p>Quadro also has an <a href=\"https://www.quadro.me/themes/unleash-the-bear\" rel=\"noopener\" target=\"_blank\">option to share Bear notes to both Medium and WordPress</a>. However, it’s not an official Bear utility and the workflow is rather complicated to set up. Users who have tried this option didn’t find it to save time over simply copying and pasting.</p>\n<h3>WordPress Needs Its Own Beautiful Writing Experience</h3>\n<p>WordPress publishing support for Bear doesn’t seem to be a major priority for the company at this time, but splitting up the writing and publishing process is a deal breaker for many who want a simple workflow that doesn’t involve copying and pasting between apps.</p>\n<p>Alternatively, what if WordPress could be known for its beautiful writing experience in core, without a user having to resort to plugins or third-party apps to get there? This seems like a reasonable expectation for Gutenberg, but the project has the added challenge of incorporating a lot of publishing, media, and legacy functionality into its UI in a way that is easily discoverable.</p>\n<p>Unfortunately, this has resulted in an interface that is constantly popping into view. With the right combination of clicks and hovers, a user can end up in situation like the one shown below in the screenshot – surrounded by formatting options and icons on all sides.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/Screen-Shot-2017-10-13-at-1.22.21-PM.png?ssl=1\"><img /></a></p>\n<p>Making it easy to publish to the web, which is WordPress’ forte, isn’t as compelling if users have to look elsewhere to find a truly distraction-free writing experience. Fortunately, minimalist writing apps like Bear can fill the gap until the WordPress plugin ecosystem can produce an interface where writing is a delight.</p>\";s: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, 13 Oct 2017 22:17: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: WordPress 4.9 Protects Users From Fatal Errors Created in the Theme and Plugin Editors\";s: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:29:\"https://wptavern.com/?p=75725\";s: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:107:\"https://wptavern.com/wordpress-4-9-protects-users-from-fatal-errors-created-in-the-theme-and-plugin-editors\";s: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:1923:\"<p>Over the years, there have been many discussions and debates on whether or not WordPress should have a built-in file editor for themes and plugins. The file editors, while convenient, allow users to easily trigger fatal errors that can be difficult to fix, especially if they don’t have FTP access.</p>\n<p>Instead of removing the editors from core, the WordPress development team has enhanced them by adding fatal error protection in WordPress 4.9. When a user accesses the theme or plugin editor for the first time, they’re presented with the following warnings. The warnings are a result of a <a href=\"https://core.trac.wordpress.org/ticket/31779\">three-year-old trac ticket</a>.</p>\n<img />Plugin Editor Warning\n<img />Theme Editor Warning\n<p>If you try to save changes to a file and WordPress detects a fatal error, the change is not saved and a warning message is displayed that explains where the error occurred. Although the changes are rolled back, the code in the editor is not replaced with the original. To replace the code, simply refresh the browser tab.</p>\n<img />Fatal Error Detected\n<p>In addition to safety features, the code editors are powered by <a href=\"https://codemirror.net/\">CodeMirror</a>, an open-source, JavaScript powered text editor that adds features such as line numbers. The plugin editor includes the ability to look up documentation for filters, hooks, and actions with many of the links pointing to the new <a href=\"https://developer.wordpress.org/\">WordPress Developers Resource</a> site.</p>\n<p>Even with the addition of CodeMirror in core, the file editors in WordPress are not a replacement for an integrated development environment. However, the warnings and fatal error protection are huge improvements that will prevent many users from creating a <a href=\"https://codex.wordpress.org/Common_WordPress_Errors\">White Screen of Death</a> situation on their sites.</p>\";s: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, 13 Oct 2017 21:25:31 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: GitHub Launches New Dependency Graph Feature with Security Alerts Coming Soon\";s: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:29:\"https://wptavern.com/?p=75675\";s: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:98:\"https://wptavern.com/github-launches-new-dependency-graph-feature-with-security-alerts-coming-soon\";s: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:2930:\"<p>GitHub announced a new <a href=\"https://help.github.com/articles/listing-the-packages-that-a-repository-depends-on/\" rel=\"noopener\" target=\"_blank\">Dependency Graph</a> feature at the Github Universe conference yesterday. It lists all the dependencies for a repository and will soon identify known vulnerabilities. The graph can be accessed under the Insights tab and currently supports Ruby and JavaScript dependencies with Python coming soon.</p>\n<p>Public repositories display the graph by default and private repository owners also have the option to enable it. Below is a screenshot of <a href=\"https://github.com/WordPress/gutenberg/network/dependencies\" rel=\"noopener\" target=\"_blank\">Gutenberg’s dependency graph</a>:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-12-at-11.30.42-AM-e1507825905511.png?ssl=1\"><img /></a></p>\n<p>GitHub plans to extend dependency graphs to show security alerts when one of the dependencies is using a version that is publicly known to be vulnerable to a security issue. The alerts may also in some cases be able to suggest a security fix. Security alerts for dependencies is the first among a collection of security tools that GitHub has planned to release.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/dependency-graph.gif?ssl=1\"><img /></a></p>\n<p>The dependency graph isn’t yet as useful as it could be for many PHP-based WordPress projects, but GitHub’s decision to start with support for JavaScript and Ruby dependencies is in line with the data the company collected from repositories. JavaScript and Ruby are among the top four most popular languages on GitHub, as measured by the number of pull requests. JavaScript is by far the most popular and PHP isn’t too far behind Ruby, according to stats from the <a href=\"https://octoverse.github.com/\" rel=\"noopener\" target=\"_blank\">State of the Octoverse 2017</a>.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-12-at-12.35.41-PM-e1507830673184.png?ssl=1\"><img /></a></p>\n<p>GitHub is also launching new efforts to connect its massive community. The company reported 24 million developers working across 67 million repositories in 2017. The new community features are aimed at helping developers make meaningful connections in the vast sea of repositories on the platform. Users will notice a new “Discover Repositories” feed in their dashboards that makes recommendations based on their starred repositories and the people they follow.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-12-at-12.15.45-PM.png?ssl=1\"><img /></a></p>\n<p>GitHub has also launched a new curated <a href=\"https://github.com/explore\" rel=\"noopener\" target=\"_blank\">Explore</a> section to help users browse open source projects, topics, events, and resources.</p>\";s: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, 12 Oct 2017 18:56:34 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 4.9 Beta 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4946\";s: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:\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1626:\"<p>WordPress 4.9 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since then, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=\">70 changes</a> in Beta 2.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Let’s test all of these:</em><br />\n<em>code editing, theme switches,</em><br />\n<em>widgets, scheduling.</em></p>\";s: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, 12 Oct 2017 06:29: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WordPress Replaces Browserify with Webpack for Build Process\";s: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:29:\"https://wptavern.com/?p=75656\";s: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:\"https://wptavern.com/wordpress-replaces-browserify-with-webpack-for-build-process\";s: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:1898:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-11-at-6.51.54-PM.png?ssl=1\"><img /></a></p>\n<p>During a core <a href=\"https://make.wordpress.org/core/2017/05/24/javascript-chat-summary-for-may-23rd/\" rel=\"noopener\" target=\"_blank\">JavaScript chat held in May</a>, WordPress contributors agreed on using <a href=\"https://webpack.js.org/\" rel=\"noopener\" target=\"_blank\">Webpack</a> (and ES6 imports) instead of Browserify for JavaScript bundling in the build process.</p>\n<p>“Since we split the media files in <a href=\"https://core.trac.wordpress.org/ticket/28510\" rel=\"noopener\" target=\"_blank\">#28510</a>, the core build process has used Browserify to combine the media files,” Adam Silverstein said in the <a href=\"https://core.trac.wordpress.org/ticket/40894\" rel=\"noopener\" target=\"_blank\">ticket</a> proposing the replacement. “While browserify has served us well, Webpack is probably a better long term choice for the project, especially with the introduction of a new JavaScript framework that may require a build.”</p>\n<p>Over the past four months contributors on the ticket have worked on making sure the Webpack setup is working well to build the files. WordPress core committer K. Adam White also reached out to some Webpack contributors for an additional review during the process before replacing Browserify as the JavaScript bundler.</p>\n<p>Webpack has rapidly gained popularity among the many utilities for bundling JavaScript files and is one of the most prominent examples of a project that has successfully found a sustainable source of funding through its account on <a href=\"https://opencollective.com/webpack\" rel=\"noopener\" target=\"_blank\">Open Collective</a>. The project funded its first full-time developer through the platform and has an estimated annual budget of $241,650, based on current donations.</p>\";s: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 Oct 2017 23:58:57 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: WPWeekly Episode 291 – All Hands on Deck on The Ship of Theseus\";s: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:58:\"https://wptavern.com?p=75663&preview=true&preview_id=75663\";s: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:82:\"https://wptavern.com/wpweekly-episode-291-all-hands-on-deck-on-the-ship-of-theseus\";s: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:2463:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I discuss the news of the week including DonateWC sponsoring its first recipient to WordCamp Cape Town, WordPress 4.9 Beta 1, and WooCommerce 3.2. We also have a bit of fun with Poopy.life and blurt out a few crappy puns. Last but not least, we dissect Matías Ventura’s vision of Gutenberg.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">WordPress 4.9 Beta 1 Released</a><br />\n<a href=\"https://woocommerce.wordpress.com/2017/10/11/woocommerce-3-2/\">WooCommerce 3.2 Released </a><br />\n<a href=\"https://wptavern.com/wooconf-2017-livestream-tickets-now-on-sale\">WooConf 2017 Livestream Tickets Now on Sale</a><br />\n<a href=\"https://wptavern.com/gutenberg-engineer-matias-ventura-unpacks-the-vision-for-gutenblocks-front-end-editing-and-the-future-of-wordpress-themes\">Gutenberg Engineer Matías Ventura Unpacks the Vision for Gutenblocks, Front-End Editing, and the Future of WordPress Themes</a><br />\n<a href=\"https://wptavern.com/poopy-life-launches-pro-version-at-wpsandbox-io-aimed-at-theme-and-plugin-developers\">Poopy.life Launches Pro Version at WPsandbox.io Aimed at Theme and Plugin Developers</a><br />\n<a href=\"https://wptavern.com/disqus-data-breach-affects-17-5-million-accounts\">Disqus Data Breach Affects 17.5 Million Accounts</a><br />\n<a href=\"https://donatewc.org/sponsorship-recipients/were-sending-a-speaker-to-wordcamp-cape-town/\">We’re sending a speaker to WordCamp Cape Town</a><br />\n<a href=\"https://wptavern.com/gitlab-raises-20-million-series-c-round-adds-matt-mullenweg-to-board-of-directors\">GitLab Raises $20 Million Series C Round, Adds Matt Mullenweg to Board of Directors</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 18th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #291:</strong><br />\n</p>\";s: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 Oct 2017 23:10:58 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"WPTavern: WooCommerce 3.2 Adds Ability to Apply Coupons in the Admin, Introduces Pre-Update Version Checks for Extensions\";s: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:29:\"https://wptavern.com/?p=75637\";s: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:131:\"https://wptavern.com/woocommerce-3-2-adds-ability-to-apply-coupons-in-the-admin-introduces-pre-update-version-checks-for-extensions\";s: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:4252:\"<p><a href=\"https://woocommerce.wordpress.com/2017/10/11/woocommerce-3-2/\" rel=\"noopener\" target=\"_blank\">WooCommerce 3.2</a> has arrived a week ahead of the plugin’s upcoming <a href=\"https://wptavern.com/seattle-to-host-wooconf-2017-in-october-conference-to-focus-on-developers\" rel=\"noopener\" target=\"_blank\">WooConf Developers Conference</a> in Seattle. The release went into beta at the end of August and an extra week was added to the RC testing phase to give store owners and extension developers ample opportunity to prepare for the update.</p>\n<p>Version 3.2 adds the ability for administrators to apply coupons to existing orders in the backend of the store. This feature was <a href=\"http://ideas.woocommerce.com/forums/133476-woocommerce/suggestions/3867647-ability-to-apply-coupons-manually-when-manually-ad\" rel=\"noopener\" target=\"_blank\">requested on the WooCommerce ideas board</a> four years ago and had received 374 votes for consideration.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/woocommerce-apply-coupon.png?ssl=1\"><img /></a></p>\n<p>WooCommerce will now automatically re-calculate the order total after applying the coupon and the same in reverse if a coupon is removed. Although it seems like a small improvement, implementing it without breaking extensions was a fairly complex endeavor for the WooCommerce team.</p>\n<p>“This was tricky to develop because of the way the cart and coupons were built initially, so some refactoring was needed, but we tried to implement these changes in a backwards compatible manner so extensions wouldn’t require changes,” WooCommerce lead developer Mike Jolley said.</p>\n<h3>WooCommerce 3.2 Adds Extension Support Version Checks Prior to Core Updates</h3>\n<p>One of the most exciting new features in 3.2 is support for a new plugin header that extension developers can use to specify which versions of WooCommerce have been tested and confirmed to be compatible. This information will be displayed to users in the plugin update screen when future WooCommerce core updates become available.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/woocommerce-extensions-version-checks.png?ssl=1\"><img /></a></p>\n<p>These warnings save time for store owners by identifying extensions that need further research and testing before applying a core update. It makes it easier for admins to confidently update their installations without having to worry about extensions breaking. After a few more major releases of the plugin, it will be interesting to see how this new system improves updates overall and how other plugins with their own ecosystems of extensions might be able to benefit from something similar.</p>\n<p>Version 3.2 also brings improved accessibility for select boxes, updates to the new store setup wizard, a new “resend” option on the edit order page, and a host of admin UI enhancements that make it easier to manage products and extensions.</p>\n<h3>WooCommerce.com Adds New Subscription Sharing Feature</h3>\n<p>Customers who have purchased extensions from WooCommerce.com can now take advantage of a new <a href=\"https://docs.woocommerce.com/document/managing-woocommerce-com-subscriptions/#section-11\" rel=\"noopener\" target=\"_blank\">subscription sharing feature</a> that allows them to specify additional sites (via WooCommerce.com email address) where they want the extension/key to be active. This is especially useful for agencies, developers, and multisite store owners who can now grant the use of an extension without having to connect their own accounts to client sites. The original purchaser of the extension will be the one billed for the subscription and can revoke access for connected sites at any time.</p>\n<p>WooCommerce 3.2 had <a href=\"https://github.com/woocommerce/woocommerce/compare/3.1.2...3.2.0\" rel=\"noopener\" target=\"_blank\">1610 commits</a> from 98 contributors. Currently, 47% of installs are still on 3.1 but that number should go down as store owners start updating to the latest. The WooCommerce team reports that all changes should be backwards compatible with 3.0 and 3.1 sites, but site owners will still want to test their extensions before applying the 3.2 update.</p>\";s: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 Oct 2017 19:07: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"HeroPress: Queer Woman In Tech … In A Bowtie\";s: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:56:\"https://heropress.com/?post_type=heropress-essays&p=2144\";s: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:120:\"https://heropress.com/essays/queer-woman-tech-bowtie/#utm_source=rss&utm_medium=rss&utm_campaign=queer-woman-tech-bowtie\";s: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:7663:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/101117-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I have found the WordPress Community the most diverse and accepting space for our beautiful, vast array of queer individuals in tech, period.\" /><p>Did you know there are still several states in the US where employers can fire me for being gay? Legislation and protections have improved in the past several years, but there are still large gaps throughout the United States for queer and trans people. In addition, I hear horror stories of toxic workplaces that my LGBTQ+ friends have endured and/or have pushed them out of a job due to not feeling safe. I have been incredibly lucky to have a career full of supportive companies where I have felt safe and accepted. But I also have another big thing that has helped me for over 13 years: WordPress.</p>\n<h3>A Little History</h3>\n<p>Back when I was in high school in the mid nineties, I was fortunate enough to have access to a computer that connected to this new “internet” thing. This was in 1996 when we had to call the internet. I remember vividly spending nights browsing all these “homepages” of people—even people that were my age—from all over the world. One night I thought, “One day I want to make one of these…” I literally stopped mid thought and decided that I was just going to start right that instant. I signed up for a free Angelfire account using my mom’s email address, and was off and running. Angelfire gave you an advanced option of a code editor, so I copied and pasted and poked and prodded code all summer.</p>\n<blockquote><p>As a result, I taught myself a good chunk of HTML by creating some of the ugliest pages in internet history.</p></blockquote>\n<p>But that started me on a path that I would never look back from. I saw such great potential in connecting with others using this whole “World Wide Web” thing I had just discovered.</p>\n<h3>A Web Log</h3>\n<p>Fast forward some years into college and the dawn of the 2000’s when this crazy idea of sharing a journal on the internet started. Web logs—later termed “blogs”—started popping up left and right. I hopped on board with a blogger.com blog almost exactly 17 years ago (10/19/00), then moved to this blogging platform known as b2 just about a year later. Some may recognize this, because b2 by cafelog was the codebase forked to create the first WordPress. So technically, I’ve been using WordPress since before it was WordPress.</p>\n<h3>Creating Community</h3>\n<p>Back when blogging first became a thing, commenting systems weren’t developed yet, so it was more like just shouting into space wondering if anyone was listening. But people were. Some of us added message boards to our sites.</p>\n<blockquote><p>Conversations happened, connections were made and communities started to form. Some of these connections are still some of my close friends today.</p></blockquote>\n<p>We share a special bond because we all kind of learned the internet together. These created communities also helped me feel less like an outcast and gave me hope that I wasn’t the only one that felt out of place like I did. People’s blogs were vulnerable glimpses into their lives and hardships, really helping me see I was not alone and even helping me face some of my own struggles. Back then I didn’t realize I was gay, but I did feel strangely out of place in so many parts of my life.</p>\n<h3>Coming Out</h3>\n<p>In my late 20’s I finally realized, accepted and came out to myself that I was a lesbian. For many years following I stumbled around a lot to find my true expression and identity. Not to mention shed—and recover from—the many external pressures that were forcing me into a completely fabricated heteronormative “box” that I did not fit. It took well into my 30’s to find my comfort zone as an androgynous/masculine of center expressing, gay woman. With that, my outward expression and style creates a daily “coming out” to everyone I meet… or at the very least, draws attention to me when in midwestern heteronormative spaces. Thus, putting me a bit more at risk of being targeted for being queer.</p>\n<h3>And now back to WordPress</h3>\n<p>Back to the subject at hand, how does all this relate to WordPress? Throughout this whole journey of self discovery, I was continually using and learning WordPress as well. By the time I had come out, I had learned enough about working with WordPress templates to create custom websites. This gave me the tools to create my own job if I ever lost my full time employment, or would find myself in a toxic, unhealthy—or even dangerous—working environment.</p>\n<blockquote><p>WordPress became my ticket to being self sufficient and confident in my career.</p></blockquote>\n<p>On top of it all, I have found the WordPress community the most diverse and accepting space for our beautiful, vast array of queer individuals in tech, period. This made the decision to join in the WordPress community an easy and safe choice. I had not seen many people like me at tech-related events before, let alone speaking at one. But WordCamps have given me the ability to be that gay woman in a bowtie speaking at the front of the room that I had not seen represented before. And that I can do that without fear is priceless! WordPress and this wonderful community has helped me feel more confident in who I am as a web creator, but more importantly, a person.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Queer Woman In Tech … In A Bowtie\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Queer%20Woman%20In%20Tech%20%26%238230%3B%20In%20A%20Bowtie&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fqueer-woman-tech-bowtie%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Queer Woman In Tech … In A Bowtie\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fqueer-woman-tech-bowtie%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fqueer-woman-tech-bowtie%2F&title=Queer+Woman+In+Tech+%26%238230%3B+In+A+Bowtie\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Queer Woman In Tech … In A Bowtie\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/queer-woman-tech-bowtie/&media=https://heropress.com/wp-content/uploads/2017/10/101117-min-150x150.jpg&description=Queer Woman In Tech ... In A Bowtie\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Queer Woman In Tech … In A Bowtie\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/queer-woman-tech-bowtie/\" title=\"Queer Woman In Tech … In A Bowtie\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/queer-woman-tech-bowtie/\">Queer Woman In Tech … In A Bowtie</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s: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 Oct 2017 12: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Tracy Apps\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WPTavern: Gutenberg 1.4 Adds HTML Mode for Blocks\";s: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:29:\"https://wptavern.com/?p=75581\";s: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:\"https://wptavern.com/gutenberg-1-4-adds-html-mode-for-blocks\";s: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:3429:\"<p><a href=\"https://make.wordpress.org/core/2017/10/10/whats-new-in-gutenberg-october-10th/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.4</a> was released today with a new feature that allows users to <a href=\"https://github.com/WordPress/gutenberg/pull/2797\" rel=\"noopener\" target=\"_blank\">edit HTML on a per-block basis</a>. HTML mode can be triggered by toggling the ellipsis menu and selecting the HTML icon. This will switch the block between visual and text mode, without having to switch the entire document into text mode.</p>\n<p><img src=\"https://i1.wp.com/cldup.com/ghvzrEw2wk.gif?w=627&ssl=1\" /></p>\n<p>Contributors debated on whether or not to place the HTML button in the quick toolbar or to add the button to the side of the block. Eventually, they landed on putting the trash icon, the cog settings, and this new HTML mode under an ellipsis.</p>\n<p>Gutenberg testers will also notice that version 1.4 <a href=\"https://github.com/WordPress/gutenberg/pull/2878\" rel=\"noopener\" target=\"_blank\">redesigns the editor’s header</a>, grouping content actions to the left and post actions to the right.</p>\n<p>This release adds the initial REST API infrastructure for reusable global blocks, an idea Matias Ventura <a href=\"https://github.com/WordPress/gutenberg/issues/1516\" rel=\"noopener\" target=\"_blank\">proposed</a> several months ago. The <a href=\"https://github.com/WordPress/gutenberg/pull/2503\" rel=\"noopener\" target=\"_blank\">pull request</a> was created by new Gutenberg contributor Robert Anderson, a web and mobile developer at Tumblr. It is based on the technical details that Weston Ruter <a href=\"https://github.com/WordPress/gutenberg/issues/2081\" rel=\"noopener\" target=\"_blank\">outlined</a> for creating dynamic reusable blocks. Anderson highlighted a few examples of what this infrastructure will eventually enable for users:</p>\n<ul>\n<li>Convert a block into a reusable block, and give it a name</li>\n<li>Convert a reusable block back into a regular block</li>\n<li>Edit a reusable block within a post and have the changes appear across all posts</li>\n<li>Insert an existing reusable block into a post</li>\n<li>Delete an existing reusable block</li>\n</ul>\n<p>Anderson said the next step is adding a core/reusable-block block to the editor that can be rendered and edited, followed by a UI for adding, deleting, attaching, and detaching reusable blocks.</p>\n<p>Gutenberg 1.4 will now <a href=\"https://github.com/WordPress/gutenberg/pull/2877\" rel=\"noopener\" target=\"_blank\">show a users’ most frequently used blocks</a> when hovering over the inserter. If the editor doesn’t have enough usage data, it will display the paragraph and image blocks by default.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-10-at-10.49.18-PM.png?ssl=1\"><img /></a></p>\n<p>Version 1.3 of the plugin introduced <a href=\"https://wptavern.com/gutenberg-1-3-adds-new-feedback-option-for-plugin-testers\" rel=\"noopener\" target=\"_blank\">a new feedback option for testers</a> with a link in the Gutenberg sidebar menu. Ventura reported that the team has received 12 responses so far, which included four bugs and two proposed enhancements. Check out the full <a href=\"https://make.wordpress.org/core/2017/10/10/whats-new-in-gutenberg-october-10th/\" rel=\"noopener\" target=\"_blank\">changelog for 1.4</a> for more details on what’s new in the latest beta release.</p>\";s: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 Oct 2017 04:57: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: GitLab Raises $20 Million Series C Round, Adds Matt Mullenweg to Board of Directors\";s: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:29:\"https://wptavern.com/?p=75476\";s: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:102:\"https://wptavern.com/gitlab-raises-20-million-series-c-round-adds-matt-mullenweg-to-board-of-directors\";s: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:6213:\"<p><a href=\"https://about.gitlab.com/\" rel=\"noopener\" target=\"_blank\">GitLab</a> celebrated its <a href=\"https://gitlab.com/gitlab-org/gitlab-ce/commit/9ba1224867665844b117fa037e1465bb706b3685\" rel=\"noopener\" target=\"_blank\">sixth anniversary as an open source project</a> yesterday and <a href=\"https://about.gitlab.com/2017/10/09/gitlab-raises-20-million-to-complete-devops/\" rel=\"noopener\" target=\"_blank\">announced</a> a $20 million Series C round of funding led by <a href=\"https://www.gv.com/team/dave-munichiello/\" rel=\"noopener\" target=\"_blank\">GV General Partner Dave Munichiello</a>. The company’s CEO Sid Sijbrandij joined Municheiello with guest hosts, Adam Stacoviak and Jerod Santo from The Changelog podcast, for the <a href=\"https://www.youtube.com/watch?v=5dhjw-TT964\" rel=\"noopener\" target=\"_blank\">GitLab live event</a> that aired yesterday.</p>\n<p>“When we think about investing, we want to be involved in the fastest-growing companies in the world,” Munichiello said. “We think about that a little differently than most firms in that we are looking for looking for dev-focused tools. We think software will disrupt the enterprises of the future and so we think the best tools that help enable and empower the best software teams will become enormous companies over time. We’re certainly seeing that with GitLab.”</p>\n<p>Munichiello said he favors investing in open source because it is “the most secure and the best software in the world.” Although GitLab is a much smaller company than its more prominent rivals GitHub and Bitbucket, it currently dominates the self-hosted Git market with its open source tools. GitLab is used by 100,000 organizations and customers include NASA, the Nasdaq Stock Market, Sony Corp, Comcast, Bayer, among many other large companies.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-10-at-11.50.49-AM.png?ssl=1\"><img /></a></p>\n<p>In addition to the $20 million in funding, the company also announced that it has appointed Matt Mullenweg to its board of directors.</p>\n<p>“I’m very excited to announce that Matt Mullenweg, the CEO of Automattic and founder of WordPress decided to join our board,” Sid Sijbrandij said. “He’s a leading figure on how to think about open source and how to build a business on that and a remote-only work culture.” Sijbrandij said GitLab’s board of directors sets the tone for what the company is allowed to spend its money on, how it approaches the balance between open source and closed source, and the features that the team decides to make money with.</p>\n<p>“GitLab’s powerful momentum and scaling have a lot of parallels to Automattic and WordPress in their early days,” Mullenweg said. “WordPress had to battle a lot of competitors, and ultimately came out on top as a successful company on an open source business model. I hope to help GitLab achieve the same triumph. Fundamentally, I want to help create the kind of internet that I want to live in and I want my children to live in, one that reaches a global audience and one that is able to make a difference.”</p>\n<p>Mullenweg also said he was impressed with GitLab’s transparency and how the company shares many of its internal documents, whether it’s a sales manual or employee onboarding information. GitLab, which employees nearly 200 people, also shares a similar work culture to Automattic, as 100% of the team works remotely.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">“Not only being ahead in terms of transparency, GitLab is exciting for me bc I think distributed work is the future of work.” –<a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4bb.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\n<p>— GitLab (@gitlab) <a href=\"https://twitter.com/gitlab/status/917441432847376385?ref_src=twsrc%5Etfw\">October 9, 2017</a></p></blockquote>\n<p></p>\n<p>When asked if there is anything down the line for collaboration between GitLab and WordPress, Mullenweg said, “It’s definitely something on our minds. Core WordPress is still Trac and Subversion, so I think that it’s not our top priority this year, but in the future it’s definitely on the radar.”</p>\n<p>GitLab started with basic version control and an issues tracker. Last year the company announced its first master plan to make GitLab a complete developer solution, which it completed in December 2016. Sijbrandij said the company is aiming to deliver a complete DevOps solution in 2018, a set of tools that unifies the development and operations work into a single user experience.</p>\n<p>GitLab has been working towards the goal of supporting the complete DevOps lifecycle by adding tools for application performance monitoring and server monitoring. This enables developers and operations managers to keep tabs on code after it is deployed, while using a single user interface, the same tools, and one permissions model.</p>\n<p>“It used to be that development and operations were separate parts in a company and they had their own tools and those tools were different,” Sijbrandij said. “You needed different expertise to operate them. Now devops aims to align and integrate those groups. What happens is people took the tools from two different departments and tried to glue them together. They duck taped the tools together. That’s what you see in traditional devops – the glue between the traditional developer tools and the traditional operating tools, and it’s not a very good experience. We want to take the complete set of tooling we have for development and extend it all the way to operations, so it’s about creating a single application that does both.”</p>\n<p>Check out the recording of the GitLab live event below for a more in-depth explanation of Sijbrandij’s vision for creating a complete DevOps solution in 2018.</p>\n<p></p>\";s: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, 10 Oct 2017 18:55: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WordPress 4.9 Adds Scheduling, Drafts, and Front-End Preview Links to the Customizer\";s: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:29:\"https://wptavern.com/?p=75276\";s: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:\"https://wptavern.com/wordpress-4-9-adds-scheduling-drafts-and-front-end-preview-links-to-the-customizer\";s: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:2012:\"<p>While <a href=\"https://wptavern.com/wordpress-4-8-evans-released-featuring-nearby-wordpress-events-new-media-widgets-and-link-boundaries\">WordPress 4.8</a> focused on adding new widgets, visual improvements to links in the text editor, and a new dashboard widget that displays nearby events, WordPress 4.9 places a heavy emphasis on customization.</p>\n<p>In WordPress 4.9, the Customizer has a new publish button with options to publish, save draft, or schedule changes. Edits made via the Customizer are called changesets that have status’ similar to posts. These improvements were incorporated from the <a href=\"https://wordpress.org/plugins/customize-snapshots/\">Customize Snapshots</a> and <a href=\"https://wordpress.org/plugins/customize-posts/\">Customize Posts</a> feature plugins.</p>\n<img />New Customizer Publishing Options\n<p>Those who design sites will appreciate the ability to easily <a href=\"http://drab-yak.w4.poopy.life/?customize_changeset_uuid=e34fb3ad-ecd8-4bd6-b53a-726cf3d1c46e\">share a link</a> that provides a front-end preview to changes. Note the About This Site widget at the bottom of the page.</p>\n<p>This eliminates the need to publish changes to a live site or give users access to the WordPress backend. Links are generated by saving a draft in the Customizer.</p>\n<p>Clicking the Discharge Changes link removes unpublished edits. Scheduling changes is as simple as choosing a day and time for them to take place.</p>\n<p>These are just a few of the improvements in WordPress 4.9 which you can try out for yourself by downloading and testing <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">WordPress 4.9 beta 1</a> on a test site. Alternatively, you can install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Testing plugin</a> on a test site, configure it for point release nightlies, and update to 4.9 Beta 1.</p>\n<p>Stay tuned as we go in-depth on some of the other features in WordPress 4.9 in the coming days.</p>\";s: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, 10 Oct 2017 13:32: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"WPTavern: Gutenberg Engineer Matías Ventura Unpacks the Vision for Gutenblocks, Front-End Editing, and the Future of WordPress Themes\";s: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:29:\"https://wptavern.com/?p=75472\";s: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:142:\"https://wptavern.com/gutenberg-engineer-matias-ventura-unpacks-the-vision-for-gutenblocks-front-end-editing-and-the-future-of-wordpress-themes\";s: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:8642:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/ship-bottle.jpg?ssl=1\"><img /></a>photo credit: KaylaKandzorra <a href=\"http://www.flickr.com/photos/48077358@N02/4952091078\">i miss you grampa.</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>In a post titled <a href=\"http://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/\" rel=\"noopener\" target=\"_blank\">Gutenberg, or the Ship of Theseus</a>, Matías Ventura breaks down the vision for how the project will transform WordPress’ content creation experience and the decisions the team has made along the way. Ventura describes how WordPress has become difficult to customize, as online publishing has embraced rich media and web design has evolved in complexity over the years.</p>\n<p>“WordPress can build incredible sites, yet the usability and clarity that used to be a driving force for its adoption has been fading away,” Ventura said. “The present reality is that many people struggle using WordPress as a tool for expression.”</p>\n<p>Ventura’s words hint at the growing threats from competitors whose interfaces define users’ current expectations for a front-end editing experience. If WordPress is to stay afloat in a sea of competitors, it can no longer continue expanding its capabilities while leaving a disconnect between what users see while editing in the admin versus what is displayed on the frontend.</p>\n<p>“WordPress has always been about the user experience, and that needs to continue to evolve under newer demands,” Ventura said. “Gutenberg is an attempt at fundamentally addressing those needs, based on the idea of content blocks. It’s an attempt to improve how users interact with their content in a fundamentally visual way, while at the same time giving developers the tools to create more fulfilling experiences for the people they are helping.”</p>\n<p>Ventura elaborated on the foundations of the block approach to content creation and how it will expose more functionality to users in a unified interface, bringing more opportunities to the plugin ecosystem. The post offers some clarity for those who have been wondering about the decision to “make everything a block.” Ventura also anticipates that blocks will become a big part of WordPress theming in the future:</p>\n<blockquote><p>Themes can also provide styles for individual blocks, which can, in aggregation, fundamentally alter the visual appearance of the whole site. You can imagine themes becoming more about the presentation of blocks, while the functional parts can be extracted into blocks (which can potentially work across multiple theme variations). Themes can also provide templates for multiple kind of pages—colophon, products, portfolios, etc., by mixing blocks, setting them up as placeholders, and customizing their appearance.</p></blockquote>\n<p>Ventura also introduced a few new possibilities that Gutenberg could enable. He shared a video showing how granular control over each block can pave the way for a future where WordPress core allows for real-time collaborative editing. This is a feature that has been painfully lacking from the CMS but is nearer on the horizon with Gutenberg in place.</p>\n<p>“This same granularity is allowing us to develop a collaborative editing framework where we can lock content being edited by a peer on per block basis, instead of having to lock down the whole post,” Ventura said.</p>\n<p></p>\n<p>Ventura sees Gutenberg as the path to finally bringing front-end editing to WordPress:</p>\n<blockquote><p>Once Gutenberg is capable of handling all the pieces that visually compose a site—with themes providing styles for all the blocks—we end up with an editor that looks exactly like the front-end. (And at that point, we might just call it front-end editing.) Yet we’d had arrived at it through gradually improving the pieces of our familiar ship, in a way that didn’t cause it to collapse or alienated the people aboard. We want to accomplish this in a way that would allow us to refine and correct as we iterate and experience the reality of what is being built and how it is being used.</p></blockquote>\n<p>He likened the challenge of the Gutenberg project to upgrading the materials on a ship while ensuring that it continues to sail. As there are many passengers who depend on the boat, completely breaking it for the purpose of rebuilding is not an acceptable way forward.</p>\n<p>“It is an attempt at improving how users can connect with their site in a visual way, not at removing the flexibility and power that has made WordPress thrive,” Ventura said. “There might be a time when the old ways become obsolete and disappear, absorbed by the richer and clearer interface of blocks, but we are doing as much as possible to make this a process. The old doesn’t have to disappear suddenly, it can be gradually shaped into the new.”</p>\n<p>Comments are not enabled on the post, but it has received mostly positive feedback on Twitter. For some, it clarifies the direction of Gutenberg, the purpose of blocks and the possibilities they enable. Others in the community are on board with the concepts behind Gutenberg but are not comfortable with the tentative timeline for its inclusion in core. Ventura’s post does not address many of the more practical concerns the community has about allowing enough time for the WordPress product ecosystem to get ready for Gutenberg.</p>\n<p>Matt Mullenweg has confirmed that <a href=\"https://wptavern.com/matt-mullenweg-addresses-concerns-about-gutenberg-confirms-new-editor-to-ship-with-wordpress-5-0\" rel=\"noopener\" target=\"_blank\">Gutenberg will ship with WordPress 5.0</a> whenever Gutenberg is ready and most recently said that delays on selecting the JavaScript framework “will likely delay Gutenberg at least a few weeks, and may push the release into next year.”</p>\n<p>Last week, a post published by Yoast SEO founder Joost de Valk sparked conversation with his proposed <a href=\"https://yoast.com/gutenberg-alternative-approach/\" rel=\"noopener\" target=\"_blank\">alternative approach to Gutenberg</a>, which calls for a slower, staged rollout for plugin authors.</p>\n<p>“In this point of time, it’s not possible for plugins at all to integrate with Gutenberg,” de Valk said. “How on earth should plugin authors be able to build their integrations within a few months? That’s not possible. At least not without breaking things.”</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Gutenberg-2.2-block-level.jpg?ssl=1\"><img /></a>His proposal recommends keeping the idea of blocks and making over the admin for WordPress 5.0 but leaving the meta boxes and toolbar untouched.</p>\n<p>“We are very enthusiastic about the idea of blocks, but have strong concerns about some of the technical choices and the speed of the implementation process,” de Valk said. “We are also worried about the lack of priority given to accessibility issues in the project. But most importantly, we are very much concerned about the fact that plugins are not able to integrate with the new editor.”</p>\n<p>It’s impossible for developers to have a clear understanding of the right way to extend Gutenberg right now. The JavaScript framework for the plugin has not yet been announced and critical issues regarding how block data should be stored are just now being floated for discussion.</p>\n<p>“The Editor/Gutenberg team would like the broader core group to start thinking about and discussing how block data is stored,” Ventura proposed during last week’s core development meeting. “We currently (specially after allowing meta attributes) have a lot of ways to store block data, with different tradeoffs. It’s going to be important to communicate when each is appropriate. This will come through examples and documentation, but generally such knowledge has also spread by core contributors doing talks and blog posts, etc.”</p>\n<p>Further collaboration from the broader community of WordPress core contributors should bring the project closer to being able to deliver the documentation developers need in order to follow best practices for extending the new editor. In the meantime, Ventura’s <a href=\"http://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/\" rel=\"noopener\" target=\"_blank\">post</a> is a great read for understanding the larger vision behind Gutenberg and where it is headed.</p>\";s: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, 10 Oct 2017 03:56: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Potential of Gutenberg\";s: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:22:\"https://ma.tt/?p=47605\";s: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:45:\"https://ma.tt/2017/10/potential-of-gutenberg/\";s: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:456:\"<p>Matias Ventura, the lead of the editor focus for WordPress, has written <a href=\"http://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/\">Gutenberg, or the Ship of Theseus</a> to talk about how Gutenberg's approach will simplify many of the most complex parts of WordPress, building pages, and theme editing. If you want a peek at some of the things coming down the line with Gutenberg, including serverless WebRTC real-time co-editing.</p>\";s: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, 09 Oct 2017 12:47:58 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: WPThemeDoc: A Single-File HTML Template for Documenting WordPress Themes\";s: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:29:\"https://wptavern.com/?p=75437\";s: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:92:\"https://wptavern.com/wpthemedoc-a-single-file-html-template-for-documenting-wordpress-themes\";s: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:2142:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/writing.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/2FS8R15QYN\">Lia Leslie</a>\n<p><a href=\"https://themebeans.com/\" rel=\"noopener\" target=\"_blank\">ThemeBeans</a> founder Rich Tabor has <a href=\"https://richtabor.com/wpthemedoc/\" rel=\"noopener\" target=\"_blank\">open sourced WPThemeDoc</a>, the template he uses for documenting his commercial WordPress themes. Tabor is also the creator of <a href=\"https://wptavern.com/new-merlin-wp-onboarding-wizard-makes-wordpress-theme-installation-and-setup-effortless\" rel=\"noopener\" target=\"_blank\">Merlin WP</a>, a theme onboarding wizard that makes setup effortless for users. After applying his aesthetic talents to the documentation aspect of his business, he decided to package up his efforts and release <a href=\"https://github.com/richtabor/WPThemeDoc\" rel=\"noopener\" target=\"_blank\">WPThemeDoc on GitHub</a> to benefit other theme developers.</p>\n<p>WPThemeDoc is neatly organized and easy to navigate. It can be used without any design modifications or as a starting point for your own branded documentation design. Check out the <a href=\"http://docs.themebeans.com/york/\" rel=\"noopener\" target=\"_blank\">live demo</a> documenting Tabor’s York Pro theme.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/wpthemedoc.jpg?ssl=1\"><img /></a></p>\n<p>The template is a single HTML file that is easy to extend by adding or removing sections. It includes a set of “find and replace” variables that developers can use to quickly customize the document’s information for their own themes. The template itself requires very little documentation, as it uses nothing more than simple HTML and CSS.</p>\n<p>For many theme developers documentation is a chore – it’s not the fun part of creating themes. WPThemeDoc makes documentation as simple as filling in the blanks. It is licensed under the GPL v2.0 or later and feedback and contributions are <a href=\"https://github.com/richtabor/WPThemeDoc\" rel=\"noopener\" target=\"_blank\">welcome on GitHub</a>.</p>\";s: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, 07 Oct 2017 04:44:51 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:15;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Disqus Data Breach Affects 17.5 Million Accounts\";s: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:29:\"https://wptavern.com/?p=75434\";s: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:\"https://wptavern.com/disqus-data-breach-affects-17-5-million-accounts\";s: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:2094:\"<p><a href=\"https://disqus.com/\">Disqus</a>, a comment management and hosting service, <a href=\"https://blog.disqus.com/security-alert-user-info-breach\">has announced</a> it suffered a data breach that affects 17.5 million users. A snapshot of its database from 2012 with information dating back to 2007 containing email addresses, usernames, sign-up dates, and last login dates in plain-text were exposed.</p>\n<p>Passwords hashed with the SHA1 protocol and a salt for about one-third of affected users are also included in the snap-shot. Disqus was made aware of the breach and received the exposed data on October 5th by <a href=\"https://www.troyhunt.com/\">Troy Hunt</a>, an independent security researcher. Today, the service contacted affected users, reset their passwords, and publicly disclosed the incident.</p>\n<p>Jason Yan, CTO of Disqus, says the company has no evidence that unauthorized logins are occurring due to compromised credentials. “No plain-text passwords were exposed, but it is possible for this data to be decrypted (even if unlikely),” Yan said.</p>\n<p>“As a security precaution, we have reset the passwords for all affected users. We recommend that all users change passwords on other services if they are shared. At this time, we do not believe that this data is widely distributed or readily available. We can also confirm that the most recent data that was exposed is from July, 2012.”</p>\n<p>Since emails were stored in plain-text, it’s possible affected users may receive unwanted email. Disqus doesn’t believe there is any threat to user accounts as it has made improvements over the years to significantly increase password security. One of those improvements was changing the password hashing algorithm from SHA1 to bcrypt.</p>\n<p>If your account is affected by the data breach, you will receive an email from Disqus requesting that you change your password. The company is continuing to investigate the breach and will share new information on <a href=\"https://blog.disqus.com/\">its blog</a> when it becomes available.</p>\";s: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, 07 Oct 2017 03:13: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:16;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: Poopy.life Launches Pro Version at WPsandbox.io Aimed at Theme and Plugin 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74874\";s: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:\"https://wptavern.com/poopy-life-launches-pro-version-at-wpsandbox-io-aimed-at-theme-and-plugin-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6661:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/sandbox.png?ssl=1\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/hiljainenmies/3580475943/\">hiljainenmies</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>Six months ago, the team behind <a href=\"http://www.wpallimport.com/\" rel=\"noopener\" target=\"_blank\">WP All Import</a> and <a href=\"https://www.oxygenapp.com/try\" rel=\"noopener\" target=\"_blank\">Oxygen</a> <a href=\"https://wptavern.com/poopy-life-lets-you-create-free-unlimited-wordpress-test-installs\" rel=\"noopener\" target=\"_blank\">opened Poopy.life to the public</a>, a service that offers free unlimited WordPress installs for anyone who needs a temporary testing site. Public testing went well enough that a commercial tier of the service is now available at <a href=\"https://wpsandbox.io/\" rel=\"noopener\" target=\"_blank\">WPSandbox.io</a>, with plans ranging from $49/month – $699/month, depending on the number of installs required.</p>\n<p>“On any given day we have around 3-4K active installs,” WP All Import team lead Joe Guilmette said. “We actually got around 7K the first day and the infrastructure didn’t go down. So we were pretty stoked.”</p>\n<p>Guilmette said a few plugin and theme shops are using the service and one developer even wrote a script to iframe their poopy.life installs for use in their theme demos.</p>\n<p>“We’ll probably put a stop to that at some point, but it was pretty cool to see,” Guilmette said. “Tons of people use it for testing plugins, themes, and just all sorts of general WordPress testing. We’ve been using this internally for years, and every time we’d fire up localhost or a testing install, it’s just faster to use poopy.life.”</p>\n<p>Pro users get all the convenience of Poopy.life under the more business-friendly wpsandbox.pro domain with a dashboard to manage installs, SSH and SFTP access to their installs, and the ability to hot-swap between PHP versions. Having Poopy.life open to the public has given the team an opportunity to address any remaining pain points with hosting thousands of test installs.</p>\n<p>“Since launching poopy.life everything has actually been pretty smooth,” Guilmette said. “We’ve already been using various versions of this internally to sell millions of dollars worth of plugins over the last five years. So it’s already been hacked to pieces, DDoSed, etc. We’ve already been through all that.”</p>\n<p>When the team first started Poopy.life as an internal project for WP All Import, they had a difficult time trying to host it on a VPS with the requirement of isolating installs from each other without any professional systems administrators on board.</p>\n<p>“We were getting hacked all the time, so we started using CloudLinux, the same software that a lot webhosts use for their shared hosting servers,” Guilmette said. “This also prevents resource hogging, where someone could start mining bitcoin and then everyone’s installs would take forever to load.</p>\n<p>“Then came the spammers, using their installs to send out email spam. So we learned we had to discard e-mail silently while allowing scripts that expect e-mail to be available to still function correctly.</p>\n<p>“Once we went on that whole journey, it was kind of a no-brainer to share this tool with everyone else. We’ve been through a lot of pain in building this platform, and in opening this up to the public we hope we can help others avoid those same issues.”</p>\n<p>The team now has two systems administrators on call 24/7 to get the service back up and running quickly if anything breaks.</p>\n<h3>WP Sandbox Service is Aimed at Theme and Plugin Developers</h3>\n<p>In the past six months since opening Poopy.life to the public, Guilmette’s team has learned several valuable lessons in how to market the commercial service.</p>\n<p>“We use the Sandbox for so many different things, so the in the beginning the temptation was to kind of market it to everyone who we thought would find it useful,” Guilmette he said. “We didn’t find a whole lot of success, and are now focusing on plugin and theme developers. It’s helped us so much for WP All Import and Oxygen – everything from increasing sales to making tech support much easier by giving users isolated places they can reproduce problems. We know plugin and theme developers need this tool, so it makes the most sense for us to focus our marketing directly at them.”</p>\n<p>Having a way to allow users to try a product like Oxygen before purchasing will be particularly useful in the Gutenberg era, where many users are unsure about the differences between what core will offer and what a site building product can bring to the table. Guilmette and his team are optimistic about what Gutenberg will bring to the customization experience.</p>\n<p>“We can’t wait for it to ship in core,” Guilmette said. “I think a lot of the negativity about Gutenberg is from folks who make page builders and view it as competition. But Oxygen is a site builder, not a page builder (i.e. you design headers, footers, etc.). We don’t see Oxygen as competition; we think it will enhance the Oxygen experience. We think Gutenberg is great, and are excited to see some other talented teams out there working hard to make WordPress easier to use for everyone.”</p>\n<p>He said his team is hoping to provide a Gutenberg component that users can drop into Oxygen and then edit that area of the site with Gutenberg. Having a sandboxed version of this available for users to test will help them to understand how the product works before purchasing.</p>\n<p>Regardless of whether or not WP Sandbox takes off with other WordPress product companies, WP All Import and Oxygen have benefited from bringing sandboxing to the sales experience and continue to make use of the architecture the team has developed.</p>\n<p>“We generally avoid big, coordinated releases,” Guilmette said. “We prefer to slowly build a product around a group of slowly growing users. If you release a finished product to the world, chances are you spent too much money making something no one wants.</p>\n<p>“It hasn’t paid for itself yet, but that’s to be expected. We have enough users to make us optimistic, and some very exciting customers in the onboarding process. Once we get a few big names using it and other plugin developers realize the benefits of using it, we think it will take off.”</p>\";s: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, 06 Oct 2017 19:17:47 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:17;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: WooConf 2017 Livestream Tickets Now on Sale\";s: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:29:\"https://wptavern.com/?p=75369\";s: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:\"https://wptavern.com/wooconf-2017-livestream-tickets-now-on-sale\";s: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:2445:\"<p>The third edition of <a href=\"https://wooconf.com/\" rel=\"noopener\" target=\"_blank\">WooConf</a> is being held in Seattle, Washington, October 19-20. This year the event is <a href=\"https://wptavern.com/seattle-to-host-wooconf-2017-in-october-conference-to-focus-on-developers\" rel=\"noopener\" target=\"_blank\">narrowing its focus to developers</a> and will feature eight workshops and more than 30 speakers. Topics include scaling, client relations, A/B testing, and enterprise e-commerce.</p>\n<p><a href=\"https://wordpress.org/plugins/woocommerce/\" rel=\"noopener\" target=\"_blank\">WooCommerce</a> is currently active on more than three million sites and the plugin has been downloaded 31 million times. Developers are using the plugin all over the world, but only a small fraction of them will be able to make it to Seattle for the conference. WooConf is less than two weeks away but in-person <a href=\"https://wooconf.com/#buy-a-ticket\" rel=\"noopener\" target=\"_blank\">tickets are still available</a> at $699 per attendee.</p>\n<p>A livestream of the conference is available for those who would like to attend but are unable to travel. <a href=\"https://wooconf.com/product/live-stream/\" rel=\"noopener\" target=\"_blank\">Livestream tickets</a> went on sale today for $50/each.</p>\n<p>“The in-person ticket prices, the live stream tickets, and the support of our sponsors are what funds the conference,” WooConf co-organizer Aviva Pinchas said. “For those who are not in a position to pay for the live stream tickets or attend the event in-person, the video recordings will be released later for free, and there are a number of other ways people can participate.”</p>\n<p>Pinchas said the team will be sharing updates on social media, the event’s blog, and in the WooCommerce Community Slack. They have also arranged with local WooCommerce meetup organizers to livestream parts of the event during free <a href=\"https://wooconf.com/meetups/\" rel=\"noopener\" target=\"_blank\">IRL meetups</a> in 12 major cities across the globe. These satellite events will include local speakers and offer attendees the opportunity to connect with other nearby WooCommerce developers and store owners.</p>\n<p>All of the recorded sessions will be published to the <a href=\"https://www.youtube.com/channel/UC63GQg3s2QcgOpMzsiF6wwQ\" rel=\"noopener\" target=\"_blank\">WooCommerce YouTube channel</a> sometime after the conclusion of the event.</p>\";s: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, 06 Oct 2017 03:04: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:18;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: DonateWC Successfully Sponsors its First Applicant to WordCamp Cape Town\";s: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:29:\"https://wptavern.com/?p=75279\";s: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:92:\"https://wptavern.com/donatewc-successfully-sponsors-its-first-applicant-to-wordcamp-capetown\";s: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:1656:\"<p><a href=\"https://donatewc.org/\">DonateWC</a> has <a href=\"https://donatewc.org/sponsorship-recipients/wordcamp-capetown-speaker-fundraiser/\">selected</a> and successfully sponsored its first applicant to <a href=\"https://2017.capetown.wordcamp.org/\">WordCamp Cape Town</a>. The recipient has chosen to remain anonymous although they are a speaker at the event.</p>\n<p>Funds left over from the <a href=\"https://donatewc.org/news/surprise-our-goal-is-fully-funded/\">initial crowdfunding campaign</a> and from the <a href=\"https://donatewc.org/make-a-donation/\">general donation pool</a> were used to cover expenses. The total cost of sponsorship is €669.24 with €197.37 coming from donations.</p>\n<p>In addition to sponsoring recipients, DonateWC is also publishing stories submitted by contributors on the benefits and impacts WordCamps have. <a href=\"https://twitter.com/arvindsinghdev\">Arvind Singh</a> published <a href=\"https://donatewc.org/wordcamp-stories/getting-to-wordcamp-udaipur/\">the first story</a> on DonateWC where he explains how his experience at <a href=\"https://2017.udaipur.wordcamp.org/\">WordCamp Udaipur</a> translated into WordPress meetups in <a href=\"https://2017.delhi.wordcamp.org/\">Delhi, India</a> and eventually, the first <a href=\"https://2017.delhi.wordcamp.org/\">WordCamp Delhi</a>.</p>\n<p>There’s no word yet on who will be the next recipient of a DonateWC sponsorship but the initiative still needs your help. If you believe in the cause, please consider making a <a href=\"https://donatewc.org/make-a-donation/\">donation.</a> The funds will be used to help others who are less fortunate attend WordCamps.</p>\";s: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 Oct 2017 23:33:57 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:19;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Gutenberg 1.3 Adds New Feedback Option for Plugin Testers\";s: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:29:\"https://wptavern.com/?p=75323\";s: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:\"https://wptavern.com/gutenberg-1-3-adds-new-feedback-option-for-plugin-testers\";s: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:3240:\"<p><a href=\"https://make.wordpress.org/core/2017/10/04/whats-new-in-gutenberg-4th-october/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.3</a> was released this week with many small tweaks and improvements to existing features. One of the most visible updates for those who are testing the Cover Image block is the addition of an <a href=\"https://github.com/WordPress/gutenberg/pull/2815\" rel=\"noopener\" target=\"_blank\">opacity slider</a>. It brings more flexibility to the feature than the previous on/off background dimming toggle provided. Users can now slide the opacity along a range snapped to percentages of 10.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/cover-image-block-opacity.gif?ssl=1\"><img /></a></p>\n<p>Version 1.3 also introduces an option to <a href=\"https://github.com/WordPress/gutenberg/pull/2807\" rel=\"noopener\" target=\"_blank\">convert a single block to an HTML block when Gutenberg detects conflicting content</a>. This is a precursor to an open issue that proposes <a href=\"https://github.com/WordPress/gutenberg/issues/2794\" rel=\"noopener\" target=\"_blank\">an HTML mode for blocks</a>, essentially a mechanism for each block to be edited as HTML. Contributors are still discussing the best approach for implementing the UI, which we will likely see in a future release.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-05-at-1.47.01-PM.png?ssl=1\"><img /></a></p>\n<p>Gutenberg 1.3 adds a new submenu item that ramps up the potential for gathering more feedback from people who are using the plugin. The Feedback link appears in the plugin’s sidebar menu and leads to a polldaddy form that separates users’ comments into either either a feedback or support channel.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-05-at-2.03.23-PM.png?ssl=1\"><img /></a></p>\n<p>Instead of relying on testers to know where to go to offer feedback, the new link offers them an easily accessible avenue for sharing their thoughts and concerns. This option is especially helpful for those who are not as adept at using GitHub or writing meaningful bug reports. The forms guide the user to report important details of their setup, browser information, screenshots, and other useful information.</p>\n<p>Gutenberg does not track any information about users who submit feedback via the Polldaddy forms and there is nothing to indicate that the responses will be made public. It is unrealistic to expect that the Gutenberg team will be able to respond to each submission individually, but it would be helpful if they provided summaries of trends in user feedback and how it is informing the design and development of the project. This could go a long way to prevent users from perceiving that their concerns are being buried.</p>\n<p>Version 1.3 also adds expandable panels to the block inspector, support for pasting plain text markdown content (and converting it to blocks), and accessibility improvements to the color palette component. Check out the full <a href=\"https://make.wordpress.org/core/2017/10/04/whats-new-in-gutenberg-4th-october/\" rel=\"noopener\" target=\"_blank\">changelog</a> for more details.</p>\";s: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 Oct 2017 22:01: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:20;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: WPWeekly Episode 290 – Putting The Rad in Brad\";s: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:58:\"https://wptavern.com?p=75361&preview=true&preview_id=75361\";s: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:\"https://wptavern.com/wpweekly-episode-290-putting-the-rad-in-brad\";s: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:2823:\"<p>In this episode, I’m joined by special guest co-host Brad Williams, Co-Founder and CEO of the website design and development agency <a href=\"https://webdevstudios.com/\">WebDevStudios</a>. Brad shared his experience at CampPress and is looking forward to attending the event again in 2018.</p>\n<p>We discussed the recent move to moderate all comments on the Tavern again. We covered the news of the week and near the end of the show, Brad describes why his company gives back to WordPress by participating in the <a href=\"https://ma.tt/2014/09/five-for-the-future/\">Five for the Future</a> initiative.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/camp-press-a-detox-from-digital-life\">Camp Press – A Detox from Digital Life</a><br />\n<a href=\"https://yoast.com/gutenberg-alternative-approach/\">Yoast Publishes an Alternative to Gutenberg While Raising Concerns About its Development. </a><br />\n<a href=\"https://wptavern.com/new-wp-cli-project-aims-to-extend-checksum-verification-to-plugins-and-themes\">New WP-CLI Project Aims to Extend Checksum Verification to Plugins and Themes</a><br />\n<a href=\"https://wptavern.com/regenerate-thumbnails-plugin-passes-5-million-downloads-rewrite-in-the-works\">Regenerate Thumbnails Plugin Passes 5 Million Downloads, Rewrite in the Works</a><br />\n<a href=\"https://wptavern.com/drupal-core-maintainers-propose-adopting-react-for-administrative-uis\">Drupal Core Maintainers Propose Adopting React for Administrative UI’s</a><br />\n<a href=\"https://wpcampus.org/conferences/apply-to-host/\">WPCampus 2018 is Taking Submissions From Host Cities</a><br />\n<a href=\"https://jetpack.com/2017/10/03/jetpack-5-4-date-picker-contact-form/\">Jetpack 5.4 Released </a></p>\n<h2>Picks of the Week:</h2>\n<p>If you have any WordPress related questions, consider asking them during the <a href=\"https://maintainn.com/ask-maintainn-twitter-event-october-5/\">Ask Maintainn event</a> on October 5th using the #askMaintainn hashtag on Twitter. Jim Byrom, Director of Client Services, will answer the questions directly through the Maintainn Twitter account.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 11th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #290:</strong><br />\n</p>\";s: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 Oct 2017 07:21:14 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:21;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 4.9 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4926\";s: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:\"https://wordpress.org/news/2017/10/wordpress-4-9-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9104:\"<p>WordPress 4.9 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.9 is slated for release on <a href=\"https://make.wordpress.org/core/4-9/\">November 14</a>, but we need your help to get there. We’ve been working on making it even easier to customize your site. Here are some of the bigger items to test and help us find as many bugs as possible in the coming weeks:</p>\n<ul>\n<li>Drafting (<a href=\"https://core.trac.wordpress.org/ticket/39896\">#39896</a>) and scheduling (<a href=\"https://core.trac.wordpress.org/ticket/28721\">#28721</a>) of changes in the Customizer. Once you save or schedule a changeset, when any user comes into the Customizer the pending changes will be autoloaded. A button is provided to discard changes to restore the Customizer to the last published state. (This is a new “linear” mode for changesets, as opposed to “branching” mode which can be enabled by filter so that every time user opens the Customizer a new blank changeset will be started.)</li>\n<li>Addition of a frontend preview link to the Customizer to allow changes to be browsed on the frontend, even without a user being logged in (<a href=\"https://core.trac.wordpress.org/ticket/39896\">#39896</a>).</li>\n<li>Addition of autosave revisions in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/39275\">#39275</a>).</li>\n<li>A brand new theme browsing experience in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/37661\">#37661</a>).</li>\n<li>Gallery widget (<a href=\"https://core.trac.wordpress.org/ticket/41914\">#41914</a>), following the media and image widgets introduced in 4.8.</li>\n<li>Support for shortcodes in Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/10457\">#10457</a>).</li>\n<li>Support for adding media to Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/40854\">#40854</a>).</li>\n<li>Support for adding oEmbeds outside post content, including Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/34115\">#34115</a>).</li>\n<li>Support for videos from providers other than YouTube and Vimeo in the Video widget (<a href=\"https://core.trac.wordpress.org/ticket/42039\">#42039</a>)</li>\n<li>Improve the flow for creating new menus in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/40104\">#40104</a>).</li>\n<li>Educated guess mapping of nav menus and widgets when switching themes (<a href=\"https://core.trac.wordpress.org/ticket/39692\">#39692</a>).</li>\n<li>Plugins: Introduce singular capabilities for activating and deactivating individual plugins (<a href=\"https://core.trac.wordpress.org/ticket/38652\">#38652</a>).</li>\n<li>Sandbox PHP file edits in both plugins and themes, without auto-deactivation when an error occurs; a PHP edit that introduces a fatal error is rolled back with an opportunity then for the user to fix the error and attempt to re-save. (<a href=\"https://core.trac.wordpress.org/ticket/21622\">#21622</a>).</li>\n<li>Addition of dirty state for widgets on the admin screen, indicating when a widget has been successfully saved and showing an “Are you sure?” dialog when attempting to leave without saving changes. (<a href=\"https://core.trac.wordpress.org/ticket/23120\">#23120</a>, <a href=\"https://core.trac.wordpress.org/ticket/41610\">#41610</a>)</li>\n</ul>\n<p>As always, there have been exciting changes for developers to explore as well, such as:</p>\n<ul>\n<li>CodeMirror editor added to theme/plugin editor, Custom CSS in Customizer, and Custom HTML widgets. Integration includes support for linters to catch errors before you attempt to save. Includes new APIs for plugins to instantiate editors. (<a href=\"https://core.trac.wordpress.org/ticket/12423\">#12423</a>)</li>\n<li>Introduction of an extensible code editor control for adding instances of CodeMirror to the Customizer. (<a href=\"https://core.trac.wordpress.org/ticket/41897\">#41897</a>)</li>\n<li>Addition of global notifications area (<a href=\"https://core.trac.wordpress.org/ticket/35210\">#35210</a>), panel and section notifications (<a href=\"https://core.trac.wordpress.org/ticket/38794\">#38794</a>), and a notification overlay that takes over the entire screen in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/37727\">#37727</a>).</li>\n<li>A date/time control in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/42022\">#42022</a>).</li>\n<li>Improve usability of Customize JS API (<a href=\"https://core.trac.wordpress.org/ticket/42083\">#42083</a>, <a href=\"https://core.trac.wordpress.org/ticket/37964\">#37964</a>, <a href=\"https://core.trac.wordpress.org/ticket/36167\">#36167</a>).</li>\n<li>Introduction of control templates for base controls (<a href=\"https://core.trac.wordpress.org/ticket/30738\">#30738</a>).</li>\n<li>Use WP_Term_Query when transforming tax queries (<a href=\"https://core.trac.wordpress.org/ticket/37038\">#37038</a>).</li>\n<li>Database: Add support for MySQL servers connecting to IPv6 hosts (<a href=\"https://core.trac.wordpress.org/ticket/41722\">#41722</a>).</li>\n<li>Emoji: Bring Twemoji compatibility to PHP (<a href=\"https://core.trac.wordpress.org/ticket/35293\">#35293</a>). Test for any weirdness with emoji in RSS feeds or emails.</li>\n<li>I18N: Introduce the Plural_Forms class (<a href=\"https://core.trac.wordpress.org/ticket/41562\">#41562</a>).</li>\n<li>Media: Upgrade MediaElement.js to 4.2.5-74e01a40 (<a href=\"https://core.trac.wordpress.org/ticket/39686\">#39686</a>).</li>\n<li>Media: Use max-width for default captions (<a href=\"https://core.trac.wordpress.org/ticket/33981\">#33981</a>). We will want to make sure this doesn’t cause unexpected visual regressions in existing themes, default themes were all fine in testing.</li>\n<li>Media: Reduce duplicated custom header crops in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/21819\">#21819</a>).</li>\n<li>Media: Store video creation date in meta (<a href=\"https://core.trac.wordpress.org/ticket/35218\">#35218</a>). Please help test different kinds of videos.</li>\n<li>Multisite: Introduce get_site_by() (<a href=\"https://core.trac.wordpress.org/ticket/40180\">#40180</a>).</li>\n<li>Multisite: Improve get_blog_details() by using get_site_by() (<a href=\"https://core.trac.wordpress.org/ticket/40228\">#40228</a>).</li>\n<li>Multisite: Improve initializing available roles when switch sites (<a href=\"https://core.trac.wordpress.org/ticket/38645\">#38645</a>).</li>\n<li>Multisite: Initialize a user’s roles correctly when setting them up for a different site (<a href=\"https://core.trac.wordpress.org/ticket/36961\">#36961</a>).</li>\n<li>REST API: Support registering complex data structures for settings and meta</li>\n<li>REST API: Support for objects in schema validation and sanitization (<a href=\"https://core.trac.wordpress.org/ticket/38583\">#38583</a>)</li>\n<li>Role/Capability: Introduce capabilities dedicated to installing and updating language files (<a href=\"https://core.trac.wordpress.org/ticket/39677\">#39677</a>).</li>\n<li>Remove SWFUpload (<a href=\"https://core.trac.wordpress.org/ticket/41752\">#41752</a>).</li>\n<li>Users: Require a confirmation link in an email to be clicked when a user attempts to change their email address (<a href=\"https://core.trac.wordpress.org/ticket/16470\">#16470</a>).</li>\n<li>Core and the unit test suite is fully compatible with the upcoming release of PHP 7.2</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.9, <a href=\"https://make.wordpress.org/core/tag/4-9/\">check out posts tagged with 4.9 on the main development blog</a>, or look at a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.9&group=component&order=priority\">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><b>If you think you’ve found a bug</b>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><i>Without your testing,<br />\nwe might hurt the internet.<br />\nPlease help us find bugs.<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" /></i></p>\";s: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 Oct 2017 05:54:02 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";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:22;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"WPTavern: Jetpack 5.4 Introduces Beta Version of New Search Module Powered by Elasticsearch for Professional Plan Users\";s: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:29:\"https://wptavern.com/?p=75300\";s: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:130:\"https://wptavern.com/jetpack-5-4-introduces-beta-version-of-new-search-module-powered-by-elasticsearch-for-professional-plan-users\";s: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:4648:\"<p><a href=\"https://jetpack.com/2017/10/03/jetpack-5-4-date-picker-contact-form/\" rel=\"noopener\" target=\"_blank\">Jetpack 5.4</a> was released yesterday with many small enhancements to existing modules and an expansion of features for users on the paid plans. A new date picker field is available for the Contact Form, allowing administrators to request additional information such as project timelines, event reservations, or any other date-related data.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-04-at-2.43.45-PM.png?ssl=1\"><img /></a></p>\n<p>This release also fixes a bug with Jetpack’s Comments module where the form had whitespace beneath it when displayed in some themes. It now has a set default height, which will expand automatically as commenters are typing.</p>\n<p>A few other other improvements for all Jetpack users include the ability for third-party plugin and theme authors to add new menu items to the WordPress.com toolbar, connection process updated to allow for more users, improved display of Facebook embeds, and a better migration process for Widget Visibility rules when switching to the new WordPress Image Widget. Check out the full list of changes in the plugin’s <a href=\"https://wordpress.org/plugins/jetpack/#developers\" rel=\"noopener\" target=\"_blank\">changelog</a>.</p>\n<h3>New Features for Jetpack Personal, Premium, and Professional Plans: Welcome Screens and Search Module in Beta</h3>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/personal-plan.png?ssl=1\"><img /></a>Jetpack 5.4 adds a new welcome screen for users who upgrade to a paid plan, highlighting some of the additional features included.</p>\n<p>The plugin will soon be introducing a new <a href=\"https://jetpack.com/support/search/\" rel=\"noopener\" target=\"_blank\">Jetpack Search</a> module for users on its <a href=\"https://jetpack.com/install/professional/\" rel=\"noopener\" target=\"_blank\">Professional plan</a>, the top tier that caters to those who need more business and marketing tools. Version 5.4 adds the architecture for the feature, which is powered by Elasticsearch and runs in the WordPress.com cloud. Users who want to participate in the beta can enable the feature at Settings > Traffic on WordPress.com and then add the new Search widget within wp-admin.</p>\n<p>WordPress’ native search function is notoriously slow and often provides poor and inadequate results for sites with large amounts of content. Jetpack’s new Search module aims to deliver faster, more relevant results using the same powerful infrastructure that runs Jetpack Related Posts and the search on hundreds of WordPress.com VIP sites. In July 2017, WordPress.com’s <a href=\"https://data.blog/2017/07/11/real-time-elasticsearch-indexing-on-wordpress-com/\" rel=\"noopener\" target=\"_blank\">data.blog</a> reported that its network averages 23 million actions per day that trigger indexing of 75 million Elasticsearch documents into hundreds of indices.</p>\n<p>Jetpack Search boasts a zero configuration setup, real-time indexing (WordPress.com’s VIP indices have a one-second refresh rate), and the flexibility for developers to create custom Elasticsearch queries.</p>\n<p>The Jetpack Professional plan’s $299/year price point is highly competitive for access to a hosted Elasticsearch engine. Ordinarily, developers looking for the most economical way to implement Elasticsearch on a WordPress site will have to host and manage their own instances on Amazon AWS or other cloud services. This often comes with more ongoing maintenance and setup.</p>\n<p>Most managed WordPress hosts do not have a hosted Elasticsearch solution built into their plans. Earlier this year 10up launched <a href=\"http://ElasticPress.io\" rel=\"noopener\" target=\"_blank\">ElasticPress.io</a> to fill this need for for enterprise clients. The service starts at $299/month for up to 20GB of storage and unlimited Elasticsearch bandwidth and goes up to $999/month for more resources. WordPress.com VIP also offers Elasticsearch for their customers on plans ranging from $5,000 – $25,000 per month. Access to WordPress.com’s Elasticsearch infrastructure is arguably the highest value addition to Jetpack’s commercial plans to date.</p>\n<p>The Jetpack team is still working on the documentation for the new Search feature and has not published the specifics of the Elasticsearch resources and limits for Jetpack Professional subscribers. More information should be available once the feature is out of beta but current customers can test it after updating to Jetpack 5.4.</p>\";s: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, 04 Oct 2017 23:17: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:23;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: Consciousness of Matter\";s: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:22:\"https://ma.tt/?p=47581\";s: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:46:\"https://ma.tt/2017/10/consciousness-of-matter/\";s: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:242:\"<p>Nautilus Magazine has <a href=\"http://nautil.us/issue/47/consciousness/is-matter-conscious\">an interesting look at the question of Is Matter Conscious</a>? Worth reading to learn what the word \"panpsychism\" means. Hat tip: John Vechey.</p>\";s: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, 04 Oct 2017 22:22: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:24;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"HeroPress: WordPress Research Behind The Scenes\";s: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:56:\"https://heropress.com/?post_type=heropress-essays&p=2134\";s: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:138:\"https://heropress.com/essays/wordpress-research-behind-scenes/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-research-behind-scenes\";s: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:7994:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/100417-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I have met wonderful people from whom I have learned so much in the WordPress community.\" /><p>When I moved from Bogota (Colombia) to Paris I did a degree in translation and found myself, years later, working for one of the most important publishers specializing in research. But my dream since I left Colombia was to study Psychology. After about two years, I quit my job and went back to college. It was not an easy decision, but it never is, is it?</p>\n<p>My interest in starting this new career was to work in Clinical Psychology and Psychopathology. However, as far as I continued with my degree, I was finding subjects that put in doubt what I really wanted to work in the future. Health and Occupational Psychology was one of them.</p>\n<h3>Finding a Purpose</h3>\n<p>At that time I was still living in Paris with my husband, Andrés Cifuentes, a chemical engineer who ended up doing a master’s degree in web programming. Afterwards he became a WordPress enthusiast and nowadays he works within the WordPress ecosystem. Back then, while he spent his free time getting to know and learn more about WordPress (I didn’t know at that time that I was discovering WordPress too!) he listened to different podcasts and many of them addressed issues of the problems that remote workers had to face.</p>\n<blockquote><p>All of these people in the podcasts mentioned burnout as a result of their work and what they suffered for it. It was at that moment that I made the connection; I had found what I wanted to do.</p></blockquote>\n<p>The same day I started to investigate more about remote work and its impact on stress and burnout on the web (blogs, articles, essays).</p>\n<h3>Putting It Into Action</h3>\n<p>When time came to start my master I presented my project to my thesis director: I wanted to establish a relationship between remote work and burnout. Although he accepted my first subject of study, there was a long path waiting before establishing and defining my research area.</p>\n<p>Getting into the first steps of the research, I started an arduous research work of the literature review on remote work, which turned out being quite frustrating, as I could not find any scientific paper for my study on the subject. The only helpful information I could find was the research that had been done on telework, which was the closest type to remote work although it was not good enough.</p>\n<p>On the other hand, as a requirement for the master, I had to find an internship in a company, so I spent hours and hours writing cover letters and applying to boring internship offers which practically wanted the interns to make coffee. Nice!</p>\n<p>Fortunately, my husband had the wonderful idea for me to apply to companies working with WordPress. Since those companies are mostly 100% remote, this would help with my research along with having personal experience on remote work myself.</p>\n<blockquote><p>Lucky me! I had the great opportunity to do my internship in Human Made.</p></blockquote>\n<p>My proposal was to do a psychosocial risk assessment in the company that would also serve for my study. They were very kind to me and welcomed me warmly. No doubt they are a great company, Tom Wilmot truly cares for the wellbeing of his Humans and among themselves they help each other a lot, which for me is the basis of the success of the company’s growth. I really hope they have learned as much as I did.</p>\n<h3>Narrowing Focus</h3>\n<p>For several months I delivered to my thesis director about 8 different projects that I had find interesting to work on the remote work (stress, social support, culture differences, coping strategies, communication, isolation, identity…) all of them without success. My director disapproved each one of them as remote work in general is too extensive and scattered for a master thesis and I had to focus on a smaller group.</p>\n<blockquote><p>As I was doing my internship at Human Made, I thought it was a good idea to focus my study on the same subject but only within the WordPress community.</p></blockquote>\n<p>It was perfect since there have been no studies in this field in the WordPress community! Since WordPress project volunteers are the driving force behind the project, it has become particularly important to focus more on their psychological well-being.</p>\n<p>I sent the new thesis project about the role of motivation on burnout into the WordPress Community to my director and my research protocol was finally approved!</p>\n<h3>Studying The WordPress Community</h3>\n<p>WordPress is a community I’ve known for years thanks to my husband and I got closer to it with the time. My first contribution was to the Polyglots Team, he taught me how to start contributing and translating. He motivated me to give talks in WordCamps, something that I was very afraid of but I took it as an opportunity to share what I have learned about stress. I end up contributing with a couple of talks in WordCamp Sevilla and Barcelona about stress and remote work. Recently, I volunteered at past WordCamp Europe 2017.</p>\n<blockquote><p>I have met wonderful people from whom I have learned so much in the WordPress community, I never thought that I would ended up being part of this community myself!</p></blockquote>\n<p>So, in the end, for me it is more exciting to do my research on the WordPress community because I have a lot of affection for it. And there are so many more things to investigate!<br />\nMy purpose is to contribute with this ecosystem improving its well-being.</p>\n<p>For the moment, I am working on the survey data of my current research and I am looking forward to sharing the results with the WordPress community!</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress Research Behind The Scenes\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Research%20Behind%20The%20Scenes&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-research-behind-scenes%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Research Behind The Scenes\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-research-behind-scenes%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-research-behind-scenes%2F&title=WordPress+Research+Behind+The+Scenes\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Research Behind The Scenes\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-research-behind-scenes/&media=https://heropress.com/wp-content/uploads/2017/10/100417-min-150x150.jpg&description=WordPress Research Behind The Scenes\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Research Behind The Scenes\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-research-behind-scenes/\" title=\"WordPress Research Behind The Scenes\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-research-behind-scenes/\">WordPress Research Behind The Scenes</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s: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, 04 Oct 2017 00:00:01 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Catalina Alvarez\";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:25;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Drupal Core Maintainers Propose Adopting React for Administrative UI’s\";s: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:29:\"https://wptavern.com/?p=75269\";s: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:90:\"https://wptavern.com/drupal-core-maintainers-propose-adopting-react-for-administrative-uis\";s: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:6627:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/drupal_logo-blue.png?ssl=1\"><img /></a></p>\n<p>Both the Drupal and WordPress communities are now knee-deep in weighing JavaScript frameworks to modernize underlying architecture for building user interfaces in 2018 and beyond. Yesterday Drupal founder Dries Buytaert <a href=\"https://dri.es/drupal-looking-to-adopt-react\" rel=\"noopener\" target=\"_blank\">published a summary</a> of his discussions with core committers, framework managers, JavaScript subsystem maintainers, and JavaScript experts at DrupalCon Vienna. Together they concluded that Drupal should consider adopting React.</p>\n<p>“We agreed that today, React would be the most promising option given its expansive adoption by developers, its unopinionated and component-based nature, and its well-suitedness to building new Drupal interfaces in an incremental way,” Buytaert said. “Today, I’m formally proposing that the Drupal community adopt React, after discussion and experimentation has taken place.”</p>\n<p>The <a href=\"https://www.drupal.org/node/2913321\" rel=\"noopener\" target=\"_blank\">proposal</a> is now available to the broader Drupal community and Buytaert’s recommendation during his keynote presentation in Vienna was to test and research how Drupal’s administrative UX could be improved by using a JavaScript framework.</p>\n<p>Two years ago Drupal explored adopting a JavaScript framework and at that time Buytaert was considering React, Ember, and Angular. Facebook’s patent clause in React’s licensing made him hesitant to want to pursue it for Drupal but the license has since been changed to MIT. The Drupal community was not eager to select a framework at that time and in response Buytaert opted to focus on improving <a href=\"https://dri.es/tag/web-services\" rel=\"noopener\" target=\"_blank\">Drupal’s web service APIs</a> instead.</p>\n<p>“By not committing to a specific framework, we are seeing Drupal developers explore a range of JavaScript frameworks and members of multiple JavaScript framework communities consuming Drupal’s web services,” Buytaert said. “I’ve seen Drupal 8 used as a content repository behind Angular, Ember, React, Vue, and other JavaScript frameworks.”</p>\n<p>Buytaert shared an illustration showing how he envisions Drupal “supporting a variety of JavaScript libraries on the user-facing front end while relying on a single shared framework as a standard across Drupal administrative interfaces.”</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/drupal-supporting-different-javascript-front-ends.jpg?ssl=1\"><img /></a></p>\n<p>This approach is similar to what WordPress’ Gutenberg contributors are proposing with <a href=\"https://github.com/WordPress/gutenberg/pull/2463\" rel=\"noopener\" target=\"_blank\">framework-agnostic block interoperability</a> where core would adopt a framework internally but developers could extend the new editor (and other UIs) using any JS library they prefer. In addition to giving developers more flexibility, this approach also helps to protect the project from the effects of the rapid pace at which JavaScript frameworks and libraries are coming and going.</p>\n<p>“Several years later, we still don’t know what JavaScript framework will win, if any, and I’m willing to bet that waiting two more years won’t give us any more clarity,” Buytaert said. “JavaScript frameworks will continue to evolve and take new shapes. Picking a single one will always be difficult and to some degree ‘premature.’ That said, I see React having the most momentum today.”</p>\n<p>The <a href=\"https://www.drupal.org/node/2913321\" rel=\"noopener\" target=\"_blank\">proposal</a> on Drupal.org, authored by Lauri Eskola, Dupal’s core framework manager who specializes in JavaScript, said contributors’ discussions revealed “unanimous consensus…that React would be a good choice.” Eskola cited several benefits they believe React will bring to Drupal, including its large ecosystem of libraries, active developer community, project maturity, and improved career options for classical Drupal developers. WordPress.com, TYPO3, The New York Times, Airbnb, and others using React were also listed among React’s benefits.</p>\n<p>The discussion on the <a href=\"https://www.drupal.org/node/2913321\" rel=\"noopener\" target=\"_blank\">proposal</a> is an interesting read with many similarities to the recent discussions in the WordPress community regarding React. Several Drupal developers expressed concerns about how difficult it may be for those with a PHP background to learn React, as it adds more complexity to the development process.</p>\n<p>“Overall I’m in favor of a framework,” Drual developer Mark Miller <a href=\"https://www.drupal.org/node/2913321#comment-12283495\" rel=\"noopener\" target=\"_blank\">said</a>. “However, a big question for me is how many PHP developers are going to easily pick up React? I know we want to bring in more Javascript developers, but it seems that most people creating modules and using this will be coming from a PHP background. I know pure JavaScript people love React, but it will likely be a steep curve to others in Drupal’s already steep learning curve.”</p>\n<p>Others, who had previously become disillusioned by a perception of Drupal being unable to keep up with modern web development, welcome the proposal to experiment with React. A few advocated for their frameworks of choice and said they would like to see the experimentation expanded to include other frameworks as well.</p>\n<p>“Is there an issue yet for the React prototype of the watchdog page?” Drupal core committer Angie Byron said. “When that’s created, folks interested in alternative frameworks (I’m hearing both ‘vanilla’ web components and Vue.js come up a lot, both here and in the WP discussions) could start an alternate implementation in a duplicate issue and we could compare/contrast, which would be very helpful in my opinion.”</p>\n<p>Drupal is aiming to have enough real-world testing done to make a final decision before the upcoming 8.6.0 development period slated for the first part of 2018. Buytaert said that after deciding on a framework, Drupal’s leadership plans to begin adoption in a limited and incremental way “so that the decision is easily reversible if better approaches come later on.”</p>\";s: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, 03 Oct 2017 23:04:06 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:26;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Regenerate Thumbnails Plugin Passes 5 Million Downloads, Rewrite in the Works\";s: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:29:\"https://wptavern.com/?p=74186\";s: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:97:\"https://wptavern.com/regenerate-thumbnails-plugin-passes-5-million-downloads-rewrite-in-the-works\";s: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:4603:\"<p><a href=\"https://wordpress.org/plugins/regenerate-thumbnails/\" rel=\"noopener\" target=\"_blank\">Regenerate Thumbnails</a>, written by prolific plugin developer <a href=\"https://alex.blog/\" rel=\"noopener\" target=\"_blank\">Alex Mills</a>, has passed 5 million downloads. The plugin was first released nearly a decade ago in August 2008 during the days of WordPress 2.6. Regenerate Thumbnails is used to retroactively generate new thumbnail sizes for past uploads. It has become an indispensable utility over the years, helping millions of users successfully transition between WordPress themes that have different featured image sizes.</p>\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/regenerate-thumbnails-v-1.png?ssl=1\"><img /></a>Regenerate Thumbnails version 1.0.0\n<p>“I was freelancing at the time and according to an ancient post on my blog, I apparently wrote it as a client needed the functionality,” Mills said. “I don’t remember that though and I certainly never figured it’d be installed and activated on over a million sites like it is today!”</p>\n<p>Regenerate Thumbnails is downloaded thousands of times every day, and, fortunately, it is the type of plugin that doesn’t generate too many support issues. Mills said he is thankful for the many volunteers on the WordPress.org support forums who have also helped manage the load. Despite the continued and widespread use of the plugin, Mills has never considered cashing in on it.</p>\n<p>“I’d never monetize any of my plugins,” he said. “I write them for fun not profit. It would be a conflict of interest anyway due to my employment at Automattic.”</p>\n<p>Regenerate Thumbnails is a fairly straightforward plugin that rarely requires updating, but this year Mills said he has tried to give it a lot more love and will soon be releasing a complete rewrite.</p>\n<p>“The rewrite is currently taking place on <a href=\"https://github.com/Viper007Bond/regenerate-thumbnails\" rel=\"noopener\" target=\"_blank\">GitHub</a> and is a complete rethink of the plugin, both in terms of the interface and underlying technologies,” Mills said. “The interface is powered by Vue.js, which I’m learning and using for the first time, and the WordPress REST API. I also have a full suite of unit tests for PHPUnit to verify that the plugin code is working as intended, both now and into the future. Those have been incredibly useful while writing the plugin and I highly recommend other plugin authors make use of them too. <a href=\"https://make.wordpress.org/cli/handbook/plugin-unit-tests/\" rel=\"noopener\" target=\"_blank\">WP-CLI makes it very easy to set up</a>.”</p>\n<p>After nine years of supporting Regenerate Thumbnails, and many other plugins, Mills said he doesn’t consider himself the best example when it comes to maintaining plugins. His advice to other developers is “try to make sure to write your plugins to be future-proof.”</p>\n<p>“Outside of some updates last month, the last real changes to the plugin were made in 2012!” Mills said. “I wrote the plugin well the first time around and it’s just worked mostly fine ever since because it uses built-in WordPress code to do the work.”</p>\n<p>This is the reason why Regenerate Thumbnails has already blazed past its major milestone at 5,762,713 downloads and is well on its way to 6 million before the end of the year. Users still find the plugin to work as reliably as it did in 2008.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Have loved this plugin for years, just used it to relaunch a website with 50000 images and 30 image sizes.</p>\n<p>— Scott Fennell (@scottfennell123) <a href=\"https://twitter.com/scottfennell123/status/896933624657756160?ref_src=twsrc%5Etfw\">August 14, 2017</a></p></blockquote>\n<p></p>\n<p>Mills said that making a plugin future proof is key if you write code all day for a living and then find it difficult to write more in the evenings and weekends for WordPress.org plugins. However, due to his current illness, he hasn’t worked in nearly a year since October 2016.</p>\n<p>“While I’m still battling the leukemia, I’m at least feeling better than I was at the beginning of the year so I’ve gotten the itch to code again,” Mills said. “Working on personal projects such as Regenerate Thumbnails has been a good way to brush off my coding skills in anticipation of returning to work. Plus it’s just fun to code again!”</p>\";s: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, 02 Oct 2017 21:53: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:27;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: New WP-CLI Project Aims to Extend Checksum Verification to Plugins and Themes\";s: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:29:\"https://wptavern.com/?p=75100\";s: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:98:\"https://wptavern.com/new-wp-cli-project-aims-to-extend-checksum-verification-to-plugins-and-themes\";s: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:3908:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/05/wp-cli-logo.png?ssl=1\"><img /></a></p>\n<p>The WP-CLI team is initiating a new project that <a href=\"https://make.wordpress.org/cli/2017/09/26/wordpress-plugin-and-theme-checksums-project-announcement/\" rel=\"noopener\" target=\"_blank\">aims to bring checksum verification to plugins and themes</a>. Checksums are a method of verifying the integrity of files. Three years ago, WP-CLI added the capability of verifying WordPress core checksums using the MD5 algorithm. This is a useful security feature that allows developers to easily see if any files have been modified or compromised.</p>\n<p>The core checksums are handled via WordPress’ official API (https://api.wordpress.org/core/checksums/) and WP-CLI contributors are planning to extend this infrastructure to plugins and themes hosted on WordPress.org.</p>\n<p>“Having this kind of functionality for plugins and themes as well would be a huge security benefit,” WP-CLI co-maintainer Alain Schlesser said. “It would allow you to check the file integrity of an entire site, possibly in an automated fashion. However, there is no centralized way of retrieving the file checksums for plugins or themes yet, and the alternative of downloading the plugins and themes from the official servers first just to check against them is wasteful in terms of resources and bandwidth.”</p>\n<p>Contributors are currently exploring different options for implementation in a <a href=\"https://github.com/wp-cli/ideas/issues/6\" rel=\"noopener\" target=\"_blank\">discussion on GitHub</a>, inspired by an existing <a href=\"https://github.com/eriktorsner/wp-checksum\" rel=\"noopener\" target=\"_blank\">wp-checksum project</a> by Erik Torsner.</p>\n<p>“The simplest possible infrastructure to go with would be flat files (no database),” WP-CLI maintainer Daniel Bachhuber said. “I’ve chatted with the corresponding WordPress.org folks about hosting. If our middleware application can generate flat files served by some API, then it will be fine to sync those flat files to a WordPress.org server (with rsync or similar).”</p>\n<p>The team is considering building the API under a separate URL for testing and iteration and then incorporating it back into WordPress.org’s infrastructure once it is ready. However, the sheer size of the SVN checkouts and the CPU required to sync the files makes it an interesting challenge. DreamHost has volunteered a server for the team to run its checksum generator on while the infrastructure is being developed.</p>\n<p>Torsner’s WP-CLI subcommand to verify checksums for themes and plugins currently only works with those hosted on WordPress.org, but he is also experimenting with mechanisms for getting checksums from some commercial vendors, including Gravity Forms and Easy Digital Downloads. He said he hopes the project would be capable of keeping these capabilities for commercial plugins after it is incorporated back into WordPress.org.</p>\n<p>The Plugin and Themes Checksums project is currently in the initiation stage and will have an official kickofff during the next WP-CLI meeting on <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?iso=20171003T1600\" rel=\"noopener\" target=\"_blank\">Tuesday, October 3, 2017, at 11:00 AM CDT</a>. Anyone who would like to volunteer is encouraged to attend, especially those with an interest in security, systems administration, and the technology required to get this project off the ground.</p>\n<p>“This project will have a huge impact on the perceived and effective security of WordPress installations,” Schlesser said. “It can greatly reduce the amount of malware-infested sites plaguing the internet, and through the substantial market share of WordPress, improve the general browsing experience for all net citizens.”</p>\";s: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, 02 Oct 2017 18:37: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:28;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Dev Blog: The Month in WordPress: September 2017\";s: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:34:\"https://wordpress.org/news/?p=4920\";s: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:\"https://wordpress.org/news/2017/10/the-month-in-wordpress-september-2017/\";s: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:5633:\"<p>This has been an interesting month for WordPress, as a bold move on the JavaScript front brought the WordPress project to the forefront of many discussions across the development world. There have also been some intriguing changes in the WordCamp program, so read on to learn more about the WordPress community during the month of September.</p>\n<hr />\n<h2>JavaScript Frameworks in WordPress</h2>\n<p>Early in the month, <a href=\"https://ma.tt/2017/09/on-react-and-wordpress/\">Matt Mullenweg announced</a> that WordPress will be switching away from React as the JavaScript library WordPress Core might use — this was in response to Facebook’s decision to keep a controversial patent clause in the library’s license, making many WordPress users uncomfortable.</p>\n<p>A few days later, <a href=\"https://ma.tt/2017/09/facebook-dropping-patent-clause/\">Facebook reverted the decision</a>, making React a viable option for WordPress once more. Still, the WordPress Core team is exploring a move <a href=\"https://github.com/WordPress/gutenberg/pull/2463\">to make WordPress framework-agnostic</a>, so that the framework being used could be replaced by any other framework without affecting the rest of the project.</p>\n<p>This is a bold move that will ultimately make WordPress core a lot more flexible, and will also protect it from potential license changes in the future.</p>\n<p>You can get involved in the JavaScript discussion by joining the #core-js channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and following the <a href=\"https://make.wordpress.org/core/\">WordPress Core development blog</a>.</p>\n<h2>Community Initiative to Make WordCamps More Accessible</h2>\n<p>A WordPress community member, Ines van Essen, started a new nonprofit initiative to offer financial assistance to community members to attend WordCamps. <a href=\"https://donatewc.org/\">DonateWC</a> launched with a crowdsourced funding campaign to cover the costs of getting things up and running.</p>\n<p>Now that she’s raised the initial funds, Ines plans to set up a nonprofit organization and use donations from sponsors to help people all over the world attend and speak at WordCamps.</p>\n<p>If you would like to support the initiative, you can do so by <a href=\"https://donatewc.org/make-a-donation/\">donating through their website</a>.</p>\n<h2>The WordCamp Incubator Program Returns</h2>\n<p>Following the success of <a href=\"https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/\">the first WordCamp Incubator Program</a>, the Community Team is <a href=\"https://make.wordpress.org/community/2017/09/27/wordcamp-incubator-program-v2-new-role-name/\">bringing the program back</a> to assist more underserved cities in kick-starting their WordPress communities.</p>\n<p>The program’s first phase aims to find community members who will volunteer to mentor, assist, and work alongside local leaders in the incubator communities — this is a time-intensive volunteer role that would need to be filled by experienced WordCamp organizers.</p>\n<p>If you would like to be a part of this valuable initiative, join the #community-team channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and follow the <a href=\"https://make.wordpress.org/community/\">Community Team blog</a> for updates.</p>\n<h2>WordPress 4.8.2 Security Release</h2>\n<p>On September 19, <a href=\"https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/\">WordPress 4.8.2 was released to the world</a> — this was a security release that fixed nine issues in WordPress Core, making the platform more stable and secure for everyone.</p>\n<p>To get involved in building WordPress Core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<hr />\n<h2>Further Reading:</h2>\n<ul>\n<li>The WordPress Meetup program hit a significant milestone this month — there are now 500 meetup groups in <a href=\"https://www.meetup.com/pro/wordpress/\">the official chapter program</a>.</li>\n<li>The SWFUpload library <a href=\"https://make.wordpress.org/core/2017/09/07/removing-swfupload/\">will be removed from WordPress Core</a> in version 4.9, scheduled for release in mid-November.</li>\n<li>Matías Ventura put together some useful videos on <a href=\"https://make.wordpress.org/core/2017/08/31/gutenberg-themes/\">how theme developers can integrate Gutenberg into their work</a>.</li>\n<li><a href=\"http://applyfilters.fm/\"><i>Apply Filters</i></a>, the popular WordPress development podcast, will go on hiatus after the upcoming 83rd episode.</li>\n<li>The WordPress Plugin Directory <a href=\"https://make.wordpress.org/plugins/2017/09/04/plugin-support-reps/\">has added the ability</a> for plugin owners to assign plugin support representatives.</li>\n<li>After a couple of slower development weeks, <a href=\"https://make.wordpress.org/core/2017/09/27/whats-new-in-gutenberg-1-2-1/\">Gutenberg v1.2 is out</a> and it’s looking better than ever.</li>\n<li>The third <a href=\"https://wordpress.org/news/2017/09/global-wordpress-translation-day-3/\">Global WordPress Translation Day</a> took place this past weekend — keep an eye on <a href=\"https://make.wordpress.org/polyglots/\">the Polyglots team blog</a> for updates.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\";s: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, 02 Oct 2017 08:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";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:29;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Gutenberg 1.2 Adds Postmeta Support and Extended Settings Placeholder\";s: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:29:\"https://wptavern.com/?p=75199\";s: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:90:\"https://wptavern.com/gutenberg-1-2-adds-postmeta-support-and-extended-settings-placeholder\";s: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:5590:\"<p>WordPress contributors have not yet made a final decision on the JavaScript framework to adopt for core, but Gutenberg development continues on with <a href=\"https://make.wordpress.org/core/2017/09/27/whats-new-in-gutenberg-1-2-1/\" rel=\"noopener\" target=\"_blank\">version 1.2</a> released this week.</p>\n<p>The update provides a better experience <a href=\"https://github.com/WordPress/gutenberg/pull/2708\" rel=\"noopener\" target=\"_blank\">resolving block conflicts</a> when switching between the “classic editor” and Gutenberg. Previously, if a user had created some paragraph blocks in Gutenberg but switched to the classic editor, the tags would get stripped out, making those blocks invalid when moving back to Gutenberg. Version 1.2 merges a pull request that detects whether the post contains blocks and then disables the wpautop behavior in the classic editor to prevent it from stripping the tags.</p>\n<p>This release also offers initial <a href=\"https://github.com/WordPress/gutenberg/pull/2740\" rel=\"noopener\" target=\"_blank\">support for postmeta</a> in block attributes. Gutenberg contributor Gary Pendergast tweeted <a href=\"https://gist.github.com/pento/19b35d621709042fc899e394a9387a54\" rel=\"noopener\" target=\"_blank\">an example plugin</a> for those who want to experiment with it.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Just between us, the new Gutenberg 1.2 release includes the first version of postmeta support! If you want to start experimenting with it, here\'s a sample plugin to get you going. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /><a href=\"https://t.co/O1GbKZ3xzt\">https://t.co/O1GbKZ3xzt</a></p>\n<p>— Gary (@GaryPendergast) <a href=\"https://twitter.com/GaryPendergast/status/913623415549976577?ref_src=twsrc%5Etfw\">September 29, 2017</a></p></blockquote>\n<p></p>\n<p>Another new item you’ll notice in version 1.2 is the addition of word and block counts to the table of contents. The value of knowing how many blocks are in play on the page or how many headings have been used is not immediately evident. It strikes me as a rather large and obtrusive display of non-essential information, which for some reason has been given priority placement at the top of the editor.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-29-at-10.36.02-PM.png?ssl=1\"><img /></a></p>\n<p>Gutenberg is getting ready to support metaboxes and this release adds a placeholder for the proposed Extended Settings panel. The <a href=\"https://github.com/WordPress/gutenberg/pull/2800\" rel=\"noopener\" target=\"_blank\">metabox placeholder shell</a> currently sits beneath the content with a “coming soon” message.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-29-at-10.56.48-PM.png?ssl=1\"><img /></a></p>\n<p>Developer Ross Wintle <a href=\"https://github.com/WordPress/gutenberg/pull/2800#issuecomment-332573684\" rel=\"noopener\" target=\"_blank\">commented</a> on the pull request with a few concerns about the naming and placement of this panel with notes on how it might impact interfaces that have required meta fields:</p>\n<blockquote><p>\na) Meta boxes currently have several places that they can live: in the sidebar, below post content with different priorities and contexts<br />\nb) I also have cases where I’ve improved the editing experience for my users by having meta boxes above or below the title because this fits with their content editing flow.<br />\nc) I really don’t like the “Extended settings” title. For some editing workflows the information in meta boxes is actually critical, core content/settings, not something optional/added-on/extended. Is this editable? Can developers add additional sections of their own like this?</p></blockquote>\n<p>Gutenberg engineer Riad Benguella acknowledged these concerns as legitimate and said the team is still exploring different options for the panel.</p>\n<p>“For the first iteration, we’ll probably keep the collapsed state but have multiple areas,” Benguella said. “There are some good design proposals dropping the expanding area (for the content area) and replacing them with “separators,” which might be <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-312804592\" rel=\"noopener\" target=\"_blank\">good as a v2</a>.”</p>\n<p>It may have seemed like Gutenberg development has been on hold due to the delayed JavaScript framework decision, but development is still ongoing. It slowed over the past couple weeks while most of the project’s chief contributors were attending the Automattic GM.</p>\n<p>“The framework decision doesn’t affect most Gutenberg development work – because the framework is hidden behind a compatibility layer, the majority of development work (at least, the work that touches the UI) can talk to the compatibility layer,” contributor Gary Pendergast said.</p>\n<p>“There are also large areas of code that don’t need the framework at all. For example, adding <a href=\"https://github.com/WordPress/gutenberg/pull/2740\" rel=\"noopener\" target=\"_blank\">postmeta support</a> was just about writing the glue between the Block API and the REST API.”</p>\n<p>Pendergast said that even once a JavaScript framework decision is made, Gutenberg will only require one or two developers to work on the necessary changes, but all other contributors will be able to continue on without any issues.</p>\";s: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, 30 Sep 2017 04:21: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:30;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"WPTavern: DigitalOcean Partners with GitHub to Support Open Source Projects during Hacktoberfest October 1–31\";s: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:29:\"https://wptavern.com/?p=75163\";s: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:120:\"https://wptavern.com/digitalocean-partners-with-github-to-support-open-source-projects-during-hacktoberfest-october-1-31\";s: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:2705:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-29-at-12.29.22-PM.png?ssl=1\"><img /></a></p>\n<p>DigitalOcean is organizing its fourth annual <a href=\"https://hacktoberfest.digitalocean.com\" rel=\"noopener\" target=\"_blank\">Hacktoberfest</a> in partnership with GitHub. The event was created to support open source projects and participants can earn a free t-shirt by contributing four pull requests during the month of October.</p>\n<p>More than 29,000 people signed up for <a href=\"https://blog.digitalocean.com/open-source-at-its-hacktoberbest/\" rel=\"noopener\" target=\"_blank\">Hacktoberfest 2016</a> from 114 countries and 10,227 people completed the challenge. The event tracked a record-breaking 92,569 total PRs opened, up from 49,000 the previous year. Participants contributed to more than 29,000 repositories, spurring progress on thousands of open source projects and making maintainers very busing during the month of October.</p>\n<p>In preparation for the event, maintainers can add the “Hacktoberfest” label to issues in their GitHub projects that would be suitable for new contributors to work on. Participants can <a href=\"https://github.com/search?q=label:hacktoberfest+state:open+type:issue\" rel=\"noopener\" target=\"_blank\">browse all the “Hacktoberfest” issues</a> if they need some inspiration to get started.</p>\n<p>Both <a href=\"https://github.com/woocommerce/woocommerce/issues?q=is%3Aissue%20is%3Aopen%20label%3AHacktoberfest\" rel=\"noopener\" target=\"_blank\">WooCommerce</a> and <a href=\"https://github.com/WordPress/gutenberg/labels/Hacktoberfest\" rel=\"noopener\" target=\"_blank\">Gutenberg</a> plugin maintainers have already started applying the “Hacktoberfest” label to issues to help WordPress developers find a good entry point for contributing.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-29-at-12.19.21-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://hacktoberfest.digitalocean.com/\" rel=\"noopener\" target=\"_blank\">Hacktoberfest</a> begins Sunday, October 1, but participants can sign up anytime between October 1 and October 31. All participants will receive limited-edition Hactoberfest stickers, even if you don’t complete the four pull requests. Those who complete the challenge before October 31st will be eligible to receive a shirt. Pull requests can be made in any public GitHub-hosted repository and are not limited to those with the Hacktoberfest label.</p>\n<p>Please leave a comment on this post if you have a WordPress-related plugin, theme, or project that has a few designated Hacktoberfest issues for new contributors.</p>\n<p></p>\";s: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, 29 Sep 2017 18:16:08 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:31;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: A Very Brief Introduction to Version Control and Git\";s: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:29:\"https://wptavern.com/?p=75177\";s: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:\"https://wptavern.com/a-very-brief-introduction-to-version-control-and-git\";s: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:3819:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg?ssl=1\"><img /></a>This post was contributed by guest author <a href=\"http://petersuhm.com/\" target=\"_blank\">Peter Suhm</a>. Peter is a web developer from the Land of the Danes. He is the creator of <a href=\"https://wptavern.com/wp-pusher-aims-to-provide-pain-free-deployment-of-wordpress-themes-and-plugins-from-github\" target=\"_blank\">WP Pusher</a> and a huge travel addict, bringing his work along with him as he goes.<br />\n </p>\n<hr />\n<p>Have you ever done this?</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/file-versions.png?ssl=1\"><img /></a></p>\n<p>Most of us have.</p>\n<p>Do you know what the technical term for it is? <em>Version control</em>. Your own, homemade, delicious implementation of version control!</p>\n<p>Okay, how about this?</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/commented-code.png?ssl=1\"><img /></a></p>\n<p>Version control right there!</p>\n<p>What I’m trying to show with these two examples is that all developers use some sort of version control. Some use Ctrl-z to roll back to a previous version, some use a zipped backup in a Dropbox folder and some use a dedicated version control system (VCS), such as Git. All the things we are trying to accomplish by backing up our files, commenting out old code and stashing it away in another “final-FINAL” zipball has been taken care of already. All we need to do is to embrace these VCS tools that we have available in our tool belt.</p>\n<p>Git is not complicated to use. It might seem difficult and overwhelming but in your day to day life you will probably use a maximum of 3-4 different commands. Learning how to use 3-4 commands to properly have version control of every single change ever made to your code base is a great deal compared to the “final-FINAL” approach.</p>\n<p>Here’s what version control looks like:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/version-control-intro.png?ssl=1\"><img /></a></p>\n<p>This is a screenshot of the <a href=\"https://github.com/WordPress/WordPress\" rel=\"noopener\" target=\"_blank\">WordPress Git mirror on GitHub</a>. Every time a change is made to the code base, it is recorded with Git and there is no need to copy the whole code base, throwing it into another folder, zipping it and naming it “final-FINAL-F-I-N-A-L”. If you dive into the WordPress code base on GitHub, you can find <a href=\"https://github.com/WordPress/WordPress/commit/23f1a9d2a4e9b484290f130e6c80e38e7fdcd453\" rel=\"noopener\" target=\"_blank\">commits dating back to 2003</a>, made by “someone” named saxmatt!</p>\n<p>Let’s dive into one of these commits, as they are called in Git:</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/commit.png?ssl=1\"><img /></a></p>\n<p>This is the diff (Git jargon for difference between 2 commits) for the “class-wp-widget-text.php” file. The red line is being replaced with the green line below it. No need to comment it out to save it for eternity, like in that other example. Git will do that for us and we can forever and always refer back to this commit to see what was replaced and with what.</p>\n<p>Of course, the full WordPress code base is a large project with many collaborators. However, no project is too small to benefit from Git. Once you master those 3-4 commands, using Git in your day-to-day developer life becomes second nature, just like hitting Ctrl-s. It might not be obvious right now, but when you pull out an old project months or years later, having version control helps you catch up and gives you the confidence to change things without fearing disaster.</p>\n<p>So I challenge you to learn Git! Not necessarily deeply, just a little bit.</p>\";s: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, 28 Sep 2017 22:31:59 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:32;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: WordCamp Incubator Program Gears Up for Round 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75159\";s: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:\"https://wptavern.com/wordcamp-incubator-program-gears-up-for-round-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2791:\"<p>Last year the WordPress Community Team launched an experimental <a href=\"https://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\" rel=\"noopener\" target=\"_blank\">WordCamp Incubator program</a> to bring WordCamps to new cities where meetups had not been very well established. After receiving 182 applications, organizers narrowed the selections to three cities with the most potential to foster an emerging WordPress community. Successful WordCamps were held in Denpasar, Harare, and Medellín. Six additional communities that applied to the program ended up organizing WordCamps as well with the help of community mentors.</p>\n<p>This week Andrea Middleton announced that the Community Team will be pursuing <a href=\"https://make.wordpress.org/community/2017/09/27/wordcamp-incubator-program-v2-new-role-name/\" rel=\"noopener\" target=\"_blank\">round two of the WordCamp Incubator program</a>. Given the rapid growth of the global WordPress community, Middleton said the greatest challenge to getting the program running again is finding people who can oversee the new WordCamps. The full-time sponsored volunteer staff from the previous year is already fully committed for 2018.</p>\n<p>“This is a time-intensive volunteer role,” Middleton said. “We estimate that lead organizers spend about 170 hours on a WordCamp, and I figure that the folks working to support the growth of an Incubator event need to dedicate about 200-250 hours over the planning cycle. The job is that of co-organizer, mentor, and ambassador — since it’s probable that no one you’re working with has ever actually attended a WordCamp.”</p>\n<p>Experience having organized WordCamps is a prerequisite for taking on the community advisor role. Middleton also emphasized the importance of sensitivity and experience collaborating with people from other cultures. She estimates the volunteer role is likely to require 25 hours per month. As this is almost a part-time job, the Community Team is looking at the possibility of having interested volunteers pitch their companies to sponsor some of their hours to work on the incubator program. They are also considering creating a team of incubator advisors to work together assisting multiple communities.</p>\n<p>The team is aiming to decide on a name for the advisor role and come up with a plan for recruiting volunteers by October 6. This will be followed by a call for communities that would like to be considered for the program and host their first WordCamp in 2018. Anyone interested in volunteering can jump in on the discussion on the <a href=\"https://make.wordpress.org/community/2017/09/27/wordcamp-incubator-program-v2-new-role-name/\" rel=\"noopener\" target=\"_blank\">make.wordpress.org/community</a> blog.</p>\";s: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, 28 Sep 2017 21:26: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:33;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: WPWeekly Episode 289 – Where Did WordPress’ Ease of Use Go?\";s: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:58:\"https://wptavern.com?p=75134&preview=true&preview_id=75134\";s: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:76:\"https://wptavern.com/wpweekly-episode-289-where-did-wordpress-ease-of-use-go\";s: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:3091:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"http://scottbolinger.com/\">Scott Bolinger</a>. Bolinger recently attended a Content and Commerce Summit where WordPress and WooCommerce were not mentioned. Bolinger <a href=\"http://scottbolinger.com/perspective-on-wordpress/\">shared the perspective</a> he gained from an attending the event and speaking with a friend who uses Shopify.</p>\n<p>We discuss what happened to WordPress’ ease of use, which user segment the project is developed for, and how can it provide an end-to-end user experience that’s on par with SaaS offerings like SquareSpace or Wix. We also talk about the challenges associated with setting up a WordPress site after the installation process. Last but not least, we discuss why some people are not recommending WordPress to friends or family anymore.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/donatewc-reaches-fundraising-goal\">DonateWC Reaches Fundraising Goal</a><br />\n<a href=\"https://wptavern.com/wordcamp-for-publishers-videos-now-available-on-youtube\">WordCamp for Publishers Videos Now Available on YouTube</a><br />\n<a href=\"https://wptavern.com/apply-filters-podcast-to-be-retired-after-83-episodes\">Apply Filters Podcast to be Retired after 83 Episodes</a><br />\n<a href=\"https://wptavern.com/facebook-to-re-license-react-after-backlash-from-open-source-community\">Facebook to Re-license React after Backlash from Open Source Community</a><br />\n<a href=\"https://wptavern.com/wordpress-explores-a-javascript-framework-agnostic-approach-to-building-gutenberg-blocks\">WordPress Explores a JavaScript Framework-Agnostic Approach to Building Gutenberg Blocks</a><br />\n<a href=\"https://wptavern.com/si-captcha-anti-spam-plugin-permanently-removed-from-wordpress-og-due-to-spam-code\">SI CAPTCHA Anti-Spam Plugin Permanently Removed from WordPress.org Due to Spam Code</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://make.wordpress.org/plugins/2016/02/12/on-the-topic-of-selling-your-plugins/\">Otto shares tips and advice on selling plugins</a>.</p>\n<p><a href=\"https://en.wikipedia.org/wiki/Metroid:_Samus_Returns\">Metroid: Samus Returns</a> and Nintendo 3DS.</p>\n<p><a href=\"http://amyciavolino.com/assets/MindfulCommunicationInCodeReviews.pdf\">Mindful Communication in Code Reviews by Amy Ciavolino</a>.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 4th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #289:</strong><br />\n</p>\";s: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, 27 Sep 2017 22:37: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:34;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: WordPress.com Adds Google Photos Integration, Available Now for Jetpack-Enabled 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75084\";s: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:\"https://wptavern.com/wordpress-com-adds-google-photos-integration-available-now-for-jetpack-enabled-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3566:\"<p>WordPress.com now supports <a href=\"https://en.blog.wordpress.com/2017/09/26/upload-once-blog-anywhere-photos-from-google/\" rel=\"noopener\" target=\"_blank\">seamless integration between Google Photos and the WordPress media library</a>. Users can connect their Google accounts to have access to their photos when inserting an image.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-27-at-3.39.22-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.google.com/photos/\" rel=\"noopener\" target=\"_blank\">Google Photos</a> has gained popularity due to its automatic tagless organization and free, unlimited backup for photos and videos up to 16MP and 1080p HD. In May 2017, the service reported <a href=\"https://www.blog.google/products/photos/google-photos-500-million-new-sharing/\" rel=\"noopener\" target=\"_blank\">500 million monthly users</a> backing up more than 1.2 billion photos and videos per day.</p>\n<p>When inserting pictures on WordPress.com, users can also take advantage of Google’s smart image searching capabilities. The service is fairly good at recognizing what is in your images and where they were taken, even if you haven’t specifically categorized them or added descriptions.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-27-at-3.46.51-PM.png?ssl=1\"><img /></a></p>\n<p>The new Google Photos integration is also available for Jetpack-enabled sites when posting via the WordPress.com interface. (It is not available in wp-admin of self-hosted sites.) Unfortunately, this experience is still rather buggy. After adding photos, WordPress.com didn’t seem to be able to save drafts and it was also unable to display the most recent photos from the past week.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-27-at-1.44.52-PM-e1506544898526.png?ssl=1\"><img /></a></p>\n<p>Users should also note that when you authenticate with Google Photos, it will open access to the photos from every single site that you have connected to that particular WordPress.com account. This access is, however, is limited to the specific user who connected. Multiple users on a site will each need to authenticate separately and can connect their own Google accounts. The users do not have access to each other’s photos. It’s also easy to revoke access at <a href=\"https://wordpress.com/sharing/\" rel=\"noopener\" target=\"_blank\">wordpress.com/sharing</a>.</p>\n<p>The new Google Photos feature has been very well received by WordPress.com users, as it saves them the trouble of downloading images from the service and then uploading to their media libraries. It’s not quite as convenient for Jetpack-enabled sites, because it adds additional steps to the publishing process.</p>\n<p>“Excellent feature, but will it be available directly from self-hosted sites without using WordPress.com?” one user asked. “This cuts out so many steps in our publishing workflow, but then adds several more if we then need to login to WordPress.com to do this. Our admin setup is complex, so switching to editing here isn’t an option. I have multiple contributors who write directly and this would be a game changer if they could directly upload their images from their account.”</p>\n<p>A WordPress.com representative confirmed that there are currently no plans to support a standalone version in Jetpack. They are, however, looking at supporting other services, such as Flickr, in the future.</p>\";s: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, 27 Sep 2017 22:17:02 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:35;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: Camp Press – A Detox from Digital Life\";s: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:29:\"https://wptavern.com/?p=75139\";s: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:\"https://wptavern.com/camp-press-a-detox-from-digital-life\";s: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:3381:\"<p>The following is a guest post by Brad Williams who shares his experience at <a href=\"https://camp.press/\">Camp Press</a> this past weekend. Brad is the Co-Founder and CEO of the website design and development agency <a href=\"https://webdevstudios.com\">WebDevStudios</a>.</p>\n<p>He is also a co-author of the Professional WordPress book series. Brad is a US Marine Corps veteran and has been developing websites for over 20 years, including the last 10 where he has focused on open-source technologies like WordPress.</p>\n<hr />\n<img />Brad Williams at Camp Press\n<p>I’ve been to a number of WordCamps and tech-related events over the years. They all follow a similar pattern of speakers, panels, sponsors, after-parties, etc. We’ve all been to these types of events and generally know what to expect; so when <a href=\"https://twitter.com/ifyouwillit?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Mendel Kurland</a> pitched the idea of <a href=\"https://camp.press/\">Camp Press</a> to me as ‘geeks camping,’ I was intrigued.</p>\n<p>I went to Camp Press with no idea of what to expect. I honestly have never felt less prepared for an event as I did for this one. I like to plan. So, going to an event where I wasn’t 100% sure how it would work had me feeling nervous. What I soon realized is that I liked being pushed out of my ‘safety bubble.’</p>\n<p>The Camp Press location was absolutely amazing and truly helped make the event special. We stayed at a large summer camp style setup, about an hour outside of Oklahoma City called Fry Lake. If you aren’t familiar with Oklahoma, just imagine driving an hour from a large city to the middle of nowhere. Perfect.</p>\n<p>Fry Lake had cabins, shower and bathroom facilities, an amazing swimming lake with diving boards, and a full cafeteria kitchen. We were literally back at the type of summer camp we experienced as kids, and we immediately knew it.</p>\n<img />Camp Press Fire\n<p>As we learned more about each other, we quickly became more comfortable as a group. We shared stories, laughed, cooked, and debated topics from tech to TV shows. We discussed very personal struggles and experiences, some of which I would guess haven’t been shared outside of close family. We sang songs around the campfire, performed late-night improv, made s’mores, and enjoyed each other’s company.</p>\n<p>Even more amazing is that nothing was scripted. There was no agenda, set activities, presentations. It was just natural interaction. Over the course of a few days, we all grew closer to each other. There was an unspoken bond forming between everyone at Camp Press.</p>\n<p>I didn’t know what to expect going to <a href=\"https://camp.press/\">Camp Press</a>. What I promptly learned is that was the entire point of the event—doing the unexpected, pushing yourself outside of your comfort zone, making new friends, having fun and serious conversations, and doing all of this without the normal technology that is always around us.</p>\n<p>When is the last time you had a detox from digital life? My detox was last weekend, and I can’t wait to do it again!</p>\n<img />Camp Press Attendees\n<p>For more insight into Camp Press and to get Mendel’s perspective, check out the event’s <a href=\"https://camp.press/general/inaugural-camp-press-2017-huge-success/\">official blog post</a>.</p>\";s: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, 27 Sep 2017 22:12: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:36;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Dev Blog: Global WordPress Translation Day 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4915\";s: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:70:\"https://wordpress.org/news/2017/09/global-wordpress-translation-day-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3298:\"<p><span>On September 30 2017, the WordPress Polyglots Team – whose mission is to translate WordPress into as many languages as possible – will hold its third <a href=\"https://wptranslationday.org/\">Global WordPress Translation Day</a>, a 24-hour, round-the-clock, digital and physical global marathon dedicated to the localisation and internationalisation of the WordPress platform and ecosystem, a structure that powers, today, over 28% of all existing websites.</span></p>\n<p><span>The localisation process allows for WordPress and for all WordPress-related products (themes and plugins) to be available in local languages, so to improve their accessibility and usage and to allow as many people as possible to take advantage of the free platform and services available.</span></p>\n<p><span>In a (not completely) serendipitous coincidence, September 30 has also been declared by the United Nations “International Translation Day”, to pay homage to the great services of translators everywhere, one that allows communication and exchange.</span></p>\n<p><span>The event will feature a series of multi-language live speeches (training sessions, tutorials, case histories, etc.) that will be screen-casted in streaming, starting from Australia and the Far East and ending in the Western parts of the United States.</span></p>\n<p><span>In that same 24-hour time frame, Polyglots worldwide will gather physically in local events, for dedicated training and translations sprints (and for some fun and socializing as well), while those unable to physically join their teams will do so remotely.</span></p>\n<p><span>A big, fun, useful and enlightening party and a lovely mix of growing, giving, learning and teaching, to empower, and cultivate, and shine.</span></p>\n<p><span>Here are some stats about the first two events:</span></p>\n<p><b>Global WordPress Translation Day 1</b></p>\n<ul>\n<li><span> </span><span>448 translators worldwide</span></li>\n<li><span> </span><span>50 local events worldwide</span></li>\n<li><span> </span><span>54 locales involved</span></li>\n<li><span> </span><span>40350 strings translated, in</span></li>\n<li><span> </span><span>597 projects</span></li>\n</ul>\n<p><b>Global WordPress Translation Day 2</b></p>\n<ul>\n<li><span> </span><span>780 translators worldwide</span></li>\n<li><span> </span><span>67 local events worldwide</span></li>\n<li><span> </span><span>133 locales involved</span></li>\n<li><span> </span><span>60426 strings translated, in</span></li>\n<li><span> </span><span>590 projects</span></li>\n</ul>\n<p><span>We would like your help in spreading this news and in reaching out to all four corners of the world to make the third #WPTranslationDay a truly amazing one and to help celebrate the unique and fundamental role that translators have in the Community but also in all aspects of life.</span></p>\n<p><span>A full press release is available, along with more information and visual assets at </span><a href=\"https://wptranslationday.org/press/\"><span>wptranslationday.org/press</span></a>.</p>\n<p><span>For any additional information please don’t hesitate to contact the event team on </span><a href=\"mailto:press@wptranslationday.org\"><span>press@wptranslationday.org</span></a><span>.</span></p>\";s: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, 27 Sep 2017 11:56:59 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";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:37;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"HeroPress: Challenge Gladly Accepted\";s: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:56:\"https://heropress.com/?post_type=heropress-essays&p=2129\";s: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:124:\"https://heropress.com/essays/challenge-gladly-accepted/#utm_source=rss&utm_medium=rss&utm_campaign=challenge-gladly-accepted\";s: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:8986:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/09/092717-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I could never have imagined that WordPress would become an important part of my life.\" /><p>I grew up in a suburb to Stockholm, where me and my brothers would wrestle over who was allowed to use our first PC. I think it was a pre-owned old beaten Compaq Deskpro 386. We only stopped arguing once we could sit down together and play Civ; one of us at the controls, the others giving advice on what moves to make.</p>\n<h3>Dipping Into The Web</h3>\n<p>I learnt HTML and built my first pages on Geocities and out of necessity: I needed a place to publish my angsty teenage poetry. But people didn’t come to my website for the bad poetry, instead they filled my guestbook with webdesign and HTML questions.</p>\n<p>I have built websites for myself and others since the mid 90’s and kept a few clients on the side while studying. At this time, there was not a lot of computer or programming classes available for high school students. It had been easy enough to learn HTML online by reading guides, message boards and similar. During one of my final semesters, my school announced a new class called “Computers for girls”. I signed up hoping to learn enough to assemble or upgrade my own PC. The class was a joke. Instead of teaching us about motherboards, memory or networks, our teacher showed us where to put the cords…</p>\n<p>He didn’t realise that most of us already spent every recess in the computer halls, chatting over IRC. In order to learn the basics of actual programming (not just HTML), I had to take adult education evening- and summer classes since my school didn’t offer any.</p>\n<h3>Derailed</h3>\n<p>After high school I did like many others of my generation: I fell in love with someone I had only met online, who lived on the other side of the world. All to the soundtrack of Savage Garden’s “I Knew I Loved You”.</p>\n<div class=\"jetpack-video-wrapper\"></div>\n<p>It took all my savings and courage to travel back and forward between Sweden and the US, while studying from a distance.</p>\n<blockquote><p>When my boyfriend suddenly passed away in 2001 I had to make drastic changes in my life.</p></blockquote>\n<p>I was in the middle of moving, I couldn’t keep up with deadlines or deal with clients, and I was barely able to finish my project managing and programming classes. I had to forget all our plans, start over, and take a desk job instead.</p>\n<h3>Coming Back To The Web</h3>\n<p>Many years later one of my former clients asked if I had tried WordPress. It took me a few months to decide if I liked it or not, partially because I didn’t know PHP, and because I didn’t have great experiences from trying Joomla and Drupal.</p>\n<p>I did some customization work and eventually I submitted my first theme to WordPress.org. Of course my theme was a mess and did not even work as expected.</p>\n<blockquote><p>But I appreciated that someone took the time to look at my code and explain what I needed to do to fix it and where I could read more. It was very rare to receive such feedback.</p></blockquote>\n<p>I joined the Theme Review Team’s mailing list, listening in and learning. I started reviewing themes to learn more and to improve my own themes.</p>\n<p>For those who do not know what the Theme Review Team does, we test and review the code (every single file) of themes that are submitted to be included in the WordPress.org theme directory.</p>\n<h3>My Secret Power</h3>\n<p>Because I am on the autism spectrum, the structure and patterns of coding languages suits me well. I need both structure and a creative outlet in my life, and coding is therapy, much like a puzzle or a coloring book. I love my once dreaded desk job, because it gives me the opportunity to help people on a different scale than I ever could as a freelancer. Being a volunteer on WordPress.org lets me combine both worlds.</p>\n<p>I could never have imagined that WordPress would become an important part of my life, that I would spend this much time on it (sometimes up to 20 hours per week), or that I would be asked to be one of the team leads for the Theme Review Team in 2017.</p>\n<p>Today I honestly don’t know what I would do if I could no longer contribute to WordPress the way I know and am familiar with. It is an essential part of my everyday life.</p>\n<p>WordPress is also challenging because you can only do so much without interacting with others… And even though I find that difficult, I have had to learn that it is something I need as well.</p>\n<blockquote><p>I have to remind myself from time to time that here, I am allowed to be myself, with all my flaws, to contribute as much or as little as I choose, at my own pace.</p></blockquote>\n<p>And to be able to contribute and to help others, I also have to remind myself that people are not scary.</p>\n<h3>And Then WordCamp</h3>\n<p>I was a volunteer online for 6 years before I had the courage to go to my first WordCamp, which took place in my own home town. When I was finally there, I only spoke to 3 or 4 people. My second WordCamp went better, but the experience was still overwhelming.</p>\n<p>During my third WordCamp, which was WCEU 2017, I helped lead the Theme Review section of the contributor day, having to speak in front of 500 people.</p>\n<blockquote><p>The thing is, even when it overwhelms you, this community and its energy is addicting.</p></blockquote>\n<p>Everything changes once you go to your first meetup or WordCamp, meeting people who share your interest and passion. The community at large is open and welcoming, passionate, curious and caring. And it is trying to be a safe place for us all.</p>\n<h3>The Theme Review Team</h3>\n<p>There always seem to be a lot of opinions and even controversy surrounding the Theme Review Team. It is not always easy to handle the pressure and the amount of responsibility that is placed on you because so many people have a financial interest in WordPress themes. As a team lead or moderator, you often have to try to find the least bad solution to many different kind of situations.</p>\n<p>By the end of September, it is time for the current team leads to step back and welcome our next leads. I am looking forward to the break, but also to see what new ideas they will bring.<br />\nIt takes time to change a system that has been in place for this many years, and truthfully, sometimes it is painfully slow. It has proven difficult to find a system where themes without errors can be added to the directory quickly, and where reviewers can support authors who need extra help.</p>\n<p>This amazing team of volunteers has managed to reduce the queue time from 7 months down to 8-10 weeks. We still hope to be able to reduce it further, possibly by automating parts of the code review.</p>\n<p>Finally, the Theme Review Team is open to everyone and always looking for new volunteers.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Challenge Gladly Accepted\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Challenge%20Gladly%20Accepted&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fchallenge-gladly-accepted%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Challenge Gladly Accepted\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fchallenge-gladly-accepted%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fchallenge-gladly-accepted%2F&title=Challenge+Gladly+Accepted\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Challenge Gladly Accepted\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/challenge-gladly-accepted/&media=https://heropress.com/wp-content/uploads/2017/09/092717-150x150.jpg&description=Challenge Gladly Accepted\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Challenge Gladly Accepted\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/challenge-gladly-accepted/\" title=\"Challenge Gladly Accepted\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/challenge-gladly-accepted/\">Challenge Gladly Accepted</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s: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, 27 Sep 2017 00:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Carolina Nymark\";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:38;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"WPTavern: WordPress Core JavaScript Framework Selection Discussion Continues with Input from Open Source Community Leaders\";s: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:29:\"https://wptavern.com/?p=75086\";s: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:133:\"https://wptavern.com/wordpress-core-javascript-framework-selection-discussion-continues-with-input-from-open-source-community-leaders\";s: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:10632:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/javascript.jpg?ssl=1\"><img /></a></p>\n<p>WordPress’ #core-js Slack channel hosted a lively and productive meeting this morning led by Andrew Duthie. The discussion focused less on specific framework comparisons and more on the role a framework will play in building JavaScript-powered interfaces for WordPress. Contributors were joined by core developers and leaders from the React and Vue communities, Chrome engineers, and other interested parties from outside the WordPress community.</p>\n<p>“This chat will focus largely on identifying requirements in building core features, overlap with plugin and theme authors, and patterns to reducing framework lock-in,” Duthie said. “Ideally this is higher-level than simply debating the merits of specific frameworks in a vacuum, and should be seen as an opportunity to collaborate between projects to set a path forward for WordPress which will provide flexibility and resiliency to future churn.”</p>\n<p>Duthie began by asking what role a framework should play in a WordPress developer’s workflow and also asked framework contributors to offer their perspectives on recommendations for extendable interfaces. This question provided attendees with the opportunity to weigh in on topics such as <a href=\"https://github.com/WordPress/gutenberg/pull/2791\" rel=\"noopener\" target=\"_blank\">support for web components</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/2463\" rel=\"noopener\" target=\"_blank\">framework-agnostic block interoperability</a> for Gutenberg, and how this might affect WordPress’ plugin ecosystem.</p>\n<p>“I disagree a bit with the idea that whatever core (in this case Gutenberg) uses to power some of the intricacies of building a stateful app is going to be the de facto standard for plugin development,” Gutenberg engineer Matías Ventura said. “The actual framework here, in general terms, is going to be what WordPress exposes and the APIs.”</p>\n<p>With a framework-agnostic approach to building Gutenblocks, the library that core decides to build on doesn’t have to become the de facto standard for plugin developers but many outside the Gutenberg team believe that it will inevitably end up that way in practice. There are entire teams of engineers waiting on this decision that are committed to adopt whichever framework WordPress bets on.</p>\n<p>“To provide some perspective on how WP’s decision on a framework impacts developers downstream, I’m a developer at Boston University and our plan is to focus on whichever framework WP decides upon, even if Gutenberg has a completely agnostic API,” Adam Pieniazek said. “We’re primarily a WP shop (~ 1,000 site WP install powers most/a lot of our public web presence) and end up creating huge customizations on top of WP that often require diving into core to see what is actually happening in the background. I like Vue more than React personally, but if WP decides upon React, BU will focus on building expertise in React for when we need to peek/debug beyond the API. It doesn’t mean we won’t also use Vue but it won’t be our primary focus.”</p>\n<p>Pieniazek feedback echoes that of Gravity Forms co-founder Carl Hancock, who said his team is ready to adopt whatever library WordPress selects.</p>\n<p>“People are going to end up adopting whatever core uses for the most part despite the rainbows and butterflies some are claiming as it relates to creating an abstraction layer so plugin/theme developers can use whatever they want,” Hancock said in the #core-js channel earlier this week.</p>\n<p>Many participants from outside the WordPress community seemed to be in agreement with a framework-agnostic approach and none were eager to force a single framework on all developers working with WordPress. The remaining concern is how this works out practically and whether it puts developers in the confusing position of using a framework on top of a framework.</p>\n<p>“Since Gutenberg itself is going to become a platform to build for, the best level of separation is if the framework is used to build the core, but isn’t exposed as API to block builders,” AMP engineer Paul Bakaus said. “This gives one the choice to replace the underlying foundation whenever necessary.”</p>\n<p>Gutenberg engineer Riad Benguella summarized the approach the team has been discussing:</p>\n<blockquote><p>I think what we try to communicate is something like:</p>\n<p>– WordPress Core is going to use this X framework internally<br />\n – If you want to use it, we think it’s good<br />\n – If you want to use something else, you can just as easily as you’d use the Core’s chosen framework</p></blockquote>\n<p>Benguella also said that one of the goals for Gutenberg is “to set the basis for how we extend WordPress’ UI in the future.” Once it ships, the team will likely set its sights on other parts of the wp-admin and build them in the same way.</p>\n<p>“If all parts of WP’s UI can be extended via a standard interface, whether it be a simple ‘data down, events up’ API, or expecting a WC, I think this would cleanly separate the concerns of ‘what framework to use for core’ vs. ‘what framework to use for extension development,\'” Vue.js creator Evan You said.</p>\n<p>When asked for his thoughts on on React becoming a primary framework for WordPress, React maintainer Dan Abromov was hesitant to advocate for WordPress adopting the library. His response underscored the necessity of having a framework-agnostic approach for extending Gutenberg and future WP interface overhauls.</p>\n<p>“I don’t really know WordPress well, so it’s hard for me to say whether it’s a great fit for the use case or not,” Abramov said. “Generally we use React for highly interactive UIs and find that it scales well with the app size. I’m also happy to answer technical questions about it. But I think in general people have strong opinions about, for example, templating vs expressiveness, and I don’t feel like forcing React upon everyone is the best way.”</p>\n<p>“I also feel the same way,” Evan You said. “Forcing a single framework on everyone, regardless of which one, is IMO not a good idea because it is bound to alienate the group of devs who are not into that framework, and imposes a bigger long term stability risk.”</p>\n<p>Abramov also said that people are already “very bitter and divisive” about the subject of selecting a framework. He also tweeted a similar sentiment prior to the meeting.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">When I read discussion threads (e.g. about WordPress) there’s a sense that people perceive every team as hostile to others. That’s false.</p>\n<p>— Dan Abramov (@dan_abramov) <a href=\"https://twitter.com/dan_abramov/status/912645022344007682\">September 26, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Think of it like tending a garden. You’re welcome to hang out at ours. Other gardens are great too <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>— Dan Abramov (@dan_abramov) <a href=\"https://twitter.com/dan_abramov/status/912653828977254401\">September 26, 2017</a></p></blockquote>\n<p></p>\n<p>“I believe it’s important (and technically feasible) to separate ‘which framework to use for core’ and ‘which framework community devs use for extensions,\'” Evan You said.</p>\n<p>“Yes, I think there’s a goal here to be unopinionated for what we’re exposing to plugin authors, so long as the APIs/interfaces we do expose are sufficiently flexible (and easy) to build the UIs and interactions they need to implement,” Andrew Duthie said.</p>\n<p>The topic of <a href=\"https://github.com/WordPress/gutenberg/pull/2791\" rel=\"noopener\" target=\"_blank\">supporting web components interoperability for Gutenblocks</a> was also part of the discussion during the meeting.</p>\n<p>“While less powerful than most of the actual frameworks at this point, they are likely to become a W3C standard, ensuring that they will stick around and evolve,” Felix Arntz said. “Plus once browser support is fully there, there’s less functionality to implement by an actual framework built on top.”</p>\n<p>Polymer.js representative Justin Fagnani said he disagreed that they are “less powerful” and noted that web components already are a W3C standard.</p>\n<p>“I think WP is also uniquely positioned to help drive forward support for web components natively everywhere,” EventEspresso core dev Darren Ethier said. “Pretty much all the frameworks have the ability to work with the web component spec now. It’s just a matter of proper implementation.”</p>\n<p>Several participants referenced <a href=\"https://custom-elements-everywhere.com/\" rel=\"noopener\" target=\"_blank\">custom-elements-everywhere.com</a>, a site that displays popular JS frameworks’ progress on communicating Custom Elements in a way that promotes interoperability. Matías Ventura asked React and Vue core devs how web components (and their future) fit into each framework at the moment.</p>\n<p>“In React, we have some web component support but haven’t made it a large priority since use cases have seemed slim in the past, especially since adding Web Components hasn’t made a lot of sense in a first-party application where you control the whole stack – but we do have some support for them nonetheless and I’m happy to entertain adding more, either now or in the future,” Sophie Alpert said.</p>\n<p>“On the high level I think frameworks like React/Vue provide what is not really addressed in web components: efficient and declarative DOM updates reacting to state changes,” Evan You said. “This is also why Polymer exists on top of WC. I have always acknowledged the value of WC as an interop interface.”</p>\n<p>Overall, attendees at the meeting were respectful, collaborative, and eager to contribute their expertise to help WordPress contributors find the best way forward in the framework selection process. The discussion will continue at next week’s meeting and likely in the comments of a forthcoming Make/Core post summarizing the meeting.</p>\";s: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, 26 Sep 2017 22:16:57 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:39;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: SI CAPTCHA Anti-Spam Plugin Permanently Removed from WordPress.org Due to Spam Code\";s: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:29:\"https://wptavern.com/?p=75059\";s: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:\"https://wptavern.com/si-captcha-anti-spam-plugin-permanently-removed-from-wordpress-og-due-to-spam-code\";s: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:4092:\"<p>The <a href=\"https://wordpress.org/plugins/si-captcha-for-wordpress/\" rel=\"noopener\" target=\"_blank\">SI CAPTCHA Anti-Spam</a> plugin has been removed from the WordPress Directory due to its author including spam code. The plugin added a CAPTCHA image test to WordPress forms to prevent spam and was compatible with forms generated by bbPress, BuddyPress, Jetpack, and WooCommerce. It had more than 300,000 active installs at the time of removal.</p>\n<p><a href=\"https://profiles.wordpress.org/mikechallis\" rel=\"noopener\" target=\"_blank\">Mike Challis</a>, the original author of the plugin, said that a WordPress.org user named “<a href=\"https://profiles.wordpress.org/fastsecure\" rel=\"noopener\" target=\"_blank\">fastsecure</a>” became the new owner of SI CAPTCHA Anti-Spam in June 2017. Challis was not aware of the new owner’s plans for the plugin but <a href=\"https://wordpress.org/support/topic/where-did-the-plugin-go-2/\" rel=\"noopener\" target=\"_blank\">posted a notice</a> on the WordPress.org support forums to inform users about why it was removed.</p>\n<p>“The new owner attempted to put code in several of his newly acquired WordPress plugins that would connect to a 3rd party server he also owned and place spam ads for payday loans and such in the WP posts,” Challis said. He also linked the incident to a ring of WordPress plugins that researchers at Wordfence say were part of a <a href=\"https://www.wordfence.com/blog/2017/09/coordinated-plugin-spam/\" rel=\"noopener\" target=\"_blank\">coordinated spam campaign</a>. Display Widgets, one of the most notable plugins in this group, was recently <a href=\"https://wptavern.com/display-widgets-plugin-permanently-removed-from-wordpress-org-due-to-malicious-code\" rel=\"noopener\" target=\"_blank\">permanently removed from WordPress.org</a> for a series of violations wherein the author had injected malicious code.</p>\n<p>Challis said the new owner failed to display any spam on sites due to how the code was implemented, but the code could have been activated at a later time:</p>\n<blockquote><p>The new owner put spam code in versions 3.0.1 and 3.0.2 but it failed to display any spam because he put the code in the secureimage.php file. The malicious code required WordPress libraries to also be loaded to execute. The reason the spam code did not do anything at all is because the secureimage.php file is not included in the WordPress run time environment. The secureimage.php file is included from another file securimage_show.php that loads the captcha image directly from html img src outside of the WordPress run time. The spam code in this plugin was never activated, it would not have corrupted your posts or changed anything in the WordPress database.</p></blockquote>\n<p>SI CAPTCHA Anti-Spam users who still have the plugin installed may see an update available in the WordPress admin. Plugin team member Samuel (Otto) Wood removed the malicious code and <a href=\"https://wordpress.org/support/topic/where-did-the-plugin-go-2/\" rel=\"noopener\" target=\"_blank\">released 3.0.3</a> as a clean version that is a safe update for users who still rely on the plugin. Wood recommends users find an alternative, because SI CAPTCHA Anti-Spam will not be re-listed in the directory or receive any future updates.</p>\n<p>The incident is another reminder for users to be on alert when WordPress.org plugins change hands, as the buyers do not always disclose their actual intentions for the plugin. Users in search of an alternative to SI CAPTCHA Anti-Spam will find many alternative options on WordPress.org. <a href=\"https://wordpress.org/plugins/cleantalk-spam-protect/\" rel=\"noopener\" target=\"_blank\">AntiSpam by CleanTalk</a>, <a href=\"https://wordpress.org/plugins/simple-google-recaptcha/\" rel=\"noopener\" target=\"_blank\">Simple Google reCAPTCHA</a>, and <a href=\"https://wordpress.org/plugins/captcha-code-authentication/\" rel=\"noopener\" target=\"_blank\">CAPTCHA Code</a> are a few examples that may work as replacements, depending on what other plugins you need the anti-spam capabilities to support.</p>\";s: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, 25 Sep 2017 21:50: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:40;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Facebook to Re-license React after Backlash from Open Source Community\";s: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:29:\"https://wptavern.com/?p=75021\";s: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:91:\"https://wptavern.com/facebook-to-re-license-react-after-backlash-from-open-source-community\";s: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:4566:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/react.png?ssl=1\"><img /></a></p>\n<p>Facebook has <a href=\"https://code.facebook.com/posts/300798627056246/relicensing-react-jest-flow-and-immutable-js/\" rel=\"noopener\" target=\"_blank\">announced</a> its intentions to re-license React, Jest, Flow, and Immutable.js under the MIT license. React community members began rallying around a <a href=\"https://wptavern.com/react-users-petition-facebook-to-re-license-react-js-after-apache-software-foundation-bans-bsdpatents-license-in-dependencies\" rel=\"noopener\" target=\"_blank\">petition to re-license React</a> after the Apache Software Foundation (ASF) added Facebook’s BSD+Patents license to its Category X list of disallowed licenses for Apache PMC members. Facebook’s engineering directors officially denied the request in mid-August, citing the burden of meritless patent litigation as the reason for keeping the patents clause.</p>\n<p>Facebook moved forward on this decision in full recognition that it might lose some React community members as a consequence. Many open source project maintainers began to look for alternatives. In a surprising move, Matt Mullenweg announced that <a href=\"https://wptavern.com/wordpress-abandons-react-due-to-patents-clause-gutenberg-to-be-rewritten-with-a-different-library\" rel=\"noopener\" target=\"_blank\">WordPress would also be parting ways with React</a> and planned to remove it from the upcoming Gutenberg editor.</p>\n<p>Mullenweg’s decision to drop React from consideration for WordPress was likely an influential factor in Facebook’s eventual about-face on the topic of re-licensing the project. Facebook’s announcement on Friday acknowledges that the company failed to convince the open source community of the benefits of its BSD + Patents license:</p>\n<blockquote><p>We’re relicensing these projects because React is the foundation of a broad ecosystem of open source software for the web, and we don’t want to hold back forward progress for nontechnical reasons. </p>\n<p>This decision comes after several weeks of disappointment and uncertainty for our community. Although we still believe our BSD + Patents license provides some benefits to users of our projects, we acknowledge that we failed to decisively convince this community.</p></blockquote>\n<p>The React 16 release, slated for this week, will ship with the updated MIT license. Facebook declined to respond to our request for further comment and said their post is the only public statement they will be providing.</p>\n<p>It’s not yet clear whether WordPress will continue on with React, picking up where the team left off on Gutenberg, or shift to another library. Core contributors had originally <a href=\"https://twitter.com/nacin/status/911356481936740352\" rel=\"noopener\" target=\"_blank\">decided on React</a> while attending WordPress’ community summit in Paris last June, although this decision had not yet been made public when the greater open source community started petitioning Facebook to re-license React.</p>\n<p>“I’m just so tired of this drama,” Gutenberg engineer Riad Benguella said. “We spent days and days thinking about the best framework for WP, and this change will just add more thinking, complexity, and uncertainty to our decision. I’m just tired of all this…we all have to rethink everything.”</p>\n<p>Mullenweg, who had previously penned a several-thousand word unpublished announcement about how WordPress would be adopting React, did not confirm whether WordPress is still examining other libraries.</p>\n<p>“Our decision to move away from React, based on their previous stance, has sparked a lot of interesting discussions in the WordPress world,” Mullenweg said in a <a href=\"https://ma.tt/2017/09/facebook-dropping-patent-clause/\" rel=\"noopener\" target=\"_blank\">post</a> published to his blog this weekend. “Particularly with Gutenberg there may be an approach that allows developers to write Gutenberg blocks (Gutenblocks) in the library of their choice including Preact, Polymer, or Vue, and now React could be an officially-supported option as well.”</p>\n<p>The regularly scheduled core JavaScript meeting is set for Tuesday, September 26 at 15:00 GMT and contributors plan to discuss the role a JS framework will play in current and future core focuses. The time has been changed to be two hours later than originally planned in an effort to accommodate more contributors across various timezones.</p>\";s: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, 25 Sep 2017 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:41;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Matt: Facebook Dropping Patent Clause\";s: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:22:\"https://ma.tt/?p=47574\";s: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:54:\"https://ma.tt/2017/09/facebook-dropping-patent-clause/\";s: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:1326:\"<p>I am surprised and excited to see the news that Facebook is going to drop the <a href=\"https://ma.tt/2017/09/on-react-and-wordpress/\">patent clause that I wrote about last week</a>. They’ve announced that with React 16 the license will just be <a href=\"https://code.facebook.com/posts/300798627056246/relicensing-react-jest-flow-and-immutable-js/\">regular MIT with no patent addition</a>. I applaud Facebook for making this move, and I hope that patent clause use is re-examined across all their open source projects.</p>\n<p>Our decision to move away from React, based on their previous stance, has sparked a lot of interesting discussions in the WordPress world. Particularly with <a href=\"https://github.com/WordPress/gutenberg\">Gutenberg</a> there may be an approach that allows developers to write Gutenberg blocks (Gutenblocks) in the library of their choice including Preact, Polymer, or Vue, and now React could be an officially-supported option as well.</p>\n<p>I want to say thank you to everyone who participated in the discussion thus far, I really appreciate it. The vigorous debate and discussion in the comments here and on Hacker News and Reddit was great for the passion people brought and the opportunity to learn about so many different points of view; it was even better that Facebook was listening.</p>\";s: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, 24 Sep 2017 16:20: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:42;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Scott Bolinger Shares Unique Perspective of WordPress From Outside the Bubble\";s: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:29:\"https://wptavern.com/?p=75015\";s: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:98:\"https://wptavern.com/scott-bolinger-shares-unique-perspective-of-wordpress-from-outside-the-bubble\";s: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:5058:\"<p>Scott Bolinger, a product developer focused on the WordPress space who has created several products, including <a title=\"Make native iOS and Android Apps with WordPress\" href=\"https://apppresser.com\" target=\"_blank\" rel=\"noopener\">AppPresser </a>and <a href=\"https://hollerwp.com/\">Holler Box</a>, recently attended <a href=\"http://contentandcommercesummit.com/\">Content and Commerce Summit 2017</a>.</p>\n<p>This conference focuses on what’s working in eCommerce, digital media, information publishing, and subscription commerce. <a href=\"http://scottbolinger.com/perspective-on-wordpress/\">According to Bolinger</a>, WordPress and WooCommerce were not topics of discussion.</p>\n<p>“It really opened my eyes going to an event where no one even said the word WordPress once,” Bolinger said. “The audience at this conference was non-technical, mostly marketers selling stuff online. I watched a presentation where the presenter had slides with 20+ different recommended tools on them, and not a single mention of WordPress.</p>\n<p>“This is an eCommerce conference, WooCommerce is 41% of all eCommerce stores, and not a single person said the word WooCommerce. All I heard about was Shopify and Amazon.”</p>\n<p>According to <a href=\"https://www.similartech.com/\">SimilarTech</a>, WooCommerce is leading in the top 100K sites, top 1M sites, and the entire web while Shopify is leading in the top 10K sites. While Shopify has a lot less market share, it’s used on substantially higher trafficked sites.</p>\n<p>Bolinger shared the perspective of a friend who uses Shopify to sell clothing and will gross more than $1M in revenue this year. According to his friend, Shopify is easy to use, from setting up a theme, to the plugin/app ecosystem to add functionality.</p>\n<p>“When my friend said Shopify is easy to use, this is a whole different category of great user experience,” Bolinger said. “This is building a site from scratch for a completely non-technical user, and them loving the end result and the experience.”</p>\n<p>Bolinger raised an interesting point in that, Wix, Shopify, and SquareSpace are closed, SaaS offerings where they can control the user experience from end-to-end. This is impossible to do with WordPress because there are too many moving parts and core can not control how plugins and themes take part in that experience.</p>\n<p>While WordPress core can’t necessarily solve the problem, it hasn’t stopped webhosts from trying. <a href=\"https://wptavern.com/godaddy-launches-new-onboarding-experience-for-wordpress-customers\">GoDaddy</a>, <a href=\"https://www.bluehost.com/blog/bluehost-news/welcome-to-the-new-bluehost-8973/\">Bluehost</a>, and others have created onboarding solutions that try to control the end-to-end user experience.</p>\n<p>Bolinger shared a sentiment that many in the WordPress community have advocated in recent years. “If we’re honest, the strength of WordPress is not that it’s easy to use for non-technical people. It’s an open-source platform that is easy for developers to extend and customize for clients.”</p>\n<ul>\n<li><a href=\"https://mattreport.com/wordpress-is-not-easy/\">WordPress is Not Easy</a></li>\n<li><a href=\"https://mor10.com/wordpress-easy-thats-ok/\">WordPress is not easy – and that’s OK</a></li>\n<li><a href=\"https://neliosoftware.com/blog/is-wordpress-as-easy-as-we-think/\">Is WordPress As Easy As We Think?</a></li>\n</ul>\n<p>There was a time, somewhere between WordPress 2.3 and WordPress 3.5, where one of the main reasons people used WordPress was because it was easy. Between then and now, what caused WordPress to lose its ease-of-use factor?</p>\n<p>SquareSpace, Wix, and Shopify didn’t exist in the early days of WordPress, they were late to market. This gave them the advantage of implementing all the lessons learned through WordPress’ lifespan and since it’s a closed system, they can iterate rapidly.</p>\n<p>The biggest reality check that Bolinger shares is that there are a lot of people WordPress simply doesn’t cater too.</p>\n<p>“There is a large contingent of people who just want to get stuff done, they don’t want to fuss with the tech”, He said. “They don’t care about open source or owning their data. They don’t want to install a theme and setup their widgets, or search thousands of results to find the best SEO plugin.</p>\n<p>“They don’t want to set up ‘managed hosting’, an SSL certificate, or a payment gateway. They just want to sell their products and make money as fast and easily as possible.”</p>\n<p>I encourage you to <a href=\"http://scottbolinger.com/perspective-on-wordpress/\">read the full post</a> as it provides a perspective of WordPress not often shared within the WordPress bubble. <a href=\"http://scottbolinger.com/perspective-on-wordpress/\"></a>How does WordPress become a platform that delivers the kind of experience from end-to-end that Bolinger’s friend describes?</p>\";s: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, 23 Sep 2017 00:43: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:43;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: WordPress Explores a JavaScript Framework-Agnostic Approach to Building Gutenberg Blocks\";s: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:29:\"https://wptavern.com/?p=74900\";s: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:109:\"https://wptavern.com/wordpress-explores-a-javascript-framework-agnostic-approach-to-building-gutenberg-blocks\";s: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:9072:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/blocks.jpg?ssl=1\"><img /></a>photo credit: found_drama <a href=\"http://www.flickr.com/photos/28555778@N00/30725752376\">E.’s pirate town</a> – <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>The discussion regarding WordPress’ JavaScript framework selection continues in the #core-js Slack channel ahead of next week’s meeting. One of the more recent topics is the possibility of <a href=\"https://github.com/WordPress/gutenberg/pull/2463\" rel=\"noopener\" target=\"_blank\">framework-agnostic block rendering</a> for Gutenberg, which would allow developers to extend the new editor using any JS library they prefer. This means that Gutenberg blocks, which are colloquially referred to as “Gutenblocks,” could be built with Vue, React, Preact, Angular, or whatever the developer feels comfortable using.</p>\n<p>Proponents of this idea contend that pursuing a more flexible approach makes WordPress’ core JS framework decision <a href=\"https://github.com/WordPress/gutenberg/pull/2463#issuecomment-330637007\" rel=\"noopener\" target=\"_blank\">less critical</a>. While answering questions on the #core-js channel, Gary Pendergast explained how Gutenberg could be built to maintain the separation.</p>\n<p>“I’m really not joking when I say that this decision doesn’t matter, even for people contributing to Gutenberg,” Pendergast said. “In <a href=\"https://github.com/WordPress/gutenberg/pull/2463\" rel=\"noopener\" target=\"_blank\">#2463</a>, the library is treated entirely as a utility library, much like we use lodash, for example. It performs a handful of tasks, and it can be relatively easily pulled out and replaced with something entirely different, with no disruption to the rest of the codebase. For people contributing to Gutenberg, they’re contributing in the Gutenberg coding style, not the style of whatever library we happen to import.”</p>\n<p>When asked about a timeline for when the decision will be made and what factors are being considered, Pendergast replied that there is no timeline and that those interested in participating should blog about their experiences and write examples of things they can build with the JS frameworks they are familiar with.</p>\n<p>“There is neither roadmap, nor timeline, nor does there need to be,” Pendergast said. “As Matt mentioned, it’s really just a technical decision – the important decision for the wider community was choosing ‘not React.’ Unfortunately, this decision has been blown way out of proportion, and heavily conflated with ‘what JS library will I be able to build my plugins with?’ and sometimes ‘what JS library’s practices will Gutenberg blocks resemble?,’ neither of which are related. Tweets and posts that treat it like a horse race are not helpful in this way.”</p>\n<p>Pendergast said whatever library is selected will “continue to be wrapped by the WordPress element, the underlying library won’t be exposed.” The Gutenberg team is working to remove all library dependencies from its components so that plugin developers can use any library they choose.</p>\n<p>However, other community members are not so eager to relegate the JS library selected for core to a simple technical decision or utility library.</p>\n<p>“Most developers understand that their plugins are not bound by the framework chosen for core/Gutenberg,” Kevin Hoffman said. “But that doesn’t diminish the significance of the decision. If we want to encourage more contributors, we’d be well served to choose a framework in which a significant majority feel capable and confident. If this majority is out there developing plugins with one framework and has to learn another in order to contribute to core, then we’re limiting the number of potential contributors.”</p>\n<p>Peter Booker contends that no matter how elegant Gutenberg’s separation is, having a decent understanding of the library chosen for core affects a developers’ ability to deeply troubleshoot certain issues.</p>\n<p>“I do not think we should be so dismissive of the choice as a minor technical decision,” Booker said. “Understanding how PHP, JavaScript, and Backbone (among other things) work is essential to be able to properly debug problems with WordPress. The JS framework chosen for Gutenberg is going to impact a great many people, even if we are not core contributors. It will be essential knowledge to be able to fully troubleshoot issues. This is a decision which will impact far more people than just the Gutenberg team.”</p>\n<h3>What are the implications of providing a flexible, framework-agnostic approach to building Gutenblocks?</h3>\n<p>Jason Bahl asked if anyone has tried mixing React, Preact, Vue, and Angular in a single app to see if it is “a recipe for a performance nightmare.” He posed an example scenario wherein Gravity Forms builds Vue-based Gutenblocks, Yoast has React-based blocks, WooCommerce builds blocks with Preact, and another plugin uses Ember.</p>\n<p>“It sounds kind of nice to be flexible and allow folks to use whatever but also like it could lead to a lot of division on best practices, and potentially performance issues,” Bahl said. “We’ll see tutorials pop up for how to build Gutenblocks in Vue, React, Preact, Ember, Vanilla JS, etc., which would be cool to see, but also confusing and potentially cause further divide in the community and accepted best practices. Flexibility is nice to a degree, but a strong opinion at some level is also good.”</p>\n<p>Carl Hancock, co-founder of Gravity Forms, contends that offering a framework-agnostic approach to building Gutenblocks will have little influence on developers who are extending the project. The decision cannot be made less critical by offering more flexibility, because developers will inevitably adopt whatever WordPress core uses.</p>\n<p>“People are going to end up adopting whatever core uses for the most part despite the rainbows and butterflies some are claiming as it relates to creating an abstraction layer so plugin/theme developers can use whatever they want,” Hancock said. “Which means however complex that core framework ends up being will have a direct impact on the barrier to entry for plugin and theme developers. That barrier to entry has been historically low to date and a direct contributor to the growth of WordPress as a self-hosted CMS. Dramatically raising that barrier to entry isn’t necessarily a bad thing. For example, Gravity Forms will use Preact, Vue, whatever, because we have the manpower and skillset to do so when we can finally decide to do so once core makes it’s decision.”</p>\n<h3>WordPress’ Opportunity to Advance the Web</h3>\n<p>WordPress currently powers 28% of all websites, according to <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\" rel=\"noopener\" target=\"_blank\">W3 Techs</a>, and whatever framework it chooses will make a major impact on which library many developers decide to learn in order to extend the software and advance their careers.</p>\n<p>Matías Ventura, one of the technical leads on the Gutenberg project, encouraged participants in the discussion to look at the bigger picture and embrace the opportunity to work together and collaborate on a solution for WordPress that will advance the web. The team’s efforts to collaborate with representatives from competing frameworks stands apart in an ecosystem that is generally fragmented and fractious.</p>\n<p>“I’m excited about the opportunity we have to advance web development in terms of JavaScript UI representation, in a similar way to how WordPress was a driving force for web standards during the past decade,” Ventura said. “That’s also where I see us having a responsibility as a project, as people will continue to learn web development through WP. Many people have been introduced to PHP through WordPress, originally just interacting with WP functions and APIs, eventually diving a bit more deeply into the language as needed. I do see our core remaining close to JS the language, as that gives the most meaningful tool to learn, spanning across all frameworks and libraries.”</p>\n<p>Ventura assured participants in the ongoing discussion that the Gutenberg team is listening and working towards a solution that will push the web forward.</p>\n<p>“We are absolutely aware that how we build and what we offer through Gutenberg is going to affect the dev community and we are not taking this lightly—quite the opposite,” Ventura said. “I’ve been talking with Evan (Vue) and Jason (Preact) because rather than having a ‘choose your framework’ contest, this seems an opportunity to collaborate and push the web forwards.”</p>\";s: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, 22 Sep 2017 22:26:59 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:44;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: DonateWC Reaches Fundraising Goal\";s: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:29:\"https://wptavern.com/?p=75001\";s: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:54:\"https://wptavern.com/donatewc-reaches-fundraising-goal\";s: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:1702:\"<p><a href=\"https://donatewc.org/\">DonateWC</a>, <a href=\"https://wptavern.com/donatewc-aims-to-provide-travel-sponsorships-to-attend-large-wordcamps\">an initiative</a> focused on providing less fortunate people an opportunity to attend large WordCamps has <a href=\"https://donatewc.org/news/surprise-our-goal-is-fully-funded/\">reached its fundraising goal</a> of 1,000€. Ines van Essen expressed gratitude and appreciation for the donations. “The responses and feedback that have come in during the past week have been overwhelming,” She said.</p>\n<p>“I can’t believe we can already move to legalizing things and actually getting things done. Lesson learned: do not spend two years thinking about something you could maybe do at some point in the future. The time is now, and it’s time to change some lives.”</p>\n<img />DonateWC Reaches Fundraising Goal\n<p>Essen confirmed that Automattic is not affiliated with the initiative although quite a few of her colleagues are supportive of the idea. “Everyone can do something to help another community member,” She said. “Whether that’s buying someone a meal, sharing a ride, or even sharing a room. DonateWC is a big picture thing, but there’s so many other things you can do to help under privileged groups.”</p>\n<p>Essen hopes to have the non-profit and other legal aspects of the project taken care of in time to sponsor at least one person to WordCamp US. Part of the funds will be used to pay someone to design a logo and for social media marketing. If you’re interested in helping out with the project, please <a href=\"https://donatewc.org/get-in-touch/\">get in touch.</a></p>\";s: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, 22 Sep 2017 00:13:59 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:45;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordCamp for Publishers Videos Now Available on YouTube\";s: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:29:\"https://wptavern.com/?p=74871\";s: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:76:\"https://wptavern.com/wordcamp-for-publishers-videos-now-available-on-youtube\";s: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:2772:\"<p><a href=\"https://2017-denver.journalist.wordcamp.org\" rel=\"noopener\" target=\"_blank\">WordCamp for Publishers</a>, held last month at The Denver Post building, was the first niche WordCamp to be focused around a specific industry. The event was designed for people who use WordPress to manage publications and also to encourage collaboration among project maintainers who build open source tools for publishers.</p>\n<p>In addition to hands-on technical workshops, the <a href=\"https://2017-denver.journalist.wordcamp.org/schedule/\" rel=\"noopener\" target=\"_blank\">schedule</a> included a variety of publishing-related topics, such as monetization, content distribution, newsletter tools, and print and digital workflows.</p>\n<p>“The schedule prompted a great deal of learning and discussion that extended well beyond the content typically found at a regional WordCamp,” attendee Maura Teal <a href=\"https://mlteal.com/2017/08/wordcamp-publishers-denver/\" rel=\"noopener\" target=\"_blank\">said</a>. “One of the best aspects of this conference was chatting with other developers and leaders involved in media on the web. There were multiple sessions and hallway discussions that brought intriguing solutions to the table. My primary takeaway was that there certainly needs to be more WordCamps of this kind – that is, focused on a niche but still rooted in community.”</p>\n<p>The unique format of the event offered more small group opportunities than a traditional WordCamp does for learning, asking questions, and collaborating around tools and strategies that directly relate to publishers.</p>\n<p>“WordCamp for Publishers was not your average or typical WordCamp,” attendee Dwayne McDaniel <a href=\"https://www.mcdwayne.com/2017/08/21/wordcamp-for-publishers/\" rel=\"noopener\" target=\"_blank\">said</a>. “It felt a lot more like WPCampus insofar as the general mood and feeling I got from the participants. Getting to see folks from competing media companies openly discussing how to solve their common challenges, I learned a whole lot and I am grateful to have had the chance to learn about the publishing space.”</p>\n<p>Videos for all of the sessions held in the auditorium are now available in a <a href=\"https://www.youtube.com/playlist?list=PLp4P7UHKK-kC1CGF3LDtfPDwtLEzDKiP9\" rel=\"noopener\" target=\"_blank\">YouTube playlist</a>. They will also be uploaded to WordPress.tv in the near future. Organizer Steph Yiu said the event was so successful that they are already planning next year’s conference. Anyone interested in volunteering or donating a venue can <a href=\"https://vip.wordpress.com/2017/09/01/wordcamp-for-publishers/\" rel=\"noopener\" target=\"_blank\">get in touch</a> with the organizing team.</p>\";s: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, 21 Sep 2017 18:53: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:46;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: Apply Filters Podcast to be Retired after 83 Episodes\";s: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:29:\"https://wptavern.com/?p=74948\";s: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:\"https://wptavern.com/apply-filters-podcast-to-be-retired-after-83-episodes\";s: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:2025:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/apply-filters.png?ssl=1\"><img /></a></p>\n<p><a href=\"http://bradt.ca/\" rel=\"noopener\" target=\"_blank\">Brad Touesnard</a> and <a href=\"http://pippinsplugins.com/\" rel=\"noopener\" target=\"_blank\">Pippin Williamson</a> are retiring from podcasting. Their bi-weekly show <a href=\"http://applyfilters.fm/\" rel=\"noopener\" target=\"_blank\">Apply Filters</a>, a favorite podcast among WordPress developers, will go off the air after publishing its 83rd episode. The hosts have not yet revealed why they are retiring but plan to share more details in the final episode.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">We’ll answer that next week during the episode! :)</p>\n<p>— Apply Filters (@applyfilters) <a href=\"https://twitter.com/applyfilters/status/910593317179555840\">September 20, 2017</a></p></blockquote>\n<p></p>\n<p>Apply Filters focused primarily on development and technical topics but also provided a wealth of information on business models, pricing, and marketing in the WordPress product ecosystem. The first episode aired August 15, 2013, just after the Heartbeat API was introduced in WordPress 3.6.</p>\n<p>The show’s imminent retirement was announced on Twitter today to the disappointment of its many loyal fans. According to the information available on the sponsors page, each episode was receiving more than 2,000 downloads in the first three months after publishing. Roughly 54% of the audience identified as developers.</p>\n<p>During the past six months, the frequency of the episodes had slowed to once per month. I wouldn’t be surprised if the hosts became too busy to keep up with the show, as they both lead successful WordPress product businesses. Touesnard and Williamson plan to record one final mailbag episode before retiring the show indefinitely and are inviting listeners to <a href=\"http://applyfilters.fm/submit-topic-idea/\" rel=\"noopener\" target=\"_blank\">send in any last questions</a>.</p>\";s: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, 21 Sep 2017 03:54:13 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:47;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: New Core Gallery Widget Targeted for WordPress 4.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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74896\";s: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:71:\"https://wptavern.com/new-core-gallery-widget-targeted-for-wordpress-4-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3816:\"<p>The <a href=\"https://wordpress.org/plugins/wp-core-media-widgets/\" rel=\"noopener\" target=\"_blank\">Core Media Widgets</a> feature plugin introduced a gallery widget in the 0.2.0 release this week. WordPress 4.8 added the new audio, image, and video widgets from this feature plugin. The gallery widget is targeted for merge into the upcoming WordPress 4.9 release.</p>\n<p>In testing the new feature I found it to be a simple, straightforward implementation of a gallery widget that could easily replace many plugins that are currently filling this need for users. The option to edit or replace a gallery is immediately available and users can easily rearrange or randomize the images included.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/core-gallery-widget.png?ssl=1\"><img /></a></p>\n<p>On the frontend the gallery displays neatly in a thumbnail grid. I was able to change the number of columns while editing the gallery, but the preview in the admin did not match the the way the gallery looks on the frontend. The number of columns is correct on the frontend but not in the admin preview. This might cause some confusion for users if it isn’t fixed before landing in core. Contributors to the plugin are looking at this <a href=\"https://github.com/xwp/wp-core-media-widgets/issues/190#issuecomment-331011895\" rel=\"noopener\" target=\"_blank\">issue</a>.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-20-at-3.16.22-PM-e1505938641908.png?ssl=1\"><img /></a></p>\n<p>Overall, the implementation is user-friendly and similar to adding galleries in posts and pages. However, the widget could still use some testing, especially with different plugins installed. For example, with Jetpack enabled, users can choose between a thumbnail and a slideshow gallery, but the slideshow option doesn’t seem to work correctly in the widget. WordPress.org has <a href=\"https://wordpress.org/plugins/search/gallery+widget/\" rel=\"noopener\" target=\"_blank\">several hundred plugins</a> that implement some sort of gallery widget and these plugin authors will want to test the new core widget.</p>\n<p>Theme authors will also need to test how the core gallery widget interacts with their themes. After testing the gallery widget with several popular WordPress.org themes, I found that many display the thumbnails with unsightly outlines and unpredictable spacing between images.</p>\n<p>Weston Ruter, who authored the <a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\" rel=\"noopener\" target=\"_blank\">dev note post</a> when the previous media widgets were introduced in 4.8, said that the paragraph regarding default theme updates is still applicable:</p>\n<blockquote><p>Themes that add custom styles to the MediaElement.js player (namely Twenty Thirteen and Twenty Fourteen) were updated from just styling it within syndicated content, to also include instances within widgets. Most themes don’t restrict styles for captioned images or media players to just post content, that is, limit CSS selectors to classes output by post_class(). If your theme does, make sure to either remove that constraint or include a .widget selector.</p></blockquote>\n<p>Ruter said another dev note will be coming with common theme changes that are required to add the right styling for galleries. Users and theme/plugin developers can test the gallery widget right now on 4.8.2 or 4.9-alpha using the <a href=\"https://wordpress.org/plugins/wp-core-media-widgets/\" rel=\"noopener\" target=\"_blank\">Core Media Widgets</a> plugin. Once the widget is added to WordPress, it will be deactivated in the feature plugin for future releases. Contributors plan to merge the new widget into core next week, provided testing goes well.</p>\";s: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, 21 Sep 2017 00:35:01 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:48;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WPWeekly Episode 288 – No React.js Framework for Gutenberg\";s: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:58:\"https://wptavern.com?p=74933&preview=true&preview_id=74933\";s: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:77:\"https://wptavern.com/wpweekly-episode-288-no-react-js-framework-for-gutenberg\";s: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:3046:\"<p>While I was supposed to be on vacation last week, I instead had surgery for a broken ankle. Tune in to hear the hilarious explanation on how I broke it. The lesson I learned is to not chase animals out of the yard.</p>\n<p><a href=\"https://jjj.blog/\">John James Jacoby</a> and I discuss the news of the week, including a major decision where Gutenberg will not be written in React due to a patent clause in its license. Other topics include, blind speaker selection for WordCamp US, <a href=\"https://jjj.blog/2017/09/turbo-boost-for-bbpress-2-6/\">bbPress performance improvements</a>, and our picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/equifax-launches-wordpress-powered-site-for-consumers-affected-by-security-breach\">Equifax Launches WordPress-Powered Site for Consumers Affected by Security Breach</a><br />\n<a href=\"https://wptavern.com/swfupload-will-officially-be-removed-from-wordpress\">SWFUpload Will Officially Be Removed From WordPress</a><br />\n<a href=\"https://wptavern.com/wordpress-org-adds-new-support-rep-role-for-plugin-pages\">WordPress.org Adds New Support Rep Role for Plugin Pages</a><br />\n<a href=\"https://wptavern.com/display-widgets-plugin-permanently-removed-from-wordpress-org-due-to-malicious-code\">Display Widgets Plugin Permanently Removed from WordPress.org Due to Malicious Code</a><br />\n<a href=\"https://wptavern.com/wordpress-abandons-react-due-to-patents-clause-gutenberg-to-be-rewritten-with-a-different-library\">WordPress Abandons React due to Patents Clause, Gutenberg to be Rewritten with a Different Library</a><br />\n<a href=\"https://wptavern.com/donatewc-aims-to-provide-travel-sponsorships-to-attend-large-wordcamps\">DonateWC Aims to Provide Travel Sponsorships to Attend Large WordCamps</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wptranslationday.org/\">WordPress Global Translation day</a> is next Saturday, September 30th. Twenty-four hours dedicated to translating the WordPress ecosystem through sessions, training marathons, and local events.</p>\n<p><a href=\"https://local.getflywheel.com\">Local by Flywheel</a> is software that easily creates a local environment for WordPress development.</p>\n<p>From the folks behind GiveWP, <a href=\"https://givewp.com/give-live/\">Give Live</a> is a series of webinars for the community.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, September 27th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #288:</strong><br />\n</p>\";s: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 Sep 2017 22:13: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:49;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"HeroPress: What I Do Does Not Define Who I Am\";s: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:56:\"https://heropress.com/?post_type=heropress-essays&p=2109\";s: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:142:\"https://heropress.com/essays/what-i-do-does-not-define-who-i-am/#utm_source=rss&utm_medium=rss&utm_campaign=what-i-do-does-not-define-who-i-am\";s: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:13146:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/09/092017-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I became completely inspired by the mission of WordPress. I had become a part of something bigger than myself.\" /><p>The first time I ever made a WordPress site, I got 180,000 views in 2 days, 253 comments, and (give or take) 7 death threats.</p>\n<p>It was 2014 and I was working on an MBA at Florida State University during the peak of the Jameis Winston controversy, where a football quarterback was accused of rape and protected from prosecution by the university and local police. I had used WordPress before, but not a lot. But, in true democratizing publishing, giving a voice to the voiceless fashion, when I had something I wanted to say, I knew just the thing to get it out there with minimal know-how: a free, single page WordPress.com site.</p>\n<p>I had just returned to Florida from a summer in New York City. To my amazement, I got the life-changing opportunity, paid for by the university’s College of Social Sciences paid, to go up there for a summer of exploration in the social entrepreneurship and technology circles after pitching Florida State on a concept for financial education.</p>\n<h3>Beginning the Journey</h3>\n<p>I had become interested in financial education around the age of 16, when my family became homeless for a month. My mom hadn’t been able to make the rent, so we got kicked out, and then couldn’t find an apartment easily due to my mom’s lack of credit. Later, I started working at a major commercial bank and met hundreds, if not thousands, of people in similar situations (and saw the ways in which major commercial banks don’t help these people, but that’s a different conversation).</p>\n<p>Imagine having been homeless at 16. Then, 6 years later, you’re attending graduate school, funded by the university, and that same university also paid for you to live in the country’s most expensive place for 3 months so that you could learn about executing your ideas on how to make a positive difference through technology entrepreneurship.</p>\n<p>You would probably be overcome with gratefulness. But you would also likely be extremely protective of the people making such a thing possible.</p>\n<p>Now imagine, that while Florida State University’s programs making such an impact on you, a football player’s actions are driving the narrative of this place you want to be proud of.</p>\n<blockquote><p>Imagine me, telling the story I just told you, and watching people connect the dots between what institution was making all of this possible for me, and what they had heard of it. “Oh, my God, with the quarterback that raped that girl?” they would say.</p></blockquote>\n<p>I would link you to the page I created, but quite honestly, it wasn’t a lot more than a profanity-laden rant (of admittedly epic proportions). But, it got a reaction: she needs to shut the f**k up. She’s completely right. She’s an “attention-seeking whore!”. She’s the story we should be focusing on. She’s just upset her Kickstarter campaign failed.</p>\n<p>There it was: WordPress had amplified my voice, and everyone else’s, too.</p>\n<h3>Finding WordPress Business</h3>\n<p>Today, I’m the lesser-known half of Caldera Labs, makers of Caldera Forms, a top drag-and-drop form building plugin for WordPress. A few weeks ago, we got a one-star review on WordPress.org that called me out by name: “their team is useless, especially Christie Chirinos.” I received caring notes from several seasoned WordPress product developers, reassuring me that these things happen and I ought to not take it personally. “It’s not the first time someone’s been mean to me on the internet, and it probably won’t be the last,” I wrote in a Slack DM to my incredible business partner, the part of Caldera Labs you probably know, Josh Pollock. Josh laughed.</p>\n<p>My road from single-page rants on WordPress.com to WordPress product leadership was actually pretty straightforward, although certainly wrapped in incredible fortune. I kept up that blog for a few months at the request of some of those 253 people (and the dismay of some others). Eventually it was forgotten for my financial education project’s website, which went from Wix to self-hosted WordPress.</p>\n<p>Some months of working on that site made me acutely aware that if I wanted to execute more of my ideas, I should learn more code. I started learning JavaScript and PHP. I met Josh somewhere around that time. He liked my WordPress.com story, and encouraged me to keep learning, while picking my brain on what my almost-finished MBA thought about Caldera Forms.</p>\n<p>A professor asked me if I would work on his academic WordPress website for a fee. I was a broke graduate student, so I said yes. Suddenly I had clients. When I graduated, Josh approached me with a proposal to join him in business. I said yes, but my only condition is that I’m moving back to New York City. Josh said, remote work is the norm.</p>\n<p><img class=\"aligncenter size-large wp-image-2118\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/09/screen_shot_2017-09-19_at_8.26.20_pm-1024x374.png\" alt=\"Screen shot of Caldera website\" width=\"960\" height=\"351\" /></p>\n<p> </p>\n<p>Despite the quote-unquote “formal business education,” I was flabbergasted when the full weight of what a WordPress product business entailed hit me. I didn’t understand the community. I didn’t understand the niche’s culture. Much of what I learned were business norms, were completely non-existent in WordPress. I communicated all of this to Josh.</p>\n<blockquote><p>“I have no idea what I’m doing.”</p>\n<p>“Of course you don’t, you’ve never done this before.”</p>\n<p>He introduced me to the extensive library of talks on WordPress TV on imposter syndrome.</p></blockquote>\n<h3>Diving Into WordCamp</h3>\n<p>For me, it clicked at the inaugural WordCamp US. I showed up to the event looking like a deer caught in the headlights and was welcomed with open arms. I got to put faces to all of the names I had learned in the last half-year, and surprise: they were nice. They were welcoming. They were understanding.</p>\n<p>I scoffed at the idea that I would have anything to contribute on Contributor Day, and then found out that the polyglots team could totally use an immigrant that speaks 4 languages. More importantly, I became completely inspired by the mission of WordPress. I realized that, by total accident (or perhaps completely on purpose), I had become a part of something bigger than myself. I had to stick with it, no matter how hard it was.</p>\n<p>In the year after that, I also began to find a small niche for myself. I became “the girl with the MBA,” smart, young, and clearly lucky. “There’s not a lot of people in the space with your background,” said the host interviewing me on a WordPress podcast. Meanwhile, I’m thinking to myself, “oh my god. I don’t even understand why you invited me. I’m very grateful, but I also really don’t know that much about business. Didn’t you notice? Didn’t anyone tell you?”</p>\n<p>Move forward a year, and results started rolling in. I spoke at 4 WordCamps and many other shows. Josh published his 2016 Year In Review, where he outlined the explosive growth that Caldera Forms experienced at the end of the year and acknowledged the benefit of having partnered with me. He doesn’t know this, but I cried when I read that (now he knows).</p>\n<blockquote><p>It was surreal: the unlikely thing that we set out to do was working.</p></blockquote>\n<p>This year, 2017, has consisted of taking on the next step in that process: teaching myself how to turn all of those thoughts on their heads. I have had to unlearn “why me?” and internalize “why not me?”, and most importantly, practice differentiating the story that I tell myself about myself versus the evidence-based reality.</p>\n<h3>Self Discovery</h3>\n<p>A crucial part of this stage has been learning that what I do does not define who I am. That’s a tired joke where I live. The joke goes that you can go to any bar, and participate in the same script: what’s your name? What do you do? “I’m Christie, and I’m a partner and the business manager at a commercial WordPress plugin shop, Caldera Labs” is a story, and it immediately sparks self-doubt. That isn’t an answer that describes an evidence-based reality, it is an answer that describes a story, and stories by definition require effort to be believed.</p>\n<blockquote><p>Who I am, I am learning, is the collection of my experiences, which then drive my priorities in how I do what I do, which is business.</p></blockquote>\n<p>In that podcast interview, I wasn’t told “there aren’t many business managers in the space.” I was told that there weren’t a lot of people with my background in the space. It’s the collection of my stories – of immigration, difficult childhoods, arguments in business school classrooms and accidentally viral WordPress websites, that perfectly positioned me to do what I’m doing right now.</p>\n<p>The main reason I wanted to write for HeroPress when Topher offered was to take these thoughts out of my story. The more I grow into this role, the more I’m learning that this is especially common with people like me.</p>\n<p>Research is being conducted more and more every day seeking to discover why we don’t become entrepreneurs who fearlessly pursue happiness and high-risk, high-reward situations (the common trope being that privilege is being told to strive to be anything one wants to be, while others are told to strive for an escape from instability).</p>\n<blockquote><p>Most of it boils down to the idea that many minorities, women, immigrants, people from low-income households – take your pick – have convinced themselves of a story that does not, in fact, reflect the reality of their possibilities.</p></blockquote>\n<p>It’s a shame, because there’s almost as much research that demonstrates that businesses with diverse leadership teams outperform homogeneous teams almost every single time.</p>\n<p>Let’s start talking about this, even if this isn’t something that directly relates to you. Because, if that is the case, chances are that this is a topic that relates to someone you know. Diversity of thought is an important part of our WordPress community narrative. If you are not the person who must assess replacing a story with an evidence-based reality, you may be someone who is positioned to engage in powerful actions to promote diversity of thought, like encouraging someone else to challenge the stories they tell themselves and the stories they tell others about themselves. “I’m Christie, and I lead all of the business development and marketing for a commercial WordPress plugin shop, Caldera Labs” sounds a lot better.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: What I Do Does Not Define Who I Am\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=What%20I%20Do%20Does%20Not%20Define%20Who%20I%20Am&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwhat-i-do-does-not-define-who-i-am%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: What I Do Does Not Define Who I Am\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwhat-i-do-does-not-define-who-i-am%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwhat-i-do-does-not-define-who-i-am%2F&title=What+I+Do+Does+Not+Define+Who+I+Am\" rel=\"nofollow\" target=\"_blank\" title=\"Share: What I Do Does Not Define Who I Am\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/what-i-do-does-not-define-who-i-am/&media=https://heropress.com/wp-content/uploads/2018/09/092017-150x150.jpg&description=What I Do Does Not Define Who I Am\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: What I Do Does Not Define Who I Am\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/what-i-do-does-not-define-who-i-am/\" title=\"What I Do Does Not Define Who I Am\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/what-i-do-does-not-define-who-i-am/\">What I Do Does Not Define Who I Am</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s: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 Sep 2017 12:00:59 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christie Chirinos\";s: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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 17 Oct 2017 06:51:44 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 17 Oct 2017 06:45:09 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(88336,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1508266305','no'),(88337,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1508223105','no'),(88338,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1508266306','no'),(88339,'_transient_feed_b9388c83948825c1edaef0d856b7b109','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:49:\"\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:29:\"Popular — WordPress 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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wordpress.org/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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Plugins extend and expand the functionality of 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, 17 Oct 2017 06:36:15 +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:40:\"https://wordpress.org/?v=4.9-beta2-41860\";s: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:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/contact-form-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:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/contact-form-7/#respond\";s: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, 02 Aug 2007 12:43: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins-wp/contact-form-7/\";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:54:\"Just another contact form plugin. Simple but flexible.\";s: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:16:\"Takayuki Miyoshi\";s: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:5872:\"<p><!--section=description--></p>\n<p>Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>\n<h4>Docs & Support</h4>\n<p>You can find <a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">docs</a>, <a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a> and more detailed information about Contact Form 7 on <a href=\"https://contactform7.com/\" rel=\"nofollow\">contactform7.com</a>. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the <a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">support forum</a> on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it.</p>\n<h4>Contact Form 7 Needs Your Support</h4>\n<p>It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider <a href=\"https://contactform7.com/donate/\" rel=\"nofollow\"><strong>making a donation</strong></a>. Your donation will help encourage and support the plugin’s continued development and better user support.</p>\n<h4>Recommended Plugins</h4>\n<p>The following plugins are recommended for Contact Form 7 users:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/flamingo/\">Flamingo</a> by Takayuki Miyoshi – With Flamingo, you can save submitted messages via contact forms in the database.</li>\n<li><a href=\"https://wordpress.org/plugins/postman-smtp/\">Postman</a> by<br />\nJason Hendriks – Postman is a next-generation SMTP Mailer, software that assists in the delivery of email generated by your WordPress site.</li>\n<li><a href=\"https://wordpress.org/plugins/bogo/\">Bogo</a> by Takayuki Miyoshi – Bogo is a straight-forward multilingual plugin that doesn’t cause headaches.</li>\n</ul>\n<h4>Translations</h4>\n<p>You can <a href=\"https://contactform7.com/translating-contact-form-7/\" rel=\"nofollow\">translate Contact Form 7</a> on <a href=\"https://translate.wordpress.org/projects/wp-plugins/contact-form-7\" rel=\"nofollow\"><strong>translate.wordpress.org</strong></a>.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n</ol>\n<p>You will find ‘Contact’ menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n<p><!--section=faq--></p>\n<p>Do you have questions or issues with Contact Form 7? Use these support channels appropriately.</p>\n<ol>\n<li><a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">Docs</a></li>\n<li><a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">Support Forum</a></li>\n</ol>\n<p><a href=\"https://contactform7.com/support/\" rel=\"nofollow\">Support</a></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n</ol>\n<p>You will find ‘Contact’ menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>For more information, see <a href=\"https://contactform7.com/category/releases/\" rel=\"nofollow\">Releases</a>.</p>\n<h4>4.9</h4>\n<ul>\n<li>Supports subscribers_only setting</li>\n<li>Changes the default value of WPCF7_VERIFY_NONCE to false</li>\n<li>WPCF7_FormTagsManager::collect_tag_types() supports invert option</li>\n<li>New filter hooks: wpcf7_verify_nonce, wpcf7_subscribers_only_notice, wpcf7_remote_ip_addr, and wpcf7_submission_is_blacklisted</li>\n<li>Fixed: Form-tag’s tabindex option did not accept 0 or negative integer values</li>\n<li>Shows a validation error when no option in a radio buttons group is checked</li>\n<li>Config validator: Adds a validation rule against the use of deprecated settings (on_sent_ok and on_submit)</li>\n<li>Allows to pass the skip_mail option through the WPCF7_ContactForm::submit() and WPCF7_Submission::get_instance() function parameters.</li>\n<li>Triggers wpcf7beforesubmit custom DOM event. You can manipulate the formData object through an event handler.</li>\n</ul>\n<h4>4.8.1</h4>\n<ul>\n<li>wpcf7.initForm JavaScript function added to isolate form initialization process.</li>\n<li>Fix response message duplication caused by repeated click on submit button.</li>\n<li>Clear $phpmailer->AltBody to avoid unintended inheritance from previous wp_mail() calls.</li>\n<li>Fix incorrect character count of textarea input.</li>\n<li>Akismet: Exclude the comment_author, comment_author_email, and comment_author_url values from the comment_content value.</li>\n<li>REST API: More reliable approach to build route URLs.</li>\n<li>Include free_text inputs into event.detail.inputs.</li>\n</ul>\n<h4>4.8</h4>\n<ul>\n<li>Stopped using jquery.form.js.</li>\n<li>Added custom REST API endpoints for Ajax form submissions.</li>\n<li>WPCF7_FormTag class implements ArrayAccess interface.</li>\n<li>WPCF7_FormTagsManager::filter() filters form-tags based on features they support.</li>\n<li>New form-tag features: do-not-store, display-block, and display-hidden</li>\n<li>Removed inappropriate content from h1 headings.</li>\n<li>Added the support of size:invisible option to the reCAPTCHA form-tag.</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:50:\"https://wordpress.org/plugins/contact-form-7/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:30:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast 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:44:\"https://wordpress.org/plugins/wordpress-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Oct 2010 20:55: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins-wp/wordpress-seo/\";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:103:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using…\";s: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:\"Joost de Valk\";s: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:17685:\"<p><!--section=description--></p>\n<p>WordPress out of the box is already technically quite a good platform for SEO. This was true when Joost wrote his original <a href=\"https://yoast.com/articles/wordpress-seo/\" rel=\"nofollow\">WordPress SEO</a> article in 2008 (updated every few months) and it’s still true today, but that doesn’t mean you can’t improve it further! This plugin is written from the ground up by Joost de Valk and his team at <a href=\"https://yoast.com/\" rel=\"nofollow\">Yoast</a> to improve your site’s SEO on <em>all</em> needed aspects. While this <a href=\"https://yoast.com/wordpress/plugins/seo/\" rel=\"nofollow\">Yoast SEO plugin</a> goes the extra mile to take care of all the technical optimization, more on that below, it first and foremost helps you write better content. Yoast SEO forces you to choose a focus keyword when you’re writing your articles, and then makes sure you use that focus keyword everywhere.</p>\n<blockquote>\n<p><strong>Premium Support</strong><br />\n The Yoast team does not always provide active support for the Yoast SEO plugin on the WordPress.org forums. One-on-one email support is available to people who bought the <a href=\"https://yoast.com/wordpress/plugins/seo-premium/\" rel=\"nofollow\">Premium Yoast SEO plugin</a> only.<br />\n Note that the Premium SEO plugin has several extra features too, including the option to have multiple focus keywords and a redirect manager, so it might be well worth your investment!</p>\n<p>You should also check out the <a href=\"https://yoast.com/wordpress/plugins/local-seo/\" rel=\"nofollow\">Yoast Local SEO</a>, <a href=\"https://yoast.com/wordpress/plugins/news-seo/\" rel=\"nofollow\">Yoast News SEO</a> and <a href=\"https://yoast.com/wordpress/plugins/video-seo/\" rel=\"nofollow\">Yoast Video SEO</a> extensions to Yoast SEO. These of course come with support too.</p>\n<p><strong>Bug Reports</strong><br />\n Bug reports for Yoast SEO are <a href=\"https://github.com/Yoast/wordpress-seo\" rel=\"nofollow\">welcomed on GitHub</a>. Please note GitHub is <em>not</em> a support forum, and issues that aren’t properly qualified as bugs will be closed.</p>\n</blockquote>\n<h4>Write better content with Yoast SEO</h4>\n<p>Using the snippet preview, you can see a rendering of what your post or page will look like in the search results, whether your title is too long or too short, and whether your meta description makes sense in the context of a search result. This way the plugin will help you not only increase rankings but also increase the click through rate for organic search results.</p>\n<h4>Page Analysis</h4>\n<p>The Yoast SEO plugins <a href=\"https://yoast.com/content-seo-wordpress-linkdex/\" rel=\"nofollow\">Page Analysis</a> functionality checks simple things you’re bound to forget. It checks, for instance, if you have images in your post and whether they have an alt tag containing the focus keyword for that post. It also checks whether your posts are long enough, whether you’ve written a meta description and if that meta description contains your focus keyword, if you’ve used any subheadings within your post, etc. etc.</p>\n<p>The plugin also allows you to write meta titles and descriptions for all your category, tag and custom taxonomy archives, giving you the option to further optimize those pages.</p>\n<p>Combined, this plugin makes sure that your content is the type of content search engines will love!</p>\n<h4>Technical WordPress Search Engine Optimization</h4>\n<p>While out of the box WordPress is pretty good for SEO, it needs some tweaks here and there. This Yoast SEO plugin guides you through some of the settings needed, for instance by reminding you to enable pretty permalinks. But it also goes beyond that, by automatically optimizing and inserting the meta tags and link elements that Google and other search engines like so much:</p>\n<h4>Meta & Link Elements</h4>\n<p>With the Yoast SEO plugin you can control which pages Google shows in its search results and which pages it doesn’t show. By default, it will tell search engines to index all of your pages, including category and tag archives, but to only show the first pages in the search results. It’s not very useful for a user to end up on the third page of your “personal” category, right?</p>\n<p>WordPress itself only shows canonical link elements on single pages, but Yoast SEO makes it output canonical link elements everywhere. Google has recently announced they would also use <code>rel=\"next\"</code> and <code>rel=\"prev\"</code> link elements in the <code>head</code> section of your paginated archives. This plugin adds those automatically. See <a href=\"https://yoast.com/rel-next-prev-paginated-archives/\" rel=\"nofollow\">this post</a> for more info.</p>\n<h4>XML Sitemaps</h4>\n<p>The Yoast SEO plugin has the most advanced XML Sitemaps functionality in any WordPress plugin. Once you check the box, it automatically creates XML sitemaps and notifies Google & Bing of the sitemaps’ existence. These XML sitemaps include the images in your posts & pages too, so that your images may be found better in the search engines too.</p>\n<p>These XML Sitemaps will even work on large sites, because of how they’re created, using one index sitemap that links to sub-sitemaps for each 1,000 posts. They will also work with custom post types and custom taxonomies automatically, while giving you the option to remove those from the XML sitemap should you wish to.</p>\n<p>Because of using <a href=\"https://yoast.com/xsl-stylesheet-xml-sitemap/\" rel=\"nofollow\">XSL stylesheets for these XML Sitemaps</a>, the XML sitemaps are easily readable for the human eye too, so you can spot things that shouldn’t be in there.</p>\n<h4>RSS Optimization</h4>\n<p>Are you being outranked by scrapers? Instead of cursing at them, use them to your advantage! By automatically adding a link to your RSS feed pointing back to the original article, you’re telling the search engine where they should be looking for the original. This way, the Yoast SEO plugin increases your own chance of ranking for your chosen keywords and gets rid of scrapers in one go!</p>\n<h4>Breadcrumbs</h4>\n<p>If your theme is compatible, and themes based on for instance Genesis or by WooThemes often are, you can use the built-in Breadcrumbs functionality. This allows you to create an easy navigation that is great for both users and search engines, and will support the search engines in understanding the structure of your site.</p>\n<p>Making your theme compatible isn’t hard either, check <a href=\"https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/\" rel=\"nofollow\">these instructions</a>.</p>\n<h4>Edit your .htaccess and robots.txt file</h4>\n<p>Using the built-in file editor, you can edit your WordPress blog’s <code>.htaccess</code> and <code>robots.txt</code> file, giving you direct access to the two most powerful files, from an SEO perspective, in your WordPress install.</p>\n<h4>Social Integration</h4>\n<p>SEO and Social Media are heavily intertwined. That’s why this plugin also comes with a Facebook OpenGraph implementation and will soon also support Google+ sharing tags.</p>\n<h4>Multi-Site Compatible</h4>\n<p>The Yoast SEO plugin, unlike some others, is fully Multi-Site compatible. The XML Sitemaps work fine in all setups and you even have the option, in the Network settings, to copy the settings from one blog to another, or make blogs default to the settings for a specific blog.</p>\n<h4>Import & Export functionality</h4>\n<p>If you have multiple blogs, setting up plugins like this one on all of them might seem like a daunting task. Except that it’s not, because what you can do is simple: you set up the plugin once. You then export your settings and simply import them on all your other sites. It’s that simple!</p>\n<h4>Import functionality for other WordPress SEO plugins</h4>\n<p>If you’ve used All In One SEO Pack or HeadSpace2 before using this plugin, you might want to import all your old titles and descriptions. You can do that easily using the built-in import functionality. There’s also import functionality for some of the older Yoast plugins, like Robots Meta and RSS footer.</p>\n<p>Should you have a need to import from another SEO plugin to Yoast SEO, or from a theme like Genesis or Thesis, you can use the <a href=\"https://wordpress.org/extend/plugins/seo-data-transporter/\" rel=\"nofollow\">SEO Data Transporter</a> plugin, which will easily convert your SEO meta data from and to a whole set of plugins like Platinum SEO, SEO Ultimate, Greg’s High Performance SEO, and themes like Headway, Hybrid, WooFramework, Catalyst etc.</p>\n<p>Read <a href=\"https://yoast.com/all-in-one-seo-pack-migration/\" rel=\"nofollow\">this migration guide</a> if you still have questions about migrating from another SEO plugin to Yoast SEO.</p>\n<h4>Yoast SEO Plugin in your Language!</h4>\n<p>Currently a huge translation project is underway, translating Yoast SEO in as much as 24 languages. So far, the translations for French and Dutch are complete, but we still need help on a lot of other languages, so if you’re good at translating, please join us at <a href=\"http://translate.yoast.com\" rel=\"nofollow\">translate.yoast.com</a>.</p>\n<h4>News SEO</h4>\n<p>Be sure to also check out the premium <a href=\"https://yoast.com/wordpress/plugins/news-seo/\" rel=\"nofollow\">News SEO module</a> if you need Google News Sitemaps. It tightly integrates with Yoast SEO to give you the combined power of News Sitemaps and full Search Engine Optimization.</p>\n<h4>Further Reading</h4>\n<p>For more info, check out the following articles:</p>\n<ul>\n<li>The <a href=\"https://kb.yoast.com/kb/category/yoast-seo/\" rel=\"nofollow\">Yoast SEO Knowledgebase</a>.</li>\n<li><a href=\"https://yoast.com/articles/wordpress-seo/\" rel=\"nofollow\">WordPress SEO – The definitive Guide by Yoast</a>.</li>\n<li>Once you have great SEO, you’ll need the <a href=\"https://yoast.com/articles/wordpress-hosting/\" rel=\"nofollow\">best WordPress Hosting</a>.</li>\n<li>The <a href=\"https://yoast.com/wordpress/plugins/seo/\" rel=\"nofollow\">Yoast SEO Plugin</a> official homepage.</li>\n<li>Other <a href=\"https://yoast.com/wordpress/plugins/\" rel=\"nofollow\">WordPress Plugins</a> by the same team.</li>\n<li>Follow Yoast on <a href=\"https://facebook.com/yoast\" rel=\"nofollow\">Facebook</a> & <a href=\"http://twitter.com/yoast\" rel=\"nofollow\">Twitter</a>.</li>\n</ul>\n<h3>From within WordPress</h3>\n<ol>\n<li>Visit ‘Plugins > Add New’</li>\n<li>Search for ‘Yoast SEO’</li>\n<li>Activate Yoast SEO from your Plugins page.</li>\n<li>Go to “after activation” below.</li>\n</ol>\n<h3>Manually</h3>\n<ol>\n<li>Upload the <code>wordpress-seo</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the Yoast SEO plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to “after activation” below.</li>\n</ol>\n<h3>After activation</h3>\n<ol>\n<li>You should see (a notice to start) the Yoast SEO configuration wizard.</li>\n<li>Go through the configuration wizard and set up the plugin for your site.</li>\n<li>You’re done!</li>\n</ol>\n<p><!--section=faq--></p>\n<p>You’ll find answers to many of your questions on <a href=\"https://kb.yoast.com/kb/category/yoast-seo/\" rel=\"nofollow\">kb.yoast.com</a>.</p>\n<p><!--section=changelog--></p>\n<h4>5.6.1</h4>\n<p>Release Date: October 13th, 2017</p>\n<p>Bugfixes<br />\n * Fixes a bug where the SEO Manager role was not being able to save SEO settings.</p>\n<h4>5.6.0</h4>\n<p>Release Date: October 10th, 2017</p>\n<p>Enhancements<br />\n * Removes legacy license page and shows the new license page by default.<br />\n * Changes references from licenses to subscriptions and sites on the premium submenu page.<br />\n * Changes the appearance of the Help Center in line with our design approach.<br />\n * Introduces an explanation bar when the <code>Cornerstone content</code> filter is active.</p>\n<p>Bugfixes<br />\n * Fixes a bug where Hebrew slugs aren’t decoded on display in the bulk editor.<br />\n * Fixes a bug where the internal link count is not updated when there are no links to that page or post anymore.<br />\n * Fixes the <code>Cornerstone content</code> filter to behave consistently with existing WordPress filters.</p>\n<h4>5.5.1</h4>\n<p>Release Date: September 28th, 2017</p>\n<ul>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixes Snippet preview error when Yoast metabox has been removed.</li>\n</ul>\n</li>\n<li>\n<p>Changes</p>\n<ul>\n<li>Change Yoast Blog feed to new endpoint.</li>\n</ul>\n</li>\n</ul>\n<h4>5.5.0</h4>\n<p>Release Date: September 26th, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Updated the Dashboard Widget with a new design.</li>\n<li>Added additional explanations to the Configuration wizard.</li>\n<li>Added <code>contentinfo</code> landmark for assistive technologies to the Configuration wizard page.</li>\n<li>Introduces <code>wpseo_manager</code> and <code>wpseo_editor</code> roles.</li>\n<li>Introduces <code>wpseo_manage_options</code> capability to control which users have access to all SEO settings.</li>\n<li>Introduces <code>wpseo_edit_advanced_metadata</code> capability to control which users have access to the advanced SEO settings.</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixed a bug where certain options (<code>site_type</code>, <code>environment_type</code> and <code>has_multiple_authors</code>) would be reset to their default value whenever one of the feature toggles were changed.</li>\n<li>Ensured that <code>has_multiple_authors</code> gets validated.</li>\n</ul>\n</li>\n</ul>\n<p>= 5.4.2</p>\n<p>Release Date: September 21st, 2017</p>\n<ul>\n<li>Bugfixes\n<ul>\n<li>Replace unsupported query <code>prepare</code> placeholder <code>%1$d</code> with <code>%d</code> to fix broken queries. Fixes compatibility issue with WordPress 4.8.2.</li>\n</ul>\n</li>\n</ul>\n<p>= 5.4.1</p>\n<p>Release Date: September 20th, 2017</p>\n<ul>\n<li>Bugfixes\n<ul>\n<li>Replace unsupported query <code>prepare</code> placeholder <code>%1$s</code> with <code>%d</code> to fix broken queries. Fixes compatibility issue with WordPress 4.8.2.</li>\n</ul>\n</li>\n</ul>\n<h4>5.4.0</h4>\n<p>Release Date: September 6th, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Added a hook to disabled the twitter card. (Props: @petenelson)</li>\n</ul>\n</li>\n<li>\n<p>Performance</p>\n<ul>\n<li>Replaced the use of <code>get_posts</code> and <code>get_children</code> by <code>WP_Query</code>.</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Archive pages are excluded from the sitemap based on the noindex setting. (Props: @stodorovic)</li>\n<li>Prevent the throwing of an error when <code>wpseoPostScraperL10n</code> is not defined.</li>\n<li>Escapes all input when generating links for the RSS feed.</li>\n<li>Apply the <code>wp_get_attachment_url</code> filter to Sitemap images.</li>\n</ul>\n</li>\n</ul>\n<h4>5.3.3</h4>\n<p>Release Date: August 28th, 2017</p>\n<ul>\n<li>Bugfixes\n<ul>\n<li>Fixes a bug where table listings were not giving expected content, props <a href=\"https://github.com/kjohnson\" rel=\"nofollow\">Kyle B. Johnson</a>.</li>\n</ul>\n</li>\n</ul>\n<h4>5.3.2</h4>\n<p>Release Date: August 23rd, 2017</p>\n<ul>\n<li>Bugfixes\n<ul>\n<li>Fixes a bug where an invalid license notification could be shown in certain situations.</li>\n</ul>\n</li>\n</ul>\n<h4>5.3.1</h4>\n<p>Release Date: August 22nd, 2017</p>\n<ul>\n<li>Bugfixes\n<ul>\n<li>Fixes a bug where “mark as fixed” on the search console page didn’t work.</li>\n<li>Fixes a bug where the configuration wizard JavaScript file was too large.</li>\n</ul>\n</li>\n</ul>\n<h4>5.3.0</h4>\n<p>Release Date: August 22nd, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Adds missing I18n function call to make a string translatable</li>\n<li>Adds XML schema for image sitemap, props: <a href=\"https://github.com/stodorovic\" rel=\"nofollow\">stodorovic</a></li>\n<li>Adds schema.org meta-data on every page, instead of only on the homepage</li>\n<li>Adds the possibility to filter posts by readability score.</li>\n<li>Exposes tinyMCEHelper as window.YoastSEO.wp._tinyMCEHelper in JavaScript</li>\n<li>Exposes the ReplaceVar class in YoastReplaceVarPlugin as window.YoastReplaceVarPlugin.ReplaceVar in JavaScript</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Adds sanitization for the Twitter Image meta field</li>\n<li>Fixes use of <code>register_meta</code> for usage in WordPress 4.6 and higher</li>\n<li>Initialize the providers on hook <code>after_theme_setup</code> to make sure custom providers are added properly, props: <a href=\"https://github.com/stodorovic\" rel=\"nofollow\">stodorovic</a></li>\n<li>Changes the label of the “Bad” score to “Needs improvement” while filtering on SEO or readability scores.</li>\n</ul>\n</li>\n</ul>\n<h4>5.2.0</h4>\n<p>Release Date: August 8th, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Added wpseo_pre_adjacent_rel_links filter to bypass built-in rel prev/next functionality.</li>\n<li>Introduces classes to allow collecting data in the Premium plugin.</li>\n<li>Renamed OnPage.org to Ryte.</li>\n<li>Allow WordPress WHIP messages to be dismissed for a period of 4 weeks.</li>\n<li>Adds a filter for word combinations that consist of a single one-character word.</li>\n<li>Adds aria-current to the onboarding wizard active step.</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Removes JQMIGRATE JavaScript warnings.</li>\n</ul>\n</li>\n</ul>\n<h4>Earlier versions</h4>\n<p>For the changelog of earlier versions, please refer to the separate changelog.txt file.</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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s: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:38:\"https://wordpress.org/plugins/akismet/\";s: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:47:\"https://wordpress.org/plugins/akismet/#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, 20 Oct 2005 08:57: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins-wp/akismet/\";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:103:\"Akismet checks your comments and contact form submissions against our global database of spam to…\";s: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:\"Automattic\";s: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:19828:\"<p><!--section=description--></p>\n<p>Akismet checks your comments and contact form submissions against our global database of spam to prevent your site from publishing malicious content. You can review the comment spam it catches on your blog’s “Comments” admin screen.</p>\n<p>Major features in Akismet include:</p>\n<ul>\n<li>Automatically checks all comments and filters out the ones that look like spam.</li>\n<li>Each comment has a status history, so you can easily see which comments were caught or cleared by Akismet and which were spammed or unspammed by a moderator.</li>\n<li>URLs are shown in the comment body to reveal hidden or misleading links.</li>\n<li>Moderators can see the number of approved comments for each user.</li>\n<li>A discard feature that outright blocks the worst spam, saving you disk space and speeding up your site.</li>\n</ul>\n<p>PS: You’ll need an <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a> to use it. Keys are free for personal blogs; paid subscriptions are available for businesses and commercial sites.</p>\n<p><!--section=installation--></p>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You’re done!</p>\n<p><!--section=changelog--></p>\n<h4>4.0</h4>\n<p><em>Release Date – 19 September 2017</em></p>\n<ul>\n<li>Added REST API endpoints for configuring Akismet and retrieving stats.</li>\n<li>Increased the minimum supported WordPress version to 4.0.</li>\n<li>Added compatibility with comments submitted via the REST API.</li>\n<li>Improved the progress indicator on the “Check for Spam” button.</li>\n</ul>\n<h4>3.3.4</h4>\n<p><em>Release Date – 3 August 2017</em></p>\n<ul>\n<li>Disabled Akismet’s debug log output by default unless AKISMET_DEBUG is defined.</li>\n<li>URL previews now begin preloading when the mouse moves near them in the comments section of wp-admin.</li>\n<li>When a comment is caught by the Comment Blacklist, Akismet will always allow it to stay in the trash even if it is spam as well.</li>\n<li>Fixed a bug that was preventing an error from being shown when a site can’t reach Akismet’s servers.</li>\n</ul>\n<h4>3.3.3</h4>\n<p><em>Release Date – 13 July 2017</em></p>\n<ul>\n<li>Reduced amount of bandwidth used by the URL Preview feature.</li>\n<li>Improved the admin UI when the API key is manually pre-defined for the site.</li>\n<li>Removed a workaround for WordPress installations older than 3.3 that will improve Akismet’s compatibility with other plugins.</li>\n<li>The number of spam blocked that is displayed on the WordPress dashboard will now be more accurate and updated more frequently.</li>\n<li>Fixed a bug in the Akismet widget that could cause PHP warnings.</li>\n</ul>\n<h4>3.3.2</h4>\n<p><em>Release Date – 10 May 2017</em></p>\n<ul>\n<li>Fixed a bug causing JavaScript errors in some browsers.</li>\n</ul>\n<h4>3.3.1</h4>\n<p><em>Release Date – 2 May 2017</em></p>\n<ul>\n<li>Improve performance by only requesting the akismet_comment_nonce option when absolutely necessary.</li>\n<li>Fixed two bugs that could cause PHP warnings.</li>\n<li>Fixed a bug that was preventing the “Remove author URL” feature from working after a comment was edited using “Quick Edit.”</li>\n<li>Fixed a bug that was preventing the URL preview feature from working after a comment was edited using “Quick Edit.”</li>\n</ul>\n<h4>3.3</h4>\n<p><em>Release Date – 23 February 2017</em></p>\n<ul>\n<li>Updated the Akismet admin pages with a new clean design.</li>\n<li>Fixed bugs preventing the <code>akismet_add_comment_nonce</code> and <code>akismet_update_alert</code> wrapper functions from working properly.</li>\n<li>Fixed bug preventing the loading indicator from appearing when re-checking all comments for spam.</li>\n<li>Added a progress indicator to the “Check for Spam” button.</li>\n<li>Added a success message after manually rechecking the Pending queue for spam.</li>\n</ul>\n<h4>3.2</h4>\n<p><em>Release Date – 6 September 2016</em></p>\n<ul>\n<li>Added a WP-CLI module. You can now check comments and recheck the moderation queue from the command line.</li>\n<li>Stopped using the deprecated jQuery function <code>.live()</code>.</li>\n<li>Fixed a bug in <code>remove_comment_author_url()</code> and <code>add_comment_author_url()</code> that could generate PHP notices.</li>\n<li>Fixed a bug that could cause an infinite loop for sites with very very very large comment IDs.</li>\n<li>Fixed a bug that could cause the Akismet widget title to be blank.</li>\n</ul>\n<h4>3.1.11</h4>\n<p><em>Release Date – 12 May 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause the “Check for Spam” button to skip some comments.</li>\n<li>Fixed a bug that could prevent some spam submissions from being sent to Akismet.</li>\n<li>Updated all links to use https:// when possible.</li>\n<li>Disabled Akismet debug logging unless WP_DEBUG and WP_DEBUG_LOG are both enabled.</li>\n</ul>\n<h4>3.1.10</h4>\n<p><em>Release Date – 1 April 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Fixed a bug that could have resulted in comments that were caught by the core WordPress comment blacklist not to have a corresponding History entry.</li>\n<li>Fixed a bug that could have caused avoidable PHP warnings in the error log.</li>\n</ul>\n<h4>3.1.9</h4>\n<p><em>Release Date – 28 March 2016</em></p>\n<ul>\n<li>Add compatibility with Jetpack so that Jetpack can automatically configure Akismet settings when appropriate.</li>\n<li>Fixed a bug preventing some comment data from being sent to Akismet.</li>\n</ul>\n<h4>3.1.8</h4>\n<p><em>Release Date – 4 March 2016</em></p>\n<ul>\n<li>Fixed a bug preventing Akismet from being used with some plugins that rewrite admin URLs.</li>\n<li>Reduced the amount of bandwidth used on Akismet API calls</li>\n<li>Reduced the amount of space Akismet uses in the database</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n</ul>\n<h4>3.1.7</h4>\n<p><em>Release Date – 4 January 2016</em></p>\n<ul>\n<li>Added documentation for the ‘akismet_comment_nonce’ filter.</li>\n<li>The post-install activation button is now accessible to screen readers and keyboard-only users.</li>\n<li>Fixed a bug that was preventing the “Remove author URL” feature from working in WordPress 4.4</li>\n</ul>\n<h4>3.1.6</h4>\n<p><em>Release Date – 14 December 2015</em></p>\n<ul>\n<li>Improve the notices shown after activating Akismet.</li>\n<li>Update some strings to allow for the proper plural forms in all languages.</li>\n</ul>\n<h4>3.1.5</h4>\n<p><em>Release Date – 13 October 2015</em></p>\n<ul>\n<li>Closes a potential XSS vulnerability.</li>\n</ul>\n<h4>3.1.4</h4>\n<p><em>Release Date – 24 September 2015</em></p>\n<ul>\n<li>Fixed a bug that was preventing some users from automatically connecting using Jetpack if they didn’t have a current Akismet subscription.</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Error messages and instructions have been simplified to be more understandable.</li>\n<li>Link previews are enabled for all links inside comments, not just the author’s website link.</li>\n</ul>\n<h4>3.1.3</h4>\n<p><em>Release Date – 6 July 2015</em></p>\n<ul>\n<li>Notify users when their account status changes after previously being successfully set up. This should help any users who are seeing blank Akismet settings screens.</li>\n</ul>\n<h4>3.1.2</h4>\n<p><em>Release Date – 7 June 2015</em></p>\n<ul>\n<li>Reduced the amount of space Akismet uses in the commentmeta table.</li>\n<li>Fixed a bug where some comments with quotes in the author name weren’t getting history entries</li>\n<li>Pre-emptive security improvements to ensure that the Akismet plugin can’t be used by attackers to compromise a WordPress installation.</li>\n<li>Better UI for the key entry field: allow whitespace to be included at the beginning or end of the key and strip it out automatically when the form is submitted.</li>\n<li>When deactivating the plugin, notify the Akismet API so the site can be marked as inactive.</li>\n<li>Clearer error messages.</li>\n</ul>\n<h4>3.1.1</h4>\n<p><em>Release Date – 17th March, 2015</em></p>\n<ul>\n<li>Improvements to the “Remove comment author URL” JavaScript</li>\n<li>Include the pingback pre-check from the 2.6 branch.</li>\n</ul>\n<h4>3.1</h4>\n<p><em>Release Date – 11th March, 2015</em></p>\n<ul>\n<li>Use HTTPS by default for all requests to Akismet.</li>\n<li>Fix for a situation where Akismet might strip HTML from a comment.</li>\n</ul>\n<h4>3.0.4</h4>\n<p><em>Release Date – 11th December, 2014</em></p>\n<ul>\n<li>Fix to make .htaccess compatible with Apache 2.4.</li>\n<li>Fix to allow removal of https author URLs.</li>\n<li>Fix to avoid stripping part of the author URL when removing and re-adding.</li>\n<li>Removed the “Check for Spam” button from the “Trash” and “Approved” queues, where it would have no effect.</li>\n<li>Allow automatic API key configuration when Jetpack is installed and connected to a WordPress.com account</li>\n</ul>\n<h4>3.0.3</h4>\n<p><em>Release Date – 3rd November, 2014</em></p>\n<ul>\n<li>Fix for sending the wrong data to delete_comment action that could have prevented old spam comments from being deleted.</li>\n<li>Added a filter to disable logging of Akismet debugging information.</li>\n<li>Added a filter for the maximum comment age when deleting old spam comments.</li>\n<li>Added a filter for the number per batch when deleting old spam comments.</li>\n<li>Removed the “Check for Spam” button from the Spam folder.</li>\n</ul>\n<h4>3.0.2</h4>\n<p><em>Release Date – 18th August, 2014</em></p>\n<ul>\n<li>Performance improvements.</li>\n<li>Fixed a bug that could truncate the comment data being sent to Akismet for checking.</li>\n</ul>\n<h4>3.0.1</h4>\n<p><em>Release Date – 9th July, 2014</em></p>\n<ul>\n<li>Removed dependency on PHP’s fsockopen function</li>\n<li>Fix spam/ham reports to work when reported outside of the WP dashboard, e.g., from Notifications or the WP app</li>\n<li>Remove jQuery dependency for comment form JavaScript</li>\n<li>Remove unnecessary data from some Akismet comment meta</li>\n<li>Suspended keys will now result in all comments being put in moderation, not spam.</li>\n</ul>\n<h4>3.0.0</h4>\n<p><em>Release Date – 15th April, 2014</em></p>\n<ul>\n<li>Move Akismet to Settings menu</li>\n<li>Drop Akismet Stats menu</li>\n<li>Add stats snapshot to Akismet settings</li>\n<li>Add Akismet subscription details and status to Akismet settings</li>\n<li>Add contextual help for each page</li>\n<li>Improve Akismet setup to use Jetpack to automate plugin setup</li>\n<li>Fix “Check for Spam” to use AJAX to avoid page timing out</li>\n<li>Fix Akismet settings page to be responsive</li>\n<li>Drop legacy code</li>\n<li>Tidy up CSS and Javascript</li>\n<li>Replace the old discard setting with a new “discard pervasive spam” feature.</li>\n</ul>\n<h4>2.6.0</h4>\n<p><em>Release Date – 18th March, 2014</em></p>\n<ul>\n<li>Add ajax paging to the check for spam button to handle large volumes of comments</li>\n<li>Optimize javascript and add localization support </li>\n<li>Fix bug in link to spam comments from right now dashboard widget</li>\n<li>Fix bug with deleting old comments to avoid timeouts dealing with large volumes of comments</li>\n<li>Include X-Pingback-Forwarded-For header in outbound WordPress pingback verifications</li>\n<li>Add pre-check for pingbacks, to stop spam before an outbound verification request is made</li>\n</ul>\n<h4>2.5.9</h4>\n<p><em>Release Date – 1st August, 2013</em></p>\n<ul>\n<li>Update ‘Already have a key’ link to redirect page rather than depend on javascript</li>\n<li>Fix some non-translatable strings to be translatable</li>\n<li>Update Activation banner in plugins page to redirect user to Akismet config page</li>\n</ul>\n<h4>2.5.8</h4>\n<p><em>Release Date – 20th January, 2013</em></p>\n<ul>\n<li>Simplify the activation process for new users</li>\n<li>Remove the reporter_ip parameter</li>\n<li>Minor preventative security improvements</li>\n</ul>\n<h4>2.5.7</h4>\n<p><em>Release Date – 13th December, 2012</em></p>\n<ul>\n<li>FireFox Stats iframe preview bug</li>\n<li>Fix mshots preview when using https</li>\n<li>Add .htaccess to block direct access to files</li>\n<li>Prevent some PHP notices</li>\n<li>Fix Check For Spam return location when referrer is empty</li>\n<li>Fix Settings links for network admins</li>\n<li>Fix prepare() warnings in WP 3.5</li>\n</ul>\n<h4>2.5.6</h4>\n<p><em>Release Date – 26th April, 2012</em></p>\n<ul>\n<li>Prevent retry scheduling problems on sites where wp_cron is misbehaving</li>\n<li>Preload mshot previews</li>\n<li>Modernize the widget code</li>\n<li>Fix a bug where comments were not held for moderation during an error condition</li>\n<li>Improve the UX and display when comments are temporarily held due to an error</li>\n<li>Make the Check For Spam button force a retry when comments are held due to an error</li>\n<li>Handle errors caused by an invalid key</li>\n<li>Don’t retry comments that are too old</li>\n<li>Improve error messages when verifying an API key</li>\n</ul>\n<h4>2.5.5</h4>\n<p><em>Release Date – 11th January, 2012</em></p>\n<ul>\n<li>Add nonce check for comment author URL remove action</li>\n<li>Fix the settings link</li>\n</ul>\n<h4>2.5.4</h4>\n<p><em>Release Date – 5th January, 2012</em></p>\n<ul>\n<li>Limit Akismet CSS and Javascript loading in wp-admin to just the pages that need it</li>\n<li>Added author URL quick removal functionality</li>\n<li>Added mShot preview on Author URL hover</li>\n<li>Added empty index.php to prevent directory listing</li>\n<li>Move wp-admin menu items under Jetpack, if it is installed</li>\n<li>Purge old Akismet comment meta data, default of 15 days</li>\n</ul>\n<h4>2.5.3</h4>\n<p><em>Release Date – 8th Febuary, 2011</em></p>\n<ul>\n<li>Specify the license is GPL v2 or later</li>\n<li>Fix a bug that could result in orphaned commentmeta entries</li>\n<li>Include hotfix for WordPress 3.0.5 filter issue</li>\n</ul>\n<h4>2.5.2</h4>\n<p><em>Release Date – 14th January, 2011</em></p>\n<ul>\n<li>Properly format the comment count for author counts</li>\n<li>Look for super admins on multisite installs when looking up user roles</li>\n<li>Increase the HTTP request timeout</li>\n<li>Removed padding for author approved count</li>\n<li>Fix typo in function name</li>\n<li>Set Akismet stats iframe height to fixed 2500px. Better to have one tall scroll bar than two side by side.</li>\n</ul>\n<h4>2.5.1</h4>\n<p><em>Release Date – 17th December, 2010</em></p>\n<ul>\n<li>Fix a bug that caused the “Auto delete” option to fail to discard comments correctly</li>\n<li>Remove the comment nonce form field from the ‘Akismet Configuration’ page in favor of using a filter, akismet_comment_nonce</li>\n<li>Fixed padding bug in “author” column of posts screen</li>\n<li>Added margin-top to “cleared by …” badges on dashboard</li>\n<li>Fix possible error when calling akismet_cron_recheck()</li>\n<li>Fix more PHP warnings</li>\n<li>Clean up XHTML warnings for comment nonce</li>\n<li>Fix for possible condition where scheduled comment re-checks could get stuck</li>\n<li>Clean up the comment meta details after deleting a comment</li>\n<li>Only show the status badge if the comment status has been changed by someone/something other than Akismet</li>\n<li>Show a ‘History’ link in the row-actions</li>\n<li>Translation fixes</li>\n<li>Reduced font-size on author name</li>\n<li>Moved “flagged by…” notification to top right corner of comment container and removed heavy styling</li>\n<li>Hid “flagged by…” notification while on dashboard</li>\n</ul>\n<h4>2.5.0</h4>\n<p><em>Release Date – 7th December, 2010</em></p>\n<ul>\n<li>Track comment actions under ‘Akismet Status’ on the edit comment screen</li>\n<li>Fix a few remaining deprecated function calls ( props Mike Glendinning ) </li>\n<li>Use HTTPS for the stats IFRAME when wp-admin is using HTTPS</li>\n<li>Use the WordPress HTTP class if available</li>\n<li>Move the admin UI code to a separate file, only loaded when needed</li>\n<li>Add cron retry feature, to replace the old connectivity check</li>\n<li>Display Akismet status badge beside each comment</li>\n<li>Record history for each comment, and display it on the edit page</li>\n<li>Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham</li>\n<li>Highlight links in comment content</li>\n<li>New option, “Show the number of comments you’ve approved beside each comment author.”</li>\n<li>New option, “Use a nonce on the comment form.”</li>\n</ul>\n<h4>2.4.0</h4>\n<p><em>Release Date – 23rd August, 2010</em></p>\n<ul>\n<li>Spell out that the license is GPLv2</li>\n<li>Fix PHP warnings</li>\n<li>Fix WordPress deprecated function calls</li>\n<li>Fire the delete_comment action when deleting comments</li>\n<li>Move code specific for older WP versions to legacy.php</li>\n<li>General code clean up</li>\n</ul>\n<h4>2.3.0</h4>\n<p><em>Release Date – 5th June, 2010</em></p>\n<ul>\n<li>Fix “Are you sure” nonce message on config screen in WPMU</li>\n<li>Fix XHTML compliance issue in sidebar widget</li>\n<li>Change author link; remove some old references to WordPress.com accounts</li>\n<li>Localize the widget title (core ticket #13879)</li>\n</ul>\n<h4>2.2.9</h4>\n<p><em>Release Date – 2nd June, 2010</em></p>\n<ul>\n<li>Eliminate a potential conflict with some plugins that may cause spurious reports</li>\n</ul>\n<h4>2.2.8</h4>\n<p><em>Release Date – 27th May, 2010</em></p>\n<ul>\n<li>Fix bug in initial comment check for ipv6 addresses</li>\n<li>Report comments as ham when they are moved from spam to moderation</li>\n<li>Report comments as ham when clicking undo after spam</li>\n<li>Use transition_comment_status action when available instead of older actions for spam/ham submissions</li>\n<li>Better diagnostic messages when PHP network functions are unavailable</li>\n<li>Better handling of comments by logged-in users</li>\n</ul>\n<h4>2.2.7</h4>\n<p><em>Release Date – 17th December, 2009</em></p>\n<ul>\n<li>Add a new AKISMET_VERSION constant</li>\n<li>Reduce the possibility of over-counting spam when another spam filter plugin is in use</li>\n<li>Disable the connectivity check when the API key is hard-coded for WPMU</li>\n</ul>\n<h4>2.2.6</h4>\n<p><em>Release Date – 20th July, 2009</em></p>\n<ul>\n<li>Fix a global warning introduced in 2.2.5</li>\n<li>Add changelog and additional readme.txt tags</li>\n<li>Fix an array conversion warning in some versions of PHP</li>\n<li>Support a new WPCOM_API_KEY constant for easier use with WordPress MU</li>\n</ul>\n<h4>2.2.5</h4>\n<p><em>Release Date – 13th July, 2009</em></p>\n<ul>\n<li>Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls</li>\n</ul>\n<h4>2.2.4</h4>\n<p><em>Release Date – 3rd June, 2009</em></p>\n<ul>\n<li>Fixed a key problem affecting the stats feature in WordPress MU</li>\n<li>Provide additional blog information in Akismet API calls</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You’re done!</p>\n</dd>\n</dl>\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:43:\"https://wordpress.org/plugins/akismet/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:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://wordpress.org/plugins/jetpack/\";s: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:47:\"https://wordpress.org/plugins/jetpack/#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, 20 Jan 2011 02:21: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins-wp/jetpack/\";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:112:\"The one plugin you need for stats, related posts, search engine optimization, social sharing, protection,…\";s: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:\"Automattic\";s: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:13272:\"<p><!--section=description--></p>\n<p>Keep any WordPress site secure, increase traffic, and engage your readers.</p>\n<h4>Traffic and SEO Tools</h4>\n<p>Traffic is the lifeblood of any website. Jetpack includes:</p>\n<ul>\n<li>[free] Site stats and analytics</li>\n<li>[free] Automatic sharing on Facebook, Twitter, LinkedIn, Tumblr, Reddit, and WhatsApp</li>\n<li>[free] Related posts</li>\n<li>[paid] Search engine optimization tools for Google, Bing, Twitter, Facebook, and WordPress.com</li>\n<li>[paid] Advertising program that includes the best of AdSense, Facebook Ads, AOL, Amazon, Google AdX, and Yahoo</li>\n</ul>\n<h4>Security and Backup Services</h4>\n<p>Stop worrying about data loss, downtime, and hacking. Jetpack provides:</p>\n<ul>\n<li>[free] Brute force attack protection</li>\n<li>[free] Downtime and uptime monitoring</li>\n<li>[free] Secured logins and two-factor authentication</li>\n<li>[paid] Malware scanning, code scanning, and threat resolution</li>\n<li>[paid] Site backups, restores, and migrations</li>\n</ul>\n<h4>Content Creation</h4>\n<p>Add rich, beautifully-presented media — no graphic design expertise necessary:</p>\n<ul>\n<li>[free] A high-speed CDN for your images</li>\n<li>[free] Carousels, slideshows, and tiled galleries</li>\n<li>[free] Simple embeds from YouTube, Google Documents, Spotify and more</li>\n<li>[free] Sidebar customization including Facebook, Twitter, and RSS feeds</li>\n<li>[free] Extra sidebar widgets including blog stats, calendar, and author widgets</li>\n<li>[paid] High-speed, ad-free, and high-definition video hosting</li>\n</ul>\n<h4>Discussion and Community</h4>\n<p>Create a connection with your readers and keep them coming back to your site with:</p>\n<ul>\n<li>[free] Email subscriptions</li>\n<li>[free] Comment login with Facebook, Twitter, and Google</li>\n<li>[free] Fully-customizable contact forms</li>\n<li>[free] Infinite scroll for your posts</li>\n</ul>\n<h4>Expert Support</h4>\n<p>We have an entire team of Happiness Engineers ready to help you. Ask your questions in the support forum, or <a href=\"https://jetpack.com/contact-support\" rel=\"nofollow\">contact us directly</a>.</p>\n<h4>Paid Services</h4>\n<p>Most of Jetpack’s features and services are free. Jetpack also provides advanced security and backup services, video hosting, site monetization, priority support, and more SEO tools in three <a href=\"https://jetpack.com/pricing?from=wporg\" rel=\"nofollow\">simple and affordable plans</a>.</p>\n<h4>Get Started</h4>\n<p>Installation is free, quick, and easy. Set up <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">the free plan</a> in minutes.</p>\n<p><!--section=installation--></p>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href=\"https://jetpack.com/support/installing-jetpack/\" rel=\"nofollow\">read our detailed instructions</a>.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href=\"https://jetpack.com/support/installing-jetpack/\" rel=\"nofollow\">read our detailed instructions</a>.</p>\n</dd>\n<dt>Is Jetpack Free?</dt>\n<dd>\n<p>Yes! Jetpack’s core features are and always will be free.</p>\n<p>These include: <a href=\"https://jetpack.com/features/traffic/site-stats\" rel=\"nofollow\">site stats</a>, a <a href=\"https://jetpack.com/features/writing/content-delivery-network/\" rel=\"nofollow\">high-speed CDN</a> for images, <a href=\"https://jetpack.com/features/traffic/related-posts\" rel=\"nofollow\">related posts</a>, <a href=\"https://jetpack.com/features/security/downtime-monitoring\" rel=\"nofollow\">downtime monitoring</a>, brute force <a href=\"https://jetpack.com/features/security/brute-force-attack-protection\" rel=\"nofollow\">attack protection</a>, <a href=\"https://jetpack.com/features/traffic/automatic-publishing/\" rel=\"nofollow\">automated sharing</a> to social networks, <a href=\"https://jetpack.com/features/writing/sidebar-customization/\" rel=\"nofollow\">sidebar customization</a>, and many more.</p>\n</dd>\n<dt>Should I purchase a paid plan?</dt>\n<dd>\n<p>Jetpack’s paid services include automated backups, security scanning, spam filtering, video hosting, site monetization, SEO tools, and priority support.</p>\n<p>If you’re interested in learning more about the extra layers of protection and advanced tools available, learn more about our <a href=\"https://jetpack.com/pricing?from=wporg\" rel=\"nofollow\">paid plans</a>.</p>\n</dd>\n<dt>Why do I need a WordPress.com account?</dt>\n<dd>\n<p>Since Jetpack and its services are provided and hosted by WordPress.com, a WordPress.com account is required for Jetpack to function.</p>\n</dd>\n<dt>I already have a WordPress account, but Jetpack isn’t working. What’s going on?</dt>\n<dd>\n<p>A WordPress.com account is different from the account you use to log into your self-hosted WordPress. If you can log into <a href=\"https://wordpress.com\" rel=\"nofollow\">WordPress.com</a>, then you already have a WordPress.com account. If you can’t, you can easily create one <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">during installation</a>.</p>\n</dd>\n<dt>How do I view my stats?</dt>\n<dd>\n<p>Once you’ve installed Jetpack your stats will be available on <a href=\"https://wordpress.com/stats\" rel=\"nofollow\">WordPress.com/Stats</a>, on the official <a href=\"https://apps.wordpress.com/mobile/\" rel=\"nofollow\">WordPress mobile apps</a>, and on your Jetpack dashboard.</p>\n</dd>\n<dt>How do I contribute to Jetpack?</dt>\n<dd>\n<p>There are opportunities for developers at all levels to contribute. <a href=\"https://jetpack.com/contribute\" rel=\"nofollow\">Learn more about contributing to Jetpack</a> or consider <a href=\"https://jetpack.com/beta\" rel=\"nofollow\">joining our beta program</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>5.4</h4>\n<ul>\n<li>Release date: October 3, 2017</li>\n<li>Release post: http://wp.me/p1moTy-67V</li>\n</ul>\n<p><strong>Major Enhancements</strong><br />\n* Multiple improvements to the connection process, to allow more people to use the Jetpack plugin, even on very specific server configurations.<br />\n* Add a new Welcome screen to guide site owners after they have purchased a Jetpack plan.</p>\n<p><strong>Enhancements</strong><br />\n* Add Schema.org markup to the Contact Info Widget.<br />\n* Add a new “Date” field to the Contact Form.<br />\n* Added support in the Google Analytics feature for IP anonymization and basic WooCommerce tracking.<br />\n* Do not show any update notices when in <a href=\"http://jetpack.com/support/development-mode\" rel=\"nofollow\">development mode</a>.<br />\n* Improve our documentation to help contributors set up a unit testing environment.<br />\n* Avoid conflicts between Jetpack’s Infinite Scroll and other Infinite Scroll plugins.<br />\n* Improvements to the WordPress.com REST API to avoid issues when interacting with your site’s categories and tags on WordPress.com.<br />\n* Allow third party plugin and theme authors to add new menu items to the WordPress.com toolbar.<br />\n* Improve the Content Options panel displayed in the Customizer with certain themes.<br />\n* Add architecture for the Jetpack Search feature, available for Jetpack Professional users.<br />\n* Simple Payments: improve the display of the payment items when used on your site.<br />\n* Ensure a proper display of the Recipe shortcode on sites using an RTL language.<br />\n* Improve the display of the Facebook posts, images, and all other Facebook embeds in your posts.<br />\n* Synchronize the author information for all published posts.<br />\n* Record how Jetpack was discovered and activated to better understand how site owners first discover Jetpack.<br />\n* Improve the display and options offered with the Milestone Widget.</p>\n<p><strong>Bug fixes</strong><br />\n* We fixed layout issues appearing in the admin interface for IE11 users.<br />\n* Comment Form: avoid whitespace sometimes appearing below the form with some themes.<br />\n* Contact Form: avoid errors in the post editor on sites using RTL languages.<br />\n* Toolbar: always display the Toolbar when it’s active, regardless of other admin bar settings.<br />\n* Widget Visibility: make sure rules are correctly migrated from the old Jetpack image widget to the new WordPress Image Widget.<br />\n* Avoid errors showing that Jetpack is out of date on WordPress.com, when running a Multisite network.<br />\n* WP CLI: avoid warnings when using the <code>wp jetpack protect whitelist list</code> command to list the whitelisted IP addresses in the Protect feature.<br />\n* Avoid displaying raw HTML in the Stats Configuration screen.<br />\n* Comment edits are reflected properly in wordpress.com.</p>\n<h4>5.3</h4>\n<ul>\n<li>Release date: September 5, 2017</li>\n<li>Release post: http://wp.me/p1moTy-5Xv</li>\n</ul>\n<p><strong>Major Enhancements</strong><br />\n* Full PHP 7.1 compatibility.<br />\n* It’s now possible to preview your site within WordPress.com.</p>\n<p><strong>Enhancements</strong><br />\n* The Ads feature now gives you more options and control over the ads displayed on your site.<br />\n* Increased performance in the admin by cutting back on unnecessary requests.<br />\n* Loading comment avatars from Facebook and Twitter through a more secure https.<br />\n* Admin UI is much friendlier on initial activation when there are no stats to display.<br />\n* You’re now able to stop VideoPress from looping a video during autoplay through the shortcode.<br />\n* Made some optimizations to the Jetpack connection process which means connecting your site more is more reliable.<br />\n* The EU Cookie Law widget got some styling improvements and looks better in any theme.<br />\n* There’s a new Jetpack CLI command to allow testing of the Jetpack connection.<br />\n* Added the Likes and Monitor features to our recommended features list, making it easier to activate for new sites.<br />\n* Improvements made that makes sure we have the most up-to-date version of your site when managing from WordPress.com.<br />\n* Added a link to view your Comments in the WordPress.com toolbar.<br />\n* Lots of minor design improvements to the Jetpack admin area.<br />\n* We’ve found a few places where we were able to optimize the loading of css files.<br />\n* Removed the Omnisearch feature.</p>\n<p><strong>Bug fixes</strong><br />\n* Fixed compatibility issues with plugins using TinyMCE.<br />\n* Contact Form submission emails have been fixed for sites hosted on SiteGround.<br />\n* Updating WordPress.com themes will no longer have any problems.<br />\n* The Sitemaps feature will no longer error with posts/images with special characters in the title.<br />\n* There are no more conflicts with the ACF plugin when adding a new custom field.<br />\n* Fixed a bug that would cause some plugins to throw warnings with the Shortcode feature.<br />\n* We’re no longer loading a font on the front-end for the Likes feature, which will also have some performance benefits.<br />\n* The Jetpack admin UI had some bugs that were causing some features to not display the correct active status, which are squashed now.<br />\n* Cleaned up our markup to avoid XHTML validation errors.<br />\n* Brought back a filter for the Widget Visibility feature that was accidentally removed.<br />\n* Managing your comments and comment authors more reliable from WordPress.com.</p>\n<h4>5.2.1</h4>\n<ul>\n<li>Release date: August 2, 2017</li>\n<li>Release post: https://jetpack.com/?p=22686</li>\n</ul>\n<p><strong>Bug fixes</strong><br />\n* Solves an issue that caused widgets to lose their content when saved in WP Admin or Customizer.</p>\n<h4>5.2</h4>\n<ul>\n<li>Release date: August 1, 2017</li>\n<li>Release post: https://jetpack.com/?p=22509</li>\n</ul>\n<p><strong>Major Enhancements</strong><br />\n* Contact Forms now sports a fancy new interface that allows you to visually compose your form in the editor.<br />\n* We have a new and slick way to showcase and explain the features we recommend to activate to new users.</p>\n<p><strong>Enhancements</strong><br />\n* Reduced 500kb from plugin zip file, which means faster updates.<br />\n* Refactored and reduced code for Comment Likes so it’s faster and lighter.</p>\n<p><strong>Bug fixes</strong><br />\n* An inconsistency experienced in WordPress.com dashboard when Related Posts settings were set in the local site’s WP Admin is now fixed.<br />\n* Fixed a 404 when loading Open Sans font from a stylesheet plus now it’s only enqueued if it will be used.<br />\n* Solve PHP warnings when Image widget wasn’t migrated.</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:43:\"https://wordpress.org/plugins/jetpack/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:33:\"\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:18:\"WordPress Importer\";s: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:\"https://wordpress.org/plugins/wordpress-importer/\";s: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, 20 May 2010 18:48:47 +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:13:\"Uncategorized\";s: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:52:\"https://wordpress.org/plugins-wp/wordpress-importer/\";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:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s: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:\"Brian Colinger\";s: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:4618:\"<p><!--section=description--></p>\n<p>The WordPress Importer will import the following content from a WordPress export file:</p>\n<ul>\n<li>Posts, pages and other custom post types</li>\n<li>Comments</li>\n<li>Custom fields and post meta</li>\n<li>Categories, tags and terms from custom taxonomies</li>\n<li>Authors</li>\n</ul>\n<p>For further information and instructions please see the <a href=\"https://codex.wordpress.org/Importing_Content#WordPress\" rel=\"nofollow\">Codex page on Importing Content</a></p>\n<h3>Filters</h3>\n<p>The importer has a couple of filters to allow you to completely enable/block certain features:</p>\n<ul>\n<li><code>import_allow_create_users</code>: return false if you only want to allow mapping to existing users</li>\n<li><code>import_allow_fetch_attachments</code>: return false if you do not wish to allow importing and downloading of attachments</li>\n<li><code>import_attachment_size_limit</code>: return an integer value for the maximum file size in bytes to save (default is 0, which is unlimited)</li>\n</ul>\n<p>There are also a few actions available to hook into:</p>\n<ul>\n<li><code>import_start</code>: occurs after the export file has been uploaded and author import settings have been chosen</li>\n<li><code>import_end</code>: called after the last output from the importer</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>The quickest method for installing the importer is:</p>\n<ol>\n<li>Visit Tools -> Import in the WordPress dashboard</li>\n<li>Click on the WordPress link in the list of importers</li>\n<li>Click “Install Now”</li>\n<li>Finally click “Activate Plugin & Run Importer”</li>\n</ol>\n<p>If you would prefer to do things manually then follow these instructions:</p>\n<ol>\n<li>Upload the <code>wordpress-importer</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to the Tools -> Import screen, click on WordPress</li>\n</ol>\n</dd>\n<dt>Help! I’m getting out of memory errors or a blank screen.</dt>\n<dd>\n<p>If your exported file is very large, the import script may run into your host’s configured memory limit for PHP.</p>\n<p>A message like “Fatal error: Allowed memory size of 8388608 bytes exhausted” indicates that the script can’t successfully import your XML file under the current PHP memory limit. If you have access to the php.ini file, you can manually increase the limit; if you do not (your WordPress installation is hosted on a shared server, for instance), you might have to break your exported XML file into several smaller pieces and run the import script one at a time.</p>\n<p>For those with shared hosting, the best alternative may be to consult hosting support to determine the safest approach for running the import. A host may be willing to temporarily lift the memory limit and/or run the process directly from their end.</p>\n<p>— <a href=\"https://codex.wordpress.org/Importing_Content#Before_Importing\" rel=\"nofollow\">WordPress Codex: Importing Content</a></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>0.6.3</h4>\n<ul>\n<li>Add support for import term metadata.</li>\n<li>Fix bug that caused slashes to be stripped from imported content.</li>\n<li>Fix bug that caused characters to be stripped inside of CDATA in some cases.</li>\n<li>Fix PHP notices.</li>\n</ul>\n<h4>0.6.2</h4>\n<ul>\n<li>Add wp_import_existing_post filter. See: https://core.trac.wordpress.org/ticket/33721</li>\n</ul>\n<h4>0.6</h4>\n<ul>\n<li>Support for WXR 1.2 and multiple CDATA sections</li>\n<li>Post aren’t duplicates if their post_type’s are different</li>\n</ul>\n<h4>0.5.2</h4>\n<ul>\n<li>Double check that the uploaded export file exists before processing it. This prevents incorrect error messages when<br />\nan export file is uploaded to a server with bad permissions and WordPress 3.3 or 3.3.1 is being used.</li>\n</ul>\n<h4>0.5</h4>\n<ul>\n<li>Import comment meta (requires export from WordPress 3.2)</li>\n<li>Minor bugfixes and enhancements</li>\n</ul>\n<h4>0.4</h4>\n<ul>\n<li>Map comment user_id where possible</li>\n<li>Import attachments from <code>wp:attachment_url</code></li>\n<li>Upload attachments to correct directory</li>\n<li>Remap resized image URLs correctly</li>\n</ul>\n<h4>0.3</h4>\n<ul>\n<li>Use an XML Parser if possible</li>\n<li>Proper import support for nav menus</li>\n<li>… and much more, see <a href=\"https://core.trac.wordpress.org/ticket/15197\" rel=\"nofollow\">Trac ticket #15197</a></li>\n</ul>\n<h4>0.1</h4>\n<ul>\n<li>Initial release</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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s: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:42:\"https://wordpress.org/plugins/woocommerce/\";s: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:50:\"https://wordpress.org/plugins/woocommerce/#respond\";s: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, 27 Sep 2011 15:32:48 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins-wp/woocommerce/\";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:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s: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:9:\"WooThemes\";s: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:22616:\"<p><!--section=description--></p>\n<p>WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the world’s favorite eCommerce solution that gives both store owners and developers complete control.</p>\n<p>With endless flexibility and access to hundreds of free and premium WordPress extensions, WooCommerce now powers 30% of all online stores — more than any other platform.</p>\n<iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/1KahlicghaE?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe>\n<h4>Sell anything, anywhere</h4>\n<p>With WooCommerce, you can sell both physical and digital goods in all shapes and sizes, offer product variations, multiple configurations, and instant downloads to shoppers, and even sell affiliate goods from online marketplaces.</p>\n<p>With premium extensions, you can offer bookings, memberships, and recurring subscriptions. Perhaps you’d like to sell monthly subscriptions for physical goods, or offer your members a discount on digital downloads? It’s all possible.</p>\n<h4>Ship wherever you like</h4>\n<p>Offer free shipping, flat rate shipping, or make real-time calculations. Limit your shipments to specific countries, or open your store up to the world. Shipping is highly configurable, and WooCommerce even supports drop shipping.</p>\n<h4>Extensive payment options</h4>\n<p>WooCommerce comes bundled with the ability to accept major credit cards, PayPal, BACS (bank transfers), and cash on delivery. Need additional options? More than 140 region-specific gateways integrate with WooCommerce, including popular choices like Stripe, Authorize.Net, and Amazon Payments.</p>\n<h4>You control it all — forever</h4>\n<p>WooCommerce gives you complete control of your store, from taxes to stock levels to customer accounts. Add and remove extensions, change your design, and switch settings as you please. It’s all under your control.</p>\n<p>One of the biggest risks of using a hosted eCommerce platform is what happens to your store if the provider closes up shop. With WooCommerce, you have complete control, so there’s never any reason to worry. Your data belongs to you — and it’s kept secure, thanks to regular audits by industry leaders.</p>\n<h4>Define your style with Storefront</h4>\n<p><a href=\"https://wordpress.org/themes/storefront/\" rel=\"nofollow\">Storefront</a> is a free WordPress theme available to any WooCommerce store. Along with deep WooCommerce integration, Storefront prioritizes speed and uptime while eliminating theme and plugin conflicts during major updates.</p>\n<p>Define your style even further by customizing Storefront to your liking or choosing from one of our several <a href=\"https://woocommerce.com/product-category/themes/storefront-child-theme-themes/\" rel=\"nofollow\">Storefront child themes</a>. It’s all up to you, and all open source.</p>\n<h4>Built with developers in mind</h4>\n<p>Extendable, adaptable, and open source — WooCommerce was created with developers in mind. With its strong, robust framework, you can scale your client’s store all the way from basic to high-end (infinity and beyond).</p>\n<p>Built with a REST API, WooCommerce can integrate with virtually any service. Your store’s data can be accessed anywhere, anytime, 100% securely. WooCommerce allows developers to easily create, modify, and grow a store that meets their specifications.</p>\n<p>No matter the size of the store you want to build, WooCommerce will scale to meet your requirements. With a growing collection of more than 300 extensions, you can enhance each store’s features to meet your client’s unique needs — or even create your own solution.</p>\n<p>If security is a concern, rest easy. WooCommerce is audited by a dedicated team of developers working around the clock to identify and patch any and all discovered bugs.</p>\n<p>We also support WooCommerce and all its extensions with comprehensive, easily-accessible documentation. With our docs, you’ll learn how to create the exact site your client needs.</p>\n<h4>Extensions galore</h4>\n<p>WordPress.org is home to some amazing extensions for WooCommerce, including:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-google-analytics-integration/\">Google Analytics</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-delivery-notes/\">Delivery Notes</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/\">PDF Invoices and Packing Slips</a></li>\n<li><a href=\"https://wordpress.org/plugins/affiliates-woocommerce-light/\">Affiliates Integration Light</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-new-product-badge/\">New Product Badges</a></li>\n</ul>\n<p>Keen to see them all? Search WordPress.org for ‘WooCommerce’ to dive in.</p>\n<p>If you’re looking for something endorsed and maintained by the developers who built WooCommerce, there are a plethora of premium eCommerce extensions, the most popular of which include:</p>\n<ul>\n<li><a href=\"https://woocommerce.com/products/woocommerce-subscriptions/\" rel=\"nofollow\">WooCommerce Subscriptions</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-memberships/\" rel=\"nofollow\">WooCommerce Memberships</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-bookings/\" rel=\"nofollow\">WooCommerce Bookings</a></li>\n<li><a href=\"https://woocommerce.com/products/dynamic-pricing/\" rel=\"nofollow\">Dynamic Pricing</a></li>\n<li><a href=\"https://woocommerce.com/products/table-rate-shipping/\" rel=\"nofollow\">Table Rate Shipping</a></li>\n<li><a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">Product CSV Import Suite</a></li>\n</ul>\n<p>And there’s plenty more where they came from. Visit our <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/\" rel=\"nofollow\">extensions page</a> to find out everything you’re capable of and all that’s possible with premium WooCommerce extensions.</p>\n<h4>Join our growing community</h4>\n<p>When you download WooCommerce, you join a community of more than a million store owners, developers, and WordPress enthusiasts. We’re one of the fastest-growing open source communities online, and whether you’re a n00b or a Ninja, we’d love to have you!</p>\n<p>If you’re interested in contributing to WooCommerce we’ve got more than 350 contributors, and there’s always room for more. Head over to the <a href=\"https://github.com/woocommerce/woocommerce\" rel=\"nofollow\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>Want to add a new language to WooCommerce? Swell! You can contribute via <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce\" rel=\"nofollow\">translate.wordpress.org</a>.</p>\n<p>And, finally, consider joining or spearheading a WooCommerce Meetup locally, more about those <a href=\"https://woocommerce.com/woocommerce/meetups/\" rel=\"nofollow\">here</a>.</p>\n<p><!--section=installation--></p>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n</dd>\n<dt>Where can I find WooCommerce documentation and user guides?</dt>\n<dd>\n<p>For help setting up and configuring WooCommerce please refer to our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/\" rel=\"nofollow\">user guide</a></p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a>.</p>\n</dd>\n<dt>Where can I get support or talk to other users?</dt>\n<dd>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce\" rel=\"nofollow\">WooCommerce Plugin Forum</a>.</p>\n<p>For help with premium extensions from WooCommerce.com, use <a href=\"https://woocommerce.com/my-account/tickets/\" rel=\"nofollow\">our helpdesk</a>.</p>\n</dd>\n<dt>Will WooCommerce work with my theme?</dt>\n<dd>\n<p>Yes; WooCommerce will work with any theme, but may require some styling to make it match nicely. Please see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a> for help. If you’re looking for a theme with built in WooCommerce integration we recommend <a href=\"https://woocommerce.com/storefront/\" rel=\"nofollow\">Storefront</a>.</p>\n</dd>\n<dt>Where can I request new features, eCommerce themes and extensions?</dt>\n<dd>\n<p>You can vote on and request new features and extensions in our <a href=\"http://ideas.woothemes.com/forums/133476-woocommerce\" rel=\"nofollow\">WooIdeas board</a></p>\n</dd>\n<dt>Where can I report bugs or contribute to the project?</dt>\n<dd>\n<p>Bugs can be reported either in our support forum or preferably on the <a href=\"https://github.com/woocommerce/woocommerce/issues\" rel=\"nofollow\">WooCommerce GitHub repository</a>.</p>\n</dd>\n<dt>Where can I find the REST API documentation?</dt>\n<dd>\n<p>You can find the documentation of our REST API on the <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/\" rel=\"nofollow\">WooCommerce REST API Docs</a>.</p>\n</dd>\n<dt>WooCommerce is awesome! Can I contribute?</dt>\n<dd>\n<p>Yes you can! Join in on our <a href=\"http://github.com/woocommerce/woocommerce/\" rel=\"nofollow\">GitHub repository</a> <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>3.2.1 – 2017-10-13</h4>\n<ul>\n<li>Fix – Made grouped products display in the saved order, vs the menu order.</li>\n<li>Fix – Made variations with ‘same as parent’ tax class calculate taxes correctly.</li>\n<li>Fix – Fixed tax rate reverting to 0 when the tax rate itself is not changed and the row is saved.</li>\n<li>Fix – Made tax rates sort correctly when defining postcodes and cities.</li>\n<li>Fix – Made guided tour help tab videos lazy-load to prevent performance issues.</li>\n<li>Fix – Added SelectWoo dependency to admin meta box scripts.</li>\n<li>Fix – Fixed cart subtotal 1p rounding error.</li>\n<li>Fix – Fixed discount logic to also look at variation parent categories when validating coupons.</li>\n<li>Fix – Product import filename based matching, and full URL based matching where the date part would still be present.</li>\n<li>Fix – Fixed storage of cart discounts when prices include tax.</li>\n<li>Fix – Added styling for screen-reader-text for themes which do not define it.</li>\n<li>Fix – Fixed legacy cart <code>prices_include_tax</code> variable.</li>\n<li>Fix – Hide cat-parent class when category will show no children due to the new depth setting.</li>\n<li>Fix – Make sure image zoom is enable for calling initZoomForTarget.</li>\n<li>Fix – {blogname} email placeholder.</li>\n<li>Fix – API – Use edit context when updating prices.</li>\n<li>Tweak – Clearly describe when a feature is powered by WooCommerce Services in the setup wizard.</li>\n<li>Tweak – Restored discount total line in order screen when discounts are present.</li>\n<li>Tweak – Add back option to send admin new order email, and include order number and customer email in order emails.</li>\n<li>Tweak – Replace settings screenshot on wp.org listing.</li>\n</ul>\n<h4>3.2.0 – 2017-10-11</h4>\n<ul>\n<li>Feature – Coupons can now be applied and removed in admin when editing unpaid orders.</li>\n<li>Feature – Simplified the ability to resend order details to customers with a single “Resend Order Details” action.</li>\n<li>Feature – Added store street address, city and postal code to settings for use by plugins.</li>\n<li>Feature – Wrapping values in quotes now let’s you use commas in the product CSV importer.</li>\n<li>Feature – If a fatal error occurs, WooCommerce will catch and log it to be viewed in WC > Status > Logs.</li>\n<li>Feature – Drag and drop sorting on the grouped product field to control display order.</li>\n<li>Feature – Integrated selectWoo; more accessible Select2 (enhanced select boxes) in admin and on the front-end.</li>\n<li>Feature – Enhanced select boxes in the shipping calculator.</li>\n<li>Feature – Enhanced select boxes in layered nav “or” widget.</li>\n<li>Feature – Ajaxified the product category filter on the products screen.</li>\n<li>Feature – <code>[products]</code> shortcode can be used in place of other product shortcodes – one shortcode to rule them all.</li>\n<li>Feature – Added option to control maximum depth of product category widget, and cleaned up widget naming.</li>\n<li>Feature – Show sorting options when viewing search results. This defaults to sorting by relevance.</li>\n<li>Feature – Support for the <code>WC tested up to</code> plugin header to show which extensions have been tested against updates.</li>\n<li>Feature – Helper – Filters on the subscription management screen, update notifications, and support for shared licenses.</li>\n<li>Tweak – Importer now supports menu_order property, adds filename based titles to imported images, and correctly sets post status of variations.</li>\n<li>Tweak – Made the buyer phone number clickable in the in the order back-end.</li>\n<li>Tweak – Clean up user is_paying_customer after deleting an order.</li>\n<li>Tweak – If stock changes between page load and editing, reject stock changes to avoid incorrect stock changes.</li>\n<li>Tweak – Disable search engines indexing core, dynamic, cart/checkout pages.</li>\n<li>Tweak – Added shortcodes to description output in structured data, and improved variable product data.</li>\n<li>Tweak – Use AJAX when restoring an item in the cart, and removing an item from the mini-cart.</li>\n<li>Tweak – On-boarding: added “next” button to pointers and allowed them to be dismissed.</li>\n<li>Tweak – Display post states for WC pages e.g. shop, checkout etc.</li>\n<li>Tweak – Improved order tracking page display and validation.</li>\n<li>Tweak – Wizard improvements, with store-owner newsletter sign-up.</li>\n<li>Tweak – Improved tax calculations on negative fees by apportioning to all items.</li>\n<li>Tweak – Added logic to install the plugins and themes asynchronously without using wp-cron.</li>\n<li>Tweak – Modify product API returned data by context.</li>\n<li>Tweak – Move js clipboards off of zeroclipboard script.</li>\n<li>Tweak – Remove spam trap field from registration form.</li>\n<li>Tweak – Added screen reader text to quantity input template.</li>\n<li>Fix – Improved error handling in the CSV importer when invalid files are uploaded.</li>\n<li>Fix – Handle full refunds in tax report by date.</li>\n<li>Fix – API – Return empty result when there is no on_sale products.</li>\n<li>Fix – Fixed WC_Emails::wrap_message hooks .</li>\n<li>Fix – Load up gateways on ajax order status transitions so PayPal funds capture when order is completed.</li>\n<li>Fix – Replace wistia videos with youtube.</li>\n<li>Fix – Handle sale dates on the fly in case of missed cron schedule.</li>\n<li>Fix – If sorting by date in the REST API, fallback to ID so searches are consistant.</li>\n<li>Fix – Do not apply custom sorting to product feeds.</li>\n<li>Fix – Make importer columns case-insensitive.</li>\n<li>Dev – Make parse_date_for_wp_query public.</li>\n<li>Dev – API – Creating webhooks uses the current API version rather than the latest API version.</li>\n<li>Dev – Product CRUD search helpers.</li>\n<li>Dev – Refactor shipping rate to include instance IDs, and pass instance IDs through filters.</li>\n<li>Dev – New attribute helper functions.</li>\n<li>Dev – Order note helper functions.</li>\n<li>Dev – Added the “Terms and conditions” page to the api system status report.</li>\n<li>Dev – Made date inputs reusable.</li>\n<li>Dev – Added option for merging when using ‘Order Again’ via filter <code>woocommerce_empty_cart_when_order_again</code>.</li>\n<li>Dev – Added system status tool for re-populating order address search indexes.</li>\n<li>Dev – Added system status tool for clearing webhook logs.</li>\n<li>Dev – Added woocommerce_get_asset_url filter.</li>\n<li>Dev – Show notice when internal meta props are accessed directly.</li>\n<li>Dev – Improve meta data updates so data is only updated when changed.</li>\n<li>Dev – Improved get_filtered_term_product_counts performance.</li>\n<li>Dev – Introduced wc_get_account_orders_actions function.</li>\n<li>Dev – <code>wc_get_account_formatted_address</code> can get address by customer ID.</li>\n<li>Dev – Added <code>woocommerce_get_product_id_by_sku</code> filter.</li>\n<li>Dev – Refactored cart to use new WC_Cart_Session/WC_Cart_Totals/WC_Cart_Fees/WC_Discounts classes.</li>\n<li>Dev – New <code>WC_Shortcode_Products</code> class to handle all product based shortcodes.</li>\n<li>Theming – Display downloads in their own table, universally, using a new template file.</li>\n<li>Theming – Checkout: Order pay template</li>\n<li>Localization – Added cantons of Switzerland.</li>\n<li>Localization – Updated XAF and XOF currency codes.</li>\n<li>Localization – Added rtl support for activation.css.</li>\n<li>Localization – Updated Mexican states to use correct 2 letter codes.</li>\n<li>Localization – Improved many strings by excluding HTML.</li>\n<li>Many smaller fixes and improvements – see GitHub!</li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/master/CHANGELOG.txt\" rel=\"nofollow\">See changelog for all versions</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:47:\"https://wordpress.org/plugins/woocommerce/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 \";s: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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s: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:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s: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:\"https://wordpress.org/plugins/all-in-one-seo-pack/#respond\";s: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, 30 Mar 2007 19:30: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins-wp/all-in-one-seo-pack/\";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:83:\"The original SEO plugin for WordPress, downloaded over 30,000,000 times since 2007.\";s: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:\"uberdose\";s: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:5016:\"<p><!--section=description--></p>\n<p>Use <strong>All in One SEO Pack</strong> to optimize your WordPress site for SEO. It’s easy and works out of the box for beginners, and has advanced features and an API for developers.</p>\n<p><strong><a href=\"http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/?loc=readme_utpv\" rel=\"nofollow\">Upgrade to Pro Version</a></strong></p>\n<p><a href=\"http://semperplugins.com/support/?loc=readme_ps\" rel=\"nofollow\">Premium Support</a></p>\n<p>First created in 2007, see why AIOSEO is one of the all time most downloaded plugins for WordPress.</p>\n<ul>\n<li>XML Sitemap support – submit your sitemap to Google and Bing and improve your SEO</li>\n<li>Image XML Sitemap submitted to Google and Bing to improve your Image SEO</li>\n<li>Google AMP support (Accelerated Mobile Pages)</li>\n<li>Google Analytics support</li>\n<li>Support for SEO on Custom Post Types</li>\n<li>Advanced Canonical URLs</li>\n<li>Redirect attachment pages to parent post</li>\n<li>Automatically notifies search engines like Google and Bing about changes to your site</li>\n<li>Built-in API so other plugins/themes can access and extend functionality</li>\n<li>ONLY free plugin to provide SEO Integration for e-Commerce sites, including WooCommerce</li>\n<li>Nonce Security built into All in One SEO Pack</li>\n<li>Automatically optimizes your <strong>titles</strong> for Google and other search engines</li>\n<li>Generates <strong>META tags automatically</strong></li>\n<li>Avoids the typical duplicate content found on WordPress blogs</li>\n<li>For beginners, you don’t even have to look at the options, it works out-of-the-box. Just install.</li>\n<li>For advanced users, you can fine-tune everything to optimize your SEO</li>\n<li>You can override any title and set any META description and any META keywords you want.</li>\n<li>Compatibility with many other plugins</li>\n<li>Translated into 57 languages</li>\n<li>PHP 7 100% Compatible</li>\n</ul>\n<p>Follow me on Twitter to keep up with the latest updates <a href=\"http://twitter.com/michaeltorbert/\" rel=\"nofollow\">Michael<br />\nTorbert</a></p>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/46MR4FboMaA?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n<h4>Tags</h4>\n<p>seo, SEO, All in One, google, meta, meta description, search engine optimization, xml sitemap, xml sitemaps, google sitemap, sitemap, sitemaps, robots meta, rss, rss footer, yahoo, bing, widget, Post, plugin, admin, posts, shortcode, sidebar, twitter, page, images, comments, image, news sitemaps, XML News Sitemaps, WordPress SEO, multisite, canonical, nofollow, noindex, keywords, meta keywords, description, webmaster tools, google webmaster tools, seo pack, schema.org, search engines, custom post types, custom taxonomies, canonical</p>\n<p><!--section=faq--></p>\n<p>Please visit our complete <strong><a href=\"http://semperplugins.com/documentation/\" rel=\"nofollow\">Documentation</a></strong> before requesting support for SEO from the<br />\n<strong><a href=\"http://semperplugins.com/support/\" rel=\"nofollow\">All in One SEO Pack Support Forum</a></strong></p>\n<p><a href=\"http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/translations-for-all-in-one-seo-pack/\" rel=\"nofollow\">Translations</a></p>\n<dl>\n<dt>General Settings</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/uGt6CVbA5bI?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>XML Sitemaps</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/zvNU92Low8A?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Social Meta</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/Dfe49FiiAog?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Performance</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/A0VKinM5s00?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>All in One SEO Pack <a href=\"http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-seo-pack-release-history/\" rel=\"nofollow\">Changelog</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:\"https://wordpress.org/plugins/all-in-one-seo-pack/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 \";s: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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s: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:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s: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:63:\"https://wordpress.org/plugins/google-sitemap-generator/#respond\";s: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, 16 Jun 2005 09:33: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins-wp/google-sitemap-generator/\";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:94:\"This plugin will improve SEO by helping search enginess better index your site using sitemaps.\";s: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:\"Arne Brachhold\";s: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:27964:\"<p><!--section=description--></p>\n<p>Use this plugin to greatly improve SEO to create special XML sitemaps which will help search engines like Google, Bing, Yahoo and Ask.com to better index your site.</p>\n<p>With such a sitemap, it’s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content.</p>\n<p>Supported since <em>over 9 years</em> and rated as the <a href=\"https://wordpress.org/plugins/browse/top-rated/\">best WordPress plugin</a>, it will do exactly what it’s supposed to do – providing a complete XML sitemap for search engines. It will not break your site, slow it down or annoy you. Guaranteed!</p>\n<blockquote>\n<p>If you like the plugin, feel free to rate it (on the right side of this page)! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</blockquote>\n<p>Related Links:</p>\n<ul>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" title=\"Google XML Sitemaps Plugin for WordPress\" rel=\"nofollow\">Plugin Homepage</a></li>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Changelog of the Google XML Sitemaps Plugin for WordPress\" rel=\"nofollow\">Changelog</a></li>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/\" title=\"Google Sitemaps FAQ\" rel=\"nofollow\">Plugin help and sitemaps FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/topic/read-before-opening-a-new-support-topic\" rel=\"nofollow\">Support Forum</a></li>\n</ul>\n<h3>License</h3>\n<p>Good news, this plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial site.</p>\n<h3>Translations</h3>\n<p>The plugin comes with various translations, please refer to the <a href=\"https://codex.wordpress.org/Installing_WordPress_in_Your_Language\" title=\"Installing WordPress in Your Language\" rel=\"nofollow\">WordPress Codex</a> for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all definitions and may be used with a <a href=\"http://www.gnu.org/software/gettext/\" rel=\"nofollow\">gettext</a> editor like <a href=\"http://www.poedit.net/\" rel=\"nofollow\">Poedit</a> (Windows).</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Install the plugin like you always install plugins, either by uploading it via FTP or by using the “Add Plugin” function of WordPress.</li>\n<li>Activate the plugin at the plugin administration page</li>\n<li>If you want: Open the plugin configuration page, which is located under Settings -> XML-Sitemap and customize settings like priorities and change frequencies.</li>\n<li>The plugin will automatically update your sitemap of you publish a post, so there is nothing more to do <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ol>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Install the plugin like you always install plugins, either by uploading it via FTP or by using the “Add Plugin” function of WordPress.</li>\n<li>Activate the plugin at the plugin administration page</li>\n<li>If you want: Open the plugin configuration page, which is located under Settings -> XML-Sitemap and customize settings like priorities and change frequencies.</li>\n<li>The plugin will automatically update your sitemap of you publish a post, so there is nothing more to do <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ol>\n</dd>\n<dt>Where can I find the options page of the plugin?</dt>\n<dd>\n<p>It is under Settings > XML Sitemap. I know nowadays many plugins add top-level menu items, but in most of the cases it is just not necessary. I’ve seen WP installations which looked like an Internet Explorer ten years ago with 20 toolbars installed. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</dd>\n<dt>Do I have to create a sitemap.xml and sitemap.xml.gz by myself?</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated. <em>There must be no sitemap.xml or sitemap.xml.gz in your site directory anymore!</em> The plugin will try to rename them to sitemap.xml.bak if they still exists.</p>\n</dd>\n<dt>Does this plugin use static files or “I can’t find the sitemap.xml file!”</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated just like any other WordPress content.</p>\n</dd>\n<dt>There are no comments yet (or I’ve disabled them) and all my postings have a priority of zero!</dt>\n<dd>\n<p>Please disable automatic priority calculation and define a static priority for posts.</p>\n</dd>\n<dt>So many configuration options… Do I need to change them?</dt>\n<dd>\n<p>No, only if you want to. Default values are ok for most sites.</p>\n</dd>\n<dt>Does this plugin work with all WordPress versions?</dt>\n<dd>\n<p>This version works with WordPress 3.3 and better. If you’re using an older version, please check the <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" title=\"Google (XML) Sitemap Generator Plugin Homepage\" rel=\"nofollow\">Google Sitemaps Plugin Homepage</a> for the legacy releases. There is a working release for every WordPress version since 1.5, but you really should consider updating your WordPress installation!</p>\n</dd>\n<dt>My question isn’t answered here</dt>\n<dd>\n<p>Most of the plugin options are described at the <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" rel=\"nofollow\">plugin homepage</a> as well as the dedicated <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/\" title=\"List of common questions / problems regarding Google (XML) Sitemaps\" rel=\"nofollow\">Google Sitemaps FAQ</a>.</p>\n</dd>\n<dt>My question isn’t even answered there</dt>\n<dd>\n<p>Please post your question at the <a href=\"https://wordpress.org/support/topic/read-before-opening-a-new-support-topic\" rel=\"nofollow\">WordPress support forum</a> and tag your post with “google-sitemap-generator”.</p>\n</dd>\n<dt>What’s new in the latest version?</dt>\n<dd>\n<p>The changelog is maintained <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Google (XML) Sitemap Generator Plugin Changelog\" rel=\"nofollow\">here</a></p>\n</dd>\n<dt>Why is the changelog on a separate page and not here?</dt>\n<dd>\n<p>The WordPress.org repository is just another place to download this plugin. I don’t want to maintain too many pages with the same content. Thank you for your understanding!</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>4.0.9 (2017-07-24)</h4>\n<ul>\n<li>Fixed security issue related to donation functionality.</li>\n</ul>\n<h4>4.0.8 (2014-11-15)</h4>\n<ul>\n<li>Fixed bug regarding the exclude categories feature, thanks to Claus Schöffel!</li>\n</ul>\n<h4>4.0.7.1 (2014-09-02)</h4>\n<ul>\n<li>Sorry, no new features this time… This release only updates the Compatibility-Tag to WordPress 4.0. Unfortunately there is no way to do this anymore without a new version</li>\n</ul>\n<h4>4.0.7 (2014-06-23)</h4>\n<ul>\n<li>Better compatibility with GoDaddy managed WP hosting</li>\n<li>Better compatibility with QuickCache</li>\n<li>Removed WordPress version from the sitemap</li>\n<li>Corrected link to WordPress privacy settings (if search engines are blocked)</li>\n<li>Changed hook which is being used for sitemap pings to avoid pings on draft edit</li>\n</ul>\n<h4>4.0.6 (2014-06-03)</h4>\n<ul>\n<li>Added option to disable automatic gzipping</li>\n<li>Fixed bug with duplicated external sitemap entries</li>\n<li>Don’t gzip if behind Varnish since Varnish can do that</li>\n</ul>\n<h4>4.0.5 (2014-05-18)</h4>\n<ul>\n<li>Added function to manually start ping for main-sitemap or all sub-sitemaps</li>\n<li>Added support for changing the base of the sitemap URL to another URL (for WP installations in sub-folders)</li>\n<li>Fixed issue with empty post sitemaps (related to GMT/local time offset)</li>\n<li>Fixed some timing issues in archives</li>\n<li>Improved check for possible problems before gzipping</li>\n<li>Fixed empty archives and author sitemaps in case there were no posts</li>\n<li>Fixed bug which caused the Priority Provider to disappear in recent PHP versions</li>\n<li>Plugin will also ping with the corresponding sub-sitemap in case a post was modified</li>\n<li>Better checking for empty external urls</li>\n<li>Changed text in XSL template to be more clear about sitemap-index and sub-sitemaps</li>\n<li>Changed content type to text/xml to improve compatibility with caching plugins</li>\n<li>Changed query parameters to is_feed=true to improve compatibility with caching plugins</li>\n<li>Switched from using WP_Query to load posts to a custom SQL statement to avoid problems with other plugin filters</li>\n<li>Added caching of some SQL statements</li>\n<li>Added support feed for more help topics</li>\n<li>Added link to new help page</li>\n<li>Cleaned up code and renamed variables to be more readable</li>\n<li>Updated Japanese Translation, thanks to Daisuke Takahashi</li>\n</ul>\n<h4>4.0.4 (2014-04-19)</h4>\n<ul>\n<li>Removed deprecated get_page call</li>\n<li>Changed last modification time of sub-sitemaps to the last modification date of the posts instead of the publish date</li>\n<li>Removed information window if the statistic option has not been activated</li>\n<li>Added link regarding new sitemap format</li>\n<li>Updated Portuguese translation, thanks to Pedro Martinho</li>\n<li>Updated German translation</li>\n</ul>\n<h4>4.0.3 (2014-04-13)</h4>\n<ul>\n<li>Fixed compression if an gzlib handler was already active</li>\n<li>Help regarding permalinks for Nginx users</li>\n<li>Fix with gzip compression in case there was other output before already</li>\n<li>Return 404 for HTML sitemaps if the option has been disabled</li>\n<li>Updated translations</li>\n</ul>\n<h4>4.0.2 (2014-04-01)</h4>\n<ul>\n<li>Fixed warning if an gzip handler is already active</li>\n</ul>\n<h4>4.0.1 (2014-03-31)</h4>\n<ul>\n<li>Fixed bug with custom post types including a “-“</li>\n<li>Fixed some 404 Not Found Errors</li>\n</ul>\n<h4>4.0 (2014-03-30)</h4>\n<ul>\n<li>No static files anymore, sitemap is created on the fly!</li>\n<li>Sitemap is split-up into sub-sitemaps by month, allowing up to 50.000 posts per month! <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/google-xml-sitemap-generator-new-sitemap-format/\" rel=\"nofollow\">More information</a></li>\n<li>Support for custom post types and custom taxonomis!</li>\n<li>100% Multisite compatible, including by-blog and network activation.</li>\n<li>Reduced server resource usage due to less content per request.</li>\n<li>New API allows other plugins to add their own, separate sitemaps.</li>\n<li>Note: PHP 5.1 and WordPress 3.3 is required! The plugin will not work with lower versions!</li>\n<li>Note: This version will try to rename your old sitemap files to *-old.xml. If that doesn’t work, please delete them manually since no static files are needed anymore!</li>\n</ul>\n<h4>3.4.1 (2014-04-10)</h4>\n<ul>\n<li>Compatibility with mysqli</li>\n</ul>\n<h4>Version 3.4 (2013-11-24)</h4>\n<ul>\n<li>Fixed deprecation warnings in PHP 5.4, thanks to Dion Hulse!</li>\n</ul>\n<h4>3.3 (2013-09-28)</h4>\n<ul>\n<li>Fixed problem with file permission checking</li>\n<li>Filter out hashs (#) in URLs</li>\n</ul>\n<h4>3.2.9 (2013-01-11)</h4>\n<ul>\n<li>Fixed security issue with change frequencies and filename of sitemap file. Exploit was only possible with admin account.</li>\n</ul>\n<h4>3.2.8 (2012-08-08)</h4>\n<ul>\n<li>Fixed wrong custom taxonomy URLs, thanks to ramon fincken of the wordpress.org forum!</li>\n<li>Removed ASK ping since they shut down their service.</li>\n<li>Exclude post_format taxonomy from custom taxonomy list</li>\n</ul>\n<h4>3.2.7 (2012-04-24)</h4>\n<ul>\n<li>Fixed custom post types, thanks to clearsite of the wordpress.org forum!</li>\n<li>Fixed broken admin layout on WP 3.4</li>\n</ul>\n<h4>3.2.6 (2011-09-19)</h4>\n<ul>\n<li>Removed YAHOO ping since YAHOO uses bing now</li>\n<li>Removed deprecated function call</li>\n</ul>\n<h4>3.2.5 (2011-07-11)</h4>\n<ul>\n<li>Backported Bing ping success fix from beta</li>\n<li>Added friendly hint to try out the new beta</li>\n</ul>\n<h4>3.2.4 (2010-05-29)</h4>\n<ul>\n<li>Added (GMT) to date column in sitemap xslt template to avoid confusion with different time zones</li>\n<li>Fixed wrong SQL statement for author pages, thanks to twoenoug</li>\n<li>Fixed several deprecated function calls</li>\n<li>Note: This release does not support the new multisite feature of WordPress yet and will not be active when multisite is enabled.</li>\n</ul>\n<h4>3.2.3 (2010-04-02)</h4>\n<ul>\n<li>Fixed that all pages were missing in the sitemap if the “Uncategorized” category was excluded</li>\n</ul>\n<h4>3.2.2 (2009-12-19)</h4>\n<ul>\n<li>Updated compatibility tag to WordPress 2.9</li>\n<li>Fixed PHP4 problems</li>\n</ul>\n<h4>3.2.1 (2009-12-16)</h4>\n<ul>\n<li>Notes and update messages at the top of the admin page could interfere with the manual build function</li>\n<li>Help links in the WP contextual help were not shown anymore since the last update</li>\n<li>IE 7 sometimes displayed a cached admin page</li>\n<li>Removed invalid link to config page from the plugin description (The link lead to a “Not enough permission error”)</li>\n<li>Improved performance of getting the current plugin version by caching</li>\n<li>Updated Spanish language files</li>\n</ul>\n<h4>3.2 (2009-11-23)</h4>\n<ul>\n<li>Added function to show the actual results of a ping instead of only linking to the url</li>\n<li>Added new hook (sm_rebuild) for third party plugins to start building the sitemap</li>\n<li>Fixed bug which showed the wrong URL for the latest Google ping result</li>\n<li>Added some missing documentation</li>\n<li>Removed hardcoded php name for sitemap file in admin urls</li>\n<li>Uses KSES for showing ping test results</li>\n<li>Ping test fixed for WP < 2.3</li>\n</ul>\n<h4>3.1.9 (2009-11-13)</h4>\n<ul>\n<li>Fixed MySQL Error if author pages were included</li>\n</ul>\n<h4>3.1.8 (2009-11-07)</h4>\n<ul>\n<li>Improved custom taxonomy handling and fixed wrong last modification date</li>\n<li>Fixed fatal error in WordPress versions lower than 2.3</li>\n<li>Fixed Update Notice for WordPress 2.8 and higher</li>\n<li>Added warning if blog privacy is activated</li>\n<li>Fixed priorities of additional pages were shown as 0 instead of 1</li>\n</ul>\n<h4>3.1.7 (2009-10-21)</h4>\n<ul>\n<li>Added support for custom taxonomies. Thanks to Lee!</li>\n</ul>\n<h4>3.1.6 (2009-08-31)</h4>\n<ul>\n<li>Fixed PHP error “Only variables can be passed by reference”</li>\n<li>Fixed wrong URLS of multi-page posts (Thanks artstorm!)</li>\n<li>Updated many language files</li>\n</ul>\n<h4>3.1.5 (2009-08-24)</h4>\n<ul>\n<li>Added option to completely disable the last modification time</li>\n<li>Fixed problem with HTTPS url for the XSL stylesheet if the sitemap was build via the admin panel</li>\n<li>Improved handling of homepage entry if a single page was set for it</li>\n<li>Fixed mktime warning which appeared sometimes</li>\n<li>Fixed bug which caused inf. reloads after rebuilding the sitemap via the admin panel</li>\n<li>Improved handling of missing sitemaps files if WP was moved to another location</li>\n</ul>\n<h4>3.1.4 (2009-06-22)</h4>\n<ul>\n<li>Fixed bug which broke all pings in WP older than 2.7</li>\n<li>Added more output in debug mode if pings fail</li>\n<li>Moved global post variable so other plugins can use it in get_permalink()</li>\n<li>Added small icon for ozh admin menu</li>\n<li>Added more help links in UI</li>\n</ul>\n<h4>3.1.3 (2009-06-07)</h4>\n<ul>\n<li>Changed MSN Live Search to Bing</li>\n<li>Exclude categories also now exludes the category itself and not only the posts</li>\n<li>Pings now use the new WordPress HTTP API instead of Snoopy</li>\n<li>Fixed bug that in localized WP installations priorities could not be saved</li>\n<li>The sitemap cron job is now cleared after a manual rebuild or after changing the config</li>\n<li>Adjusted style of admin area for WP 2.8 and refreshed icons</li>\n<li>Disabled the “Exclude categories” feature for WP 2.5.1, since it doesn’t have the required functions yet</li>\n</ul>\n<h4>3.1.2 (2008-12-26)</h4>\n<ul>\n<li>Changed the way the stylesheet is saved (default / custom stylesheet)</li>\n<li>Sitemap is now rebuild when a page is published</li>\n<li>Removed support for static robots.txt files, this is now handled via WordPress functions</li>\n<li>Added compat. exceptions for WP 2.0 and WP 2.1</li>\n</ul>\n<h4>3.1.1 (2008-12-21)</h4>\n<ul>\n<li>Fixed redirect issue if wp-admin is rewritten via mod_rewrite, thanks to macjoost</li>\n<li>Fixed wrong path to assets, thanks PozHonks</li>\n<li>Fixed wrong plugin URL if wp-content was renamed / redirected, thanks to wnorris</li>\n<li>Updated WP User Interface for 2.7</li>\n<li>Various other small things</li>\n</ul>\n<h4>3.1.0.1 (2008-05-27)</h4>\n<ul>\n<li>Extracted UI JS to external file</li>\n<li>Enabled the option to include following pages of multi-page posts</li>\n<li>Script tries to raise memory and time limit if active</li>\n</ul>\n<h4>3.1 (2008-05-22)</h4>\n<ul>\n<li>Marked as stable</li>\n</ul>\n<h4>3.1b3 (2008-05-19)</h4>\n<ul>\n<li>Cleaned up plugin directory and moved img files to subfolders</li>\n<li>Fixed background building bug in WP 2.1</li>\n<li>Removed auto-update plugin link for WP < 2.5</li>\n</ul>\n<h4>3.1b2 (2008-05-18)</h4>\n<ul>\n<li>Fixed critical bug with the build in background option</li>\n<li>Added notification if a build is scheduled</li>\n</ul>\n<h4>3.1b1 (2008-05-08)</h4>\n<ul>\n<li>Splitted plugin in loader, generator and user interface to save memory</li>\n<li>Generator and UI will only be loaded when needed</li>\n<li>Secured all admin actions with nonces</li>\n<li>Improved WP 2.5 handling</li>\n<li>New “Suggest a Feature” link</li>\n</ul>\n<h4>3.0.3.3 (2008-04-29)</h4>\n<ul>\n<li>Fixed author pages</li>\n<li>Enhanced background building and increased delay to 15 seconds</li>\n<li>Enabled background building by default</li>\n</ul>\n<h4>3.0.3.2 (2008-04-28)</h4>\n<ul>\n<li>Improved WP 2.5 handling (fixes blank screens and timeouts)</li>\n</ul>\n<h4>3.0.3.1 (2008-03-30)</h4>\n<ul>\n<li>Added compatibility CSS for WP 2.5</li>\n</ul>\n<h4>3.0.3 (2007-12-30)</h4>\n<ul>\n<li>Added option to ping MSN Live Search</li>\n<li>Removed some WordPress hooks (the sitemap isn’t updates with every comment anymore)</li>\n</ul>\n<h4>3.0.2.1 (2007-11-28)</h4>\n<ul>\n<li>Fixed wrong XML Schema Location (Thanks to Emanuele Tessore)</li>\n<li>Added Russian Language files by Sergey http://ryvkin.ru</li>\n</ul>\n<h4>3.0.2 (2007-11-25)</h4>\n<ul>\n<li>Fixed bug which caused that some settings were not saved correctly</li>\n<li>Added option to exclude pages or post by ID</li>\n<li>Restored YAHOO ping service with API key since the other one is to unreliable</li>\n</ul>\n<h4>3.0.1 (2007-11-03)</h4>\n<ul>\n<li>Changed HTTP client for ping requests to Snoopy</li>\n<li>Added “safemode” for SQL which doesn’t use unbuffered results</li>\n<li>Added option to run the building process in background using wp-cron</li>\n<li>Added links to test the ping if it failed</li>\n</ul>\n<h4>3.0 final (2007-09-24)</h4>\n<ul>\n<li>Marked as stable</li>\n<li>Removed useless functions</li>\n</ul>\n<h4>3.0b11 (2007-09-23)</h4>\n<ul>\n<li>Changed mysql queries to unbuffered queries</li>\n<li>Uses MUCH less memory</li>\n<li>Option to limit the number of posts</li>\n</ul>\n<h4>3.0b10 (2007-09-04)</h4>\n<ul>\n<li>Added category support for WordPress 2.3</li>\n<li>Fixed bug with empty URLs in sitemap</li>\n<li>Repaired GET building</li>\n</ul>\n<h4>3.0b9 (2007-09-02)</h4>\n<ul>\n<li>Added tag support for WordPress 2.3</li>\n<li>Fixed archive bug with static pages (Thanks to Peter Claus Lamprecht)</li>\n<li>Fixed some missing translation strings, thanks to Kirin Lin</li>\n</ul>\n<h4>3.0b8 (2007-07-22)</h4>\n<ul>\n<li>Fixed bug with empty categories</li>\n<li>Fixed bug with translation plugins</li>\n<li>Added support for robots.txt</li>\n<li>Switched YAHOO ping API from YAHOO Web Services to the “normal” ping service</li>\n<li>Search engines will only be pinged if the sitemap file has changed</li>\n</ul>\n<h4>3.0b7 (2007-05-17)</h4>\n<ul>\n<li>Added Ask.com notification</li>\n<li>Added option to include the author pages like /author/john</li>\n<li>Fixed WP 2.1 / Pre 2.1 post / pages database changes</li>\n<li>Added check to not build the sitemap if importing posts</li>\n<li>Fixed wrong XSLT location (Thanks froosh)</li>\n<li>Small enhancements and bug fixes</li>\n</ul>\n<h4>3.0b6 (2007-01-23)</h4>\n<ul>\n<li>sitemap.xml.gz was not compressed</li>\n<li>YAHOO update-notification was PHP5 only (Thanks to Joseph Abboud!)</li>\n<li>More WP 2.1 optimizations</li>\n<li>Reduced memory usage with PHP5</li>\n</ul>\n<h4>3.0b5 (2007-01-19)</h4>\n<ul>\n<li>WordPress 2 Design</li>\n<li>YAHOO update notification</li>\n<li>New status report, removed ugly logfiles</li>\n<li>Added option to define a XSLT stylesheet and added a default one</li>\n<li>Fixed bug with sub-pages, thanks to <a href=\"http://baptiste.us/\" rel=\"nofollow\">Mike</a>, <a href=\"http://fastagent.de/\" rel=\"nofollow\">Peter</a> and <a href=\"http://publicityship.com.au/\" rel=\"nofollow\">Glenn</a></li>\n<li>Improved file handling, thanks to <a href=\"http://www.vjtd3.com/\" rel=\"nofollow\">VJTD3</a></li>\n<li>WP 2.1 improvements</li>\n</ul>\n<h4>3.0b4 (2006-11-16)</h4>\n<ul>\n<li>Fixed some smaller bugs</li>\n<li>Decreased memory usage which should solve timeout and memory problems</li>\n<li>Updated namespace to support YAHOO and MSN</li>\n</ul>\n<h4>3.0b2 (2006-01-14)</h4>\n<ul>\n<li>Fixed several bugs reported by users</li>\n</ul>\n<h4>3.0b (2005-11-25)</h4>\n<ul>\n<li>WordPress 2.0 (Beta, RC1) compatible</li>\n<li>Added different priority calculation modes and introduced an API to create custom ones (Some people didn’t like the way to calculate the post priority based on the count of user comments. This will give you the possibility to develop custom priority providers which fit your needs.)</li>\n<li>Added support to use the <a href=\"http://www.alexking.org/blog/2005/07/27/popularity-contest-11/\" rel=\"nofollow\">Popularity Contest</a> plugin by <a href=\"http://www.alexking.org/\" rel=\"nofollow\">Alex King</a> to calculate post priority (If you are already using the Popularity Contest plugin, this will be the best way to determine the priority of the posts. Uses to new priority API noted above.)</li>\n<li>Added option to exclude password protected posts (This was one of the most requested features.)</li>\n<li>Posts and pages marked for publish with a date in the future won’t be included</li>\n<li>Added function to start sitemap creation via GET and a secret key (If you are using external software which directly writes into the database without using the WordPress API, you can rebuild the sitemap with a simple HTTP Request. This can be made with a cron job for example.)</li>\n<li>Improved compatibility with other plugins (There should no longer be problems with other plugins now which checked for existence of a specified function to determine if you are in the control panel or not.)</li>\n<li>Recoded plugin architecture which is now fully OOP (The code is now cleaner and better to understand which makes it easier to modify. This should also avoid namespace problems.)</li>\n<li>Improved speed and optimized settings handling (Settings and pages are only loaded if the sitemap generation process starts and not every time a page loads. This saves one MySQL Query on every request.)</li>\n<li>Added Button to restore default configuration (Messed up the config? You’ll need just one click to restore all settings.)</li>\n<li>Added log file to check everything is running (In the new log window you can see when your sitemap was rebuilt or if there was any error.)</li>\n<li>Improved user-interface</li>\n<li>Added several links to homepage and support (This includes the Notify List about new releases and the WordPress support forum.)</li>\n</ul>\n<h4>2.7 (2005-11-25)</h4>\n<ul>\n<li>Added Polish Translation by <a href=\"http://kubazwolinski.com/\" rel=\"nofollow\">kuba</a></li>\n</ul>\n<h4>2.7 (2005-11-01)</h4>\n<ul>\n<li>Added French Translation by <a href=\"http://www.chezthierry.info/\" rel=\"nofollow\">Thierry Lanfranchi</a></li>\n</ul>\n<h4>2.7 (2005-07-21)</h4>\n<ul>\n<li>Fixed bug with incorrect date in additional pages (wrong format)</li>\n<li>Added Swedish Translation by <a href=\"http://tobiasbergius.se/\" rel=\"nofollow\">Tobias Bergius</a></li>\n</ul>\n<h4>2.6 (2005-07-16)</h4>\n<ul>\n<li>Included Chinese (Simplified) language files by <a href=\"http://www.june6.cn/\" rel=\"nofollow\">june6</a></li>\n</ul>\n<h4>2.6 (2005-07-04)</h4>\n<ul>\n<li>Added support to store the files at a custom location</li>\n<li>Changed the home URL to have a slash at the end</li>\n<li>Fixed errors with wp-mail</li>\n<li>Added support for other plugins to add content to the sitemap</li>\n</ul>\n<h4>2.5 (2005-06-15)</h4>\n<ul>\n<li>You can include now external pages which aren’t generated by WordPress or are not recognized by this plugin</li>\n<li>You can define a minimum post priority, which will overrride the calculated value if it’s too low</li>\n<li>The plugin will automatically ping Google whenever the sitemap gets regenerated</li>\n<li>Update 1: Included Spanish translations by <a href=\"http://www.cesargomez.org/\" rel=\"nofollow\">Cesar Gomez Martin</a></li>\n<li>Update 2: Included Italian translations by <a href=\"http://wordpress-it.it/\" rel=\"nofollow\">Stefano Aglietti</a></li>\n<li>Update 3: Included Traditional Chinese translations by <a href=\"http://kirin-lin.idv.tw/\" rel=\"nofollow\">Kirin Lin</a></li>\n</ul>\n<h4>2.2 (2005-06-08)</h4>\n<ul>\n<li>Language file support: <a href=\"http://hiromasa.zone.ne.jp/\" rel=\"nofollow\">Hiromasa</a> from <a href=\"http://hiromasa.zone.ne.jp/\" rel=\"nofollow\">http://hiromasa.zone.ne.jp</a> sent me a japanese version of the user interface and modified the script to support it! Thanks for this! Check <a href=\"https://codex.wordpress.org/WordPress_Localization\" rel=\"nofollow\">the WordPress Codex</a> how to set the language in WordPress.</li>\n<li>Added Japanese user interface by <a href=\"http://hiromasa.zone.ne.jp/\" rel=\"nofollow\">Hiromasa</a></li>\n<li>Added German user interface by me</li>\n</ul>\n<h4>2.12 (2005-06-07)</h4>\n<ul>\n<li>Changed SQL Statement for categories that it also works on MySQL 3</li>\n</ul>\n<h4>2.11 (2005-06-07)</h4>\n<ul>\n<li>Fixed a hardcoded tablename which made a SQL error</li>\n</ul>\n<h4>2.1 (2005-06-07)</h4>\n<ul>\n<li>Can also generate a gzipped version of the xml file (sitemap.xml.gz)</li>\n<li>Uses correct last modification dates for categories and archives. (Thanks to thx <a href=\"http://www.shupe.ca/\" rel=\"nofollow\">Rodney Shupe</a> for the SQL)</li>\n<li>Supports now different WordPress / Blog directories</li>\n<li>Fixed bug which ignored different post/page priorities (Reported by <a href=\"http://h3h.net/\" rel=\"nofollow\">Brad</a>)</li>\n</ul>\n<h4>2.01 (2005-06-07)</h4>\n<ul>\n<li>Fixed compatibility for PHP installations which are not configured to use short open tags</li>\n<li>Changed Line 147 from _e($i); to _e(strval($i));</li>\n<li>Thanks to <a href=\"http://publicvoidblog.de/\" rel=\"nofollow\">Christian Aust</a> for reporting this!</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:60:\"https://wordpress.org/plugins/google-sitemap-generator/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:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Limit Login Attempts\";s: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:51:\"https://wordpress.org/plugins/limit-login-attempts/\";s: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:\"https://wordpress.org/plugins/limit-login-attempts/#respond\";s: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, 15 Jan 2009 14:20:42 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins-wp/limit-login-attempts/\";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:91:\"Limit rate of login attempts, including by way of cookies, for each IP. Fully customizable.\";s: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: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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11629:\"<p><!--section=description--></p>\n<p>Limit the number of login attempts possible both through normal login as well as using auth cookies.</p>\n<p>By default WordPress allows unlimited login attempts either through the login page or by sending special cookies. This allows passwords (or hashes) to be brute-force cracked with relative ease.</p>\n<p>Limit Login Attempts blocks an Internet address from making further attempts after a specified limit on retries is reached, making a brute-force attack difficult or impossible.</p>\n<p>Features</p>\n<ul>\n<li>Limit the number of retry attempts when logging in (for each IP). Fully customizable</li>\n<li>Limit the number of attempts to log in using auth cookies in same way</li>\n<li>Informs user about remaining retries or lockout time on login page</li>\n<li>Optional logging, optional email notification</li>\n<li>Handles server behind reverse proxy</li>\n<li>It is possible to whitelist IPs using a filter. But you probably shouldn’t. ?</li>\n</ul>\n<p>Translations: Bulgarian, Brazilian Portuguese, Catalan, Chinese (Traditional), Czech, Dutch, Finnish, French, German, Hungarian, Norwegian, Persian, Romanian, Russian, Spanish, Swedish, Turkish</p>\n<p>Plugin uses standard actions and filters only.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Download and extract plugin files to a wp-content/plugin directory.</li>\n<li>Activate the plugin through the WordPress admin interface.</li>\n<li>Customize the settings on the options page, if desired. If your server is located behind a reverse proxy make sure to change this setting.</li>\n</ol>\n<p>If you have any questions or problems please make a post here: https://wordpress.org/tags/limit-login-attempts</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Why not reset failed attempts on a successful login?</dt>\n<dd>\n<p>This is very much by design. Otherwise you could brute force the “admin” password by logging in as your own user every 4th attempt.</p>\n</dd>\n<dt>What is this option about site connection and reverse proxy?</dt>\n<dd>\n<p>A reverse proxy is a server in between the site and the Internet (perhaps handling caching or load-balancing). This makes getting the correct client IP to block slightly more complicated.</p>\n<p>The option default to NOT being behind a proxy — which should be by far the common case.</p>\n</dd>\n<dt>How do I know if my site is behind a reverse proxy?</dt>\n<dd>\n<p>You probably are not or you would know. We show a pretty good guess on the option page. Set the option using this unless you are sure you know better.</p>\n</dd>\n<dt>Can I whitelist my IP so I don’t get locked out?</dt>\n<dd>\n<p>First please consider if you really need this. Generally speaking it is not a good idea to have exceptions to your security policies.</p>\n<p>That said, there is now a filter which allows you to do it: “limit_login_whitelist_ip”.</p>\n<p>Example:<br />\nfunction my_ip_whitelist($allow, $ip) {<br />\n return ($ip == ‘my-ip’) ? true : $allow;<br />\n}<br />\nadd_filter(‘limit_login_whitelist_ip’, ‘my_ip_whitelist’, 10, 2);</p>\n<p>Note that we still do notification and logging as usual. This is meant to allow you to be aware of any suspicious activity from whitelisted IPs.</p>\n</dd>\n<dt>I locked myself out testing this thing, what do I do?</dt>\n<dd>\n<p>Either wait, or:</p>\n<p>If you know how to edit / add to PHP files you can use the IP whitelist functionality described above. You should then use the “Restore Lockouts” button on the plugin settings page and remove the whitelist function again.</p>\n<p>If you have ftp / ssh access to the site rename the file “wp-content/plugins/limit-login-attempts/limit-login-attempts.php” to deactivate the plugin.</p>\n<p>If you have access to the database (for example through phpMyAdmin) you can clear the limit_login_lockouts option in the wordpress options table. In a default setup this would work: “UPDATE wp_options SET option_value = ” WHERE option_name = ‘limit_login_lockouts\'”</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>1.7.1</h4>\n<p>This version fixes a security bug in version 1.6.2 and 1.7.0. Please upgrade immediately.</p>\n<p>“Auth cookies” are special cookies set at login that authenticating you to the system. It is how WordPress “remembers” that you are logged in between page loads.</p>\n<p>During lockout these are supposed to be cleared, but a change in 1.6.2 broke this. It allowed an attacker to keep trying to break these cookies during a lockout.</p>\n<p>Lockout of normal password login attempts still worked as it should, and it appears that all “auth cookie” attempts would keep getting logged.</p>\n<p>In theory the “auth cookie” is quite resistant to brute force attack. It contains a cryptographic hash of the user password, and the difficulty to break it is not based on the password strength but instead on the cryptographic operations used and the length of the hash value. In theory it should take many many years to break this hash. As theory and practice does not always agree it is still a good idea to have working lockouts of any such attempts.</p>\n<h4>1.7.0</h4>\n<ul>\n<li>Added filter that allows whitelisting IP. Please use with care!!</li>\n<li>Update to Spanish translation, thanks to Marcelo Pedra</li>\n<li>Updated Swedish translation</li>\n<li>Tested against WordPress 3.3.2</li>\n</ul>\n<h4>1.6.2</h4>\n<ul>\n<li>Fix bug where log would not get updated after it had been cleared</li>\n<li>Do plugin setup in ‘init’ action</li>\n<li>Small update to Spanish translation file, thanks to Marcelo Pedra</li>\n<li>Tested against WordPress 3.2.1</li>\n</ul>\n<h4>1.6.1</h4>\n<ul>\n<li>(WordPress 3.0+) An invalid cookie can sometimes get sent multiple times before it gets cleared, resulting in multiple failed attempts or even a lockout from a single invalid cookie. Store the latest failed cookie to make sure we only count it as one failed attempt</li>\n<li>Define “Text Domain” correctly</li>\n<li>Include correct Dutch tranlation file. Thanks to Martin1 for noticing. Thanks again to Bjorn Wijers for the translation</li>\n<li>Updated POT file for this version</li>\n<li>Tested against WordPress 3.1-RC4</li>\n</ul>\n<h4>1.6.0</h4>\n<ul>\n<li>Happy New Year</li>\n<li>Tested against WordPress 3.1-RC1</li>\n<li>Plugin now requires WordPress version 2.8+. Of course you should never ever use anything but the latest version</li>\n<li>Fixed deprecation warnings that had been piling up with the old version requirement. Thanks to Johannes Ruthenberg for the report that prompted this</li>\n<li>Removed auth cookie admin check for version 2.7.</li>\n<li>Make sure relevant values in $_COOKIE get cleared right away on auth cookie validation failure. There are still some problems with cookie auth handling. The lockout can trigger prematurely in rare cases, but fixing it is plugin version 2 stuff unfortunately.</li>\n<li>Changed default time for retries to reset from 24 hours to 12 hours. The security impact is very minor and it means the warning will disappear “overnight”</li>\n<li>Added question to FAQ (“Why not reset failed attempts on a successful login?”)</li>\n<li>Updated screenshots</li>\n</ul>\n<h4>1.5.2</h4>\n<ul>\n<li>Reverted minor cookie-handling cleanup which might somehow be responsible for recently reported cookie related lockouts</li>\n<li>Added version 1.x Brazilian Portuguese translation, thanks to Luciano Passuello</li>\n<li>Added Finnish translation, thanks to Ari Kontiainen</li>\n</ul>\n<h4>1.5.1</h4>\n<ul>\n<li>Further multisite & WPMU support (again thanks to <a href=\"mailto:erik@erikshosting.com\" rel=\"nofollow\">erik@erikshosting.com</a>)</li>\n<li>Better error handling if option variables are damaged</li>\n<li>Added Traditional Chinese translation, thanks to Denny Huang <a href=\"mailto:bigexplorations@bigexplorations.com.tw\" rel=\"nofollow\">bigexplorations@bigexplorations.com.tw</a></li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Tested against WordPress 3.0</li>\n<li>Handle 3.0 login page failure “shake”</li>\n<li>Basic multisite support (parts thanks to <a href=\"mailto:erik@erikshosting.com\" rel=\"nofollow\">erik@erikshosting.com</a>)</li>\n<li>Added Dutch translation, thanks to Bjorn Wijers <a href=\"mailto:burobjorn@burobjorn.nl\" rel=\"nofollow\">burobjorn@burobjorn.nl</a></li>\n<li>Added Hungarian translation, thanks to B?lint Vereskuti <a href=\"mailto:balint@vereskuti.info\" rel=\"nofollow\">balint@vereskuti.info</a></li>\n<li>Added French translation, thanks to oVa <a href=\"mailto:ova13lastar@gmail.com\" rel=\"nofollow\">ova13lastar@gmail.com</a></li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Added Turkish translation, thanks to Yazan Canarkadas</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Protect admin page update using wp_nonce</li>\n<li>Added Czech translation, thanks to Jakub Jedelsky</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Added Bulgarian translation, thanks to Hristo Chakarov</li>\n<li>Added Norwegian translation, thanks to Rune Gulbrands?y</li>\n<li>Added Spanish translation, thanks to Marcelo Pedra</li>\n<li>Added Persian translation, thanks to Mostafa Soufi</li>\n<li>Added Russian translation, thanks to Jack Leonid (http://studio-xl.com)</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Added Catalan translation, thanks to Robert Buj</li>\n<li>Added Romanian translation, thanks to Robert Tudor</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Support for getting the correct IP for clients while server is behind reverse proxy, thanks to Michael Skerwiderski</li>\n<li>Added German translation, thanks to Michael Skerwiderski</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>No longer replaces pluggable function when cookie handling active. Re-implemented using available actions and filters</li>\n<li>Filter error messages during login to avoid information leak regarding available usernames</li>\n<li>Do not show retries or lockout messages except for login (registration, lost password pages). No change in actual enforcement</li>\n<li>Slightly more aggressive in trimming old retries data</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Added translation support</li>\n<li>Added Swedish translation</li>\n<li>During lockout, filter out all other login errors</li>\n<li>Minor cleanups</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial version</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:56:\"https://wordpress.org/plugins/limit-login-attempts/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:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s: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:\"https://wordpress.org/plugins/tinymce-advanced/\";s: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:55:\"https://wordpress.org/plugins/tinymce-advanced/#respond\";s: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, 22 Jun 2007 06:02: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins-wp/tinymce-advanced/\";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:58:\"Extends and enhances TinyMCE, the WordPress Visual Editor.\";s: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:\"Andrew Ozz\";s: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:10701:\"<p><!--section=description--></p>\n<p>This plugin will let you add, remove and arrange the buttons that are shown on the Visual Editor toolbar. You can configure up to four rows of buttons including Font Sizes, Font Family, text and background colors, tables, etc. It will also let you enable the editor menu, see the <a href=\"screenshots\" rel=\"nofollow\">screenshots</a>.</p>\n<p>It includes 15 plugins for <a href=\"http://tinymce.com/\" rel=\"nofollow\">TinyMCE</a> that are automatically enabled or disabled depending on the buttons you have chosen. In addition this plugin adds some commonly used options as keeping the paragraph tags in the Text editor and importing the CSS classes from the theme’s editor-style.css.</p>\n<h4>Some of the features added by this plugin</h4>\n<ul>\n<li>Support for creating and editing tables.</li>\n<li>More options when inserting lists.</li>\n<li>Search and Replace in the editor.</li>\n<li>Ability to set Font Family and Font Sizes.</li>\n<li>And many others.</li>\n</ul>\n<p>With this plugin you can also enable the TinyMCE menu above the toolbars. This will make the editor even more powerful and convenient.</p>\n<p><!--section=installation--></p>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named “tinymce-advanced” (not two nested folders) in the WordPress plugins folder, usually “wp-content/plugins”.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named “tinymce-advanced” (not two nested folders) in the WordPress plugins folder, usually “wp-content/plugins”.</p>\n</dd>\n<dt>No styles are imported in the Formats sub-menu.</dt>\n<dd>\n<p>These styles are imported from your current theme editor-style.css file. However some themes do not have this functionality. For these themes TinyMCE Advanced has the option to let you add a customized editor-style.css and import it into the editor.</p>\n</dd>\n<dt>I have just installed this plugin, but it does not do anything.</dt>\n<dd>\n<p>Change some buttons on one of the toolbars, save your changes, clear your browser cache, and try again. If that does not work try reloding the Edit page several times while holding down Shift or Ctrl. There may also be a network cache somewhere between you and your host. You may need to wait for a few hours until this cache expires.</p>\n</dd>\n<dt>When I add “Smilies”, they do not show in the editor.</dt>\n<dd>\n<p>The “Emoticons” button in TinyMCE adds the codes for the smilies. The actual images are added by WordPress when viewing the Post. Make sure the checkbox “Convert emoticons to graphics on display” in “Options – Writing” is checked.</p>\n</dd>\n<dt>The plugin does not add any buttons.</dt>\n<dd>\n<p>Make sure the “Disable the visual editor when writing” checkbox under “Users – Your Profile” is <strong>not</strong> checked.</p>\n</dd>\n<dt>I still see the “old” buttons in the editor</dt>\n<dd>\n<p>Click the “Restore Default Settings” button on the plugin settings page and then set the buttons again and save.</p>\n</dd>\n<dt>Other questions? More screenshots?</dt>\n<dd>\n<p>Please post on the support forum or visit the homepage for <a href=\"http://www.laptoptips.ca/projects/tinymce-advanced/\" rel=\"nofollow\">TinyMCE Advanced</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>4.6.3</h4>\n<ul>\n<li>Updated for WordPress 4.8 and TinyMCE 4.6.3.</li>\n</ul>\n<h4>4.5.6</h4>\n<ul>\n<li>Updated for WordPress 4.7.4 and TinyMCE 4.5.6.</li>\n<li>Fixed PHP notice after importing settings.</li>\n</ul>\n<h4>4.4.3</h4>\n<ul>\n<li>Updated for WordPress 4.7 and TinyMCE 4.4.3.</li>\n<li>Fixed missing “Source code” button bug.</li>\n</ul>\n<h4>4.4.1</h4>\n<ul>\n<li>Updated for WordPress 4.6 and TinyMCE 4.4.1.</li>\n<li>Fixed multisite saving bug.</li>\n<li>Added new button in the Text editor to add or reset the line breaks. Adds line breaks only between tags. Works only when it detects that line breaks are missing so it doesn’t reformat posts with removed paragraphs.</li>\n</ul>\n<h4>4.3.10.1</h4>\n<ul>\n<li>Fixed adding paragraph tags when loading posts that were saved before turning autop off.</li>\n<li>Disabled the (new) inline toolbar for tables as it was overlapping the table in some cases.</li>\n</ul>\n<h4>4.3.10</h4>\n<ul>\n<li>Updated for WordPress 4.5.1 and TinyMCE 4.3.10.</li>\n<li>Fixed support for adding editor-style.css to themes that don’t have it.</li>\n</ul>\n<h4>4.3.8</h4>\n<ul>\n<li>Updated for WordPress 4.5 and TinyMCE 4.3.8.</li>\n<li>Separated standard options and admin options.</li>\n<li>Added settings that can disable the plugin for the main editor, other editors in wp-admin or editors on the front-end.</li>\n<li>Korean translation by Josh Kim and Greek translation by Stathis Mellios.</li>\n</ul>\n<h4>4.2.8</h4>\n<ul>\n<li>Updated for WordPress 4.4 and TinyMCE 4.2.8.</li>\n<li>Japanese translation by Manabu Miwa.</li>\n</ul>\n<h4>4.2.5</h4>\n<ul>\n<li>Updated for WordPress 4.3.1 and TinyMCE 4.2.5.</li>\n<li>Fixed text domain and plugin headers.</li>\n</ul>\n<h4>4.2.3.1</h4>\n<ul>\n<li>Fix error with removing the ‘textpattern’ plugin.</li>\n</ul>\n<h4>4.2.3</h4>\n<ul>\n<li>Updated for WordPress 4.3 and TinyMCE 4.2.3.</li>\n<li>Removed the ‘textpattern’ plugin as WordPress 4.3 includes similar functionality by default.</li>\n<li>French translation by Nicolas Schneider.</li>\n</ul>\n<h4>4.1.9</h4>\n<ul>\n<li>Updated for WordPress 4.2 and TinyMCE 4.1.9.</li>\n<li>Fixed bugs with showing oEmbed previews when pasting an URL.</li>\n<li>Fixed bugs with getting the content from TinyMCE with line breaks.</li>\n</ul>\n<h4>4.1.7</h4>\n<ul>\n<li>Updated for WordPress 4.1 and TinyMCE 4.1.7.</li>\n<li>Fixed bug where consecutive caption shortcodes may be split with an empty paragraph tag.</li>\n</ul>\n<h4>4.1.1</h4>\n<ul>\n<li>Fix bug with image captions when wpautop is disabled.</li>\n<li>Add translation support to the settings page. Button names/descriptions are translated from JS using the existing WordPress translation, so this part of the settings page will be translated by default. The other text still needs separate translation.</li>\n</ul>\n<h4>4.1</h4>\n<ul>\n<li>Updated for WordPress 4.0 and TinyMCE 4.1.</li>\n<li>Add the ‘textpattern’ plugin that supports some of the markdown syntax while typing, <a href=\"http://www.tinymce.com/wiki.php/Configuration:textpattern_patterns\" rel=\"nofollow\">(more info)</a>.</li>\n<li>Add the updated ‘table’ plugin that supports background and border color.</li>\n</ul>\n<h4>4.0.2</h4>\n<ul>\n<li>Fix showing of the second, third and forth button rows when the Toolbar Toggle button is not used.</li>\n<li>Fix adding the ”directionality” plugin when RTL or LTR button is selected.</li>\n<li>Show the ”Advanced Options” to super admins on multisite installs.</li>\n<li>Add the ”link” plugin including link rel setting. Replaces the Insert/Edit Link dialog when enabled.</li>\n<li>Include updated ”table” plugin that has support for vertical align for cells.</li>\n</ul>\n<h4>4.0.1</h4>\n<p>Fix warnings on pages other than Edit Post. Update the description.</p>\n<h4>4.0</h4>\n<p>Updated for WordPress 3.9 and TinyMCE 4.0. Refreshed the settings screen. Added support for exporting and importing of the settings.</p>\n<h4>3.5.9.1</h4>\n<p>Updated for WordPress 3.8, fixed auto-embedding of single line URLs when not removing paragraph tags.</p>\n<h4>3.5.9</h4>\n<p>Updated for WordPress 3.7 and TinyMCE 3.5.9.</p>\n<h4>3.5.8</h4>\n<p>Updated for WordPress 3.5 and TinyMCE 3.5.8.</p>\n<h4>3.4.9</h4>\n<p>Updated for WordPress 3.4 and TinyMCE 3.4.9.</p>\n<h4>3.4.5.1</h4>\n<p>Fixed a bug preventing TinyMCE from importing CSS classes from editor-style.css.</p>\n<h4>3.4.5</h4>\n<p>Updated for WordPress 3.3 or later and TinyMCE 3.4.5.</p>\n<h4>3.4.2.1</h4>\n<p>Fix the removal of the <em>media</em> plugin so it does not require re-saving the settings.</p>\n<h4>3.4.2</h4>\n<p>Compatibility with WordPress 3.2 and TinyMCE 3.4.2, removed the options for support for iframe and HTML 5.0 elements as they are supported by default in WordPress 3.2, removed the <em>media</em> plugin as it is included by default.</p>\n<h4>3.3.9.1</h4>\n<p>Added advanced options: stop removing iframes, stop removing HTML 5.0 elements, moved the support for custom editor styles to editor-style.css in the current theme.</p>\n<p>Attention: if you have a customized tadv-mce.css file and your theme doesn’t have editor-style.css, please download tadv-mce.css, rename it to editor-style.css and upload it to your current theme directory. Alternatively you can add there the editor-style.css from the Twenty Ten theme. If your theme has editor-style.css you can add any custom styles there.</p>\n<h4>3.3.9</h4>\n<p>Compatibility with WordPress 3.1 and TinyMCE 3.3.9, improved P and BR tags option.</p>\n<h4>3.2.7</h4>\n<p>Compatibility with WordPress 2.9 and TinyMCE 3.2.7, several minor bug fixes.</p>\n<h4>3.2.4</h4>\n<p>Compatibility with WordPress 2.8 and TinyMCE 3.2.4, minor bug fixes.</p>\n<h4>3.2</h4>\n<p>Compatibility with WordPress 2.7 and TinyMCE 3.2, minor bug fixes.</p>\n<h4>3.1</h4>\n<p>Compatibility with WordPress 2.6 and TinyMCE 3.1, keeps empty paragraphs when disabling the removal of P and BR tags, the buttons for MCImageManager and MCFileManager can be arranged (if installed).</p>\n<h4>3.0.1</h4>\n<p>Compatibility with WordPress 2.5.1 and TinyMCE 3.0.7, added option to disable the removal of P and BR tags when saving and in the HTML editor (autop), added two more buttons to the HTML editor: autop and undo, fixed the removal of non-default TinyMCE buttons.</p>\n<h4>3.0</h4>\n<p>Support for WordPress 2.5 and TinyMCE 3.0.</p>\n<h4>2.2</h4>\n<p>Deactivate/Uninstall option page, font size drop-down menu and other small changes.</p>\n<h4>2.1</h4>\n<p>Improved language selection, improved compatibility with WordPress 2.3 and TinyMCE 2.1.1.1, option to override some of the imported css classes and other small improvements and bugfixes.</p>\n<h4>2.0</h4>\n<p>Includes an admin page for arranging the TinyMCE toolbar buttons, easy installation, a lot of bugfixes, customized “Smilies” plugin that uses the built-in WordPress smilies, etc. The admin page uses jQuery and jQuery UI that lets you “drag and drop” the TinyMCE buttons to arrange your own toolbars and enables/disables the corresponding plugins depending on the used buttons.</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:\"https://wordpress.org/plugins/tinymce-advanced/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:50:\"https://wordpress.org/plugins/browse/popular/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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 17 Oct 2017 06:51:46 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 17 Oct 2017 06:36:15 GMT\";s:4:\"link\";s:66:\"<https://wordpress.org/plugins/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(88340,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1508266306','no'),(88341,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1508223106','no'),(88342,'_transient_timeout_plugin_slugs','1508309644','no'),(88343,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";}','no'),(88344,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1508266306','no'),(88345,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\'>WordPress 4.9 Beta 2</a> <span class=\"rss-date\">October 12, 2017</span><div class=\"rssSummary\">WordPress 4.9 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/medium-opens-partner-program-allows-anyone-to-publish-behind-its-5-paywall\'>WPTavern: Medium Opens Partner Program, Allows Anyone to Publish Behind Its $5 Paywall</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/bear-app-users-want-wordpress-publishing-integration\'>WPTavern: Bear App Users Want WordPress Publishing Integration</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-4-9-protects-users-from-fatal-errors-created-in-the-theme-and-plugin-editors\'>WPTavern: WordPress 4.9 Protects Users From Fatal Errors Created in the Theme and Plugin Editors</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>Popular Plugin:</span> WordPress Importer <a href=\"plugin-install.php?tab=plugin-information&plugin=wordpress-importer&_wpnonce=ae64cd3592&TB_iframe=true&width=600&height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"Install WordPress Importer\">(Install)</a></li></ul></div>','no'),(88346,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1508234001','no'),(88347,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4386;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2512;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2370;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2351;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1837;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1607;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1598;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1438;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1360;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1355;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1347;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1277;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1273;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1143;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1058;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1053;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:998;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:958;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:827;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:825;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:816;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:778;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:773;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:672;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:671;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:666;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:655;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:652;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:647;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:638;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:630;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:615;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:598;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:593;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:588;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:586;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:579;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:579;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:563;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:558;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:547;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:535;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:529;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:520;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:507;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:503;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:497;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:493;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:477;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:475;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:475;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:473;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:452;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:448;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:447;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:441;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:441;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:438;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:425;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:417;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:412;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:411;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:406;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:405;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:404;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:397;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:391;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:383;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:382;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:371;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:356;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:347;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:340;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:333;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:333;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:333;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:331;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:330;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:329;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:327;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:324;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:323;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:323;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:318;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:306;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:302;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:300;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:294;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:294;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:292;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:290;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:286;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:284;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:283;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:280;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:278;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:276;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:276;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:273;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:270;}}','no'),(88352,'wpmm_settings','a:3:{s:7:\"general\";a:10:{s:6:\"status\";i:1;s:11:\"bypass_bots\";i:0;s:11:\"meta_robots\";i:0;s:11:\"redirection\";s:0:\"\";s:7:\"exclude\";a:3:{i:0;s:4:\"feed\";i:1;s:8:\"wp-login\";i:2;s:5:\"login\";}s:6:\"notice\";i:1;s:10:\"admin_link\";i:0;s:11:\"status_date\";s:19:\"2017-10-17 06:56:22\";s:12:\"backend_role\";a:0:{}s:13:\"frontend_role\";a:0:{}}s:6:\"design\";a:10:{s:5:\"title\";s:16:\"Maintenance mode\";s:7:\"heading\";s:16:\"Maintenance mode\";s:13:\"heading_color\";s:0:\"\";s:4:\"text\";s:138:\"<p>Sorry for the inconvenience.<br />Our website is currently undergoing scheduled maintenance.<br />Thank you for your understanding.</p>\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:9:\"bg_custom\";s:0:\"\";s:13:\"bg_predefined\";s:7:\"bg1.jpg\";s:10:\"custom_css\";a:0:{}}s:7:\"modules\";a:22:{s:16:\"countdown_status\";i:0;s:15:\"countdown_start\";s:19:\"2017-10-17 06:54:03\";s:17:\"countdown_details\";a:3:{s:4:\"days\";i:0;s:5:\"hours\";i:1;s:7:\"minutes\";i:0;}s:15:\"countdown_color\";s:0:\"\";s:16:\"subscribe_status\";i:0;s:14:\"subscribe_text\";s:25:\"Notify me when it\'s ready\";s:20:\"subscribe_text_color\";s:0:\"\";s:13:\"social_status\";i:0;s:13:\"social_target\";i:1;s:13:\"social_github\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:14:\"social_twitter\";s:0:\"\";s:15:\"social_facebook\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:14:\"social_google+\";s:0:\"\";s:15:\"social_linkedin\";s:0:\"\";s:14:\"contact_status\";i:0;s:13:\"contact_email\";s:23:\"saiful.cems92@gmail.com\";s:15:\"contact_effects\";s:20:\"move_top|move_bottom\";s:9:\"ga_status\";i:0;s:7:\"ga_code\";s:0:\"\";s:10:\"custom_css\";a:0:{}}}','yes'),(88353,'wpmm_version','2.0.9','yes'),(89587,'_site_transient_timeout_theme_roots','1522732451','no'),(89588,'_site_transient_theme_roots','a:4:{s:6:\"expo18\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(89590,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1522730654;s:7:\"checked\";a:4:{s:6:\"expo18\";s:5:\"1.2.4\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.9\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.9.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.1.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.4.zip\";}}s:12:\"translations\";a:0:{}}','no'),(89591,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1522730654;s:8:\"response\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.3.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:7:\"default\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";s:7:\"default\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:33:\"w.org/plugins/wp-maintenance-mode\";s:4:\"slug\";s:19:\"wp-maintenance-mode\";s:6:\"plugin\";s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";s:11:\"new_version\";s:5:\"2.1.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/wp-maintenance-mode/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:72:\"https://ps.w.org/wp-maintenance-mode/assets/icon-128x128.png?rev=1746218\";s:2:\"2x\";s:72:\"https://ps.w.org/wp-maintenance-mode/assets/icon-256x256.png?rev=1746218\";s:7:\"default\";s:72:\"https://ps.w.org/wp-maintenance-mode/assets/icon-256x256.png?rev=1746218\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:74:\"https://ps.w.org/wp-maintenance-mode/assets/banner-772x250.png?rev=1833485\";s:7:\"default\";s:74:\"https://ps.w.org/wp-maintenance-mode/assets/banner-772x250.png?rev=1833485\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:7:\"default\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";s:7:\"default\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}}}','no'); /*!40000 ALTER TABLE `backupdb_wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backupdb_wp_postmeta` -- DROP TABLE IF EXISTS `backupdb_wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2464 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backupdb_wp_postmeta` -- LOCK TABLES `backupdb_wp_postmeta` WRITE; /*!40000 ALTER TABLE `backupdb_wp_postmeta` DISABLE KEYS */; INSERT INTO `backupdb_wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(4,5,'_edit_last','1'),(5,5,'_edit_lock','1494140899:1'),(6,6,'_wp_attached_file','2015/05/image003.jpg'),(7,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:93;s:6:\"height\";i:128;s:4:\"file\";s:20:\"2015/05/image003.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8,7,'_wp_attached_file','2015/05/image001.jpg'),(9,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1150;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2015/05/image001.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image001-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:\"image001-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image001-1024x801.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image001-125x97.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"image001-615x481.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10,5,'_wp_page_template','template-home.php'),(11,11,'_menu_item_type','post_type'),(12,11,'_menu_item_menu_item_parent','0'),(13,11,'_menu_item_object_id','5'),(14,11,'_menu_item_object','page'),(15,11,'_menu_item_target',''),(16,11,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17,11,'_menu_item_xfn',''),(18,11,'_menu_item_url',''),(20,13,'_wp_attached_file','2015/05/map22.gif'),(21,13,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:244;s:6:\"height\";i:202;s:4:\"file\";s:17:\"2015/05/map22.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(22,12,'_edit_last','1'),(23,12,'_edit_lock','1496303619:1'),(24,12,'_wp_page_template','template-full-width.php'),(25,15,'_menu_item_type','post_type'),(26,15,'_menu_item_menu_item_parent','18'),(27,15,'_menu_item_object_id','12'),(28,15,'_menu_item_object','page'),(29,15,'_menu_item_target',''),(30,15,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(31,15,'_menu_item_xfn',''),(32,15,'_menu_item_url',''),(34,16,'_edit_last','1'),(35,16,'_wp_page_template','default'),(36,16,'_edit_lock','1456384408:1'),(37,18,'_menu_item_type','post_type'),(38,18,'_menu_item_menu_item_parent','0'),(39,18,'_menu_item_object_id','16'),(40,18,'_menu_item_object','page'),(41,18,'_menu_item_target',''),(42,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(43,18,'_menu_item_xfn',''),(44,18,'_menu_item_url',''),(46,19,'_edit_last','1'),(47,19,'_edit_lock','1496302979:1'),(48,19,'_wp_page_template','default'),(49,21,'_menu_item_type','post_type'),(50,21,'_menu_item_menu_item_parent','18'),(51,21,'_menu_item_object_id','19'),(52,21,'_menu_item_object','page'),(53,21,'_menu_item_target',''),(54,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(55,21,'_menu_item_xfn',''),(56,21,'_menu_item_url',''),(58,22,'_edit_last','1'),(59,22,'_edit_lock','1496302975:1'),(60,22,'_wp_page_template','default'),(61,24,'_menu_item_type','post_type'),(62,24,'_menu_item_menu_item_parent','18'),(63,24,'_menu_item_object_id','22'),(64,24,'_menu_item_object','page'),(65,24,'_menu_item_target',''),(66,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(67,24,'_menu_item_xfn',''),(68,24,'_menu_item_url',''),(70,25,'_edit_last','1'),(71,25,'_edit_lock','1481717907:1'),(72,25,'_wp_page_template','default'),(73,27,'_menu_item_type','post_type'),(74,27,'_menu_item_menu_item_parent','0'),(75,27,'_menu_item_object_id','25'),(76,27,'_menu_item_object','page'),(77,27,'_menu_item_target',''),(78,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(79,27,'_menu_item_xfn',''),(80,27,'_menu_item_url',''),(82,28,'_edit_last','1'),(83,28,'_edit_lock','1496303252:1'),(84,28,'_wp_page_template','default'),(85,30,'_menu_item_type','post_type'),(86,30,'_menu_item_menu_item_parent','0'),(87,30,'_menu_item_object_id','28'),(88,30,'_menu_item_object','page'),(89,30,'_menu_item_target',''),(90,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(91,30,'_menu_item_xfn',''),(92,30,'_menu_item_url',''),(94,31,'_edit_last','1'),(95,31,'_edit_lock','1496302851:1'),(96,31,'_wp_page_template','default'),(97,33,'_menu_item_type','post_type'),(98,33,'_menu_item_menu_item_parent','0'),(99,33,'_menu_item_object_id','31'),(100,33,'_menu_item_object','page'),(101,33,'_menu_item_target',''),(102,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(103,33,'_menu_item_xfn',''),(104,33,'_menu_item_url',''),(106,35,'_edit_last','1'),(107,35,'_edit_lock','1456384612:1'),(108,35,'_wp_page_template','default'),(109,37,'_menu_item_type','post_type'),(110,37,'_menu_item_menu_item_parent','18'),(111,37,'_menu_item_object_id','35'),(112,37,'_menu_item_object','page'),(113,37,'_menu_item_target',''),(114,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(115,37,'_menu_item_xfn',''),(116,37,'_menu_item_url',''),(118,38,'_edit_last','1'),(119,38,'_edit_lock','1496302968:1'),(120,38,'_wp_page_template','default'),(121,40,'_menu_item_type','post_type'),(122,40,'_menu_item_menu_item_parent','18'),(123,40,'_menu_item_object_id','38'),(124,40,'_menu_item_object','page'),(125,40,'_menu_item_target',''),(126,40,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(127,40,'_menu_item_xfn',''),(128,40,'_menu_item_url',''),(130,41,'_edit_last','1'),(131,41,'_edit_lock','1484827369:1'),(132,41,'_wp_page_template','default'),(133,43,'_menu_item_type','post_type'),(134,43,'_menu_item_menu_item_parent','18'),(135,43,'_menu_item_object_id','41'),(136,43,'_menu_item_object','page'),(137,43,'_menu_item_target',''),(138,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(139,43,'_menu_item_xfn',''),(140,43,'_menu_item_url',''),(142,44,'_edit_last','1'),(143,44,'_edit_lock','1505550978:1'),(144,44,'_wp_page_template','default'),(145,46,'_menu_item_type','post_type'),(146,46,'_menu_item_menu_item_parent','0'),(147,46,'_menu_item_object_id','44'),(148,46,'_menu_item_object','page'),(149,46,'_menu_item_target',''),(150,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(151,46,'_menu_item_xfn',''),(152,46,'_menu_item_url',''),(154,47,'_edit_last','1'),(155,47,'_edit_lock','1443862358:1'),(156,48,'_wp_attached_file','2015/05/EXPO-APPLICATION-FORM.pdf'),(157,47,'_wp_page_template','default'),(158,50,'_menu_item_type','post_type'),(159,50,'_menu_item_menu_item_parent','18'),(160,50,'_menu_item_object_id','47'),(161,50,'_menu_item_object','page'),(162,50,'_menu_item_target',''),(163,50,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(164,50,'_menu_item_xfn',''),(165,50,'_menu_item_url',''),(167,60,'_wp_attached_file','2015/05/cems-china.jpg'),(168,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:35;s:4:\"file\";s:22:\"2015/05/cems-china.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(169,61,'_wp_attached_file','2015/05/cems-india.jpg'),(170,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:35;s:4:\"file\";s:22:\"2015/05/cems-india.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(171,65,'_edit_last','1'),(172,65,'_edit_lock','1481776128:1'),(173,65,'_wp_page_template','template-full-width.php'),(258,74,'__defaults_set','1'),(259,74,'filter','raw'),(260,74,'id_field','ID'),(261,75,'__defaults_set','1'),(262,75,'filter','raw'),(263,75,'id_field','ID'),(273,78,'__defaults_set','1'),(274,78,'filter','raw'),(275,78,'id_field','ID'),(282,80,'__defaults_set','1'),(283,80,'filter','raw'),(284,80,'id_field','ID'),(291,82,'__defaults_set','1'),(292,82,'filter','raw'),(293,82,'id_field','ID'),(300,84,'__defaults_set','1'),(301,84,'filter','raw'),(302,84,'id_field','ID'),(309,86,'__defaults_set','1'),(310,86,'filter','raw'),(311,86,'id_field','ID'),(318,88,'__defaults_set','1'),(319,88,'filter','raw'),(320,88,'id_field','ID'),(327,90,'__defaults_set','1'),(328,90,'filter','raw'),(329,90,'id_field','ID'),(336,94,'_menu_item_type','post_type'),(337,94,'_menu_item_menu_item_parent','0'),(338,94,'_menu_item_object_id','65'),(339,94,'_menu_item_object','page'),(340,94,'_menu_item_target',''),(341,94,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(342,94,'_menu_item_xfn',''),(343,94,'_menu_item_url',''),(354,97,'__defaults_set','1'),(355,97,'filter','raw'),(356,97,'id_field','ID'),(487,102,'__defaults_set','1'),(488,102,'filter','raw'),(489,102,'id_field','ID'),(490,103,'__defaults_set','1'),(491,103,'filter','raw'),(492,103,'id_field','ID'),(502,106,'__defaults_set','1'),(503,106,'filter','raw'),(504,106,'id_field','ID'),(511,108,'__defaults_set','1'),(512,108,'filter','raw'),(513,108,'id_field','ID'),(520,110,'__defaults_set','1'),(521,110,'filter','raw'),(522,110,'id_field','ID'),(529,112,'__defaults_set','1'),(530,112,'filter','raw'),(531,112,'id_field','ID'),(538,114,'__defaults_set','1'),(539,114,'filter','raw'),(540,114,'id_field','ID'),(547,116,'__defaults_set','1'),(548,116,'filter','raw'),(549,116,'id_field','ID'),(556,98,'__defaults_set','1'),(557,98,'filter','raw'),(558,98,'id_field','ID'),(562,77,'__defaults_set','1'),(563,77,'filter','raw'),(564,77,'id_field','ID'),(565,76,'__defaults_set','1'),(566,76,'filter','raw'),(567,76,'id_field','ID'),(568,79,'__defaults_set','1'),(569,79,'filter','raw'),(570,79,'id_field','ID'),(571,81,'__defaults_set','1'),(572,81,'filter','raw'),(573,81,'id_field','ID'),(574,83,'__defaults_set','1'),(575,83,'filter','raw'),(576,83,'id_field','ID'),(577,85,'__defaults_set','1'),(578,85,'filter','raw'),(579,85,'id_field','ID'),(580,87,'__defaults_set','1'),(581,87,'filter','raw'),(582,87,'id_field','ID'),(583,89,'__defaults_set','1'),(584,89,'filter','raw'),(585,89,'id_field','ID'),(586,91,'__defaults_set','1'),(587,91,'filter','raw'),(588,91,'id_field','ID'),(589,105,'__defaults_set','1'),(590,105,'filter','raw'),(591,105,'id_field','ID'),(592,104,'__defaults_set','1'),(593,104,'filter','raw'),(594,104,'id_field','ID'),(595,107,'__defaults_set','1'),(596,107,'filter','raw'),(597,107,'id_field','ID'),(598,109,'__defaults_set','1'),(599,109,'filter','raw'),(600,109,'id_field','ID'),(601,111,'__defaults_set','1'),(602,111,'filter','raw'),(603,111,'id_field','ID'),(604,113,'__defaults_set','1'),(605,113,'filter','raw'),(606,113,'id_field','ID'),(607,115,'__defaults_set','1'),(608,115,'filter','raw'),(609,115,'id_field','ID'),(610,117,'__defaults_set','1'),(611,117,'filter','raw'),(612,117,'id_field','ID'),(617,65,'ngg_gallery_id',''),(618,67,'filter','raw'),(619,67,'meta_id','178'),(620,67,'post_id','67'),(621,67,'meta_key','name'),(622,67,'meta_value','photocrati-nextgen_basic_thumbnails'),(623,67,'title','NextGEN Basic Thumbnails'),(624,67,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumb_preview.jpg'),(625,67,'default_source','galleries'),(626,67,'view_order','10000'),(627,67,'name','photocrati-nextgen_basic_thumbnails'),(628,67,'installed_at_version','2.1.0'),(629,67,'hidden_from_ui',''),(630,67,'__defaults_set','1'),(631,67,'entity_types','WyJpbWFnZSJd'),(632,67,'id_field','ID'),(633,67,'settings','eyJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIwIiwidGh1bWJuYWlsX3dpZHRoIjoiMjQwIiwidGh1bWJuYWlsX2hlaWdodCI6IjE2MCIsInRodW1ibmFpbF9jcm9wIjoiMSIsImltYWdlc19wZXJfcGFnZSI6IjIwIiwibnVtYmVyX29mX2NvbHVtbnMiOiIwIiwiYWpheF9wYWdpbmF0aW9uIjoiMCIsInNob3dfYWxsX2luX2xpZ2h0Ym94IjoiMCIsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjoiMCIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInRodW1ibmFpbF9xdWFsaXR5IjoiMTAwIiwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9'),(634,68,'filter','raw'),(635,68,'meta_id','190'),(636,68,'post_id','68'),(637,68,'meta_key','name'),(638,68,'meta_value','photocrati-nextgen_basic_slideshow'),(639,68,'title','NextGEN Basic Slideshow'),(640,68,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow_preview.jpg'),(641,68,'default_source','galleries'),(642,68,'view_order','10010'),(643,68,'name','photocrati-nextgen_basic_slideshow'),(644,68,'installed_at_version','2.1.0'),(645,68,'hidden_from_ui',''),(646,68,'__defaults_set','1'),(647,68,'entity_types','WyJpbWFnZSJd'),(648,68,'id_field','ID'),(649,68,'settings','eyJnYWxsZXJ5X3dpZHRoIjoiMjAwIiwiZ2FsbGVyeV9oZWlnaHQiOiIxNTAiLCJjeWNsZV9lZmZlY3QiOiJmYWRlIiwiY3ljbGVfaW50ZXJ2YWwiOiIxMCIsInNob3dfdGh1bWJuYWlsX2xpbmsiOiIxIiwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHRodW1ibmFpbHNdIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwidGh1bWJuYWlsX3dpZHRoIjoiNDAwIiwidGh1bWJuYWlsX2hlaWdodCI6IjI1MCIsImVmZmVjdF9jb2RlIjoiY2xhc3M9XCJuZ2ctZmFuY3lib3hcIiByZWw9XCIlR0FMTEVSWV9OQU1FJVwiIiwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(650,69,'filter','raw'),(651,69,'meta_id','202'),(652,69,'post_id','69'),(653,69,'meta_key','name'),(654,69,'meta_value','photocrati-nextgen_basic_imagebrowser'),(655,69,'title','NextGEN Basic ImageBrowser'),(656,69,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/static/preview.jpg'),(657,69,'default_source','galleries'),(658,69,'view_order','10020'),(659,69,'name','photocrati-nextgen_basic_imagebrowser'),(660,69,'installed_at_version','2.1.0'),(661,69,'hidden_from_ui',''),(662,69,'__defaults_set','1'),(663,69,'entity_types','WyJpbWFnZSJd'),(664,69,'id_field','ID'),(665,69,'settings','eyJhamF4X3BhZ2luYXRpb24iOiIwIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(666,70,'filter','raw'),(667,70,'meta_id','215'),(668,70,'post_id','70'),(669,70,'meta_key','name'),(670,70,'meta_value','photocrati-nextgen_basic_singlepic'),(671,70,'title','NextGEN Basic SinglePic'),(672,70,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/static/preview.gif'),(673,70,'default_source','galleries'),(674,70,'view_order','10060'),(675,70,'hidden_from_ui','1'),(676,70,'name','photocrati-nextgen_basic_singlepic'),(677,70,'installed_at_version','2.1.0'),(678,70,'__defaults_set','1'),(679,70,'entity_types','WyJpbWFnZSJd'),(680,70,'id_field','ID'),(681,70,'settings','eyJ3aWR0aCI6IiIsImhlaWdodCI6IiIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsImZsb2F0IjoiIiwicXVhbGl0eSI6IjEwMCIsImNyb3AiOiIwIiwiZGlzcGxheV93YXRlcm1hcmsiOiIwIiwiZGlzcGxheV9yZWZsZWN0aW9uIjoiMCIsInRlbXBsYXRlIjoiIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwibW9kZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),(682,71,'filter','raw'),(683,71,'meta_id','226'),(684,71,'post_id','71'),(685,71,'meta_key','name'),(686,71,'meta_value','photocrati-nextgen_basic_tagcloud'),(687,71,'title','NextGEN Basic TagCloud'),(688,71,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/static/preview.gif'),(689,71,'default_source','tags'),(690,71,'view_order','10100'),(691,71,'name','photocrati-nextgen_basic_tagcloud'),(692,71,'installed_at_version','2.1.0'),(693,71,'hidden_from_ui',''),(694,71,'__defaults_set','1'),(695,71,'entity_types','WyJpbWFnZSJd'),(696,71,'id_field','ID'),(697,71,'settings','eyJudW1iZXIiOiI0NSIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9'),(698,72,'filter','raw'),(699,72,'meta_id','238'),(700,72,'post_id','72'),(701,72,'meta_key','name'),(702,72,'meta_value','photocrati-nextgen_basic_compact_album'),(703,72,'title','NextGEN Basic Compact Album'),(704,72,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/compact_preview.jpg'),(705,72,'default_source','albums'),(706,72,'view_order','10200'),(707,72,'name','photocrati-nextgen_basic_compact_album'),(708,72,'installed_at_version','2.1.0'),(709,72,'hidden_from_ui',''),(710,72,'__defaults_set','1'),(711,72,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(712,72,'id_field','ID'),(713,72,'settings','eyJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjoiMCIsImVuYWJsZV9icmVhZGNydW1icyI6IjEiLCJ0ZW1wbGF0ZSI6IiIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiI2MDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiNDUwIiwidGh1bWJuYWlsX2Nyb3AiOiIwIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(714,73,'filter','raw'),(715,73,'meta_id','250'),(716,73,'post_id','73'),(717,73,'meta_key','name'),(718,73,'meta_value','photocrati-nextgen_basic_extended_album'),(719,73,'title','NextGEN Basic Extended Album'),(720,73,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/extended_preview.jpg'),(721,73,'default_source','albums'),(722,73,'view_order','10210'),(723,73,'name','photocrati-nextgen_basic_extended_album'),(724,73,'installed_at_version','2.1.0'),(725,73,'hidden_from_ui',''),(726,73,'__defaults_set','1'),(727,73,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(728,73,'id_field','ID'),(729,73,'settings','eyJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjoiMCIsImVuYWJsZV9icmVhZGNydW1icyI6IjEiLCJ0ZW1wbGF0ZSI6IiIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIyNDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMTYwIiwidGh1bWJuYWlsX2Nyb3AiOiIxIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(733,136,'__defaults_set','1'),(734,136,'filter','raw'),(735,136,'id_field','ID'),(736,137,'__defaults_set','1'),(737,137,'filter','raw'),(738,137,'id_field','ID'),(739,138,'__defaults_set','1'),(740,138,'filter','raw'),(741,138,'id_field','ID'),(751,141,'__defaults_set','1'),(752,141,'filter','raw'),(753,141,'id_field','ID'),(760,143,'__defaults_set','1'),(761,143,'filter','raw'),(762,143,'id_field','ID'),(781,146,'__defaults_set','1'),(782,146,'filter','raw'),(783,146,'id_field','ID'),(790,148,'__defaults_set','1'),(791,148,'filter','raw'),(792,148,'id_field','ID'),(799,150,'__defaults_set','1'),(800,150,'filter','raw'),(801,150,'id_field','ID'),(808,152,'__defaults_set','1'),(809,152,'filter','raw'),(810,152,'id_field','ID'),(817,154,'__defaults_set','1'),(818,154,'filter','raw'),(819,154,'id_field','ID'),(826,156,'__defaults_set','1'),(827,156,'filter','raw'),(828,156,'id_field','ID'),(835,158,'__defaults_set','1'),(836,158,'filter','raw'),(837,158,'id_field','ID'),(844,160,'__defaults_set','1'),(845,160,'filter','raw'),(846,160,'id_field','ID'),(853,162,'__defaults_set','1'),(854,162,'filter','raw'),(855,162,'id_field','ID'),(862,164,'__defaults_set','1'),(863,164,'filter','raw'),(864,164,'id_field','ID'),(871,166,'__defaults_set','1'),(872,166,'filter','raw'),(873,166,'id_field','ID'),(880,168,'__defaults_set','1'),(881,168,'filter','raw'),(882,168,'id_field','ID'),(889,170,'__defaults_set','1'),(890,170,'filter','raw'),(891,170,'id_field','ID'),(899,182,'_wp_attached_file','2015/05/Capture.jpg'),(900,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:347;s:4:\"file\";s:19:\"2015/05/Capture.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Capture-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:\"Capture-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Capture-125x87.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(901,183,'_wp_attached_file','2015/05/Capture.gif'),(902,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:927;s:6:\"height\";i:644;s:4:\"file\";s:19:\"2015/05/Capture.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(903,184,'_wp_attached_file','2015/05/Presentation-of-Food-Pro-Agro-Bangladesh-Intl.-Expo-2015.pdf'),(904,188,'_wp_attached_file','2015/05/p1-logo.png'),(905,188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:58;s:4:\"file\";s:19:\"2015/05/p1-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"p1-logo-150x58.png\";s:5:\"width\";i:150;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"p1-logo-125x36.png\";s:5:\"width\";i:125;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(906,189,'_wp_attached_file','2015/05/p2-logo.png'),(907,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:62;s:4:\"file\";s:19:\"2015/05/p2-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"p2-logo-150x62.png\";s:5:\"width\";i:150;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"p2-logo-125x39.png\";s:5:\"width\";i:125;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(908,190,'_wp_attached_file','2015/05/p3-logo.png'),(909,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:45;s:4:\"file\";s:19:\"2015/05/p3-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"p3-logo-150x45.png\";s:5:\"width\";i:150;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"p3-logo-125x28.png\";s:5:\"width\";i:125;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(910,191,'_wp_attached_file','2015/05/p4-logo.png'),(911,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:52;s:4:\"file\";s:19:\"2015/05/p4-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"p4-logo-150x52.png\";s:5:\"width\";i:150;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"p4-logo-125x33.png\";s:5:\"width\";i:125;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(912,192,'_wp_attached_file','2015/05/p5-logo.png'),(913,192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:46;s:4:\"file\";s:19:\"2015/05/p5-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"p5-logo-150x46.png\";s:5:\"width\";i:150;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"p5-logo-125x29.png\";s:5:\"width\";i:125;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(914,198,'_wp_attached_file','2015/05/sincos.jpg'),(915,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:50;s:4:\"file\";s:18:\"2015/05/sincos.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sincos-150x50.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"sincos-125x31.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(916,199,'_wp_attached_file','2015/05/market.jpg'),(917,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:89;s:4:\"file\";s:18:\"2015/05/market.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"market-150x89.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"market-125x56.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(918,200,'_wp_attached_file','2015/05/sullar.jpg'),(919,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:78;s:4:\"file\";s:18:\"2015/05/sullar.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sullar-150x78.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"sullar-125x49.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(920,203,'_wp_attached_file','2015/05/Food-Agro.jpg'),(921,203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:599;s:4:\"file\";s:21:\"2015/05/Food-Agro.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Food-Agro-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:\"Food-Agro-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Food-Agro-1024x409.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Food-Agro-125x50.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:21:\"Food-Agro-615x246.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(922,211,'_wp_attached_file','2015/05/p6-logo.png'),(923,211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1705;s:6:\"height\";i:893;s:4:\"file\";s:19:\"2015/05/p6-logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"p6-logo-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:19:\"p6-logo-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"p6-logo-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"p6-logo-125x65.png\";s:5:\"width\";i:125;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:19:\"p6-logo-615x322.png\";s:5:\"width\";i:615;s:6:\"height\";i:322;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(924,213,'_wp_attached_file','2015/05/p7-logo.png'),(925,213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:677;s:4:\"file\";s:19:\"2015/05/p7-logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"p7-logo-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:19:\"p7-logo-300x242.png\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"p7-logo-125x101.png\";s:5:\"width\";i:125;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:19:\"p7-logo-615x496.png\";s:5:\"width\";i:615;s:6:\"height\";i:496;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(926,214,'_wp_attached_file','2015/05/p8-logo.png'),(927,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:870;s:4:\"file\";s:19:\"2015/05/p8-logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"p8-logo-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:19:\"p8-logo-300x249.png\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"p8-logo-1024x848.png\";s:5:\"width\";i:1024;s:6:\"height\";i:848;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"p8-logo-125x104.png\";s:5:\"width\";i:125;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:19:\"p8-logo-615x510.png\";s:5:\"width\";i:615;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(928,215,'_wp_attached_file','2015/05/p9-logo.png'),(929,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:338;s:4:\"file\";s:19:\"2015/05/p9-logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"p9-logo-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:19:\"p9-logo-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"p9-logo-125x201.png\";s:5:\"width\";i:125;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(930,222,'_wp_attached_file','2015/05/p6-logo.jpg'),(931,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:110;s:4:\"file\";s:19:\"2015/05/p6-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"p6-logo-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"p6-logo-125x65.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(932,225,'_wp_attached_file','2015/05/Chaldal-new.png'),(933,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1204;s:6:\"height\";i:386;s:4:\"file\";s:23:\"2015/05/Chaldal-new.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Chaldal-new-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:22:\"Chaldal-new-300x96.png\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Chaldal-new-1024x328.png\";s:5:\"width\";i:1024;s:6:\"height\";i:328;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Chaldal-new-125x40.png\";s:5:\"width\";i:125;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:23:\"Chaldal-new-615x197.png\";s:5:\"width\";i:615;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(934,228,'_wp_attached_file','2015/05/Food-Agro-Partners.png'),(935,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3259;s:6:\"height\";i:389;s:4:\"file\";s:30:\"2015/05/Food-Agro-Partners.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Food-Agro-Partners-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:29:\"Food-Agro-Partners-300x36.png\";s:5:\"width\";i:300;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Food-Agro-Partners-1024x122.png\";s:5:\"width\";i:1024;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Food-Agro-Partners-125x15.png\";s:5:\"width\";i:125;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:29:\"Food-Agro-Partners-615x73.png\";s:5:\"width\";i:615;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(936,239,'_wp_attached_file','2015/05/Food-Agro-BBoard-S-50-X-20.jpg'),(937,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1200;s:4:\"file\";s:38:\"2015/05/Food-Agro-BBoard-S-50-X-20.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Food-Agro-BBoard-S-50-X-20-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:\"Food-Agro-BBoard-S-50-X-20-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Food-Agro-BBoard-S-50-X-20-1024x410.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Food-Agro-BBoard-S-50-X-20-125x50.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:38:\"Food-Agro-BBoard-S-50-X-20-615x246.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(938,244,'_wp_attached_file','2015/05/Naogaon-trade-logo-01.png'),(939,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:172;s:4:\"file\";s:33:\"2015/05/Naogaon-trade-logo-01.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Naogaon-trade-logo-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Naogaon-trade-logo-01-125x108.png\";s:5:\"width\";i:125;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(940,248,'_wp_attached_file','2015/05/Logo_Sticker.jpg'),(941,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:161;s:4:\"file\";s:24:\"2015/05/Logo_Sticker.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Logo_Sticker-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:\"Logo_Sticker-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Logo_Sticker-125x67.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(942,254,'_wp_attached_file','2015/05/KFK-Logo.jpg'),(943,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:127;s:4:\"file\";s:20:\"2015/05/KFK-Logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"KFK-Logo-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"KFK-Logo-125x79.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(944,255,'_wp_attached_file','2015/05/Untitled-3.jpg'),(945,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:361;s:4:\"file\";s:22:\"2015/05/Untitled-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-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:22:\"Untitled-3-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-3-125x150.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(946,256,'_wp_attached_file','2015/05/Bellissimo-Final-logo.jpg'),(947,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:118;s:4:\"file\";s:33:\"2015/05/Bellissimo-Final-logo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Bellissimo-Final-logo-150x118.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Bellissimo-Final-logo-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Bellissimo-Final-logo-125x49.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(952,260,'__defaults_set','1'),(953,260,'filter','raw'),(954,260,'id_field','ID'),(955,261,'__defaults_set','1'),(956,261,'filter','raw'),(957,261,'id_field','ID'),(967,264,'__defaults_set','1'),(968,264,'filter','raw'),(969,264,'id_field','ID'),(976,266,'__defaults_set','1'),(977,266,'filter','raw'),(978,266,'id_field','ID'),(985,268,'__defaults_set','1'),(986,268,'filter','raw'),(987,268,'id_field','ID'),(994,270,'__defaults_set','1'),(995,270,'filter','raw'),(996,270,'id_field','ID'),(1003,272,'__defaults_set','1'),(1004,272,'filter','raw'),(1005,272,'id_field','ID'),(1012,274,'__defaults_set','1'),(1013,274,'filter','raw'),(1014,274,'id_field','ID'),(1021,276,'__defaults_set','1'),(1022,276,'filter','raw'),(1023,276,'id_field','ID'),(1030,278,'__defaults_set','1'),(1031,278,'filter','raw'),(1032,278,'id_field','ID'),(1039,280,'__defaults_set','1'),(1040,280,'filter','raw'),(1041,280,'id_field','ID'),(1048,282,'__defaults_set','1'),(1049,282,'filter','raw'),(1050,282,'id_field','ID'),(1057,284,'__defaults_set','1'),(1058,284,'filter','raw'),(1059,284,'id_field','ID'),(1066,286,'__defaults_set','1'),(1067,286,'filter','raw'),(1068,286,'id_field','ID'),(1075,288,'__defaults_set','1'),(1076,288,'filter','raw'),(1077,288,'id_field','ID'),(1084,290,'__defaults_set','1'),(1085,290,'filter','raw'),(1086,290,'id_field','ID'),(1093,292,'__defaults_set','1'),(1094,292,'filter','raw'),(1095,292,'id_field','ID'),(1102,295,'__defaults_set','1'),(1103,295,'filter','raw'),(1104,295,'id_field','ID'),(1207,297,'__defaults_set','1'),(1208,297,'filter','raw'),(1209,297,'id_field','ID'),(1264,299,'__defaults_set','1'),(1265,299,'filter','raw'),(1266,299,'id_field','ID'),(1321,301,'__defaults_set','1'),(1322,301,'filter','raw'),(1323,301,'id_field','ID'),(1330,303,'__defaults_set','1'),(1331,303,'filter','raw'),(1332,303,'id_field','ID'),(1339,305,'__defaults_set','1'),(1340,305,'filter','raw'),(1341,305,'id_field','ID'),(1348,307,'__defaults_set','1'),(1349,307,'filter','raw'),(1350,307,'id_field','ID'),(1357,309,'__defaults_set','1'),(1358,309,'filter','raw'),(1359,309,'id_field','ID'),(1408,311,'__defaults_set','1'),(1409,311,'filter','raw'),(1410,311,'id_field','ID'),(1417,313,'__defaults_set','1'),(1418,313,'filter','raw'),(1419,313,'id_field','ID'),(1426,315,'__defaults_set','1'),(1427,315,'filter','raw'),(1428,315,'id_field','ID'),(1435,317,'__defaults_set','1'),(1436,317,'filter','raw'),(1437,317,'id_field','ID'),(1495,319,'__defaults_set','1'),(1496,319,'filter','raw'),(1497,319,'id_field','ID'),(1504,321,'__defaults_set','1'),(1505,321,'filter','raw'),(1506,321,'id_field','ID'),(1561,323,'__defaults_set','1'),(1562,323,'filter','raw'),(1563,323,'id_field','ID'),(1570,325,'__defaults_set','1'),(1571,325,'filter','raw'),(1572,325,'id_field','ID'),(1579,327,'__defaults_set','1'),(1580,327,'filter','raw'),(1581,327,'id_field','ID'),(1588,329,'__defaults_set','1'),(1589,329,'filter','raw'),(1590,329,'id_field','ID'),(1597,331,'__defaults_set','1'),(1598,331,'filter','raw'),(1599,331,'id_field','ID'),(1606,333,'__defaults_set','1'),(1607,333,'filter','raw'),(1608,333,'id_field','ID'),(1615,335,'__defaults_set','1'),(1616,335,'filter','raw'),(1617,335,'id_field','ID'),(1672,337,'__defaults_set','1'),(1673,337,'filter','raw'),(1674,337,'id_field','ID'),(1681,339,'_wp_attached_file','2015/05/Food-Agro-Partners-02.png'),(1682,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2015/05/Food-Agro-Partners-02.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Food-Agro-Partners-02-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:33:\"Food-Agro-Partners-02-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Food-Agro-Partners-02-125x56.png\";s:5:\"width\";i:125;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:33:\"Food-Agro-Partners-02-615x273.png\";s:5:\"width\";i:615;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1683,355,'_wp_attached_file','2015/05/Swad-Musthead.png'),(1684,355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:455;s:4:\"file\";s:25:\"2015/05/Swad-Musthead.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Swad-Musthead-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:25:\"Swad-Musthead-300x137.png\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Swad-Musthead-125x57.png\";s:5:\"width\";i:125;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:25:\"Swad-Musthead-615x280.png\";s:5:\"width\";i:615;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1685,363,'__defaults_set','1'),(1686,363,'filter','raw'),(1687,363,'id_field','ID'),(1694,365,'__defaults_set','1'),(1695,365,'filter','raw'),(1696,365,'id_field','ID'),(1703,367,'__defaults_set','1'),(1704,367,'filter','raw'),(1705,367,'id_field','ID'),(1712,369,'__defaults_set','1'),(1713,369,'filter','raw'),(1714,369,'id_field','ID'),(1721,371,'__defaults_set','1'),(1722,371,'filter','raw'),(1723,371,'id_field','ID'),(1730,373,'__defaults_set','1'),(1731,373,'filter','raw'),(1732,373,'id_field','ID'),(1739,375,'__defaults_set','1'),(1740,375,'filter','raw'),(1741,375,'id_field','ID'),(1748,377,'__defaults_set','1'),(1749,377,'filter','raw'),(1750,377,'id_field','ID'),(1757,379,'__defaults_set','1'),(1758,379,'filter','raw'),(1759,379,'id_field','ID'),(1766,381,'__defaults_set','1'),(1767,381,'filter','raw'),(1768,381,'id_field','ID'),(1775,383,'__defaults_set','1'),(1776,383,'filter','raw'),(1777,383,'id_field','ID'),(1784,385,'__defaults_set','1'),(1785,385,'filter','raw'),(1786,385,'id_field','ID'),(1793,387,'__defaults_set','1'),(1794,387,'filter','raw'),(1795,387,'id_field','ID'),(1802,389,'__defaults_set','1'),(1803,389,'filter','raw'),(1804,389,'id_field','ID'),(1811,391,'__defaults_set','1'),(1812,391,'filter','raw'),(1813,391,'id_field','ID'),(1820,393,'__defaults_set','1'),(1821,393,'filter','raw'),(1822,393,'id_field','ID'),(1829,395,'__defaults_set','1'),(1830,395,'filter','raw'),(1831,395,'id_field','ID'),(1940,440,'_wp_attached_file','2015/05/CEMS-Global-Expo-Form.pdf'),(1941,445,'__defaults_set','1'),(1942,445,'filter','raw'),(1943,445,'id_field','ID'),(1950,456,'_wp_attached_file','2015/05/Food-Agro-Partners-03.png'),(1951,456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2015/05/Food-Agro-Partners-03.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Food-Agro-Partners-03-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:33:\"Food-Agro-Partners-03-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Food-Agro-Partners-03-125x56.png\";s:5:\"width\";i:125;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:33:\"Food-Agro-Partners-03-615x273.png\";s:5:\"width\";i:615;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1952,459,'_wp_attached_file','2015/05/Food-Agro-FB.jpg'),(1953,459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5170;s:6:\"height\";i:1955;s:4:\"file\";s:24:\"2015/05/Food-Agro-FB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Food-Agro-FB-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:\"Food-Agro-FB-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Food-Agro-FB-1024x387.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Food-Agro-FB-125x47.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:24:\"Food-Agro-FB-615x233.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1954,476,'_wp_attached_file','2015/05/Food-Agro-Partners-021.png'),(1955,476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:730;s:6:\"height\";i:399;s:4:\"file\";s:34:\"2015/05/Food-Agro-Partners-021.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Food-Agro-Partners-021-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:34:\"Food-Agro-Partners-021-300x164.png\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Food-Agro-Partners-021-125x68.png\";s:5:\"width\";i:125;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:34:\"Food-Agro-Partners-021-615x336.png\";s:5:\"width\";i:615;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1956,482,'__defaults_set','1'),(1957,482,'filter','raw'),(1958,482,'id_field','ID'),(1965,484,'__defaults_set','1'),(1966,484,'filter','raw'),(1967,484,'id_field','ID'),(1974,486,'__defaults_set','1'),(1975,486,'filter','raw'),(1976,486,'id_field','ID'),(1983,488,'__defaults_set','1'),(1984,488,'filter','raw'),(1985,488,'id_field','ID'),(1992,490,'_edit_last','1'),(1993,490,'_edit_lock','1496551884:1'),(1994,490,'_wp_page_template','template-full-width.php'),(1995,496,'__defaults_set','1'),(1996,496,'filter','raw'),(1997,496,'id_field','ID'),(2004,498,'__defaults_set','1'),(2005,498,'filter','raw'),(2006,498,'id_field','ID'),(2013,500,'__defaults_set','1'),(2014,500,'filter','raw'),(2015,500,'id_field','ID'),(2022,502,'__defaults_set','1'),(2023,502,'filter','raw'),(2024,502,'id_field','ID'),(2031,504,'__defaults_set','1'),(2032,504,'filter','raw'),(2033,504,'id_field','ID'),(2040,506,'_wp_attached_file','2015/05/Food-Agro-FB1.jpg'),(2041,506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3102;s:6:\"height\";i:1173;s:4:\"file\";s:25:\"2015/05/Food-Agro-FB1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Food-Agro-FB1-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:\"Food-Agro-FB1-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Food-Agro-FB1-1024x387.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Food-Agro-FB1-125x47.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:25:\"Food-Agro-FB1-615x233.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2042,263,'__defaults_set','1'),(2043,263,'filter','raw'),(2044,263,'id_field','ID'),(2045,483,'__defaults_set','1'),(2046,483,'filter','raw'),(2047,483,'id_field','ID'),(2048,487,'__defaults_set','1'),(2049,487,'filter','raw'),(2050,487,'id_field','ID'),(2051,489,'__defaults_set','1'),(2052,489,'filter','raw'),(2053,489,'id_field','ID'),(2054,505,'__defaults_set','1'),(2055,505,'filter','raw'),(2056,505,'id_field','ID'),(2057,262,'__defaults_set','1'),(2058,262,'filter','raw'),(2059,262,'id_field','ID'),(2060,281,'__defaults_set','1'),(2061,281,'filter','raw'),(2062,281,'id_field','ID'),(2063,300,'__defaults_set','1'),(2064,300,'filter','raw'),(2065,300,'id_field','ID'),(2066,302,'__defaults_set','1'),(2067,302,'filter','raw'),(2068,302,'id_field','ID'),(2069,306,'__defaults_set','1'),(2070,306,'filter','raw'),(2071,306,'id_field','ID'),(2072,310,'__defaults_set','1'),(2073,310,'filter','raw'),(2074,310,'id_field','ID'),(2075,316,'__defaults_set','1'),(2076,316,'filter','raw'),(2077,316,'id_field','ID'),(2078,320,'__defaults_set','1'),(2079,320,'filter','raw'),(2080,320,'id_field','ID'),(2081,322,'__defaults_set','1'),(2082,322,'filter','raw'),(2083,322,'id_field','ID'),(2084,326,'__defaults_set','1'),(2085,326,'filter','raw'),(2086,326,'id_field','ID'),(2087,328,'__defaults_set','1'),(2088,328,'filter','raw'),(2089,328,'id_field','ID'),(2090,330,'__defaults_set','1'),(2091,330,'filter','raw'),(2092,330,'id_field','ID'),(2093,332,'__defaults_set','1'),(2094,332,'filter','raw'),(2095,332,'id_field','ID'),(2096,334,'__defaults_set','1'),(2097,334,'filter','raw'),(2098,334,'id_field','ID'),(2099,336,'__defaults_set','1'),(2100,336,'filter','raw'),(2101,336,'id_field','ID'),(2102,338,'__defaults_set','1'),(2103,338,'filter','raw'),(2104,338,'id_field','ID'),(2105,364,'__defaults_set','1'),(2106,364,'filter','raw'),(2107,364,'id_field','ID'),(2108,366,'__defaults_set','1'),(2109,366,'filter','raw'),(2110,366,'id_field','ID'),(2111,368,'__defaults_set','1'),(2112,368,'filter','raw'),(2113,368,'id_field','ID'),(2114,370,'__defaults_set','1'),(2115,370,'filter','raw'),(2116,370,'id_field','ID'),(2117,372,'__defaults_set','1'),(2118,372,'filter','raw'),(2119,372,'id_field','ID'),(2120,374,'__defaults_set','1'),(2121,374,'filter','raw'),(2122,374,'id_field','ID'),(2123,376,'__defaults_set','1'),(2124,376,'filter','raw'),(2125,376,'id_field','ID'),(2126,378,'__defaults_set','1'),(2127,378,'filter','raw'),(2128,378,'id_field','ID'),(2129,380,'__defaults_set','1'),(2130,380,'filter','raw'),(2131,380,'id_field','ID'),(2132,382,'__defaults_set','1'),(2133,382,'filter','raw'),(2134,382,'id_field','ID'),(2135,384,'__defaults_set','1'),(2136,384,'filter','raw'),(2137,384,'id_field','ID'),(2138,386,'__defaults_set','1'),(2139,386,'filter','raw'),(2140,386,'id_field','ID'),(2141,388,'__defaults_set','1'),(2142,388,'filter','raw'),(2143,388,'id_field','ID'),(2144,390,'__defaults_set','1'),(2145,390,'filter','raw'),(2146,390,'id_field','ID'),(2147,394,'__defaults_set','1'),(2148,394,'filter','raw'),(2149,394,'id_field','ID'),(2150,396,'__defaults_set','1'),(2151,396,'filter','raw'),(2152,396,'id_field','ID'),(2153,446,'__defaults_set','1'),(2154,446,'filter','raw'),(2155,446,'id_field','ID'),(2156,515,'__defaults_set','1'),(2157,515,'filter','raw'),(2158,515,'id_field','ID'),(2162,516,'__defaults_set','1'),(2163,516,'filter','raw'),(2164,516,'id_field','ID'),(2165,517,'__defaults_set','1'),(2166,517,'filter','raw'),(2167,517,'id_field','ID'),(2171,518,'__defaults_set','1'),(2172,518,'filter','raw'),(2173,518,'id_field','ID'),(2174,519,'__defaults_set','1'),(2175,519,'filter','raw'),(2176,519,'id_field','ID'),(2180,520,'__defaults_set','1'),(2181,520,'filter','raw'),(2182,520,'id_field','ID'),(2183,523,'_wp_attached_file','2015/05/associative.jpg'),(2184,523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:262;s:4:\"file\";s:23:\"2015/05/associative.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"associative-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:\"associative-300x79.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"associative-125x33.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:23:\"associative-615x161.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2185,530,'_wp_attached_file','2015/05/Beverage-Partner-Acme.png'),(2186,530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:887;s:6:\"height\";i:140;s:4:\"file\";s:33:\"2015/05/Beverage-Partner-Acme.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Beverage-Partner-Acme-150x140.png\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Beverage-Partner-Acme-300x47.png\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Beverage-Partner-Acme-125x20.png\";s:5:\"width\";i:125;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:32:\"Beverage-Partner-Acme-615x97.png\";s:5:\"width\";i:615;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2187,539,'__defaults_set','1'),(2188,539,'filter','raw'),(2189,539,'id_field','ID'),(2196,541,'__defaults_set','1'),(2197,541,'filter','raw'),(2198,541,'id_field','ID'),(2202,542,'__defaults_set','1'),(2203,542,'filter','raw'),(2204,542,'id_field','ID'),(2208,142,'__defaults_set','1'),(2209,142,'filter','raw'),(2210,142,'id_field','ID'),(2211,144,'__defaults_set','1'),(2212,144,'filter','raw'),(2213,144,'id_field','ID'),(2214,147,'__defaults_set','1'),(2215,147,'filter','raw'),(2216,147,'id_field','ID'),(2217,151,'__defaults_set','1'),(2218,151,'filter','raw'),(2219,151,'id_field','ID'),(2220,155,'__defaults_set','1'),(2221,155,'filter','raw'),(2222,155,'id_field','ID'),(2223,157,'__defaults_set','1'),(2224,157,'filter','raw'),(2225,157,'id_field','ID'),(2226,159,'__defaults_set','1'),(2227,159,'filter','raw'),(2228,159,'id_field','ID'),(2229,161,'__defaults_set','1'),(2230,161,'filter','raw'),(2231,161,'id_field','ID'),(2232,169,'__defaults_set','1'),(2233,169,'filter','raw'),(2234,169,'id_field','ID'),(2235,171,'__defaults_set','1'),(2236,171,'filter','raw'),(2237,171,'id_field','ID'),(2238,572,'_wp_attached_file','2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf'),(2239,573,'_edit_last','1'),(2240,573,'_edit_lock','1481712046:1'),(2241,573,'_wp_page_template','default'),(2242,575,'_menu_item_type','post_type'),(2243,575,'_menu_item_menu_item_parent','18'),(2244,575,'_menu_item_object_id','573'),(2245,575,'_menu_item_object','page'),(2246,575,'_menu_item_target',''),(2247,575,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2248,575,'_menu_item_xfn',''),(2249,575,'_menu_item_url',''),(2269,576,'__defaults_set','1'),(2270,576,'filter','raw'),(2271,576,'id_field','ID'),(2272,577,'__defaults_set','1'),(2273,577,'filter','raw'),(2274,577,'id_field','ID'),(2284,581,'__defaults_set','1'),(2285,581,'filter','raw'),(2286,581,'id_field','ID'),(2290,582,'__defaults_set','1'),(2291,582,'filter','raw'),(2292,582,'id_field','ID'),(2293,140,'__defaults_set','1'),(2294,140,'filter','raw'),(2295,140,'id_field','ID'),(2296,583,'__defaults_set','1'),(2297,583,'filter','raw'),(2298,583,'id_field','ID'),(2302,584,'__defaults_set','1'),(2303,584,'filter','raw'),(2304,584,'id_field','ID'),(2305,585,'__defaults_set','1'),(2306,585,'filter','raw'),(2307,585,'id_field','ID'),(2311,586,'__defaults_set','1'),(2312,586,'filter','raw'),(2313,586,'id_field','ID'),(2314,587,'__defaults_set','1'),(2315,587,'filter','raw'),(2316,587,'id_field','ID'),(2320,588,'__defaults_set','1'),(2321,588,'filter','raw'),(2322,588,'id_field','ID'),(2323,589,'__defaults_set','1'),(2324,589,'filter','raw'),(2325,589,'id_field','ID'),(2329,590,'__defaults_set','1'),(2330,590,'filter','raw'),(2331,590,'id_field','ID'),(2332,591,'__defaults_set','1'),(2333,591,'filter','raw'),(2334,591,'id_field','ID'),(2338,592,'__defaults_set','1'),(2339,592,'filter','raw'),(2340,592,'id_field','ID'),(2341,593,'__defaults_set','1'),(2342,593,'filter','raw'),(2343,593,'id_field','ID'),(2347,594,'__defaults_set','1'),(2348,594,'filter','raw'),(2349,594,'id_field','ID'),(2350,595,'__defaults_set','1'),(2351,595,'filter','raw'),(2352,595,'id_field','ID'),(2356,596,'__defaults_set','1'),(2357,596,'filter','raw'),(2358,596,'id_field','ID'),(2359,597,'__defaults_set','1'),(2360,597,'filter','raw'),(2361,597,'id_field','ID'),(2365,598,'__defaults_set','1'),(2366,598,'filter','raw'),(2367,598,'id_field','ID'),(2368,599,'__defaults_set','1'),(2369,599,'filter','raw'),(2370,599,'id_field','ID'),(2374,600,'__defaults_set','1'),(2375,600,'filter','raw'),(2376,600,'id_field','ID'),(2377,601,'__defaults_set','1'),(2378,601,'filter','raw'),(2379,601,'id_field','ID'),(2383,602,'__defaults_set','1'),(2384,602,'filter','raw'),(2385,602,'id_field','ID'),(2386,603,'__defaults_set','1'),(2387,603,'filter','raw'),(2388,603,'id_field','ID'),(2392,604,'__defaults_set','1'),(2393,604,'filter','raw'),(2394,604,'id_field','ID'),(2395,605,'__defaults_set','1'),(2396,605,'filter','raw'),(2397,605,'id_field','ID'),(2401,606,'__defaults_set','1'),(2402,606,'filter','raw'),(2403,606,'id_field','ID'),(2404,607,'__defaults_set','1'),(2405,607,'filter','raw'),(2406,607,'id_field','ID'),(2410,608,'__defaults_set','1'),(2411,608,'filter','raw'),(2412,608,'id_field','ID'),(2413,609,'__defaults_set','1'),(2414,609,'filter','raw'),(2415,609,'id_field','ID'),(2419,610,'__defaults_set','1'),(2420,610,'filter','raw'),(2421,610,'id_field','ID'),(2422,621,'_edit_last','1'),(2423,621,'_wp_page_template','default'),(2424,621,'_edit_lock','1468486664:1'),(2425,623,'_wp_attached_file','2015/05/Floor-Plan-button.png'),(2426,623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:75;s:4:\"file\";s:29:\"2015/05/Floor-Plan-button.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Floor-Plan-button-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Floor-Plan-button-300x64.png\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Floor-Plan-button-125x27.png\";s:5:\"width\";i:125;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2427,665,'_wp_attached_file','2016/12/AgroChemSriLanka-2017.jpg'),(2428,665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:126;s:4:\"file\";s:33:\"2016/12/AgroChemSriLanka-2017.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"AgroChemSriLanka-2017-150x126.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"AgroChemSriLanka-2017-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"AgroChemSriLanka-2017-125x39.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2429,666,'_wp_attached_file','2015/05/Sri-Lanka-Map.jpg'),(2430,666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:277;s:6:\"height\";i:230;s:4:\"file\";s:25:\"2015/05/Sri-Lanka-Map.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Sri-Lanka-Map-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Sri-Lanka-Map-125x104.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2431,665,'_wp_attachment_image_alt','agrochemsrilanka-2017'),(2432,674,'_edit_last','1'),(2433,674,'_wp_page_template','default'),(2434,674,'_edit_lock','1481714482:1'),(2435,685,'_wp_attached_file','2017/03/cems-mp-logo.png'),(2436,685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:121;s:4:\"file\";s:24:\"2017/03/cems-mp-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cems-mp-logo-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"cems-mp-logo-125x53.png\";s:5:\"width\";i:125;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2437,686,'_edit_last','1'),(2438,686,'_edit_lock','1489568479:1'),(2439,693,'_edit_last','1'),(2440,693,'_edit_lock','1489571118:1'),(2441,693,'_wp_page_template','default'),(2460,705,'_wp_attached_file','2017/03/mp-events.jpg'),(2461,705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:171;s:6:\"height\";i:62;s:4:\"file\";s:21:\"2017/03/mp-events.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"mp-events-150x62.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"mp-events-125x45.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2462,718,'_wp_attached_file','2017/06/agro-sri-lgo-joint.jpg'),(2463,718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:119;s:4:\"file\";s:30:\"2017/06/agro-sri-lgo-joint.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"agro-sri-lgo-joint-150x119.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"agro-sri-lgo-joint-125x74.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); /*!40000 ALTER TABLE `backupdb_wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backupdb_wp_posts` -- DROP TABLE IF EXISTS `backupdb_wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_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 COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` mediumtext COLLATE utf8mb4_unicode_ci 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 COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=724 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backupdb_wp_posts` -- LOCK TABLES `backupdb_wp_posts` WRITE; /*!40000 ALTER TABLE `backupdb_wp_posts` DISABLE KEYS */; INSERT INTO `backupdb_wp_posts` VALUES (2,1,'2015-05-26 08:46:14','2015-05-26 08:46:14','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://cems-foodagro.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','open','open','','sample-page','','','2015-05-26 08:46:14','2015-05-26 08:46:14','',0,'http://cems-foodagro.com/?page_id=2',0,'page','',0),(5,1,'2015-05-26 09:17:02','2015-05-26 09:17:02','[one_fourth]\r\n<a href=\"#\"><img src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png\" alt=\"E\" width=\"100%\" height=\"auto\" /></a>\r\n<span><strong><em><span style=\"color: #000000;\">Jointly Present,</span></em></strong></span>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/three_fourth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. Based in New York, which hosts the group\'s headquarters; the branches of CEMS Global\'s expanded offices are operated in the following countries: India, China, Bangladesh, Sri Lanka, Singapore, Indonesia, and Brazil..........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo,\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','publish','open','open','','home','','','2017-05-07 07:10:36','2017-05-07 07:10:36','',0,'http://cems-foodagro.com/?page_id=5',0,'page','',0),(6,1,'2015-05-26 09:12:24','2015-05-26 09:12:24','','image003','','inherit','open','open','','image003','','','2015-05-26 09:12:24','2015-05-26 09:12:24','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg',0,'attachment','image/jpeg',0),(7,1,'2015-05-26 09:13:11','2015-05-26 09:13:11','','image001','','inherit','open','open','','image001','','','2015-05-26 09:13:11','2015-05-26 09:13:11','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg',0,'attachment','image/jpeg',0),(8,1,'2015-05-26 09:17:02','2015-05-26 09:17:02','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"image003\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" alt=\"image001\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<em> <span style=\"color: #333300;\">The biggest 3-days expo For</span></em>\r\n<em> <span style=\"color: #333300;\">International Food, Agriculture Eqpt. Trade Exhibition</span>.</em></h3>\r\n<h3 align=\"right\"><span style=\"color: #339966;\"><em>5~7 November, 2015.</em></span></h3>\r\n<div align=\"right\"><em><span style=\"color: #000000;\">International Convention City Bashundhara, Dhaka. Bangladesh</span>.</em></div>','Home','','inherit','open','open','','5-revision-v1','','','2015-05-26 09:17:02','2015-05-26 09:17:02','',5,'http://cems-foodagro.com/?p=8',0,'revision','',0),(10,1,'2015-05-26 09:18:11','2015-05-26 09:18:11','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"image003\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" alt=\"image001\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em> The biggest 3-days expo For</em></span></strong>\r\n<strong><span style=\"color: #000000;\"> <em> International Food, Agriculture Eqpt. Trade Exhibition.</em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>5~7 November, 2015.</em></span></h3>\r\n<div align=\"right\"><strong><em><span style=\"color: #000000;\">International Convention City Bashundhara, Dhaka. Bangladesh</span>.</em></strong></div>','Home','','inherit','open','open','','5-revision-v1','','','2015-05-26 09:18:11','2015-05-26 09:18:11','',5,'http://cems-foodagro.com/?p=10',0,'revision','',0),(11,1,'2015-05-26 09:20:14','2015-05-26 09:20:14',' ','','','publish','open','closed','','11','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=11',1,'nav_menu_item','',0),(12,1,'2015-05-26 09:24:17','2015-05-26 09:24:17','<a href=\"http://www.cems-foodagro.com/foodsri/wp-content/uploads/2015/05/Sri-Lanka-Map-300x248.jpg\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://www.cems-foodagro.com/foodsri/wp-content/uploads/2015/05/Sri-Lanka-Map-300x248.jpg\" alt=\"map22\" width=\"244\" height=\"202\"></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Colombo, Srilanka</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA </span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – MP EVENTS LANKA ,Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','publish','open','open','','fact-sheet','','','2017-06-01 07:55:53','2017-06-01 07:55:53','',0,'http://cems-foodagro.com/?page_id=12',0,'page','',0),(13,1,'2015-05-26 09:22:11','2015-05-26 09:22:11','','map22','','inherit','open','open','','map22','','','2015-05-26 09:22:11','2015-05-26 09:22:11','',12,'http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif',0,'attachment','image/gif',0),(14,1,'2015-05-26 09:24:17','2015-05-26 09:24:17','<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\"><img class=\"alignnone size-full wp-image-13\" alt=\"map22\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\" width=\"244\" height=\"202\" /></a></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<table width=\"80%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\">Event</p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><strong><b>Food Pro & Agro Bangladesh International Expo 2015</b></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\">Detail</p>\r\n</td>\r\n<td>\r\n<div align=\"left\">\r\n\r\n<b>The biggest 3-days expo For</b>\r\n\r\n<b>International Food, Agriculture Eqpt. Trade Exhibition.</b></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Date</div></td>\r\n<td>\r\n<div align=\"left\"><strong><b>5~7 November, 2015.</b></strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Location</div></td>\r\n<td>\r\n<div align=\"left\">Dhaka, Bangladesh</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Venue</div></td>\r\n<td>\r\n<div align=\"left\">International Convention City Bashundhara.</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Opening Hours</div></td>\r\n<td>\r\n<div align=\"left\">10.30 am to 7.30 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Frequency</div></td>\r\n<td>\r\n<div align=\"left\">Annual</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Open to</div></td>\r\n<td>\r\n<div align=\"left\">Business Visitors</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Organizer</div></td>\r\n<td>\r\n<div align=\"left\">CEMS USA in association with CEMS Bangladesh</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Cooperated by</div></td>\r\n<td>\r\n<div align=\"left\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\">Expected number Of Booths</p>\r\n</td>\r\n<td>\r\n<div align=\"left\">200</div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\">Standard Booth Size</p>\r\n</td>\r\n<td>\r\n<div align=\"left\">Minimum 6 sqm</div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-05-26 09:24:17','2015-05-26 09:24:17','',12,'http://cems-foodagro.com/?p=14',0,'revision','',0),(15,1,'2015-05-26 09:24:33','2015-05-26 09:24:33',' ','','','publish','open','closed','','15','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=15',5,'nav_menu_item','',0),(16,1,'2015-05-26 09:25:03','2015-05-26 09:25:03','','Exhibitor','','publish','open','open','','exhibitor','','','2015-05-26 09:25:03','2015-05-26 09:25:03','',0,'http://cems-foodagro.com/?page_id=16',0,'page','',0),(17,1,'2015-05-26 09:25:03','2015-05-26 09:25:03','','Exhibitor','','inherit','open','open','','16-revision-v1','','','2015-05-26 09:25:03','2015-05-26 09:25:03','',16,'http://cems-foodagro.com/?p=17',0,'revision','',0),(18,1,'2015-05-26 09:25:25','2015-05-26 09:25:25',' ','','','publish','open','closed','','18','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=18',3,'nav_menu_item','',0),(19,1,'2015-05-26 09:27:26','2015-05-26 09:27:26','<span style=\"color: #008000;\">Sri Lanka – the highest user of Agro-chemicals in the world…….</span>\r\n<span style=\"color: #008000;\"> A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</span>\r\n\r\nCEMS-Global in association with MP International have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n‘AGRO-CHEM Sri Lanka International Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','publish','open','open','','highlights','','','2017-06-01 07:42:58','2017-06-01 07:42:58','',0,'http://cems-foodagro.com/?page_id=19',0,'page','',0),(20,1,'2015-05-26 09:27:26','2015-05-26 09:27:26','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b> </b>`CEMS Global’ brings to you <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ scheduled to be held from 5~7 November 2015, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span>\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Highlights','','inherit','open','open','','19-revision-v1','','','2015-05-26 09:27:26','2015-05-26 09:27:26','',19,'http://cems-foodagro.com/?p=20',0,'revision','',0),(21,1,'2015-05-26 09:27:49','2015-05-26 09:27:49',' ','','','publish','open','closed','','21','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=21',6,'nav_menu_item','',0),(22,1,'2015-05-26 09:29:27','2015-05-26 09:29:27','<span style=\"color: #008000;\">‘INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017’</span> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Focus','','publish','open','open','','focus','','','2017-06-01 07:45:09','2017-06-01 07:45:09','',0,'http://cems-foodagro.com/?page_id=22',0,'page','',0),(23,1,'2015-05-26 09:29:27','2015-05-26 09:29:27','<p style=\"text-align: justify;\"><span style=\"color: #000000;\">‘<em><strong>FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015’</strong></em> will be a perfect platform for Area Manager / GM / Operation Manager / Owner / CEO / President / Vice President, F&B Manager / Banqueting Manager, Housekeeping Manager / Public Relation Manager / Marketing Manager / Financial Manager, Architect / Engineer / Interior Design, Ambassador -Trade Attaché, Head Waiters, Executive Chef / Pastry Chef, Hotel / Resort / Furnished Apartment, Restaurant / Café, Bakery / Pastry, Hospital / Healthcare, Supermarket, Architect / Engineer / Contractors / Interior Design / Consultant, Supplier (Hospitality and Foodservice Industry), Financial Company, Association / Tourism Board / Governmental Institutions / Chamber of Commerce / Embassy / Ministry, Events Management / Procurement / Communication / Public Relation Agency / Advertising Agency / Airline, etc.</span></p>','Focus','','inherit','open','open','','22-revision-v1','','','2015-05-26 09:29:27','2015-05-26 09:29:27','',22,'http://cems-foodagro.com/?p=23',0,'revision','',0),(24,1,'2015-05-26 09:29:48','2015-05-26 09:29:48',' ','','','publish','open','closed','','24','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=24',7,'nav_menu_item','',0),(25,1,'2015-05-26 09:31:34','2015-05-26 09:31:34','<p align=\"left\"><strong><span style=\"color: #ff6600;\">Sri</span> <span style=\"color: #008000;\">Lanka</span></strong></p>\r\n<p style=\"text-align: center;\" align=\"left\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/srilanka-med.gif\"><img class=\"alignnone size-full wp-image-69\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/srilanka-med.gif\" alt=\"srilanka-med\" width=\"139\" height=\"92\" /></a></p>\r\n\r\n<table cellspacing=\"5\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\" width=\"194\">\r\n<h5>Country Name</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\" width=\"756\">Conventional long form: Democratic Socialist Republic of Sri Lanka\r\nConventional short form: Sri Lanka\r\nFormer: Ceylon</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Size</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">65,525 sq km</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Capital</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Jayawardanapura</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Commercial Capital</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Colombo</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Government</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Lanka, is a free, independent and sovereign nation with a population of 19 million (1998 mid year estimates). Legislative power is exercised by a Parliament, elected by universal franchise on proportional representation basis. A President, who is also elected by the people, exercises executive power inclusive of defense. Sri Lanka enjoys a multi party system, and the people vote to elect a new government every six years.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>National Flag</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">National Flag of Sri Lanka is the Lion Flag. A Lion bearing a sword in its right hand is depicted in gold on red background with a yellow border. Four Bo leaves pointing inwards are at the four corners. Two vertical bands of green and orange at the mast end represent the minority ethnic groups. It is an adaptation of the standard of the last King of Sri Lanka.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>National Anthem</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">\"Sri Lanka Matha\" composed by late Mr. Ananda Samarakoon. Click on the Speaker Icon to listen to a few bars of the Anthem</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>National Flower</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">The Blue Water Lily (Nymphaea stellata) is the National Flower.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Population</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">19 million</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Population density</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">309 people per sq km</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Life expectancy at birth</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">74 female, 64 male</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Literacy rate</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">91.8%</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Languages</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sinhala & Tamil English is widely spoken throughout Sri Lanka, with the exception of remote villages.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Ethnic mix</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sihalese- 74 per cent; Tamil- 18 per cent; Muslim -7 per cent; Burgher (descendants of Dutch and Portuguese colonist) and others- 1 per cent</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Religion</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Buddhism- 70 per cent; Hinduism- 16 per cent; Christianity- 7 per cent; Islam-7 per cent</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Climate</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Low Lands – tropical, average 270C Central Hills – cooler, with temperatures dropping to 140C. The south-west monsoon brings rain to the western, southern and central regions from May to July, while the north-eastern monsoon occurs in the north and east in December and January. Sri Lanka has a good climate for holiday-makers throughout the year.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Annual per capita GNP</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">US$ 1000</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Industries</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Processing of rubber, tea, coconuts, and other agricultural commodities; clothing, cement, petroleum refining, textiles, tobacco.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Agriculture - Products</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Rice, sugarcane, grains, pulses, oilseed, roots, spices, tea, rubber, coconuts; milk, eggs, hides, meat.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Currency</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Lanka follows decimal currency system in Rupees (Rs.) and cents (Cts.) with 100 cents equal to a rupee. Currency notes are available in the denominations of Rs. 10,20,50,100,200, 500 and 1000. Coins are issued in values of Cts. 25 and 50 and Rs.1,2,5 and 10. The intervention currency continuously will be the US Dollar.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Visa</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Residents from countries are issued visas on arrival. Consult your local Sri Lanka embassy, consulate, tourist office or your travel agent.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Working week</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Lanka works a five-day week, from Monday to Friday.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Business hours</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Government offices 8.30 a.m. - 4.15 p.m, Monday to Friday</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Banks</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">9.00 a.m. to 1.00 p.m. or 3.00 p.m. Monday to Saturday</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Post office</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">8.30 a.m.- 5.00 p.m., Monday to Friday 8.30 a.m. – 1.00 p.m. on Saturday. The Central Mail Exchange, at D.R.Wijewardene Mawatha, Colombo 10, (Telephone : 2326203) is open 24-hours.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Government\r\n</strong>Type: Republic.\r\nIndependence: February 4, 1948.\r\nConstitution: August 31, 1978.\r\nSuffrage: Universal over 18.\r\nBranches: Executive--president, chief of state and head of government, elected for a 6-year term. Legislative--unicameral 225-member Parliament. Judicial--Supreme Court, Court of Appeal, High Court, subordinate courts.\r\nAdministrative subdivisions: Nine provinces and 25 administrative districts.\r\nPolitical parties: Janatha Vimukthi Peramuna, National Freedom Front, Jathika Hela Urumaya, Sri Lanka Freedom Party, Tamil National Alliance, United National Party, Tamileela Makkal Viduthalai Pulikal, Sri Lankan Muslim Congress, National Unity Alliance, Ceylon Workers\' Congress, Up-Country People\'s Front, several small Tamil and Muslim parties, Marxists, and others.\r\n\r\n<strong>Economy</strong> (2008)\r\nGDP: $40.7 billion.\r\nAnnual growth rate: 6%.\r\nNatural resources: Limestone, graphite, mineral sands, gems, and phosphate.\r\nAgriculture (12% of GDP): Major products--rice, tea, rubber, coconut, and spices.\r\nServices (60% of GDP): Major types--tourism, wholesale and retail trade, transport, telecom, financial services.\r\nIndustry (28% of GDP): Major types--garments and leather goods, rubber products, food processing, chemicals, refined petroleum, gems and jewelry, non-metallic mineral-based products, and construction.\r\nTrade: Exports--$8.1 billion: garments, tea, rubber products, jewelry and gems, refined petroleum, and coconuts. Major markets--U.S. ($2 billion), U.K., India. Imports--$14 billion. Major suppliers--India, Singapore, Hong Kong, China, Iran, Malaysia, Japan, U.K., U.A.E., Belgium, Indonesia, South Korea, U.S. ($283 million).\r\n<p style=\"text-align: left;\" align=\"left\"><strong>Trade and Foreign Assistance\r\n</strong>Sri Lanka\'s exports (mainly apparel, tea, rubber, gems and jewelry) are estimated at $8.1 billion and imports (mainly oil, textiles, food, and machinery) were estimated at $14 billion for 2008. The resulting large trade deficit was financed primarily by remittances from Sri Lankan expatriate workers, foreign assistance, and commercial borrowing. Sri Lanka must diversify its exports beyond garments and tea. Garment exports face increased competition since the 2005 expiration of the worldwide Multifiber Arrangement. Sri Lanka\'s exports to the European Union (EU) increased sharply in 2006-2008 due to duty-free entry of goods under the EU GSP Plus program, granted in 2005 to help Sri Lanka rebuild after the 2004 tsunami. The GSP Plus program expired at the end of 2008 and was temporarily renewed subject to an investigation on human rights practices. The tea industry is challenged by a shortage of plantation labor and by growing competition.</p>\r\nExports to the United States, Sri Lanka\'s most important single-country market, were estimated to be around $2 billion for 2008, or 25% of total exports. As a result of the GSP Plus program, the EU as a whole is Sri Lanka\'s biggest export market. For many years, the United States has been Sri Lanka\'s biggest market for garments, taking almost 50% of total garment exports. India is Sri Lanka\'s largest supplier, accounting for over 20% of imports. United States exports to Sri Lanka were estimated to be around $280 million for 2008, consisting primarily of wheat, electrical apparatus, textiles and specialized fabrics, medical and scientific equipment, plastics, and paper.\r\n\r\nSri Lanka is highly dependent on foreign assistance, with the World Bank, the Asian Development Bank, Japan, and other donors disbursing loans totaling $1.4 billion in 2007. Iran is becoming the largest provider of foreign assistance. During the Iranian President\'s visit in April 2008, Iran committed $450 million for the Uma Oya multipurpose irrigation project. Iran is also a major lender to Sri Lanka and has provided infrastructure project loans and an interest-free credit facility for oil imports. Under this facility, Sri Lanka has imported substantial amount of oil (valued at $700 million as of June 30, 2008). Iran promised assistance for modernization of Sri Lanka\'s only oil refinery, though no firm commitments are in place. China has also become a major lender for infrastructure projects, such as a new port and a coal power plant. Foreign grants amounted to $275 million in 2007. While implementation of aid projects has been spotty over the years, the government is trying to improve this record by streamlining tender processes and increasing project management skills.','About Srilanka','','publish','open','open','','about-srilanka','','','2016-12-14 10:58:48','2016-12-14 10:58:48','',0,'http://cems-foodagro.com/?page_id=25',0,'page','',0),(26,1,'2015-05-26 09:31:34','2015-05-26 09:31:34','<em><span style=\"color: #000000;\"><strong>BANGLA<span style=\"color: #ff0000;\">DESH</span></strong></span></em>\r\n\r\n<span style=\"color: #000000;\"><a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><span style=\"color: #000000;\"><img class=\"aligncenter\" alt=\"flag\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" width=\"138\" height=\"130\" /></span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<div align=\"center\">\r\n<table width=\"698\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"351\"><span style=\"color: #000000;\"><b>Population</b>:</span></td>\r\n<td valign=\"top\" width=\"347\"><span style=\"color: #000000;\">138.4 million</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Urban Population</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">26%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Major Ethnic and Linguistic Groups</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Bengali – 98%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Religions</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Muslim – 83%</span>\r\n<span style=\"color: #000000;\"> Hindu – 16%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Population Growth Rate</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">2.06%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Life Expectancy</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">61.3 years</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Infant Mortality</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">66 per 1,000 live births</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Under Five Mortality</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">77 per 1,000 live births</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Maternal Mortality Rate</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">400 per 100,000 live births</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>GNP Per Capita</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">$370</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Percentage of Literate Adult Males</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">54%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Percentage of Literate Adult Females</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">32%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Percentage Population With Access\r\nTo Safe Drinking Water</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">97%</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<span style=\"color: #000000;\"> </span>\r\n<p align=\"center\"><span style=\"color: #000000;\">Economy at A Glance</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Bangladesh has an agrarian economy with 25% of GDP coming from the agriculture, forestry and fisheries sector. Major agricultural products are rice, jute, wheat, potato, pulse, tobacco, tea, sugarcane, and etc. The country is the largest exporter of jute and jute goods in the world. Readymade Garments occupy the topmost position among the exportable items. Tea, frozen shrimps, leather goods, fish and vegetables ceramic-ware flowers and handicrafts are also major exportable commodities.</span></p>\r\n\r\n<table width=\"95%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"><b>GDP at Current Price</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Tk. 3,004.85 billion US$ 51.897 billion</span>\r\n<span style=\"color: #000000;\"> Annual per Capita GDP US$ 389</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>GDP Growth (at FY ’96 Constant Price)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">5.33%</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Industrial Growth (at FY ’96 Constant Price)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">7.3%</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Inflation Rate</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">5.1%</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Investment Rate</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">23.2% of GDP</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>National Savings Rate</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">23.7% of GDP</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Exports (US $)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">US $ 6,548 million</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Imports (US $)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">US $ 8,699 million</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Industries</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Jute, tea, textiles, garments, paper, newsprint, fertilizer, leather and leather goods, sugar, cement, fish processing, pharmaceuticals, chemical industries, etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Exports</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Garments, raw jute, jute manufactures, jute products, tea, leather, leather products, frozen shrimps, other fish products, newsprint, paper, naphtha, furnace oil, urea, ceramic products etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Imports</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Wheat, oil, seeds, crude petroleum, raw cotton, edible oil, petroleum products, fertilizer, staple fibers, yarn, iron & steel, capital goods, etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Trading Partners</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">USA, EU Countries, India, China, Japan, South Korea, Australia, Malaysia, Hong Kong, Taiwan, Indonesia, Thailand, Saudi Arabia, UAE.</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-05-26 09:31:34','2015-05-26 09:31:34','',25,'http://cems-foodagro.com/?p=26',0,'revision','',0),(27,1,'2015-05-26 09:31:49','2015-05-26 09:31:49',' ','','','publish','open','closed','','27','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=27',13,'nav_menu_item','',0),(28,1,'2015-05-26 09:32:53','2015-05-26 09:32:53','<p align=\"justify\"><span style=\"color: #000000;\"><em><strong>About CEMS – The Organizer</strong></em></span></p>\r\n\r\n<div>\r\n<div class=\"one_third widget-text\">\r\n\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. Based in New York, which hosts the group’s headquarters; the branches of CEMS Global’s expanded offices are operated in the following countries: India, China, Bangladesh, Sri Lanka, Singapore, Indonesia, and Brazil.\r\n\r\n</div>\r\n<div class=\"one_third widget-services\"> </div>\r\n</div>\r\n<span style=\"color: #000000;\"><em><strong>About MP International Lanka (Pvt) Ltd. (Joint - Organizer)</strong></em></span>\r\n\r\nMP International Lanka (Pvt) Ltd. is the oldest and the most experienced professional exhibition organizer in the country with the widest and most diverse portfolio of exhibitions. With over 22 years and over 350 exhibitions, MP Events Lanka possesses the required knowledge, expertise, skills and professionalism to successfully conduct exhibitions.\r\n\r\nMP International is an accredited Professional Exhibition Organizer incorporated in Sri Lanka under the Board of Investment approval and an active member of the MICE promotion spearheaded by Sri Lanka Convention Bureau under the aegis of the Ministry of Tourism.','About Organizer','','publish','open','open','','about-cems','','','2017-06-01 07:47:30','2017-06-01 07:47:30','',0,'http://cems-foodagro.com/?page_id=28',0,'page','',0),(29,1,'2015-05-26 09:32:53','2015-05-26 09:32:53','<p align=\"justify\"><span style=\"color: #000000;\"><em><strong>About CEMS – The Organizer</strong></em></span></p>\r\n\r\n<div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em>Since its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 7 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, CEMS Indonesia and over 10 Associate offices around the world.</em></span></p>\r\n\r\n</div>','About CEMS','','inherit','open','open','','28-revision-v1','','','2015-05-26 09:32:53','2015-05-26 09:32:53','',28,'http://cems-foodagro.com/?p=29',0,'revision','',0),(30,1,'2015-05-26 09:33:13','2015-05-26 09:33:13',' ','','','publish','open','closed','','30','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=30',12,'nav_menu_item','',0),(31,1,'2015-05-26 09:34:16','2015-05-26 09:34:16','<span style=\"color: #008000;\">Sri Lanka – the highest user of Agro-chemicals in the world…….</span>\r\n<span style=\"color: #008000;\"> A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</span>\r\n\r\nCEMS-Global in association with MP International have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n‘AGRO-CHEM Sri Lanka International Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Event Profile','','publish','open','open','','event-profile','','','2017-06-01 07:41:50','2017-06-01 07:41:50','',0,'http://cems-foodagro.com/?page_id=31',0,'page','',0),(32,1,'2015-05-26 09:34:16','2015-05-26 09:34:16','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b> </b><b></b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ scheduled to be held from 5~7 November 2015, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span>\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2015-05-26 09:34:16','2015-05-26 09:34:16','',31,'http://cems-foodagro.com/?p=32',0,'revision','',0),(33,1,'2015-05-26 09:34:36','2015-05-26 09:34:36',' ','','','publish','open','closed','','33','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=33',2,'nav_menu_item','',0),(35,1,'2015-05-26 09:36:03','2015-05-26 09:36:03','<span style=\"color: #ff0000;\"><strong>Pls write to us at cems@cemsonline.com</strong></span>','Exhibitor Manual','','publish','open','open','','exhibitor-manual','','','2015-05-27 11:41:53','2015-05-27 11:41:53','',0,'http://cems-foodagro.com/?page_id=35',0,'page','',0),(36,1,'2015-05-26 09:36:03','2015-05-26 09:36:03','<span style=\"color: #000000;\"><strong>Pls write to us at cems@cemsonline.com</strong></span>','Exhibitor Manual','','inherit','open','open','','35-revision-v1','','','2015-05-26 09:36:03','2015-05-26 09:36:03','',35,'http://cems-foodagro.com/?p=36',0,'revision','',0),(37,1,'2015-05-26 09:36:21','2015-05-26 09:36:21',' ','','','publish','open','closed','','37','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=37',11,'nav_menu_item','',0),(38,1,'2015-05-26 09:37:42','2015-05-26 09:37:42','<span style=\"color: #008000;\">Agriculture Chemicals:</span> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<span style=\"color: #008000;\">Agricultural Fertilizer:</span> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer, Biological Fertilizer, Compound Fertilizer, New Specialized Fertilizers (Seaweed Fertilizers, Biological Fertilizers, Foliage Fertilizers, Slow Release Fertilizers, Trace Element Fertilizers, Humid Acid Fertilizers)\r\n\r\n<span style=\"color: #008000;\">Chemical Pesticides:</span> Products of insecticide, Herbicide, Fungicide, Intermediates, Ecological Chemical Pesticides, Biological Pesticide, Pesticide Production, Pesticide Processing Technology.\r\n\r\n<span style=\"color: #008000;\">Crop Protection & Biotechnology:</span> Plant Growth Regulators, Transgenic Products, Soil Additives, Nutritional Agents, Turf.\r\n\r\n<span style=\"color: #008000;\">Agrochemical Machinery:</span> Equipment for Agrochemical Products, Spraying Machine, Agricultural Plastic, Farming Machine, Horticultural Grass Mown, Sprinkler Machine, Irrigating Equipment and the relative packaging.\r\n\r\n<span style=\"color: #008000;\">Agricultural Plastic:</span> Shed Film, Farmland Film, Shading Net, Anti-insect Net, Modern Agricultural Covering Stuff, Seed Nursery Container, Plastic Water Saving Irrigating Equipment.','Profile of Exhibits','','publish','open','open','','profile-of-exhibits','','','2017-06-01 07:44:46','2017-06-01 07:44:46','',0,'http://cems-foodagro.com/?page_id=38',0,'page','',0),(39,1,'2015-05-26 09:37:42','2015-05-26 09:37:42','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>Food Pro Exhibits: </b>Food & Beverage Featuring / Halal Food / Drink , Juice Processing Equipment / Chilled & Frozen Foods / Food Ingredients: Aromas / Flavors & Fragrances / Food Technology / Herbal & Medicinal Plants Exporters , Importer, Traders / Herbal Foods Products / Bakery, Snaks, Rice, Tea, Coffee, Flour, Sugar, Salt, Sweet Manufacturers / Chain Shop / Fast Food Chains / Food Processing and Packaging / Manufacturers and Distributors of Farm Machinery / Hospitality Services and Retails & Franchise / Organic Agricultural Products / Seafood: Fresh Seafood Products / Display, Retails Equipment / Individuals, Companies, Organizations associated with: Spices & Medicinal Plants / Animal Food & Health / Buffaloo Meat Products & Processing Technology / Government Departments / Inputs for Organic Agriculture / Equipments for Food and Agricultural Sectors / Institutional Catering Management etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>Agro Bangladesh Exhibit</b><b>:</b> Agricultural Machinery and Technologies / Agriculture Seed Manufacturers, Importers / Agricultural Products Traders, Wholeseller/ Agro Chemical, Pesticides, Insecticides Manufacturers, Importers/Agricultural Cures / Organic Agriculture Sector / Animal Husbandry / Fisheries / Animal Husbandry Machinery / Animal Care and Veterinarian Services / Animal Breeding Equipments / Poultry and Poultry Equipment / Packaging and Equipments / Agriculture Chemistry Products / Tractors and Combines / Sub-Industry / Water and Irrigation Techniques / Greenhouse / Greenhouse Construction and Equipments / Fertilizers, Seed, Seedling, Sapling and Gardening / Biotechnology/Tissue Culture Technology/ Dairy Poultry & Live Stock/ Post Harvest Handling Equipment/ Soil Testing Equipment / Certification Companies/ Horticulture Processing Technology/ Plasticulture & Aquaculture / Aquaculture Technology / Workshop Tools & Equipments / Digital Temperature Controller & Data Logger / Refrigerated Van & Truck , Body Builders/ Garden Equipments / Ecological Agriculture Measuring and Recording Equipment / Cooling Pads & Heat Extractors/ Transporting / Manual Tools / Energy Sources / Banks & Insurance Services/Related Institutions and Companies / Related Sectoral Publications etc.</span></p>','Profile of Exhibits','','inherit','open','open','','38-revision-v1','','','2015-05-26 09:37:42','2015-05-26 09:37:42','',38,'http://cems-foodagro.com/?p=39',0,'revision','',0),(40,1,'2015-05-26 09:38:05','2015-05-26 09:38:05',' ','','','publish','open','closed','','40','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=40',4,'nav_menu_item','',0),(41,1,'2015-05-26 09:39:10','2015-05-26 09:39:10','<strong>‘INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017’</strong> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Profile of Visitors','','publish','open','open','','profile-of-visitors','','','2017-01-19 12:04:58','2017-01-19 12:04:58','',0,'http://cems-foodagro.com/?page_id=41',0,'page','',0),(42,1,'2015-05-26 09:39:10','2015-05-26 09:39:10','<em><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015’</strong> will be a perfect platform for Area Manager / GM / Operation Manager / Owner / CEO / President / Vice President, F&B Manager / Banqueting Manager, Housekeeping Manager / Public Relation Manager / Marketing Manager / Financial Manager, Architect / Engineer / Interior Design, Ambassador -Trade Attaché, Head Waiters, Executive Chef / Pastry Chef, Hotel / Resort / Furnished Apartment, Restaurant / Café, Bakery / Pastry, Hospital / Healthcare, Supermarket, Architect / Engineer / Contractors / Interior Design / Consultant, Supplier (Hospitality and Foodservice Industry), Financial Company, Association / Tourism Board / Governmental Institutions / Chamber of Commerce / Embassy / Ministry, Events Management / Procurement / Communication / Public Relation Agency / Advertising Agency / Airline, etc.</span></em>','Profile of Visitors','','inherit','open','open','','41-revision-v1','','','2015-05-26 09:39:10','2015-05-26 09:39:10','',41,'http://cems-foodagro.com/?p=42',0,'revision','',0),(43,1,'2015-05-26 09:39:30','2015-05-26 09:39:30',' ','','','publish','open','closed','','43','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=43',8,'nav_menu_item','',0),(44,1,'2015-05-26 09:42:17','2015-05-26 09:42:17','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate office:</strong></span>\r\n<span class=\"strong\">MP Events Lanka (Pvt) Ltd. </span>\r\n<span class=\"strong\">Colombo , Sri Lanka</span>\r\nT :(94) (11) 2343 239-41 F : (94) (11) 2343 237\r\nEmail : shanti.o@sl.pico.com\r\nWeb : www.pico.lk\r\nContact Numbers : +94766341100 – Kathija (Projects), +94773018888-Emile (Director) , +94777685444- Shanti (Director)\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\"> www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','publish','open','open','','contact-us','','','2017-09-16 08:36:17','2017-09-16 08:36:17','',0,'http://cems-foodagro.com/?page_id=44',0,'page','',0),(45,1,'2015-05-26 09:42:17','2015-05-26 09:42:17','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<strong> </strong>\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-usa.jpg\"><img alt=\"cems usa\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-usa.jpg\" width=\"100\" height=\"35\" /></a>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> 57 W. 57th Street, 4th Floor,</span>\r\n<span style=\"color: #000000;\"> New York, NY 10019</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +1 646 416 7902</span>\r\n<span style=\"color: #000000;\"> Fax: +1 646 365 8625</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-motorshow.com , cems@cemsonline.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cems-global.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Asia-Pacific</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-sml.jpg\"><img alt=\"CEMS GLOBAL sml\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-sml.jpg\" width=\"50\" height=\"71\" /></a>\r\n<span style=\"color: #000000;\">CEMS-Global Asia Pacific Pte. Ltd.</span>\r\n<span style=\"color: #000000;\"> 8 Temasek Boulevard, # 42-00 Suntec Tower Three, Singapore 038988</span>\r\n\r\n<span style=\"color: #000000;\">Tel : + 65 – 6829 – 2144</span>\r\n<span style=\"color: #000000;\"> Fax : + 65 – 6829 – 2145</span>\r\n<span style=\"color: #000000;\"> Mail :contact@cems-motorshow.com , cems@cems-asiapacific.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsonline.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-india.jpg\"><img alt=\"cems india\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-india.jpg\" width=\"100\" height=\"35\" /></a>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services India Pvt. Ltd.</span>\r\n<span style=\"color: #000000;\"> C-398, 1st Floor, Palam Extn. ,Dwarka, Sector 7 , New Delhi 110 075, India</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12</span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 42004717</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-motorshow.com , cems@cemsindia.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsindia.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-china.jpg\"><img alt=\"cems china\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-china.jpg\" width=\"100\" height=\"35\" /></a>\r\n\r\nCEMS CHINA CO.,LTD\r\nRm1008,Dragon Pearl Complex,NO.2123 Pudong Avenue, Shanghai, China\r\nTel : +86-021-58600828\r\nFax : +86-021-58600366\r\nMail : contact@cems-motorshow.com , cems@cemschina.cn\r\nWeb : www.cemschina.cn\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" width=\"100\" height=\"35\" /></a>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-motorshow.com , cems@cemsbangladesh.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsbangladesh.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img alt=\"CEMS Lanka Logo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" width=\"100\" height=\"34\" /></a>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span>\r\n<span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 – 753</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-motorshow.com , cems@cemslanka.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemslanka.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Indonesia</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-INDO.jpg\"><img alt=\"CEMS INDO\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-INDO.jpg\" width=\"100\" height=\"35\" /></a>\r\n<span style=\"color: #000000;\">PT CEMS INDONESIA</span>\r\n<span style=\"color: #000000;\"> Hall E 2nd Floor Lot#214</span>\r\n<span style=\"color: #000000;\"> Arena Pekan Raya Jakarta ( JIExpo ) – Kemayoran</span>\r\n<span style=\"color: #000000;\"> Jl. Benyamin Sueb</span>\r\n<span style=\"color: #000000;\"> Jakarta Pusat 10620</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +62 21 2664 5313 / 14</span>\r\n<span style=\"color: #000000;\"> Fax : +62 21 6586 8585</span>\r\n<span style=\"color: #000000;\"> Mail :contact@cems-motorshow.com , cems@cemsindonesia.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsindonesia.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS-Global Brazil Representative Office</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> Alameda Santos, 1827, Conj. 112, Sao Paulo SP – 01419-002 ,Brazil</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +55 11 3882 0065,</span>\r\n<span style=\"color: #000000;\"> Mail : cems@cemsbrazil.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsbrazil.com</span>\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon……………</span>.\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-05-26 09:42:17','2015-05-26 09:42:17','',44,'http://cems-foodagro.com/?p=45',0,'revision','',0),(46,1,'2015-05-26 09:42:35','2015-05-26 09:42:35',' ','','','publish','open','closed','','46','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=46',14,'nav_menu_item','',0),(47,1,'2015-05-26 09:43:41','2015-05-26 09:43:41','<h3><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/CEMS-Global-Expo-Form.pdf\" target=\"_blank\">Expo Application Form</a></h3>','Expo Application Form','','publish','open','open','','expo-application-form','','','2015-10-03 06:39:07','2015-10-03 06:39:07','',0,'http://cems-foodagro.com/?page_id=47',0,'page','',0),(48,1,'2015-05-26 09:43:36','2015-05-26 09:43:36','','EXPO-APPLICATION-FORM','','inherit','open','open','','expo-application-form','','','2015-05-26 09:43:36','2015-05-26 09:43:36','',47,'http://cems-foodagro.com/wp-content/uploads/2015/05/EXPO-APPLICATION-FORM.pdf',0,'attachment','application/pdf',0),(49,1,'2015-05-26 09:43:41','2015-05-26 09:43:41','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/EXPO-APPLICATION-FORM.pdf\">EXPO-APPLICATION-FORM</a>','Expo Application Form','','inherit','open','open','','47-revision-v1','','','2015-05-26 09:43:41','2015-05-26 09:43:41','',47,'http://cems-foodagro.com/?p=49',0,'revision','',0),(50,1,'2015-05-26 09:44:07','2015-05-26 09:44:07',' ','','','publish','open','closed','','50','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=50',10,'nav_menu_item','',0),(51,1,'2015-05-26 10:15:04','2015-05-26 10:15:04','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"image003\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" alt=\"image001\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em> The biggest 3-days expo For</em></span></strong>\r\n<strong><span style=\"color: #000000;\"> <em> International Food, Agriculture Eqpt. Trade Exhibition.</em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>5~7 November, 2015.</em></span></h3>\r\n<div align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></div>','Home','','inherit','open','open','','5-revision-v1','','','2015-05-26 10:15:04','2015-05-26 10:15:04','',5,'http://cems-foodagro.com/?p=51',0,'revision','',0),(52,1,'2015-05-26 10:15:49','2015-05-26 10:15:49','<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-13\" alt=\"map22\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\" width=\"244\" height=\"202\" /></span></a></span></p>\r\n\r\n<table width=\"80%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2015</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #000000;\"><b>The biggest 3-days expo For</b></span>\r\n\r\n<span style=\"color: #000000;\"><b>International Food, Agriculture Eqpt. Trade Exhibition.</b></span>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><b>5~7 November, 2015.</b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 7.30 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Business Visitors</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-05-26 10:15:49','2015-05-26 10:15:49','',12,'http://cems-foodagro.com/?p=52',0,'revision','',0),(53,1,'2015-05-26 10:54:56','2015-05-26 10:54:56','<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015’</strong> will be a perfect platform for Area Manager / GM / Operation Manager / Owner / CEO / President / Vice President, F&B Manager / Banqueting Manager, Housekeeping Manager / Public Relation Manager / Marketing Manager / Financial Manager, Architect / Engineer / Interior Design, Ambassador -Trade Attaché, Head Waiters, Executive Chef / Pastry Chef, Hotel / Resort / Furnished Apartment, Restaurant / Café, Bakery / Pastry, Hospital / Healthcare, Supermarket, Architect / Engineer / Contractors / Interior Design / Consultant, Supplier (Hospitality and Foodservice Industry), Financial Company, Association / Tourism Board / Governmental Institutions / Chamber of Commerce / Embassy / Ministry, Events Management / Procurement / Communication / Public Relation Agency / Advertising Agency / Airline, etc.</span></em></p>','Profile of Visitors','','inherit','open','open','','41-revision-v1','','','2015-05-26 10:54:56','2015-05-26 10:54:56','',41,'http://cems-foodagro.com/?p=53',0,'revision','',0),(54,1,'2015-05-27 08:58:51','2015-05-27 08:58:51','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"image003\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" alt=\"image001\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em> The biggest 3-days expo For</em></span></strong>\r\n<strong><span style=\"color: #000000;\"> <em> International Food, Agriculture Eqpt. Trade Exhibition.</em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n<div align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></div>','Home','','inherit','open','open','','5-revision-v1','','','2015-05-27 08:58:51','2015-05-27 08:58:51','',5,'http://cems-foodagro.com/?p=54',0,'revision','',0),(55,1,'2015-05-27 08:59:30','2015-05-27 08:59:30','<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-13\" alt=\"map22\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\" width=\"244\" height=\"202\" /></span></a></span></p>\r\n\r\n<table width=\"80%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2015</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #000000;\"><b>The biggest 3-days expo For</b></span>\r\n\r\n<span style=\"color: #000000;\"><b>International Food, Agriculture Eqpt. Trade Exhibition.</b></span>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><b>26~28 November, 2015.</b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 7.30 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Business Visitors</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-05-27 08:59:30','2015-05-27 08:59:30','',12,'http://cems-foodagro.com/?p=55',0,'revision','',0),(56,1,'2015-05-27 11:41:53','2015-05-27 11:41:53','<span style=\"color: #ff0000;\"><strong>Pls write to us at cems@cemsonline.com</strong></span>','Exhibitor Manual','','inherit','open','open','','35-revision-v1','','','2015-05-27 11:41:53','2015-05-27 11:41:53','',35,'http://cems-foodagro.com/?p=56',0,'revision','',0),(57,1,'2015-06-07 10:07:44','2015-06-07 10:07:44','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"image003\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" alt=\"image001\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong></strong><strong><span style=\"color: #000000;\"><em><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i><b>. </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n<div align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></div>','Home','','inherit','open','open','','5-revision-v1','','','2015-06-07 10:07:44','2015-06-07 10:07:44','',5,'http://cems-foodagro.com/?p=57',0,'revision','',0),(58,1,'2015-06-07 10:09:30','2015-06-07 10:09:30','<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-13\" alt=\"map22\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\" width=\"244\" height=\"202\" /></span></a></span></p>\r\n\r\n<table width=\"80%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2015</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><strong><span style=\"color: #000000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><span style=\"color: #000000;\">.</span> </strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><b>26~28 November, 2015.</b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 7.30 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Business Visitors</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-06-07 10:09:30','2015-06-07 10:09:30','',12,'http://cems-foodagro.com/?p=58',0,'revision','',0),(59,1,'2017-03-15 09:44:56','2017-03-15 09:44:56','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n <span style=\"color: #ff0000;\"><strong>Corporate office:</strong></span>\r\n<span class=\"strong\">MP Events Lanka (Pvt) Ltd. </span>\r\n<span class=\"strong\">Colombo , Sri Lanka</span>\r\nT :(94) (11) 2343 239-41 F : (94) (11) 2343 237\r\nEmail : shanti.o@sl.pico.com\r\nWeb : www.pico.lk\r\nContact Numbers : +94766341100 – Kathija (Projects), +94773018888-Emile (Director) , +94777685444- Shanti (Director)\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\"> www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-autosave-v1','','','2017-03-15 09:44:56','2017-03-15 09:44:56','',44,'http://cems-foodagro.com/?p=59',0,'revision','',0),(60,1,'2015-06-09 06:35:57','2015-06-09 06:35:57','','cems china','','inherit','open','open','','cems-china','','','2015-06-09 06:35:57','2015-06-09 06:35:57','',44,'http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg',0,'attachment','image/jpeg',0),(61,1,'2015-06-09 06:36:18','2015-06-09 06:36:18','','cems india','','inherit','open','open','','cems-india','','','2015-06-09 06:36:18','2015-06-09 06:36:18','',44,'http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg',0,'attachment','image/jpeg',0),(62,1,'2015-06-09 06:37:10','2015-06-09 06:37:10','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" width=\"100\" height=\"35\" /></a>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> ,<a href=\"mailto:cems@cems-asiapacific.com\">cems@cems-asiapacific.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img alt=\"CEMS Lanka Logo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" width=\"100\" height=\"34\" /></a>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span>\r\n<span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 – 753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" alt=\"cems india\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 2410 5201 ~ 4 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradexpo.org\">www.asiantradexpo.org</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate Office for China :</span></i></b></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\"><img class=\"alignnone size-full wp-image-60\" alt=\"cems china\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>CEMS China Co., Ltd.</b></span>\r\n<span style=\"color: #000000;\"><b>Shanghai, China</b></span>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">Tel : +86 - 21 - 50492570 ~ 73</span>\r\n<span style=\"color: #000000;\">Fax : +86 - 21 – 50492575</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a> </span>\r\n<span style=\"color: #000000;\"> Web : </span><a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon……………</span>.\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-06-09 06:37:10','2015-06-09 06:37:10','',44,'http://cems-foodagro.com/?p=62',0,'revision','',0),(63,1,'2015-06-09 06:39:31','2015-06-09 06:39:31','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> ,<a href=\"mailto:cems@cems-asiapacific.com\">cems@cems-asiapacific.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img alt=\"CEMS Lanka Logo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 – 753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" alt=\"cems india\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 2410 5201 ~ 4 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradexpo.org\">www.asiantradexpo.org</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate Office for China :</span></i></b></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\"><img class=\"alignnone size-full wp-image-60\" alt=\"cems china\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>CEMS China Co., Ltd.</b></span>\r\n<span style=\"color: #000000;\"><b>Shanghai, China</b></span>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">Tel : +86 - 21 - 50492570 ~ 73</span>\r\n<span style=\"color: #000000;\">Fax : +86 - 21 – 50492575</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a> </span>\r\n<span style=\"color: #000000;\"> Web : </span><a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon……………</span>.\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-06-09 06:39:31','2015-06-09 06:39:31','',44,'http://cems-foodagro.com/?p=63',0,'revision','',0),(64,1,'2015-06-09 06:41:21','2015-06-09 06:41:21','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> ,<a href=\"mailto:cems@cems-asiapacific.com\">cems@cems-asiapacific.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img alt=\"CEMS Lanka Logo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 – 753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" alt=\"cems india\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 2410 5201 ~ 4 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradexpo.org\">www.asiantradexpo.org</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate Office for China :</span></i></b></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\"><img class=\"alignnone size-full wp-image-60\" alt=\"cems china\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>CEMS China Co., Ltd.</b></span>\r\n<span style=\"color: #000000;\"><b>Shanghai, China</b></span>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">Tel : +86 - 21 - 50492570 ~ 73</span>\r\n<span style=\"color: #000000;\">Fax : +86 - 21 – 50492575</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a> </span>\r\n<span style=\"color: #000000;\"> Web : </span><a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon……………</span>.\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-06-09 06:41:21','2015-06-09 06:41:21','',44,'http://cems-foodagro.com/?p=64',0,'revision','',0),(65,1,'2015-06-09 06:53:32','2015-06-09 06:53:32',' \r\n\r\n \r\n\r\n ','Gallery','','publish','open','open','','gallery','','','2016-12-15 04:28:46','2016-12-15 04:28:46','',0,'http://cems-foodagro.com/?page_id=65',0,'page','',0),(66,1,'2015-06-09 06:53:32','2015-06-09 06:53:32','','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 06:53:32','2015-06-09 06:53:32','',65,'http://cems-foodagro.com/?p=66',0,'revision','',0),(67,1,'2015-06-09 06:56:20','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTc4IiwicG9zdF9pZCI6IjY3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRodW1ibmFpbHMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfZ2FsbGVyeVwvc3RhdGljXC90aHVtYl9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMDAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjAiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoiMCIsInRodW1ibmFpbF93aWR0aCI6IjI0MCIsInRodW1ibmFpbF9oZWlnaHQiOiIxNjAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjoiMCIsImFqYXhfcGFnaW5hdGlvbiI6IjAiLCJzaG93X2FsbF9pbl9saWdodGJveCI6IjAiLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6IjAiLCJzaG93X3NsaWRlc2hvd19saW5rIjoiMSIsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBzbGlkZXNob3ddIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic Thumbnails','','draft','open','open','','','','','2015-06-17 09:21:53','2015-06-17 09:21:53','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTc4IiwicG9zdF9pZCI6IjY3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRodW1ibmFpbHMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfZ2FsbGVyeVwvc3RhdGljXC90aHVtYl9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMDAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjAiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoiMCIsInRodW1ibmFpbF93aWR0aCI6IjI0MCIsInRodW1ibmFpbF9oZWlnaHQiOiIxNjAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjoiMCIsImFqYXhfcGFnaW5hdGlvbiI6IjAiLCJzaG93X2FsbF9pbl9saWdodGJveCI6IjAiLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6IjAiLCJzaG93X3NsaWRlc2hvd19saW5rIjoiMSIsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBzbGlkZXNob3ddIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://cems-foodagro.com/?post_type=display_type&p=67',0,'display_type','',0),(68,1,'2015-06-09 06:56:20','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTkwIiwicG9zdF9pZCI6IjY4IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7ImdhbGxlcnlfd2lkdGgiOiIyMDAiLCJnYWxsZXJ5X2hlaWdodCI6IjE1MCIsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJjeWNsZV9pbnRlcnZhbCI6IjEwIiwic2hvd190aHVtYm5haWxfbGluayI6IjEiLCJ0aHVtYm5haWxfbGlua190ZXh0IjoiW1Nob3cgdGh1bWJuYWlsc10iLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0aHVtYm5haWxfd2lkdGgiOiI0MDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMjUwIiwiZWZmZWN0X2NvZGUiOiJjbGFzcz1cIm5nZy1mYW5jeWJveFwiIHJlbD1cIiVHQUxMRVJZX05BTUUlXCIiLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic Slideshow','','draft','open','open','','','','','2015-06-17 09:21:53','2015-06-17 09:21:53','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTkwIiwicG9zdF9pZCI6IjY4IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7ImdhbGxlcnlfd2lkdGgiOiIyMDAiLCJnYWxsZXJ5X2hlaWdodCI6IjE1MCIsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJjeWNsZV9pbnRlcnZhbCI6IjEwIiwic2hvd190aHVtYm5haWxfbGluayI6IjEiLCJ0aHVtYm5haWxfbGlua190ZXh0IjoiW1Nob3cgdGh1bWJuYWlsc10iLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0aHVtYm5haWxfd2lkdGgiOiI0MDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMjUwIiwiZWZmZWN0X2NvZGUiOiJjbGFzcz1cIm5nZy1mYW5jeWJveFwiIHJlbD1cIiVHQUxMRVJZX05BTUUlXCIiLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://cems-foodagro.com/?post_type=display_type&p=68',0,'display_type','',0),(69,1,'2015-06-09 06:56:20','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjAyIiwicG9zdF9pZCI6IjY5IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgSW1hZ2VCcm93c2VyIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3Nlclwvc3RhdGljXC9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJhamF4X3BhZ2luYXRpb24iOiIwIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic ImageBrowser','','draft','open','open','','','','','2015-06-17 09:21:53','2015-06-17 09:21:53','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjAyIiwicG9zdF9pZCI6IjY5IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgSW1hZ2VCcm93c2VyIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3Nlclwvc3RhdGljXC9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJhamF4X3BhZ2luYXRpb24iOiIwIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?post_type=display_type&p=69',0,'display_type','',0),(70,1,'2015-06-09 06:56:20','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjE1IiwicG9zdF9pZCI6IjcwIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpY1wvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsImhpZGRlbl9mcm9tX3VpIjp0cnVlLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjAiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJsaW5rIjoiIiwibGlua190YXJnZXQiOiJfYmxhbmsiLCJmbG9hdCI6IiIsInF1YWxpdHkiOiIxMDAiLCJjcm9wIjoiMCIsImRpc3BsYXlfd2F0ZXJtYXJrIjoiMCIsImRpc3BsYXlfcmVmbGVjdGlvbiI6IjAiLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIm1vZGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic SinglePic','','draft','open','open','','','','','2015-06-17 09:21:53','2015-06-17 09:21:53','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjE1IiwicG9zdF9pZCI6IjcwIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpY1wvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsImhpZGRlbl9mcm9tX3VpIjp0cnVlLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjAiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJsaW5rIjoiIiwibGlua190YXJnZXQiOiJfYmxhbmsiLCJmbG9hdCI6IiIsInF1YWxpdHkiOiIxMDAiLCJjcm9wIjoiMCIsImRpc3BsYXlfd2F0ZXJtYXJrIjoiMCIsImRpc3BsYXlfcmVmbGVjdGlvbiI6IjAiLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIm1vZGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'http://cems-foodagro.com/?post_type=display_type&p=70',0,'display_type','',0),(71,1,'2015-06-09 06:56:20','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjI2IiwicG9zdF9pZCI6IjcxIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUYWdDbG91ZCIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY190YWdjbG91ZFwvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoidGFncyIsInZpZXdfb3JkZXIiOjEwMTAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJudW1iZXIiOiI0NSIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic TagCloud','','draft','open','open','','','','','2015-06-17 09:21:53','2015-06-17 09:21:53','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjI2IiwicG9zdF9pZCI6IjcxIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUYWdDbG91ZCIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY190YWdjbG91ZFwvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoidGFncyIsInZpZXdfb3JkZXIiOjEwMTAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJudW1iZXIiOiI0NSIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'http://cems-foodagro.com/?post_type=display_type&p=71',0,'display_type','',0),(72,1,'2015-06-09 06:56:20','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjM4IiwicG9zdF9pZCI6IjcyIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIENvbXBhY3QgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2NvbXBhY3RfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0iLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7ImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOiIwIiwiZW5hYmxlX2JyZWFkY3J1bWJzIjoiMSIsInRlbXBsYXRlIjoiIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoiMCIsInRodW1ibmFpbF93aWR0aCI6IjYwMCIsInRodW1ibmFpbF9oZWlnaHQiOiI0NTAiLCJ0aHVtYm5haWxfY3JvcCI6IjAiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic Compact Album','','draft','open','open','','','','','2015-06-17 09:21:53','2015-06-17 09:21:53','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjM4IiwicG9zdF9pZCI6IjcyIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIENvbXBhY3QgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2NvbXBhY3RfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0iLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7ImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOiIwIiwiZW5hYmxlX2JyZWFkY3J1bWJzIjoiMSIsInRlbXBsYXRlIjoiIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoiMCIsInRodW1ibmFpbF93aWR0aCI6IjYwMCIsInRodW1ibmFpbF9oZWlnaHQiOiI0NTAiLCJ0aHVtYm5haWxfY3JvcCI6IjAiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://cems-foodagro.com/?post_type=display_type&p=72',0,'display_type','',0),(73,1,'2015-06-09 06:56:20','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjUwIiwicG9zdF9pZCI6IjczIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBFeHRlbmRlZCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfYWxidW1cL3N0YXRpY1wvZXh0ZW5kZWRfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjEwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjoiMCIsImVuYWJsZV9icmVhZGNydW1icyI6IjEiLCJ0ZW1wbGF0ZSI6IiIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIyNDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMTYwIiwidGh1bWJuYWlsX2Nyb3AiOiIxIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic Extended Album','','draft','open','open','','','','','2015-06-17 09:21:53','2015-06-17 09:21:53','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjUwIiwicG9zdF9pZCI6IjczIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBFeHRlbmRlZCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfYWxidW1cL3N0YXRpY1wvZXh0ZW5kZWRfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjEwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjoiMCIsImVuYWJsZV9icmVhZGNydW1icyI6IjEiLCJ0ZW1wbGF0ZSI6IiIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIyNDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMTYwIiwidGh1bWJuYWlsX2Nyb3AiOiIxIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?post_type=display_type&p=73',0,'display_type','',0),(74,1,'2015-06-09 07:00:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:00:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=74',0,'ngg_gallery','',0),(75,1,'2015-06-09 07:00:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:00:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=75',0,'ngg_pictures','',0),(76,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=76',0,'ngg_pictures','',0),(77,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=77',0,'ngg_gallery','',0),(78,1,'2015-06-09 07:01:10','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:01:10','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=78',0,'ngg_pictures','',0),(79,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=79',0,'ngg_pictures','',0),(80,1,'2015-06-09 07:01:12','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:01:12','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=80',0,'ngg_pictures','',0),(81,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=81',0,'ngg_pictures','',0),(82,1,'2015-06-09 07:01:12','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:01:12','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=82',0,'ngg_pictures','',0),(83,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=83',0,'ngg_pictures','',0),(84,1,'2015-06-09 07:01:14','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:01:14','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=84',0,'ngg_pictures','',0),(85,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=85',0,'ngg_pictures','',0),(86,1,'2015-06-09 07:01:15','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:01:15','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=86',0,'ngg_pictures','',0),(87,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=87',0,'ngg_pictures','',0),(88,1,'2015-06-09 07:01:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:01:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=88',0,'ngg_pictures','',0),(89,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=89',0,'ngg_pictures','',0),(90,1,'2015-06-09 07:01:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:01:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=90',0,'ngg_pictures','',0),(91,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=91',0,'ngg_pictures','',0),(92,1,'2016-12-15 04:28:38','2016-12-15 04:28:38',' \n\n \n\n ','Gallery','','inherit','open','open','','65-autosave-v1','','','2016-12-15 04:28:38','2016-12-15 04:28:38','',65,'http://cems-foodagro.com/?p=92',0,'revision','',0),(93,1,'2015-06-09 07:02:41','2015-06-09 07:02:41','[nggallery id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 07:02:41','2015-06-09 07:02:41','',65,'http://cems-foodagro.com/?p=93',0,'revision','',0),(94,1,'2015-06-09 07:03:01','2015-06-09 07:03:01',' ','','','publish','open','closed','','94','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=94',15,'nav_menu_item','',0),(95,1,'2015-06-09 07:04:28','2015-06-09 07:04:28','[slideshow id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 07:04:28','2015-06-09 07:04:28','',65,'http://cems-foodagro.com/?p=95',0,'revision','',0),(96,1,'2015-06-09 07:07:09','2015-06-09 07:07:09','[nggallery id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 07:07:09','2015-06-09 07:07:09','',65,'http://cems-foodagro.com/?p=96',0,'revision','',0),(97,1,'2015-06-09 07:08:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_album','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:08:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?post_type=ngg_album&p=97',0,'ngg_album','',0),(98,1,'2015-06-09 09:48:01','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_album','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:48:01','2015-06-09 09:48:01','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?post_type=ngg_album&p=98',0,'ngg_album','',0),(99,1,'2015-06-09 07:08:45','2015-06-09 07:08:45','[album id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 07:08:45','2015-06-09 07:08:45','',65,'http://cems-foodagro.com/?p=99',0,'revision','',0),(100,1,'2015-06-09 07:17:27','2015-06-09 07:17:27','[slideshow id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 07:17:27','2015-06-09 07:17:27','',65,'http://cems-foodagro.com/?p=100',0,'revision','',0),(101,1,'2015-06-09 07:18:12','2015-06-09 07:18:12','[album id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 07:18:12','2015-06-09 07:18:12','',65,'http://cems-foodagro.com/?p=101',0,'revision','',0),(102,1,'2015-06-09 07:24:03','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:03','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=102',0,'ngg_gallery','',0),(103,1,'2015-06-09 07:24:03','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:03','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=103',0,'ngg_pictures','',0),(104,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=104',0,'ngg_pictures','',0),(105,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=105',0,'ngg_gallery','',0),(106,1,'2015-06-09 07:24:04','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:04','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=106',0,'ngg_pictures','',0),(107,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=107',0,'ngg_pictures','',0),(108,1,'2015-06-09 07:24:05','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:05','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=108',0,'ngg_pictures','',0),(109,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=109',0,'ngg_pictures','',0),(110,1,'2015-06-09 07:24:06','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:06','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=110',0,'ngg_pictures','',0),(111,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=111',0,'ngg_pictures','',0),(112,1,'2015-06-09 07:24:07','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:07','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=112',0,'ngg_pictures','',0),(113,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=113',0,'ngg_pictures','',0),(114,1,'2015-06-09 07:24:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=114',0,'ngg_pictures','',0),(115,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=115',0,'ngg_pictures','',0),(116,1,'2015-06-09 07:24:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=116',0,'ngg_pictures','',0),(117,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=117',0,'ngg_pictures','',0),(118,1,'2015-06-09 07:24:41','2015-06-09 07:24:41','[nggallery id=2]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 07:24:41','2015-06-09 07:24:41','',65,'http://cems-foodagro.com/?p=118',0,'revision','',0),(120,1,'2015-06-09 09:49:09','2015-06-09 09:49:09','[album id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 09:49:09','2015-06-09 09:49:09','',65,'http://cems-foodagro.com/?p=120',0,'revision','',0),(121,1,'2015-06-09 10:03:46','2015-06-09 10:03:46','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"image003\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" alt=\"image001\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong></strong><strong><span style=\"color: #000000;\"><em><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i><b>. </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>','Home','','inherit','open','open','','5-revision-v1','','','2015-06-09 10:03:46','2015-06-09 10:03:46','',5,'http://cems-foodagro.com/?p=121',0,'revision','',0),(122,1,'2015-06-13 11:23:38','2015-06-13 11:23:38','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b> </b><b></b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ scheduled to be held from 26~28 November 2015, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span>\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2015-06-13 11:23:38','2015-06-13 11:23:38','',31,'http://cems-foodagro.com/?p=122',0,'revision','',0),(123,1,'2015-06-13 11:59:34','2015-06-13 11:59:34','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b> </b>`CEMS Global’ brings to you <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ scheduled to be held from 26~28 November 2015, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span>\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Highlights','','inherit','open','open','','19-revision-v1','','','2015-06-13 11:59:34','2015-06-13 11:59:34','',19,'http://cems-foodagro.com/?p=123',0,'revision','',0),(124,1,'2015-06-15 07:39:32','2015-06-15 07:39:32','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a href=\"mailto:cems@cems-asiapacific.com\">cems@cems-asiapacific.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img alt=\"CEMS Lanka Logo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 – 753</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodpro.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" alt=\"cems india\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 2410 5201 ~ 4 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate Office for China :</span></i></b></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\"><img class=\"alignnone size-full wp-image-60\" alt=\"cems china\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>CEMS China Co., Ltd.</b></span>\r\n<span style=\"color: #000000;\"><b>Shanghai, China</b></span>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">Tel : +86 - 21 - 50492570 ~ 73</span>\r\n<span style=\"color: #000000;\">Fax : +86 - 21 – 50492575</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodpro.com</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a> </span>\r\n<span style=\"color: #000000;\"> Web : </span><a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon……………</span>.\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-06-15 07:39:32','2015-06-15 07:39:32','',44,'http://cems-foodagro.com/?p=124',0,'revision','',0),(126,1,'2015-06-15 07:42:30','2015-06-15 07:42:30','<div style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #339966;\"><em><b>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</b></em></span>\r\n<b> </b><b></b>\r\n<span style=\"color: #000000;\">`CEMS Global’ brings to you <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ scheduled to be held from 26 - 28 November 2015, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span>\r\n\r\n<span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ showcasing all products/services from the food and agro sector from local and global companies.</span>\r\n\r\n<span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span>\r\n\r\n</div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Highlights','','inherit','open','open','','19-revision-v1','','','2015-06-15 07:42:30','2015-06-15 07:42:30','',19,'http://cems-foodagro.com/?p=126',0,'revision','',0),(127,1,'2015-06-17 08:03:03','2015-06-17 08:03:03','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a href=\"mailto:cems@cems-asiapacific.com\">cems@cems-asiapacific.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img alt=\"CEMS Lanka Logo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 – 753</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" alt=\"cems india\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 2410 5201 ~ 4 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate Office for China :</span></i></b></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\"><img class=\"alignnone size-full wp-image-60\" alt=\"cems china\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>CEMS China Co., Ltd.</b></span>\r\n<span style=\"color: #000000;\"><b>Shanghai, China</b></span>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">Tel : +86 - 21 - 50492570 ~ 73</span>\r\n<span style=\"color: #000000;\">Fax : +86 - 21 – 50492575</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a> </span>\r\n<span style=\"color: #000000;\"> Web : </span><a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon……………</span>.\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-06-17 08:03:03','2015-06-17 08:03:03','',44,'http://cems-foodagro.com/44-revision-v1/',0,'revision','',0),(130,1,'2015-06-17 09:06:22','2015-06-17 09:06:22','[nggallery id=1]\r\n\r\n[nggallery id=2]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-17 09:06:22','2015-06-17 09:06:22','',65,'http://cems-foodagro.com/65-revision-v1/',0,'revision','',0),(131,1,'2015-06-17 09:07:37','2015-06-17 09:07:37','[nggallery id=1]\r\n\r\n[nggallery id=2]\r\n\r\n[ slideshow id=1 ]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-17 09:07:37','2015-06-17 09:07:37','',65,'http://cems-foodagro.com/65-revision-v1/',0,'revision','',0),(132,1,'2015-06-17 09:08:08','2015-06-17 09:08:08','[nggallery id=1]\r\n\r\n[nggallery id=2]\r\n\r\n[slideshow id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-17 09:08:08','2015-06-17 09:08:08','',65,'http://cems-foodagro.com/65-revision-v1/',0,'revision','',0),(133,1,'2015-06-17 09:15:07','2015-06-17 09:15:07','[nggallery id=3]\r\n\r\n \r\n\r\n ','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-17 09:15:07','2015-06-17 09:15:07','',65,'http://cems-foodagro.com/65-revision-v1/',0,'revision','',0),(134,1,'2015-06-17 09:19:54','2015-06-17 09:19:54','[ nggallery id=3 ]\r\n\r\n \r\n\r\n ','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-17 09:19:54','2015-06-17 09:19:54','',65,'http://cems-foodagro.com/65-revision-v1/',0,'revision','',0),(135,1,'2015-06-17 09:20:28','2015-06-17 09:20:28','[nggallery id=3]\r\n\r\n \r\n\r\n ','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-17 09:20:28','2015-06-17 09:20:28','',65,'http://cems-foodagro.com/65-revision-v1/',0,'revision','',0),(136,1,'2015-06-17 09:23:02','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-17 09:23:02','2015-06-17 09:23:02','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?post_type=ngg_pictures&p=136',0,'ngg_pictures','',0),(137,1,'2015-06-17 09:24:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:24:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=137',0,'ngg_gallery','',0),(138,1,'2015-06-17 09:24:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:24:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=138',0,'ngg_pictures','',0),(140,1,'2016-05-25 08:02:43','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:02:43','2016-05-25 08:02:43','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=140',0,'ngg_gallery','',0),(141,1,'2015-06-17 09:24:32','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:24:32','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=141',0,'ngg_pictures','',0),(142,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=142',0,'ngg_pictures','',0),(143,1,'2015-06-17 09:24:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:24:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=143',0,'ngg_pictures','',0),(144,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=144',0,'ngg_pictures','',0),(145,1,'2015-06-17 09:24:51','2015-06-17 09:24:51','[nggallery id=4]\r\n\r\n \r\n\r\n ','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-17 09:24:51','2015-06-17 09:24:51','',65,'http://cems-foodagro.com/65-revision-v1/',0,'revision','',0),(146,1,'2015-06-17 09:27:47','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:27:47','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=146',0,'ngg_pictures','',0),(147,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=147',0,'ngg_pictures','',0),(148,1,'2015-06-17 09:27:48','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:27:48','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=148',0,'ngg_pictures','',0),(150,1,'2015-06-17 09:27:50','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:27:50','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=150',0,'ngg_pictures','',0),(151,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=151',0,'ngg_pictures','',0),(152,1,'2015-06-17 09:27:50','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:27:50','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=152',0,'ngg_pictures','',0),(154,1,'2015-06-17 09:27:51','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:27:51','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=154',0,'ngg_pictures','',0),(155,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=155',0,'ngg_pictures','',0),(156,1,'2015-06-17 09:27:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:27:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=156',0,'ngg_pictures','',0),(157,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=157',0,'ngg_pictures','',0),(158,1,'2015-06-17 09:27:53','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:27:53','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=158',0,'ngg_pictures','',0),(159,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=159',0,'ngg_pictures','',0),(160,1,'2015-06-17 09:29:44','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:29:44','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=160',0,'ngg_pictures','',0),(161,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=161',0,'ngg_pictures','',0),(162,1,'2015-06-17 09:29:46','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:29:46','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=162',0,'ngg_pictures','',0),(164,1,'2015-06-17 09:33:26','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:33:26','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=164',0,'ngg_pictures','',0),(166,1,'2015-06-17 09:34:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:34:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=166',0,'ngg_pictures','',0),(168,1,'2015-06-17 09:35:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:35:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=168',0,'ngg_pictures','',0),(169,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=169',0,'ngg_pictures','',0),(170,1,'2015-06-17 09:35:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:35:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=170',0,'ngg_pictures','',0),(171,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=171',0,'ngg_pictures','',0),(173,1,'2015-06-28 06:02:28','2015-06-28 06:02:28','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO-2015’</strong></em> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Food Technologist, Owners from the below industries,</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Association/Bakeries/Bakery & Confectionery Manufacturers/Catering Management/Chefs/Clubs and Resorts/Common public/Convenience Retailers/Food Catering/Food marts/Food Manufacturers/Food Technologists/Foodservice Equipment/High rank officers from government sector etc/Hotel & Resort Management/Hotel Supplies Dealers/Convenience Retailers Hypermarkets/Decision and policy makers of the industry/Departmental Stores/Departmental Stores Managers/Dieticians/Electronic and print media/Exporter/F & B Importers & Distributors/Fast Food Chains/Fast Food Outlets/Food Beverage services providers/Financial Company/Hypermarkets/Importers, Distributors, Wholesalers and Retailers/Leisure & Entertainment Staff/Manufacturer/Merchants/Nutritionists/Packaging and Distribution Centers/Policy makers/Restaurant Management/Sales and marketing department of the food industry/Grocery and Convenience Stores/Supply Chain Distributors/Airline etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em> </em></span></p>','Profile of Visitors','','inherit','open','open','','41-revision-v1','','','2015-06-28 06:02:28','2015-06-28 06:02:28','',41,'http://cems-foodagro.com/41-revision-v1/',0,'revision','',0),(174,1,'2015-06-28 06:04:15','2015-06-28 06:04:15','<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-13\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></span></a></span></p>\r\n\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2015</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><strong><span style=\"color: #000000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><span style=\"color: #000000;\">.</span> </strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><b>26~28 November, 2015.</b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-06-28 06:04:15','2015-06-28 06:04:15','',12,'http://cems-foodagro.com/12-revision-v1/',0,'revision','',0),(175,1,'2017-03-15 09:37:29','2017-03-15 09:37:29','<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\n \r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\n \r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n‘AGRO-CHEM Sri Lanka Internationall Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Event Profile','','inherit','open','open','','31-autosave-v1','','','2017-03-15 09:37:29','2017-03-15 09:37:29','',31,'http://cems-foodagro.com/31-autosave-v1/',0,'revision','',0),(176,1,'2015-06-28 06:06:26','2015-06-28 06:06:26','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</strong>’ scheduled to be held from 26 - 28 November 2015, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2015-06-28 06:06:26','2015-06-28 06:06:26','',31,'http://cems-foodagro.com/31-revision-v1/',0,'revision','',0),(177,1,'2015-06-28 06:07:32','2015-06-28 06:07:32','<p style=\"text-align: justify;\"><span style=\"color: #339966;\"><em><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\">`CEMS Global’ brings to you <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</strong>’ scheduled to be held from 26 - 28 November 2015, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></em>\r\n\r\n<em><span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></em></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></em></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></em></p>','Highlights','','inherit','open','open','','19-revision-v1','','','2015-06-28 06:07:32','2015-06-28 06:07:32','',19,'http://cems-foodagro.com/19-revision-v1/',0,'revision','',0),(179,1,'2015-07-07 10:46:18','2015-07-07 10:46:18','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>','Home','','inherit','open','open','','5-revision-v1','','','2015-07-07 10:46:18','2015-07-07 10:46:18','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(182,1,'2015-08-01 06:25:07','2015-08-01 06:25:07','','Capture','','inherit','open','open','','capture','','','2015-08-01 06:25:07','2015-08-01 06:25:07','',16,'http://cems-foodagro.com/wp-content/uploads/2015/05/Capture.jpg',0,'attachment','image/jpeg',0),(183,1,'2015-08-01 06:28:08','2015-08-01 06:28:08','','Capture','','inherit','open','open','','capture-2','','','2015-08-01 06:28:08','2015-08-01 06:28:08','',16,'http://cems-foodagro.com/wp-content/uploads/2015/05/Capture.gif',0,'attachment','image/gif',0),(184,1,'2015-08-01 06:31:48','2015-08-01 06:31:48','','Presentation of Food Pro & Agro Bangladesh Intl. Expo 2015','','inherit','open','open','','presentation-of-food-pro-agro-bangladesh-intl-expo-2015','','','2015-08-01 06:31:48','2015-08-01 06:31:48','',16,'http://cems-foodagro.com/wp-content/uploads/2015/05/Presentation-of-Food-Pro-Agro-Bangladesh-Intl.-Expo-2015.pdf',0,'attachment','application/pdf',0),(185,1,'2015-08-01 07:14:19','2015-08-01 07:14:19','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" height=\"279\" width=\"492\" allowfullscreen=\"\" frameborder=\"0\"></iframe></p>','Home','','inherit','open','open','','5-revision-v1','','','2015-08-01 07:14:19','2015-08-01 07:14:19','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(186,1,'2015-08-09 08:10:10','2015-08-09 08:10:10','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[logos]<a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Logo-TVS.png\"><img class=\"alignnone size-full wp-image-220\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Logo-TVS.png\" alt=\"Logo-TVS\" width=\"150\" height=\"28\" /></a><a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Haojue-logo.jpg\"><img class=\"alignnone size-full wp-image-183\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Haojue-logo.jpg\" alt=\"Haojue-logo\" width=\"150\" height=\"25\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Bajaj_Auto_Logo.jpg\"><img class=\"alignnone size-full wp-image-174\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Bajaj_Auto_Logo.jpg\" alt=\"Bajaj_Auto_Logo\" width=\"150\" height=\"34\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Italjet-logo.jpg\"><img class=\"alignnone size-full wp-image-177\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Italjet-logo.jpg\" alt=\"Italjet-logo\" width=\"100\" height=\"58\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/motrac-logo.jpg\"><img class=\"alignnone size-full wp-image-178\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/motrac-logo.jpg\" alt=\"motrac-logo\" width=\"150\" height=\"41\" /></a><a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/lifan.png\"><img class=\"alignnone size-full wp-image-223\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/lifan.png\" alt=\"lifan\" width=\"101\" height=\"102\" /></a><a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/logo.png\"><img class=\"alignnone size-full wp-image-225\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/logo.png\" alt=\"logo\" width=\"94\" height=\"111\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/SYM-logo.png\"><img class=\"alignnone size-full wp-image-227\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/SYM-logo.png\" alt=\"SYM-logo\" width=\"150\" height=\"58\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-09 08:10:10','2015-08-09 08:10:10','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(187,1,'2015-08-09 08:10:57','2015-08-09 08:10:57','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[big_header]Our Participants 2015[/big_header]\r\n[logos]<a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Logo-TVS.png\"><img class=\"alignnone size-full wp-image-220\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Logo-TVS.png\" alt=\"Logo-TVS\" width=\"150\" height=\"28\" /></a><a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Haojue-logo.jpg\"><img class=\"alignnone size-full wp-image-183\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Haojue-logo.jpg\" alt=\"Haojue-logo\" width=\"150\" height=\"25\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Bajaj_Auto_Logo.jpg\"><img class=\"alignnone size-full wp-image-174\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Bajaj_Auto_Logo.jpg\" alt=\"Bajaj_Auto_Logo\" width=\"150\" height=\"34\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Italjet-logo.jpg\"><img class=\"alignnone size-full wp-image-177\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Italjet-logo.jpg\" alt=\"Italjet-logo\" width=\"100\" height=\"58\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/motrac-logo.jpg\"><img class=\"alignnone size-full wp-image-178\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/motrac-logo.jpg\" alt=\"motrac-logo\" width=\"150\" height=\"41\" /></a><a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/lifan.png\"><img class=\"alignnone size-full wp-image-223\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/lifan.png\" alt=\"lifan\" width=\"101\" height=\"102\" /></a><a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/logo.png\"><img class=\"alignnone size-full wp-image-225\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/logo.png\" alt=\"logo\" width=\"94\" height=\"111\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/SYM-logo.png\"><img class=\"alignnone size-full wp-image-227\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/SYM-logo.png\" alt=\"SYM-logo\" width=\"150\" height=\"58\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-09 08:10:57','2015-08-09 08:10:57','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(188,1,'2015-08-09 08:13:51','2015-08-09 08:13:51','','p1-logo','','inherit','open','open','','p1-logo','','','2015-08-09 08:13:51','2015-08-09 08:13:51','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png',0,'attachment','image/png',0),(189,1,'2015-08-09 08:14:20','2015-08-09 08:14:20','','p2-logo','','inherit','open','open','','p2-logo','','','2015-08-09 08:14:20','2015-08-09 08:14:20','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png',0,'attachment','image/png',0),(190,1,'2015-08-09 08:14:40','2015-08-09 08:14:40','','p3-logo','','inherit','open','open','','p3-logo','','','2015-08-09 08:14:40','2015-08-09 08:14:40','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png',0,'attachment','image/png',0),(191,1,'2015-08-09 08:15:07','2015-08-09 08:15:07','','p4-logo','','inherit','open','open','','p4-logo','','','2015-08-09 08:15:07','2015-08-09 08:15:07','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png',0,'attachment','image/png',0),(192,1,'2015-08-09 08:15:18','2015-08-09 08:15:18','','p5-logo','','inherit','open','open','','p5-logo','','','2015-08-09 08:15:18','2015-08-09 08:15:18','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png',0,'attachment','image/png',0),(193,1,'2015-08-09 08:15:33','2015-08-09 08:15:33','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n[logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\"><img class=\"alignnone size-full wp-image-192\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\" alt=\"p5-logo\" width=\"200\" height=\"46\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-09 08:15:33','2015-08-09 08:15:33','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(194,1,'2015-08-09 08:29:46','2015-08-09 08:29:46','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\"><img class=\"alignnone size-full wp-image-192\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\" alt=\"p5-logo\" width=\"200\" height=\"46\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2015-08-09 08:29:46','2015-08-09 08:29:46','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(195,1,'2015-08-09 08:30:27','2015-08-09 08:30:27','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n[logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\"><img class=\"alignnone size-full wp-image-192\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\" alt=\"p5-logo\" width=\"200\" height=\"46\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-09 08:30:27','2015-08-09 08:30:27','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(196,1,'2015-08-09 08:33:22','2015-08-09 08:33:22','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\"><img class=\"alignnone size-full wp-image-192\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\" alt=\"p5-logo\" width=\"200\" height=\"46\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-09 08:33:22','2015-08-09 08:33:22','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(197,1,'2015-08-09 12:00:52','2015-08-09 12:00:52','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a> [/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-09 12:00:52','2015-08-09 12:00:52','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(198,1,'2015-08-10 05:18:09','2015-08-10 05:18:09','','sincos','','inherit','open','open','','sincos','','','2015-08-10 05:18:09','2015-08-10 05:18:09','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg',0,'attachment','image/jpeg',0),(199,1,'2015-08-10 05:18:33','2015-08-10 05:18:33','','market','','inherit','open','open','','market','','','2015-08-10 05:18:33','2015-08-10 05:18:33','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg',0,'attachment','image/jpeg',0),(200,1,'2015-08-10 05:19:05','2015-08-10 05:19:05','','sullar','','inherit','open','open','','sullar','','','2015-08-10 05:19:05','2015-08-10 05:19:05','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg',0,'attachment','image/jpeg',0),(201,1,'2015-08-10 05:19:29','2015-08-10 05:19:29','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a>\r\n[/logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2015-08-10 05:19:29','2015-08-10 05:19:29','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(202,1,'2015-08-10 05:20:42','2015-08-10 05:20:42','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-10 05:20:42','2015-08-10 05:20:42','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(203,1,'2015-08-11 11:10:11','2015-08-11 11:10:11','','Food-Agro','','inherit','open','open','','food-agro','','','2015-08-11 11:10:11','2015-08-11 11:10:11','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg',0,'attachment','image/jpeg',0),(204,1,'2015-08-11 11:10:56','2015-08-11 11:10:56','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\" wp-image-203 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"583\" height=\"214\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:10:56','2015-08-11 11:10:56','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(205,1,'2015-08-11 11:12:08','2015-08-11 11:12:08','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n<p style=\"text-align: right;\"><strong> <span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span></strong></p>\r\n\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:12:08','2015-08-11 11:12:08','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(206,1,'2015-08-11 11:13:26','2015-08-11 11:13:26','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 \" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\" alt=\"Food-Agro\" width=\"1058\" height=\"298\" /></a>\r\n\r\n \r\n<h3 style=\"text-align: right;\"><strong> <span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span></strong></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:13:26','2015-08-11 11:13:26','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(207,1,'2015-08-11 11:14:18','2015-08-11 11:14:18','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 \" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\" alt=\"Food-Agro\" width=\"810\" height=\"246\" /></a>\r\n\r\n \r\n \r\n<h3 style=\"text-align: right;\"><strong> <span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span></strong></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:14:18','2015-08-11 11:14:18','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(208,1,'2015-08-11 11:15:00','2015-08-11 11:15:00','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 \" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\" alt=\"Food-Agro\" width=\"833\" height=\"247\" /></a>\r\n\r\n \r\n<h3 style=\"text-align: right;\"><strong> <span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span></strong></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:15:00','2015-08-11 11:15:00','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(209,1,'2015-08-11 11:16:32','2015-08-11 11:16:32','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n<h3 style=\"text-align: right;\"><strong> <span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span></strong></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:16:32','2015-08-11 11:16:32','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(210,1,'2015-08-11 11:17:29','2015-08-11 11:17:29','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:17:29','2015-08-11 11:17:29','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(211,1,'2015-08-11 11:19:11','2015-08-11 11:19:11','','p6-logo','','inherit','open','open','','p6-logo','','','2015-08-11 11:19:11','2015-08-11 11:19:11','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png',0,'attachment','image/png',0),(212,1,'2015-08-11 11:19:15','2015-08-11 11:19:15','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png\"><img src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo-300x157.png\" alt=\"p6-logo\" width=\"300\" height=\"157\" class=\"alignnone size-medium wp-image-211\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:19:15','2015-08-11 11:19:15','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(213,1,'2015-08-11 11:20:07','2015-08-11 11:20:07','','p7-logo','','inherit','open','open','','p7-logo','','','2015-08-11 11:20:07','2015-08-11 11:20:07','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png',0,'attachment','image/png',0),(214,1,'2015-08-11 11:20:22','2015-08-11 11:20:22','','p8-logo','','inherit','open','open','','p8-logo','','','2015-08-11 11:20:22','2015-08-11 11:20:22','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png',0,'attachment','image/png',0),(215,1,'2015-08-11 11:20:32','2015-08-11 11:20:32','','p9-logo','','inherit','open','open','','p9-logo','','','2015-08-11 11:20:32','2015-08-11 11:20:32','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png',0,'attachment','image/png',0),(216,1,'2015-08-11 11:20:37','2015-08-11 11:20:37','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png\"><img src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo-300x157.png\" alt=\"p6-logo\" width=\"300\" height=\"157\" class=\"alignnone size-medium wp-image-211\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"300\" height=\"242\" class=\"alignnone size-medium wp-image-213\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"300\" height=\"249\" class=\"alignnone size-medium wp-image-214\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"186\" height=\"300\" class=\"alignnone size-medium wp-image-215\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:20:37','2015-08-11 11:20:37','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(217,1,'2015-08-11 11:21:45','2015-08-11 11:21:45','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png\"><img class=\"alignnone wp-image-211\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo-300x157.png\" alt=\"p6-logo\" width=\"269\" height=\"124\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"269\" height=\"202\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"287\" height=\"208\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"168\" height=\"225\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:21:45','2015-08-11 11:21:45','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(218,1,'2015-08-11 11:22:11','2015-08-11 11:22:11','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png\"><img class=\"alignnone wp-image-211\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo-300x157.png\" alt=\"p6-logo\" width=\"269\" height=\"124\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"233\" height=\"175\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"287\" height=\"208\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"168\" height=\"225\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:22:11','2015-08-11 11:22:11','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(219,1,'2015-08-11 11:23:26','2015-08-11 11:23:26','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n\r\n \r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n \r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png\"><img class=\"alignnone wp-image-211\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo-300x157.png\" alt=\"p6-logo\" width=\"269\" height=\"124\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"233\" height=\"175\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"287\" height=\"208\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"168\" height=\"225\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:23:26','2015-08-11 11:23:26','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(220,1,'2015-08-11 11:24:26','2015-08-11 11:24:26','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png\"><img class=\"alignnone wp-image-211\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo-300x157.png\" alt=\"p6-logo\" width=\"269\" height=\"124\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"233\" height=\"175\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"287\" height=\"208\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"168\" height=\"225\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:24:26','2015-08-11 11:24:26','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(221,1,'2015-08-11 11:26:07','2015-08-11 11:26:07','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png\"><img class=\"alignnone wp-image-211\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo-300x157.png\" alt=\"p6-logo\" width=\"219\" height=\"81\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:26:07','2015-08-11 11:26:07','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(222,1,'2015-08-11 11:27:40','2015-08-11 11:27:40','','p6-logo','','inherit','open','open','','p6-logo-2','','','2015-08-11 11:27:40','2015-08-11 11:27:40','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg',0,'attachment','image/jpeg',0),(223,1,'2015-08-11 11:27:48','2015-08-11 11:27:48','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:27:48','2015-08-11 11:27:48','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(225,1,'2015-08-16 08:02:42','2015-08-16 08:02:42','','Chaldal-new','','inherit','open','open','','chaldal-new','','','2015-08-16 08:02:42','2015-08-16 08:02:42','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Chaldal-new.png',0,'attachment','image/png',0),(226,1,'2015-08-16 08:03:02','2015-08-16 08:03:02','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n<p style=\"text-align: left;\"><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Chaldal-new.png\"><img class=\"alignnone wp-image-225\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Chaldal-new-300x96.png\" alt=\"Chaldal-new\" width=\"388\" height=\"103\" /></a></p>','Home','','inherit','open','open','','5-revision-v1','','','2015-08-16 08:03:02','2015-08-16 08:03:02','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(227,1,'2015-08-16 08:03:30','2015-08-16 08:03:30','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n<p style=\"text-align: left;\"><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Chaldal-new.png\"><img class=\" wp-image-225 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Chaldal-new-300x96.png\" alt=\"Chaldal-new\" width=\"388\" height=\"103\" /></a></p>','Home','','inherit','open','open','','5-revision-v1','','','2015-08-16 08:03:30','2015-08-16 08:03:30','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(228,1,'2015-08-17 07:25:11','2015-08-17 07:25:11','','Food & Agro- Partners','','inherit','open','open','','food-agro-partners','','','2015-08-17 07:25:11','2015-08-17 07:25:11','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-Partners.png',0,'attachment','image/png',0),(229,1,'2015-08-17 07:26:59','2015-08-17 07:26:59','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-Partners.png\"><img class=\" wp-image-228 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-Partners-1024x122.png\" alt=\"Food & Agro- Partners\" width=\"845\" height=\"103\" /></a></p>','Home','','inherit','open','open','','5-revision-v1','','','2015-08-17 07:26:59','2015-08-17 07:26:59','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(230,1,'2015-08-23 05:07:16','2015-08-23 05:07:16','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n<p class=\"placemenu\">\r\n<ul>\r\n<li>\r\n<a href=\"#\"></a>\r\n</li>\r\n<li>\r\n<a href=\"#\"></a>\r\n</li>\r\n<li>\r\n<a href=\"#\"></a>\r\n</li>\r\n<li>\r\n<a href=\"#\"></a>\r\n</li>\r\n<li>\r\n<a href=\"#\"></a>\r\n</li>\r\n</ul>\r\n</P>\r\n','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 05:07:16','2015-08-23 05:07:16','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(231,1,'2015-08-23 05:08:37','2015-08-23 05:08:37','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n<p class=\"placemenu\">\r\n<ul>\r\n<li>\r\n<a href=\"#\">jjj</a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jj</a>\r\n</li>\r\n<li>\r\n<a href=\"#\"></a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jj</a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jjj</a>\r\n</li>\r\n</ul>\r\n</P>\r\n','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 05:08:37','2015-08-23 05:08:37','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(232,1,'2015-08-23 05:09:38','2015-08-23 05:09:38','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n<li>\r\n<a href=\"#\">jjj</a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jj</a>\r\n</li>\r\n<li>\r\n<a href=\"#\"></a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jj</a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jjj</a>\r\n</li>\r\n</ul>\r\n\r\n','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 05:09:38','2015-08-23 05:09:38','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(233,1,'2015-08-23 05:19:57','2015-08-23 05:19:57','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n<li class=\"placemenu2\">\r\n<a href=\"#\">jjj</a>\r\n</li>\r\n<li class=\"placemenu3\">\r\n<a href=\"#\">jj</a>\r\n</li>\r\n<li class=\"placemenu4\">\r\n<a href=\"#\"></a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jj</a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jjj</a>\r\n</li>\r\n</ul>\r\n\r\n','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 05:19:57','2015-08-23 05:19:57','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(234,1,'2015-08-23 05:33:52','2015-08-23 05:33:52','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu2\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu4\"></li>\r\n <li><a href=\"#\">jj</a></li>\r\n <li><a href=\"#\">jjj</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 05:33:52','2015-08-23 05:33:52','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(235,1,'2015-08-23 05:41:21','2015-08-23 05:41:21','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 05:41:21','2015-08-23 05:41:21','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(236,1,'2015-08-23 06:03:35','2015-08-23 06:03:35','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"#\">jjj</a></li>\r\n\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 06:03:35','2015-08-23 06:03:35','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(237,1,'2015-08-23 06:19:52','2015-08-23 06:19:52','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\">chaldal</a></li>\r\n\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 06:19:52','2015-08-23 06:19:52','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(238,1,'2015-08-23 06:21:22','2015-08-23 06:21:22','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 06:21:22','2015-08-23 06:21:22','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(239,1,'2015-08-23 07:08:31','2015-08-23 07:08:31','','Food-Agro--BBoard-S---50\'--X--20\'','','inherit','open','open','','food-agro-bboard-s-50-x-20','','','2015-08-23 07:08:31','2015-08-23 07:08:31','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg',0,'attachment','image/jpeg',0),(240,1,'2015-08-23 07:09:35','2015-08-23 07:09:35','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"664\" height=\"269\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 07:09:35','2015-08-23 07:09:35','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(241,1,'2015-08-23 07:10:33','2015-08-23 07:10:33','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"849\" height=\"332\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 07:10:33','2015-08-23 07:10:33','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(242,1,'2015-08-23 07:11:26','2015-08-23 07:11:26','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 07:11:26','2015-08-23 07:11:26','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(244,1,'2015-08-29 04:54:47','2015-08-29 04:54:47','','Naogaon-trade-logo-01','','inherit','open','open','','naogaon-trade-logo-01','','','2015-08-29 04:54:47','2015-08-29 04:54:47','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png',0,'attachment','image/png',0),(246,1,'2015-08-29 04:55:36','2015-08-29 04:55:36','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\"><img class=\"alignnone wp-image-244\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\" alt=\"Naogaon-trade-logo-01\" width=\"137\" height=\"111\" /></a> [/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-29 04:55:36','2015-08-29 04:55:36','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(248,1,'2015-09-13 06:20:53','2015-09-13 06:20:53','','Logo_Sticker','','inherit','open','open','','logo_sticker','','','2015-09-13 06:20:53','2015-09-13 06:20:53','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg',0,'attachment','image/jpeg',0),(249,1,'2015-09-13 06:21:09','2015-09-13 06:21:09','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\"><img class=\"alignnone wp-image-244\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\" alt=\"Naogaon-trade-logo-01\" width=\"137\" height=\"111\" /></a> [/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"300\" height=\"161\" class=\"alignnone size-full wp-image-248\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-13 06:21:09','2015-09-13 06:21:09','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(250,1,'2015-09-13 06:21:57','2015-09-13 06:21:57','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\"><img class=\"alignnone wp-image-244\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\" alt=\"Naogaon-trade-logo-01\" width=\"137\" height=\"111\" /></a> [/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"228\" height=\"122\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-13 06:21:57','2015-09-13 06:21:57','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(251,1,'2015-09-13 06:22:54','2015-09-13 06:22:54','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\"><img class=\"alignnone wp-image-244\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\" alt=\"Naogaon-trade-logo-01\" width=\"137\" height=\"111\" /></a> [/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\nRadio Partner\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"228\" height=\"122\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-13 06:22:54','2015-09-13 06:22:54','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(252,1,'2015-09-13 06:23:34','2015-09-13 06:23:34','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\"><img class=\"alignnone wp-image-244\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\" alt=\"Naogaon-trade-logo-01\" width=\"137\" height=\"111\" /></a> [/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><em><strong>Radio Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"228\" height=\"122\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-13 06:23:34','2015-09-13 06:23:34','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(253,1,'2015-09-13 06:29:49','2015-09-13 06:29:49','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\"><img class=\"alignnone wp-image-244\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\" alt=\"Naogaon-trade-logo-01\" width=\"137\" height=\"111\" /></a> [/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><em><strong>Radio Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"161\" height=\"86\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-13 06:29:49','2015-09-13 06:29:49','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(254,1,'2015-09-16 04:21:39','2015-09-16 04:21:39','','KFK-Logo','','inherit','open','open','','kfk-logo','','','2015-09-16 04:21:39','2015-09-16 04:21:39','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/KFK-Logo.jpg',0,'attachment','image/jpeg',0),(255,1,'2015-09-16 04:21:56','2015-09-16 04:21:56','','Untitled-3','','inherit','open','open','','untitled-3','','','2015-09-16 04:21:56','2015-09-16 04:21:56','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Untitled-3.jpg',0,'attachment','image/jpeg',0),(256,1,'2015-09-16 04:22:24','2015-09-16 04:22:24','','Bellissimo-Final-logo','','inherit','open','open','','bellissimo-final-logo','','','2015-09-16 04:22:24','2015-09-16 04:22:24','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Bellissimo-Final-logo.jpg',0,'attachment','image/jpeg',0),(257,1,'2015-09-16 04:22:52','2015-09-16 04:22:52','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\"><img class=\"alignnone wp-image-244\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\" alt=\"Naogaon-trade-logo-01\" width=\"137\" height=\"111\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/KFK-Logo.jpg\"><img class=\"alignnone size-full wp-image-254\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/KFK-Logo.jpg\" alt=\"KFK-Logo\" width=\"200\" height=\"127\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Untitled-3.jpg\"><img class=\"alignnone wp-image-255\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Untitled-3.jpg\" alt=\"Untitled-3\" width=\"125\" height=\"150\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Bellissimo-Final-logo.jpg\"><img class=\"alignnone size-full wp-image-256\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Bellissimo-Final-logo.jpg\" alt=\"Bellissimo-Final-logo\" width=\"300\" height=\"118\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><em><strong>Radio Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"161\" height=\"86\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 04:22:52','2015-09-16 04:22:52','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(260,1,'2015-09-16 04:40:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:40:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=260',0,'ngg_gallery','',0),(261,1,'2015-09-16 04:40:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:40:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=261',0,'ngg_pictures','',0),(262,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=262',0,'ngg_pictures','',0),(263,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=263',0,'ngg_gallery','',0),(264,1,'2015-09-16 04:40:56','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:40:56','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=264',0,'ngg_pictures','',0),(266,1,'2015-09-16 04:41:27','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:27','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=266',0,'ngg_pictures','',0),(268,1,'2015-09-16 04:41:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=268',0,'ngg_pictures','',0),(270,1,'2015-09-16 04:41:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=270',0,'ngg_pictures','',0),(272,1,'2015-09-16 04:41:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=272',0,'ngg_pictures','',0),(274,1,'2015-09-16 04:41:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=274',0,'ngg_pictures','',0),(276,1,'2015-09-16 04:41:31','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:31','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=276',0,'ngg_pictures','',0),(278,1,'2015-09-16 04:41:31','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:31','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=278',0,'ngg_pictures','',0),(280,1,'2015-09-16 04:41:32','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:32','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=280',0,'ngg_pictures','',0),(281,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=281',0,'ngg_pictures','',0),(282,1,'2015-09-16 04:41:33','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:33','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=282',0,'ngg_pictures','',0),(284,1,'2015-09-16 04:41:34','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:34','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=284',0,'ngg_pictures','',0),(286,1,'2015-09-16 04:41:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=286',0,'ngg_pictures','',0),(288,1,'2015-09-16 04:41:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=288',0,'ngg_pictures','',0),(290,1,'2015-09-16 04:41:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=290',0,'ngg_pictures','',0),(292,1,'2015-09-16 04:41:50','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:50','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=292',0,'ngg_pictures','',0),(294,1,'2015-09-16 04:44:49','2015-09-16 04:44:49','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><em><strong>Radio Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"161\" height=\"86\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 04:44:49','2015-09-16 04:44:49','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(295,1,'2015-09-16 04:52:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:52:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=295',0,'ngg_pictures','',0),(297,1,'2015-09-16 04:53:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:53:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=297',0,'ngg_pictures','',0),(299,1,'2015-09-16 04:54:54','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:54:54','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=299',0,'ngg_pictures','',0),(300,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=300',0,'ngg_pictures','',0),(301,1,'2015-09-16 04:58:13','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:58:13','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=301',0,'ngg_pictures','',0),(302,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=302',0,'ngg_pictures','',0),(303,1,'2015-09-16 05:00:18','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:00:18','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=303',0,'ngg_pictures','',0),(305,1,'2015-09-16 05:02:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:02:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=305',0,'ngg_pictures','',0),(306,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=306',0,'ngg_pictures','',0),(307,1,'2015-09-16 05:04:32','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:04:32','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=307',0,'ngg_pictures','',0),(309,1,'2015-09-16 05:05:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:05:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=309',0,'ngg_pictures','',0),(310,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=310',0,'ngg_pictures','',0),(311,1,'2015-09-16 05:07:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:07:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=311',0,'ngg_pictures','',0),(313,1,'2015-09-16 05:07:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:07:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=313',0,'ngg_pictures','',0),(315,1,'2015-09-16 05:07:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:07:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=315',0,'ngg_pictures','',0),(316,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=316',0,'ngg_pictures','',0),(317,1,'2015-09-16 05:08:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:08:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=317',0,'ngg_pictures','',0),(319,1,'2015-09-16 05:09:15','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:09:15','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=319',0,'ngg_pictures','',0),(320,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=320',0,'ngg_pictures','',0),(321,1,'2015-09-16 05:10:21','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:10:21','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=321',0,'ngg_pictures','',0),(322,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=322',0,'ngg_pictures','',0),(323,1,'2015-09-16 05:12:02','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:12:02','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=323',0,'ngg_pictures','',0),(325,1,'2015-09-16 05:15:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:15:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=325',0,'ngg_pictures','',0),(326,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=326',0,'ngg_pictures','',0),(327,1,'2015-09-16 05:18:46','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:18:46','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=327',0,'ngg_pictures','',0),(328,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=328',0,'ngg_pictures','',0),(329,1,'2015-09-16 05:20:45','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:20:45','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=329',0,'ngg_pictures','',0),(330,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=330',0,'ngg_pictures','',0),(331,1,'2015-09-16 05:21:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:21:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=331',0,'ngg_pictures','',0),(332,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=332',0,'ngg_pictures','',0),(333,1,'2015-09-16 05:29:04','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:29:04','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=333',0,'ngg_pictures','',0),(334,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=334',0,'ngg_pictures','',0),(335,1,'2015-09-16 05:34:07','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:34:07','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=335',0,'ngg_pictures','',0),(336,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=336',0,'ngg_pictures','',0),(337,1,'2015-09-16 08:11:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 08:11:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=337',0,'ngg_pictures','',0),(338,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=338',0,'ngg_pictures','',0),(339,1,'2015-09-16 10:29:59','2015-09-16 10:29:59','','Food-&-Agro--Partners-02','','inherit','open','open','','food-agro-partners-02','','','2015-09-16 10:29:59','2015-09-16 10:29:59','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-Partners-02.png',0,'attachment','image/png',0),(340,1,'2015-09-16 10:36:37','2015-09-16 10:36:37','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><em><strong>Radio Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"161\" height=\"86\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 10:36:37','2015-09-16 10:36:37','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(341,1,'2015-09-16 10:36:49','2015-09-16 10:36:49','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\"></a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><em><strong>Radio Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"161\" height=\"86\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 10:36:49','2015-09-16 10:36:49','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(342,1,'2015-09-16 10:38:24','2015-09-16 10:38:24','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\"></a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"161\" height=\"86\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 10:38:24','2015-09-16 10:38:24','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(343,1,'2015-09-16 10:39:06','2015-09-16 10:39:06','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\"></a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 10:39:06','2015-09-16 10:39:06','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(344,1,'2015-09-16 10:42:12','2015-09-16 10:42:12','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"https://chaldal.com/\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\"></a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"\" target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 10:42:12','2015-09-16 10:42:12','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(345,1,'2015-09-16 11:00:59','2015-09-16 11:00:59','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"https://chaldal.com/\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:00:59','2015-09-16 11:00:59','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(346,1,'2015-09-16 11:03:11','2015-09-16 11:03:11','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"https://chaldal.com/\"target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\">ggg</li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:03:11','2015-09-16 11:03:11','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(347,1,'2015-09-16 11:03:50','2015-09-16 11:03:50','\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\">ggg</li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:03:50','2015-09-16 11:03:50','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(348,1,'2015-09-16 11:05:05','2015-09-16 11:05:05','\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:05:05','2015-09-16 11:05:05','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(349,1,'2015-09-16 11:06:16','2015-09-16 11:06:16','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"https://chaldal.com/\"target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\"target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:06:16','2015-09-16 11:06:16','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(350,1,'2015-09-16 11:07:03','2015-09-16 11:07:03','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:07:03','2015-09-16 11:07:03','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(351,1,'2015-09-16 11:07:51','2015-09-16 11:07:51','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"http://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:07:51','2015-09-16 11:07:51','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(352,1,'2015-09-16 11:10:19','2015-09-16 11:10:19','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"http://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:10:19','2015-09-16 11:10:19','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(353,1,'2015-09-16 11:15:50','2015-09-16 11:15:50','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:15:50','2015-09-16 11:15:50','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(354,1,'2015-09-16 11:17:30','2015-09-16 11:17:30','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:17:30','2015-09-16 11:17:30','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(355,1,'2015-09-17 06:07:40','2015-09-17 06:07:40','','Swad-Musthead','','inherit','open','open','','swad-musthead','','','2015-09-17 06:07:40','2015-09-17 06:07:40','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png',0,'attachment','image/png',0),(356,1,'2015-09-17 06:08:41','2015-09-17 06:08:41','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\">Magazine Partner\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-17 06:08:41','2015-09-17 06:08:41','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(357,1,'2015-09-17 06:09:30','2015-09-17 06:09:30','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-17 06:09:30','2015-09-17 06:09:30','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(358,1,'2015-09-17 08:58:31','2015-09-17 08:58:31','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-17 08:58:31','2015-09-17 08:58:31','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(359,1,'2015-09-17 09:10:15','2015-09-17 09:10:15','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-17 09:10:15','2015-09-17 09:10:15','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(360,1,'2015-09-17 09:15:53','2015-09-17 09:15:53','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-17 09:15:53','2015-09-17 09:15:53','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(361,1,'2015-09-17 09:49:27','2015-09-17 09:49:27','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"http://independent24.tv/\" target=\"_blank\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-17 09:49:27','2015-09-17 09:49:27','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(362,1,'2015-09-17 09:51:10','2015-09-17 09:51:10','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-17 09:51:10','2015-09-17 09:51:10','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(363,1,'2015-09-19 04:08:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-19 04:08:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=363',0,'ngg_pictures','',0),(364,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=364',0,'ngg_pictures','',0),(365,1,'2015-09-21 06:27:12','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:12','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=365',0,'ngg_pictures','',0),(366,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=366',0,'ngg_pictures','',0),(367,1,'2015-09-21 06:27:13','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:13','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=367',0,'ngg_pictures','',0),(368,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=368',0,'ngg_pictures','',0),(369,1,'2015-09-21 06:27:14','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:14','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=369',0,'ngg_pictures','',0),(370,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=370',0,'ngg_pictures','',0),(371,1,'2015-09-21 06:27:15','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:15','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=371',0,'ngg_pictures','',0),(372,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=372',0,'ngg_pictures','',0),(373,1,'2015-09-21 06:27:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=373',0,'ngg_pictures','',0),(374,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=374',0,'ngg_pictures','',0),(375,1,'2015-09-21 06:27:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=375',0,'ngg_pictures','',0),(376,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=376',0,'ngg_pictures','',0),(377,1,'2015-09-21 06:27:18','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:18','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=377',0,'ngg_pictures','',0),(378,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=378',0,'ngg_pictures','',0),(379,1,'2015-09-21 06:27:19','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:19','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=379',0,'ngg_pictures','',0),(380,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=380',0,'ngg_pictures','',0),(381,1,'2015-09-21 06:27:20','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:20','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=381',0,'ngg_pictures','',0),(382,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=382',0,'ngg_pictures','',0),(383,1,'2015-09-21 06:27:21','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:21','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=383',0,'ngg_pictures','',0),(384,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=384',0,'ngg_pictures','',0),(385,1,'2015-09-21 06:27:22','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:22','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=385',0,'ngg_pictures','',0),(386,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=386',0,'ngg_pictures','',0),(387,1,'2015-09-21 06:27:23','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:23','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=387',0,'ngg_pictures','',0),(388,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=388',0,'ngg_pictures','',0),(389,1,'2015-09-21 06:27:24','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:24','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=389',0,'ngg_pictures','',0),(390,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=390',0,'ngg_pictures','',0),(391,1,'2015-09-21 06:27:25','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:25','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=391',0,'ngg_pictures','',0),(393,1,'2015-09-21 06:27:26','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:26','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=393',0,'ngg_pictures','',0),(394,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=394',0,'ngg_pictures','',0),(395,1,'2015-09-21 06:27:27','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:27','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=395',0,'ngg_pictures','',0),(396,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=396',0,'ngg_pictures','',0),(397,1,'2015-09-22 09:23:17','2015-09-22 09:23:17','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\n\n<table>\n<tbody>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Official Name</span></strong><span style=\"color: #000000;\"> </span></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Government</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Geographical Location</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Area/Land</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Borders</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Seasons</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Climate</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Annual Rainfall</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Standard Time</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Population / Literacy</span></strong><span style=\"color: #000000;\"> </span></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Language</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Capital</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Administrative Units</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Major Cities</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Airports</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">International Airports</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sea Ports</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Places of tourist interest</span></strong><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span>\n\n<span style=\"color: #000000;\"> </span>\n\n<span style=\"color: #000000;\"> </span>\n\n<span style=\"color: #000000;\"> </span>\n\n<span style=\"color: #000000;\"> </span></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Banking hour</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Business Hours</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Currency</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Exchange Rate</span></strong><span style=\"color: #000000;\"> </span></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Religion</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sectoral share of GDP</span></strong><span style=\"color: #000000;\"> </span></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">GDP/rate of growth</span></strong><span style=\"color: #000000;\"> </span></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Per Capita GDP/GNI</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Industries</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Crops</span><span style=\"color: #000000;\"> </span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Annual Export / Import</span><span style=\"color: #000000;\"> </span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Exports</span><span style=\"color: #000000;\"> </span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Imports</span><span style=\"color: #000000;\"> </span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major trading partners</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span><span style=\"color: #000000;\"> </span></td>\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\n</tr>\n</tbody>\n</table>\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\n\n<ul style=\"text-align: justify;\">\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>\n<p style=\"text-align: justify;\"></p>','About Bangladesh','','inherit','open','open','','25-autosave-v1','','','2015-09-22 09:23:17','2015-09-22 09:23:17','',25,'http://cems-foodagro.com/25-autosave-v1/',0,'revision','',0),(398,1,'2015-09-21 06:51:29','2015-09-21 06:51:29','<em><span style=\"color: #000000;\"><strong>BANGLA<span style=\"color: #ff0000;\">DESH</span></strong></span></em>\r\n\r\n<span style=\"color: #000000;\"><a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><span style=\"color: #000000;\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<div align=\"center\">\r\n<table border=\"0\" width=\"698\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"351\"><span style=\"color: #000000;\"><b>Population</b>:</span></td>\r\n<td valign=\"top\" width=\"347\"><span style=\"color: #000000;\">138.4 million</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Urban Population</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">26%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Major Ethnic and Linguistic Groups</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Bengali – 98%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Religions</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Muslim – 83%</span>\r\n<span style=\"color: #000000;\"> Hindu – 16%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Population Growth Rate</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">2.06%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Life Expectancy</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">70.30 years</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Infant Mortality</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">66 per 1,000 live births</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Under Five Mortality</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">77 per 1,000 live births</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Maternal Mortality Rate</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">400 per 100,000 live births</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>GNP Per Capita</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">$370</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Percentage of Literate Adult Males</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">54%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Percentage of Literate Adult Females</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">32%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Percentage Population With Access\r\nTo Safe Drinking Water</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">97%</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<span style=\"color: #000000;\"> </span>\r\n<p align=\"center\"><span style=\"color: #000000;\">Economy at A Glance</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Bangladesh has an agrarian economy with 25% of GDP coming from the agriculture, forestry and fisheries sector. Major agricultural products are rice, jute, wheat, potato, pulse, tobacco, tea, sugarcane, and etc. The country is the largest exporter of jute and jute goods in the world. Readymade Garments occupy the topmost position among the exportable items. Tea, frozen shrimps, leather goods, fish and vegetables ceramic-ware flowers and handicrafts are also major exportable commodities.</span></p>\r\n\r\n<table border=\"0\" width=\"95%\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"><b>GDP at Current Price</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Tk. 3,004.85 billion US$ 51.897 billion</span>\r\n<span style=\"color: #000000;\"> Annual per Capita GDP US$ 389</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>GDP Growth (at FY ’96 Constant Price)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">5.33%</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Industrial Growth (at FY ’96 Constant Price)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">7.3%</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Inflation Rate</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">5.1%</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Investment Rate</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">23.2% of GDP</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>National Savings Rate</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">23.7% of GDP</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Exports (US $)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">US $ 6,548 million</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Imports (US $)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">US $ 8,699 million</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Industries</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Jute, tea, textiles, garments, paper, newsprint, fertilizer, leather and leather goods, sugar, cement, fish processing, pharmaceuticals, chemical industries, etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Exports</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Garments, raw jute, jute manufactures, jute products, tea, leather, leather products, frozen shrimps, other fish products, newsprint, paper, naphtha, furnace oil, urea, ceramic products etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Imports</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Wheat, oil, seeds, crude petroleum, raw cotton, edible oil, petroleum products, fertilizer, staple fibers, yarn, iron & steel, capital goods, etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Trading Partners</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">USA, EU Countries, India, China, Japan, South Korea, Australia, Malaysia, Hong Kong, Taiwan, Indonesia, Thailand, Saudi Arabia, UAE.</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 06:51:29','2015-09-21 06:51:29','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(399,1,'2015-09-21 10:31:12','2015-09-21 10:31:12','<em><span style=\"color: #000000;\"><strong>BANGLA<span style=\"color: #ff0000;\">DESH</span></strong></span></em>\r\n\r\n<span style=\"color: #000000;\"><a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><span style=\"color: #000000;\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></span></a></span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:31:12','2015-09-21 10:31:12','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(400,1,'2015-09-21 10:35:36','2015-09-21 10:35:36','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Government : Parliamentary form of government, headed by Prime Minister</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\' North</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Climate : Winter 11o C - 20o C (October - February)</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September).</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Standard Time : GMT +6 hours</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Population / Literacy : 145 million / 60%</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> English is widely understood and spoken.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq. km.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> safari park, Sitakund echo park at Chittagong, century old historical</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> green tea gargens of Sylhet, riverine life etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> and others 0.3%</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Information Technology : </strong>Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:35:36','2015-09-21 10:35:36','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(401,1,'2015-09-21 10:39:52','2015-09-21 10:39:52','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n \r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">Official Name : The People’s Republic of Bangladesh\r\n\r\nGovernment : Parliamentary form of government, headed by Prime Minister\r\n\r\nGeographical Location : Latitude between 20o34\' and 26o38\' North\r\n\r\nLongitude between 88o01\' and 92o41\' East\r\n\r\nArea/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n\r\nBorders : North - India (West Bengal & Meghalaya), West - India (West Bengal),\r\n\r\nEast - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.\r\n\r\nSeasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.\r\n\r\nClimate : Winter 11o C - 20o C (October - February)\r\n\r\nSummer 21o C - 38o C (March - September).\r\n\r\nAnnual Rainfall : Varies from 110 cm to 340 cm at different areas.\r\n\r\nStandard Time : GMT +6 hours\r\n\r\nPopulation / Literacy : 145 million / 60%\r\n\r\nLanguage : Bangla (National Language) spoken by 95%, other dialects 5%,\r\n\r\nEnglish is widely understood and spoken.\r\n\r\nCapital : Dhaka, Area 1416 sq. km.\r\n\r\nAdministrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319\r\n\r\nMajor Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc.\r\n\r\nAirports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.\r\n\r\nInternational Airports : Dhaka, Sylhet and Chittagong\r\n\r\nSea Ports : Chittagong and Mongla\r\n\r\nPlaces of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\n\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\n\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\n\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\n\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\n\r\ngreen tea gargens of Sylhet, riverine life etc.\r\n\r\nBanking hour : Sunday- Thursday (10:00 am – 4:00 pm)\r\n\r\nBusiness Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,\r\n\r\nFriday & Saturday closed. Some Private business houses work on Saturday.\r\n\r\nCurrency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.\r\n\r\nExchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00\r\n\r\nReligion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%\r\n\r\nand others 0.3%\r\n\r\nSectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.\r\n\r\nGDP/rate of growth : US$100 billion /6.12% (2013-14)\r\n\r\nPer Capita GDP/GNI : US$1,314 (2015)\r\n\r\nPrincipal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and\r\n\r\nElectronics, Medicine, Fishing.\r\n\r\nPrincipal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.\r\n\r\nAnnual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)\r\n\r\nMajor Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,\r\n\r\nLeather & Leather products, Tea, Ceramics, Textile products etc.\r\n\r\nMajor Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.\r\n\r\nMajor trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE\r\n\r\n<strong>Information Technology : </strong>Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of\r\n\r\npopulation)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population\r\n\r\n </td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:39:52','2015-09-21 10:39:52','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(402,1,'2015-09-21 10:42:36','2015-09-21 10:42:36','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:42:36','2015-09-21 10:42:36','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(403,1,'2015-09-21 10:53:30','2015-09-21 10:53:30','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">Official Name : The People’s Republic of Bangladesh\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Government : Parliamentary form of government, headed by Prime Minister\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Geographical Location : Latitude between 20o34\' and 26o38\' North\r\n\r\nLongitude between 88o01\' and 92o41\' East\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),\r\n\r\nEast - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Climate : Winter 11o C - 20o C (October - February)\r\n\r\nSummer 21o C - 38o C (March - September).\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Standard Time : GMT +6 hours\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Population / Literacy : 145 million / 60%\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,\r\n\r\nEnglish is widely understood and spoken.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Capital : Dhaka, Area 1416 sq. km</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">International Airports : Dhaka, Sylhet and Chittagong\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Sea Ports : Chittagong and Mongla\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\n\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\n\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\n\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\n\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\n\r\ngreen tea gargens of Sylhet, riverine life etc.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,\r\n\r\nFriday & Saturday closed. Some Private business houses work on Saturday</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%\r\n\r\nand others 0.3%\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">GDP/rate of growth : US$100 billion /6.12% (2013-14)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Per Capita GDP/GNI : US$1,314 (2015)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and\r\n\r\nElectronics, Medicine, Fishing.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,\r\n\r\nLeather & Leather products, Tea, Ceramics, Textile products etc</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><strong>Information Technology : </strong>Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population\r\n\r\n </td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:53:30','2015-09-21 10:53:30','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(404,1,'2015-09-21 10:54:47','2015-09-21 10:54:47','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Government : Parliamentary form of government, headed by PrimeMinister</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span><span style=\"color: #000000;\">East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Climate : Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Standard Time : GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Population / Literacy : 145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span><span style=\"color: #000000;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n\r\n<span style=\"color: #000000;\">safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n\r\n<span style=\"color: #000000;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n\r\n<span style=\"color: #000000;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n\r\n<span style=\"color: #000000;\">green tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span><span style=\"color: #000000;\">Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span><span style=\"color: #000000;\">and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span><span style=\"color: #000000;\">Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span><span style=\"color: #000000;\">Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\"><strong>Information Technology : </strong>Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:54:47','2015-09-21 10:54:47','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(405,1,'2015-09-21 10:57:25','2015-09-21 10:57:25','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Government : Parliamentary form of government, headed by PrimeMinister</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span><span style=\"color: #000000;\">East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Climate : Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Standard Time : GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Population / Literacy : 145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span><span style=\"color: #000000;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span><span style=\"color: #000000;\">safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n\r\n<span style=\"color: #000000;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n\r\n<span style=\"color: #000000;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n\r\n<span style=\"color: #000000;\">green tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span><span style=\"color: #000000;\">Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span><span style=\"color: #000000;\">and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span><span style=\"color: #000000;\">Electronics, Medicine, Fishing.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span><span style=\"color: #000000;\">Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\"><strong>Information Technology : </strong>Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:57:25','2015-09-21 10:57:25','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(406,1,'2015-09-21 10:59:36','2015-09-21 10:59:36','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table class=\"MsoTableGrid\" style=\"border-collapse: collapse; border: none;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Official Name : The People’s Republic of\r\nBangladesh</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Government : Parliamentary form of\r\ngovernment, headed by Prime Minister</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Geographical Location : Latitude between 20o34\' and 26o38\'\r\nNorth</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> Longitude\r\nbetween 88o01\' and 92o41\' East</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Area/Land : 147,570 sq. km. mostly\r\nalluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to\r\n370.40 km.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Borders : North - India (West\r\nBengal & Meghalaya), West - India (West Bengal),</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> East - India\r\n(Tripura & Assam) and Myanmar, South - Bay of Bengal.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Seasons : Summer, Monsoon,\r\nAutumn, Late Autumn, Winter & Spring.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Climate : Winter 11o C - 20o C\r\n(October - February)</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> Summer 21o C\r\n- 38o C (March - September).</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Annual Rainfall : Varies from 110 cm to 340\r\ncm at different areas.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Standard Time : GMT +6 hours</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Population / Literacy : 145 million / 60%</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Language : Bangla (National\r\nLanguage) spoken by 95%, other dialects 5%,</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> English is\r\nwidely understood and spoken.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\">Capital : Dhaka, Area 1416 sq.\r\nkm</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Administrative Units : Division:6; Zila:64; Thana:507;\r\nUnion:4484; Village:87319</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\">Major Cities : Dhaka, Chittagong,\r\nSylhet, Khulna, Rajshahi, Barisal, Rangpur etc</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Airports : Dhaka, Chittagong,\r\nSylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and\r\nBarisal.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">International Airports : Dhaka, Sylhet and Chittagong</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Sea Ports : Chittagong and Mongla</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 121.85pt;\">\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt; height: 121.85pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Places of tourist interest : Colourful\r\ntribal life of Hill Tracts, World\'s largest and longest sea beach</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">safari park, Sitakund echo park at Chittagong, century old historical</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">green tea gargens of Sylhet, riverine life etc.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Banking hour : Sunday- Thursday (10:00 am\r\n– 4:00 pm)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Business Hours : Government Office Hours :\r\n9.00 a.m. to 5.00 p.m. Sunday-Thursday,</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"> Friday &\r\nSaturday closed. Some Private business houses work on Saturday</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Currency : Taka, having 1000,\r\n500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Exchange Rate : Floating Exchange Rate : US$\r\n1 = Taka 68.00, Euro 1.00=Tk 93.00</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Religion : Muslims - 86.6%,\r\nHindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> and others\r\n0.3%</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Sectoral share of GDP : 21.91% Agriculture, 28.44%\r\nIndustry, 49.65% Service.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Per Capita GDP/GNI : US$1,314 (2015)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Principal Industries : Garments, Tea, Ceramics,\r\nCement, Leather, Jute, Textiles, Electric and</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> Electronics,\r\nMedicine, Fishing.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Principal Crops : Rice, Jute, Tea, Wheat,\r\nSugarcane, Pulses, Mustard, Potato, Vegetables.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Annual Export / Import : US$30.2 billion / US$ 34.08\r\nbillion (2013-2014)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Major Exports : Garments, Knitwear, Frozen\r\nFoods (Shrimps), Jute & Jute products,</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"> Leather &\r\nLeather products, Tea, Ceramics, Textile products etc</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Major Imports : Oil, edible oil, petroleum\r\nproduct, wheat, seeds, fertilizer, yarn etc.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Major trading partners : USA, EU countries, China, India, Pakistan,\r\nJapan, South Korea, Canada, Australia, Malaysia,\r\nHong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\"><strong><span style=\"font-size: 11.0pt;\">Information Technology : </span></strong><span style=\"font-size: 11.0pt;\">Country Domain: .bd ; Internet Penetration: 4.46\r\ncrores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015),\r\nMobile Penetration: 80% of the population</span>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:59:36','2015-09-21 10:59:36','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(407,1,'2015-09-21 11:00:46','2015-09-21 11:00:46','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n<div class=WordSection1>\r\n<table class=\"MsoTableGrid\" style=\"border-collapse: collapse; border: none;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Official Name : The People’s Republic of\r\nBangladesh</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Government : Parliamentary form of\r\ngovernment, headed by Prime Minister</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Geographical Location : Latitude between 20o34\' and 26o38\'\r\nNorth</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> Longitude\r\nbetween 88o01\' and 92o41\' East</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Area/Land : 147,570 sq. km. mostly\r\nalluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to\r\n370.40 km.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Borders : North - India (West\r\nBengal & Meghalaya), West - India (West Bengal),</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> East - India\r\n(Tripura & Assam) and Myanmar, South - Bay of Bengal.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Seasons : Summer, Monsoon,\r\nAutumn, Late Autumn, Winter & Spring.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Climate : Winter 11o C - 20o C\r\n(October - February)</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> Summer 21o C\r\n- 38o C (March - September).</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Annual Rainfall : Varies from 110 cm to 340\r\ncm at different areas.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Standard Time : GMT +6 hours</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Population / Literacy : 145 million / 60%</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Language : Bangla (National\r\nLanguage) spoken by 95%, other dialects 5%,</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> English is\r\nwidely understood and spoken.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\">Capital : Dhaka, Area 1416 sq.\r\nkm</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Administrative Units : Division:6; Zila:64; Thana:507;\r\nUnion:4484; Village:87319</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\">Major Cities : Dhaka, Chittagong,\r\nSylhet, Khulna, Rajshahi, Barisal, Rangpur etc</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Airports : Dhaka, Chittagong,\r\nSylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and\r\nBarisal.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">International Airports : Dhaka, Sylhet and Chittagong</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Sea Ports : Chittagong and Mongla</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 121.85pt;\">\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt; height: 121.85pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Places of tourist interest : Colourful\r\ntribal life of Hill Tracts, World\'s largest and longest sea beach</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">safari park, Sitakund echo park at Chittagong, century old historical</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">green tea gargens of Sylhet, riverine life etc.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Banking hour : Sunday- Thursday (10:00 am\r\n– 4:00 pm)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Business Hours : Government Office Hours :\r\n9.00 a.m. to 5.00 p.m. Sunday-Thursday,</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"> Friday &\r\nSaturday closed. Some Private business houses work on Saturday</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Currency : Taka, having 1000,\r\n500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Exchange Rate : Floating Exchange Rate : US$\r\n1 = Taka 68.00, Euro 1.00=Tk 93.00</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Religion : Muslims - 86.6%,\r\nHindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> and others\r\n0.3%</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Sectoral share of GDP : 21.91% Agriculture, 28.44%\r\nIndustry, 49.65% Service.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Per Capita GDP/GNI : US$1,314 (2015)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Principal Industries : Garments, Tea, Ceramics,\r\nCement, Leather, Jute, Textiles, Electric and</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> Electronics,\r\nMedicine, Fishing.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Principal Crops : Rice, Jute, Tea, Wheat,\r\nSugarcane, Pulses, Mustard, Potato, Vegetables.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Annual Export / Import : US$30.2 billion / US$ 34.08\r\nbillion (2013-2014)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Major Exports : Garments, Knitwear, Frozen\r\nFoods (Shrimps), Jute & Jute products,</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"> Leather &\r\nLeather products, Tea, Ceramics, Textile products etc</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Major Imports : Oil, edible oil, petroleum\r\nproduct, wheat, seeds, fertilizer, yarn etc.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Major trading partners : USA, EU countries, China, India, Pakistan,\r\nJapan, South Korea, Canada, Australia, Malaysia,\r\nHong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\"><strong><span style=\"font-size: 11.0pt;\">Information Technology : </span></strong><span style=\"font-size: 11.0pt;\">Country Domain: .bd ; Internet Penetration: 4.46\r\ncrores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015),\r\nMobile Penetration: 80% of the population</span>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=MsoNormal> </p>\r\n\r\n</div>\r\n\r\n','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:00:46','2015-09-21 11:00:46','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(408,1,'2015-09-21 11:01:40','2015-09-21 11:01:40','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<div class=\"WordSection1\">\r\n<table class=\"MsoTableGrid\" style=\"border-collapse: collapse;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 6.65in; border: 1pt solid windowtext; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Government : Parliamentary form of government, headed by Prime Minister</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\'</span>\r\n<span style=\"color: #000000;\"> North</span></p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\"> Longitude</span>\r\n<span style=\"color: #000000;\"> between 88o01\' and 92o41\' East</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly</span>\r\n<span style=\"color: #000000;\"> alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to</span>\r\n<span style=\"color: #000000;\"> 370.40 km.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Borders : North - India (West</span>\r\n<span style=\"color: #000000;\"> Bengal & Meghalaya), West - India (West Bengal),</span></p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\"> East - India</span>\r\n<span style=\"color: #000000;\"> (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Seasons : Summer, Monsoon,</span>\r\n<span style=\"color: #000000;\"> Autumn, Late Autumn, Winter & Spring.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Climate : Winter 11o C - 20o C</span>\r\n<span style=\"color: #000000;\"> (October - February)</span></p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\"> Summer 21o C</span>\r\n<span style=\"color: #000000;\"> - 38o C (March - September).</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Annual Rainfall : Varies from 110 cm to 340</span>\r\n<span style=\"color: #000000;\"> cm at different areas.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Standard Time : GMT +6 hours</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Population / Literacy : 145 million / 60%</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Language : Bangla (National</span>\r\n<span style=\"color: #000000;\"> Language) spoken by 95%, other dialects 5%,</span></p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\"> English is</span>\r\n<span style=\"color: #000000;\"> widely understood and spoken.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq.</span>\r\n<span style=\"color: #000000;\"> km</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507;</span>\r\n<span style=\"color: #000000;\"> Union:4484; Village:87319</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong,</span>\r\n<span style=\"color: #000000;\"> Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Airports : Dhaka, Chittagong,</span>\r\n<span style=\"color: #000000;\"> Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and</span>\r\n<span style=\"color: #000000;\"> Barisal.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 121.85pt;\">\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt; height: 121.85pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Places of tourist interest : Colourful</span>\r\n<span style=\"color: #000000;\"> tribal life of Hill Tracts, World\'s largest and longest sea beach</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">safari park, Sitakund echo park at Chittagong, century old historical</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">green tea gargens of Sylhet, riverine life etc.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am</span>\r\n<span style=\"color: #000000;\"> – 4:00 pm)</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Business Hours : Government Office Hours :</span>\r\n<span style=\"color: #000000;\"> 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> Friday &</span>\r\n<span style=\"color: #000000;\"> Saturday closed. Some Private business houses work on Saturday</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Currency : Taka, having 1000,</span>\r\n<span style=\"color: #000000;\"> 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$</span>\r\n<span style=\"color: #000000;\"> 1 = Taka 68.00, Euro 1.00=Tk 93.00</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Religion : Muslims - 86.6%,</span>\r\n<span style=\"color: #000000;\"> Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span></p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\"> and others</span>\r\n<span style=\"color: #000000;\"> 0.3%</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44%</span>\r\n<span style=\"color: #000000;\"> Industry, 49.65% Service.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics,</span>\r\n<span style=\"color: #000000;\"> Cement, Leather, Jute, Textiles, Electric and</span></p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\"> Electronics,</span>\r\n<span style=\"color: #000000;\"> Medicine, Fishing.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat,</span>\r\n<span style=\"color: #000000;\"> Sugarcane, Pulses, Mustard, Potato, Vegetables.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08</span>\r\n<span style=\"color: #000000;\"> billion (2013-2014)</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen</span>\r\n<span style=\"color: #000000;\"> Foods (Shrimps), Jute & Jute products,</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> Leather &</span>\r\n<span style=\"color: #000000;\"> Leather products, Tea, Ceramics, Textile products etc</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum</span>\r\n<span style=\"color: #000000;\"> product, wheat, seeds, fertilizer, yarn etc.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan,</span>\r\n<span style=\"color: #000000;\"> Japan, South Korea, Canada, Australia, Malaysia,</span>\r\n<span style=\"color: #000000;\"> Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\"><span style=\"color: #000000;\"><strong><span style=\"font-size: 11pt;\">Information Technology : </span></strong><span style=\"font-size: 11pt;\">Country Domain: .bd ; Internet Penetration: 4.46\r\ncrores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015),\r\nMobile Penetration: 80% of the population</span></span>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"MsoNormal\"><span style=\"color: #000000;\"> </span></p>\r\n\r\n</div>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:01:40','2015-09-21 11:01:40','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(409,1,'2015-09-21 11:02:49','2015-09-21 11:02:49','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">Official Name : The People’s Republic of Bangladesh\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Government : Parliamentary form of government, headed by Prime Minister\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Geographical Location : Latitude between 20o34\' and 26o38\' North\r\n\r\nLongitude between 88o01\' and 92o41\' East\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),\r\n\r\nEast - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Climate : Winter 11o C - 20o C (October - February)\r\n\r\nSummer 21o C - 38o C (March - September).\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Standard Time : GMT +6 hours\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Population / Literacy : 145 million / 60%\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,\r\n\r\nEnglish is widely understood and spoken.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Capital : Dhaka, Area 1416 sq. km</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">International Airports : Dhaka, Sylhet and Chittagong\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Sea Ports : Chittagong and Mongla\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\n\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\n\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\n\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\n\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\n\r\ngreen tea gargens of Sylhet, riverine life etc.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,\r\n\r\nFriday & Saturday closed. Some Private business houses work on Saturday</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%\r\n\r\nand others 0.3%\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">GDP/rate of growth : US$100 billion /6.12% (2013-14)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Per Capita GDP/GNI : US$1,314 (2015)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and\r\n\r\nElectronics, Medicine, Fishing.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,\r\n\r\nLeather & Leather products, Tea, Ceramics, Textile products etc</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><strong>Information Technology : </strong>Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population\r\n\r\n </td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:02:49','2015-09-21 11:02:49','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(410,1,'2015-09-21 11:04:04','2015-09-21 11:04:04','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table style=\"height: 3657px;\" width=\"809\">\r\n<tbody>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span> </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Government : Parliamentary form of government, headed by Prime Minister</span> </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span> </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span><span style=\"color: #000000;\">East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring. </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Climate : Winter 11o C - 20o C (October - February)Summer 21o C - 38o C (March - September).\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas. </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Standard Time : GMT +6 hours </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Population / Literacy : 145 million / 60% </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,English is widely understood and spoken.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Capital : Dhaka, Area 1416 sq. km</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319 </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal. </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">International Airports : Dhaka, Sylhet and Chittagong </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Sea Ports : Chittagong and Mongla </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beachat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\n\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\n\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\n\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\n\r\ngreen tea gargens of Sylhet, riverine life etc.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm) </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins. </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00 </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%and others 0.3%\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service. </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">GDP/rate of growth : US$100 billion /6.12% (2013-14) </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Per Capita GDP/GNI : US$1,314 (2015) </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric andElectronics, Medicine, Fishing.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables. </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014) </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc. </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><strong>Information Technology : </strong>Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population </td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:04:04','2015-09-21 11:04:04','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(411,1,'2015-09-21 11:05:02','2015-09-21 11:05:02','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">Government : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\">Climate : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\">Standard Time : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\">Population / Literacy : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span>\r\n<span style=\"color: #000000;\"> at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n<span style=\"color: #000000;\"> safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n<span style=\"color: #000000;\"> sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n<span style=\"color: #000000;\"> home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n<span style=\"color: #000000;\"> green tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:05:02','2015-09-21 11:05:02','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(412,1,'2015-09-21 11:05:32','2015-09-21 11:05:32','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">Government : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\">Climate : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\">Standard Time : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\">Population / Literacy : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span>\r\n<span style=\"color: #000000;\"> at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n<span style=\"color: #000000;\"> safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n<span style=\"color: #000000;\"> sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n<span style=\"color: #000000;\"> home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n<span style=\"color: #000000;\"> green tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:05:32','2015-09-21 11:05:32','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(413,1,'2015-09-21 11:06:29','2015-09-21 11:06:29','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">Government : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span>\r\n\r\n<span style=\"color: #000000;\"> Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\">Climate : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\">Standard Time : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\">Population / Literacy : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span>\r\n<span style=\"color: #000000;\"> at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n<span style=\"color: #000000;\"> safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n<span style=\"color: #000000;\"> sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n<span style=\"color: #000000;\"> home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n<span style=\"color: #000000;\"> green tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:06:29','2015-09-21 11:06:29','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(414,1,'2015-09-21 11:07:53','2015-09-21 11:07:53','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span>\r\n\r\n<span style=\"color: #000000;\"> Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span>\r\n<span style=\"color: #000000;\"> at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n<span style=\"color: #000000;\"> safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n<span style=\"color: #000000;\"> sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n<span style=\"color: #000000;\"> home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n<span style=\"color: #000000;\"> green tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:07:53','2015-09-21 11:07:53','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(415,1,'2015-09-21 11:09:48','2015-09-21 11:09:48','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span>\r\n\r\n<span style=\"color: #000000;\"> Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest </strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span>\r\n<span style=\"color: #000000;\"> at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n<span style=\"color: #000000;\"> safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n<span style=\"color: #000000;\"> sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n<span style=\"color: #000000;\"> home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n<span style=\"color: #000000;\"> green tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:09:48','2015-09-21 11:09:48','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(416,1,'2015-09-21 11:13:30','2015-09-21 11:13:30','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span>\r\n\r\n<span style=\"color: #000000;\"> Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:13:30','2015-09-21 11:13:30','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(417,1,'2015-09-21 11:14:02','2015-09-21 11:14:02','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span>\r\n\r\n<span style=\"color: #000000;\"> Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:14:02','2015-09-21 11:14:02','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(418,1,'2015-09-21 11:15:04','2015-09-21 11:15:04','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. \r\n Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:15:04','2015-09-21 11:15:04','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(419,1,'2015-09-21 11:15:35','2015-09-21 11:15:35','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. \r\n Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:15:35','2015-09-21 11:15:35','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(420,1,'2015-09-21 11:15:59','2015-09-21 11:15:59','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:15:59','2015-09-21 11:15:59','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(421,1,'2015-09-21 11:17:13','2015-09-21 11:17:13','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:17:13','2015-09-21 11:17:13','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(422,1,'2015-09-21 11:18:58','2015-09-21 11:18:58','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km.</span>\r\n\r\n<span style=\"color: #000000;\">Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:18:58','2015-09-21 11:18:58','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(423,1,'2015-09-21 11:19:55','2015-09-21 11:19:55','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:19:55','2015-09-21 11:19:55','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(424,1,'2015-09-21 11:20:16','2015-09-21 11:20:16','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:20:16','2015-09-21 11:20:16','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(425,1,'2015-09-21 11:20:40','2015-09-21 11:20:40','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:20:40','2015-09-21 11:20:40','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(426,1,'2015-09-21 11:20:58','2015-09-21 11:20:58','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:20:58','2015-09-21 11:20:58','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(427,1,'2015-09-21 11:21:37','2015-09-21 11:21:37','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:21:37','2015-09-21 11:21:37','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(428,1,'2015-09-21 11:23:36','2015-09-21 11:23:36','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:23:36','2015-09-21 11:23:36','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(429,1,'2015-09-21 11:25:57','2015-09-21 11:25:57','<span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:25:57','2015-09-21 11:25:57','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(430,1,'2015-09-21 11:40:57','2015-09-21 11:40:57','<span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n\r\n \r\n<table style=\"height: 4195px;\" width=\"777\">\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Government</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Geographical Location</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span>\r\n\r\n<span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Area/Land</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span>\r\n\r\n<span style=\"color: #000000;\">Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Borders</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n\r\n<span style=\"color: #000000;\">East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Seasons</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Climate</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span>\r\n\r\n<span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Annual Rainfall</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Standard Time</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Population / Literacy</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Language</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n\r\n<span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Capital</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Administrative Units</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Major Cities</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span>\r\n\r\n<span style=\"color: #000000;\">Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">International Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sea Ports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Places of tourist interest</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span>\r\n\r\n<span style=\"color: #000000;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n\r\n<span style=\"color: #000000;\">safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n\r\n<span style=\"color: #000000;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n\r\n<span style=\"color: #000000;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n\r\n<span style=\"color: #000000;\">green tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Banking hour</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Business Hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n\r\n<span style=\"color: #000000;\">Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Currency</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Exchange Rate</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Religion</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sectoral share of GDP</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">GDP/rate of growth</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Per Capita GDP/GNI</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n\r\n<span style=\"color: #000000;\">Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n\r\n<span style=\"color: #000000;\">Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,</span>\r\n\r\n<span style=\"color: #000000;\">Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<em><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></em>\r\n<ul>\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:40:57','2015-09-21 11:40:57','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(431,1,'2015-09-21 11:44:04','2015-09-21 11:44:04','<span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n\r\n \r\n<table style=\"height: 4195px;\" width=\"777\">\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Government</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Geographical Location</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Area/Land</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span><span style=\"color: #000000;\">Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Borders</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),</span><span style=\"color: #000000;\">East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Seasons</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Climate</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Annual Rainfall</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Standard Time</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Population / Literacy</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Language</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Capital</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Administrative Units</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Major Cities</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Airports</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">International Airports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sea Ports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Places of tourist interest</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span><span style=\"color: #000000;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n<span style=\"color: #000000;\">safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n<span style=\"color: #000000;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n<span style=\"color: #000000;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n<span style=\"color: #000000;\">green tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Banking hour</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Business Hours</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span><span style=\"color: #000000;\">Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Currency</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Exchange Rate</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Religion</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sectoral share of GDP</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">GDP/rate of growth</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Per Capita GDP/GNI</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span><span style=\"color: #000000;\">Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span><span style=\"color: #000000;\">Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,</span><span style=\"color: #000000;\">Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<em><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></em>\r\n<ul>\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:44:04','2015-09-21 11:44:04','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(432,1,'2015-09-21 11:45:25','2015-09-21 11:45:25','<span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n\r\n \r\n<table style=\"height: 4195px;\" width=\"777\">\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Government</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Geographical Location</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Area/Land</span><span style=\"color: #000000;\"> </span>\r\n</td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span><span style=\"color: #000000;\">Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Borders</span>\r\n</td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),</span><span style=\"color: #000000;\">East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Seasons</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Climate</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Annual Rainfall</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Standard Time</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Population / Literacy</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Language</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Capital</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Administrative Units</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Major Cities</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Airports</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">International Airports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sea Ports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Places of tourist interest</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span><span style=\"color: #000000;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n<span style=\"color: #000000;\">safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n<span style=\"color: #000000;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n<span style=\"color: #000000;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n<span style=\"color: #000000;\">green tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Banking hour</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Business Hours</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span><span style=\"color: #000000;\">Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Currency</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Exchange Rate</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Religion</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sectoral share of GDP</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">GDP/rate of growth</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Per Capita GDP/GNI</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span><span style=\"color: #000000;\">Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span><span style=\"color: #000000;\">Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,</span><span style=\"color: #000000;\">Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<em><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></em>\r\n<ul>\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:45:25','2015-09-21 11:45:25','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(433,1,'2015-09-21 11:48:05','2015-09-21 11:48:05','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Government</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Geographical Location</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span>\r\n\r\n<span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Area/Land</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Borders</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Seasons</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Climate</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span>\r\n\r\n<span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Annual Rainfall</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Standard Time</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Population / Literacy</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Language</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n\r\n<span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Capital</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Administrative Units</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Major Cities</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span>\r\n\r\n<span style=\"color: #000000;\">Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">International Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sea Ports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Places of tourist interest</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beachat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajrasafari park, Sitakund echo park at Chittagong, century old historicalsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash green tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Banking hour</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Business Hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Currency</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Exchange Rate</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Religion</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sectoral share of GDP</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">GDP/rate of growth</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Per Capita GDP/GNI</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,</span>\r\n\r\n<span style=\"color: #000000;\">Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:48:05','2015-09-21 11:48:05','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(434,1,'2015-09-21 11:49:13','2015-09-21 11:49:13','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Government</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Geographical Location</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span>\r\n\r\n<span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Area/Land</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Borders</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Seasons</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Climate</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span>\r\n\r\n<span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Annual Rainfall</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Standard Time</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Population / Literacy</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">145 million / 60%</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Language</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n\r\n<span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Capital</span><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span><span style=\"color: #000000;\">Administrative Units</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Major Cities</span><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span><span style=\"color: #000000;\">Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span>\r\n\r\n<span style=\"color: #000000;\">Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">International Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Sea Ports</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Places of tourist interest</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beachat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajrasafari park, Sitakund echo park at Chittagong, century old historicalsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash green tea gargens of Sylhet, riverine life etc.</span><span style=\"color: #000000;\">Banking hour</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Business Hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span><span style=\"color: #000000;\">Currency</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Exchange Rate</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Religion</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Sectoral share of GDP</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">GDP/rate of growth</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Per Capita GDP/GNI</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">US$1,314 (2015)</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Principal Industries</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Principal Crops</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Annual Export / Import</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Major Exports</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span><span style=\"color: #000000;\">Major Imports</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Major trading partners</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,</span>\r\n\r\n<span style=\"color: #000000;\">Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"><strong>Information Technology </strong></span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:49:13','2015-09-21 11:49:13','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(435,1,'2015-09-21 11:51:54','2015-09-21 11:51:54','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Government</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Geographical Location</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span>\r\n\r\n<span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Area/Land</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Borders</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Seasons</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Climate</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span>\r\n\r\n<span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Annual Rainfall</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Standard Time</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Population / Literacy</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Language</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n\r\n<span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Capital</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Administrative Units</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Major Cities</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span>\r\n\r\n<span style=\"color: #000000;\">Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">International Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sea Ports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"> \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<span style=\"color: #000000;\">Places of tourist interest</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Banking hour</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Business Hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Currency</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Exchange Rate</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Religion</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sectoral share of GDP</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">GDP/rate of growth</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Per Capita GDP/GNI</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:51:54','2015-09-21 11:51:54','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(436,1,'2015-09-21 11:52:43','2015-09-21 11:52:43','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Government</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Geographical Location</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Area/Land</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Borders</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Seasons</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Climate</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Annual Rainfall</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Standard Time</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Population / Literacy</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Language</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Capital</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Administrative Units</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Major Cities</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Airports</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">International Airports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sea Ports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Places of tourist interest</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Banking hour</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Business Hours</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Currency</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Exchange Rate</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Religion</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sectoral share of GDP</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">GDP/rate of growth</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Per Capita GDP/GNI</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:52:43','2015-09-21 11:52:43','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(437,1,'2015-09-21 11:53:10','2015-09-21 11:53:10','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Government</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Geographical Location</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Area/Land</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Borders</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Seasons</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Climate</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Annual Rainfall</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Standard Time</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Population / Literacy</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Language</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Capital</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Administrative Units</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Major Cities</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Airports</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">International Airports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sea Ports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"> \r\n\r\n<span style=\"color: #000000;\">Places of tourist interest</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Banking hour</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Business Hours</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Currency</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Exchange Rate</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Religion</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sectoral share of GDP</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">GDP/rate of growth</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Per Capita GDP/GNI</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:53:10','2015-09-21 11:53:10','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(438,1,'2015-09-21 11:54:37','2015-09-21 11:54:37','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Official Name</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Government</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Geographical Location</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Area/Land</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Borders</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Seasons</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Climate</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Annual Rainfall</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Standard Time</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Population / Literacy</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Language</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Capital</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Administrative Units</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Major Cities</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Airports</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">International Airports</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sea Ports</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Places of tourist interest</span></strong>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Banking hour</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Business Hours</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Currency</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Exchange Rate</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Religion</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sectoral share of GDP</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">GDP/rate of growth</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Per Capita GDP/GNI</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:54:37','2015-09-21 11:54:37','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(439,1,'2015-09-21 11:55:46','2015-09-21 11:55:46','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Official Name</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Government</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Geographical Location</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Area/Land</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Borders</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Seasons</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Climate</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Annual Rainfall</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Standard Time</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Population / Literacy</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Language</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Capital</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Administrative Units</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Major Cities</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Airports</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">International Airports</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sea Ports</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Places of tourist interest</span></strong><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Banking hour</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Business Hours</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Currency</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Exchange Rate</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Religion</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sectoral share of GDP</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">GDP/rate of growth</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Per Capita GDP/GNI</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Industries</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Crops</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Annual Export / Import</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Exports</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Imports</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major trading partners</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:55:46','2015-09-21 11:55:46','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(440,1,'2015-09-21 12:31:41','2015-09-21 12:31:41','','CEMS-Global Expo Form','','inherit','open','open','','cems-global-expo-form','','','2015-09-21 12:31:41','2015-09-21 12:31:41','',47,'http://cems-foodagro.com/wp-content/uploads/2015/05/CEMS-Global-Expo-Form.pdf',0,'attachment','application/pdf',0),(441,1,'2015-09-21 12:31:54','2015-09-21 12:31:54','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/CEMS-Global-Expo-Form.pdf\">CEMS-Global Expo Applic Form</a>','Expo Application Form','','inherit','open','open','','47-autosave-v1','','','2015-09-21 12:31:54','2015-09-21 12:31:54','',47,'http://cems-foodagro.com/47-autosave-v1/',0,'revision','',0),(442,1,'2015-09-21 12:32:02','2015-09-21 12:32:02','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/CEMS-Global-Expo-Form.pdf\">Expo Application Form</a>','Expo Application Form','','inherit','open','open','','47-revision-v1','','','2015-09-21 12:32:02','2015-09-21 12:32:02','',47,'http://cems-foodagro.com/47-revision-v1/',0,'revision','',0),(443,1,'2015-09-21 12:33:42','2015-09-21 12:33:42','<h3><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/CEMS-Global-Expo-Form.pdf\" target=\"_blank\">Expo Application Form</a></h3>','Expo Application Form','','inherit','open','open','','47-revision-v1','','','2015-09-21 12:33:42','2015-09-21 12:33:42','',47,'http://cems-foodagro.com/47-revision-v1/',0,'revision','',0),(444,1,'2015-09-22 05:02:36','2015-09-22 05:02:36','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/dzKkDFZ29Pc\" frameborder=\"0\" allowfullscreen></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-22 05:02:36','2015-09-22 05:02:36','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(445,1,'2015-09-22 06:49:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-22 06:49:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=445',0,'ngg_pictures','',0),(446,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=446',0,'ngg_pictures','',0),(447,1,'2015-09-22 10:44:55','2015-09-22 10:44:55','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\"><em><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO-2015’</strong></em> </span>will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Food Technologist, Owners from the below industries,</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Association/Bakeries/Bakery & Confectionery Manufacturers/Catering Management/Chefs/Clubs and Resorts/Common public/Convenience Retailers/Food Catering/Food marts/Food Manufacturers/Food Technologists/Foodservice Equipment/High rank officers from government sector etc/Hotel & Resort Management/Hotel Supplies Dealers/Convenience Retailers Hypermarkets/Decision and policy makers of the industry/Departmental Stores/Departmental Stores Managers/Dieticians/Electronic and print media/Exporter/F & B Importers & Distributors/Fast Food Chains/Fast Food Outlets/Food Beverage services providers/Financial Company/Hypermarkets/Importers, Distributors, Wholesalers and Retailers/Leisure & Entertainment Staff/Manufacturer/Merchants/Nutritionists/Packaging and Distribution Centers/Policy makers/Restaurant Management/Sales and marketing department of the food industry/Grocery and Convenience Stores/Supply Chain Distributors/Airline etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em> </em></span></p>','Profile of Visitors','','inherit','open','open','','41-revision-v1','','','2015-09-22 10:44:55','2015-09-22 10:44:55','',41,'http://cems-foodagro.com/41-revision-v1/',0,'revision','',0),(449,1,'2015-10-01 10:02:53','2015-10-01 10:02:53','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 – 753</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 2410 5201 ~ 4 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate Office for China :</span></i></b></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\"><img class=\"alignnone size-full wp-image-60\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\" alt=\"cems china\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>CEMS China Co., Ltd.</b></span>\r\n<span style=\"color: #000000;\"><b>Shanghai, China</b></span>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">Tel : +86 - 21 - 50492570 ~ 73</span>\r\n<span style=\"color: #000000;\">Fax : +86 - 21 – 50492575</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a> </span>\r\n<span style=\"color: #000000;\"> Web : </span><a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon……………</span>.\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-10-01 10:02:53','2015-10-01 10:02:53','',44,'http://cems-foodagro.com/44-revision-v1/',0,'revision','',0),(450,1,'2015-10-03 05:52:51','2015-10-03 05:52:51','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone wp-image-239 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dzKkDFZ29Pc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-10-03 05:52:51','2015-10-03 05:52:51','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(451,1,'2015-10-03 05:55:22','2015-10-03 05:55:22','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone wp-image-239 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dzKkDFZ29Pc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2015-10-03 05:55:22','2015-10-03 05:55:22','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(452,1,'2015-10-03 06:00:59','2015-10-03 06:00:59','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2015</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><strong><span style=\"color: #000000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><span style=\"color: #000000;\">.</span> </strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><b>26~28 November, 2015.</b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-10-03 06:00:59','2015-10-03 06:00:59','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(453,1,'2015-10-03 06:01:07','2015-10-03 06:01:07','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2015</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><strong><span style=\"color: #000000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><span style=\"color: #000000;\">.</span> </strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><b>26~28 November, 2015.</b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-10-03 06:01:07','2015-10-03 06:01:07','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(454,1,'2015-10-03 06:39:07','2015-10-03 06:39:07','<h3><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/CEMS-Global-Expo-Form.pdf\" target=\"_blank\">Expo Application Form</a></h3>','Expo Application Form','','inherit','open','open','','47-revision-v1','','','2015-10-03 06:39:07','2015-10-03 06:39:07','',47,'http://cems-foodagro.com/foodagrobd/47-revision-v1/',0,'revision','',0),(455,1,'2015-10-03 06:46:40','2015-10-03 06:46:40','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate Office for China :</span></i></b></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\"><img class=\"alignnone size-full wp-image-60\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\" alt=\"cems china\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>CEMS China Co., Ltd.</b></span>\r\n<span style=\"color: #000000;\"><b>Shanghai, China</b></span>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">Tel : +86 - 21 - 50492570 ~ 73</span>\r\n<span style=\"color: #000000;\">Fax : +86 - 21 – 50492575</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a> </span>\r\n<span style=\"color: #000000;\"> Web : </span><a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-10-03 06:46:40','2015-10-03 06:46:40','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(456,1,'2015-10-07 11:34:16','2015-10-07 11:34:16','','Food-Agro-Partners-03','','inherit','open','open','','food-agro-partners-03','','','2015-10-07 11:34:16','2015-10-07 11:34:16','',5,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-Partners-03.png',0,'attachment','image/png',0),(458,1,'2015-10-22 04:29:35','2015-10-22 04:29:35','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2016</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><strong><span style=\"color: #000000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><span style=\"color: #000000;\">.</span> </strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong> <b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1220189786\"><span class=\"aQJ\">23 - 26 March 2016</span></span></b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-10-22 04:29:35','2015-10-22 04:29:35','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(459,1,'2015-10-23 05:46:58','2015-10-23 05:46:58','','Food-Agro-FB','','inherit','open','open','','food-agro-fb','','','2015-10-23 05:46:58','2015-10-23 05:46:58','',5,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg',0,'attachment','image/jpeg',0),(460,1,'2015-10-23 05:47:31','2015-10-23 05:47:31','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dzKkDFZ29Pc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2015-10-23 05:47:31','2015-10-23 05:47:31','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(461,1,'2015-10-24 11:38:02','2015-10-24 11:38:02','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ scheduled to be held from 23 - 26 March 2016, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2015-10-24 11:38:02','2015-10-24 11:38:02','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(462,1,'2015-10-24 11:39:13','2015-10-24 11:39:13','<p style=\"text-align: justify;\"><span style=\"color: #339966;\"><em><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\">`CEMS Global’ brings to you <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ scheduled to be held from <strong>23 - 26 March 2016</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></em></p>\r\n<em><span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></em>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></em></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></em></p>','Highlights','','inherit','open','open','','19-revision-v1','','','2015-10-24 11:39:13','2015-10-24 11:39:13','',19,'http://cems-foodagro.com/foodagrobd/19-revision-v1/',0,'revision','',0),(463,1,'2015-10-24 11:39:43','2015-10-24 11:39:43','<p style=\"text-align: justify;\"><span style=\"color: #000000;\">‘<em><strong>FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2016’</strong></em> will be a perfect platform for Area Manager / GM / Operation Manager / Owner / CEO / President / Vice President, F&B Manager / Banqueting Manager, Housekeeping Manager / Public Relation Manager / Marketing Manager / Financial Manager, Architect / Engineer / Interior Design, Ambassador -Trade Attaché, Head Waiters, Executive Chef / Pastry Chef, Hotel / Resort / Furnished Apartment, Restaurant / Café, Bakery / Pastry, Hospital / Healthcare, Supermarket, Architect / Engineer / Contractors / Interior Design / Consultant, Supplier (Hospitality and Foodservice Industry), Financial Company, Association / Tourism Board / Governmental Institutions / Chamber of Commerce / Embassy / Ministry, Events Management / Procurement / Communication / Public Relation Agency / Advertising Agency / Airline, etc.</span></p>','Focus','','inherit','open','open','','22-revision-v1','','','2015-10-24 11:39:43','2015-10-24 11:39:43','',22,'http://cems-foodagro.com/foodagrobd/22-revision-v1/',0,'revision','',0),(464,1,'2015-10-24 11:40:13','2015-10-24 11:40:13','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\"><em><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO-2016’</strong></em> </span>will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Food Technologist, Owners from the below industries,</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Association/Bakeries/Bakery & Confectionery Manufacturers/Catering Management/Chefs/Clubs and Resorts/Common public/Convenience Retailers/Food Catering/Food marts/Food Manufacturers/Food Technologists/Foodservice Equipment/High rank officers from government sector etc/Hotel & Resort Management/Hotel Supplies Dealers/Convenience Retailers Hypermarkets/Decision and policy makers of the industry/Departmental Stores/Departmental Stores Managers/Dieticians/Electronic and print media/Exporter/F & B Importers & Distributors/Fast Food Chains/Fast Food Outlets/Food Beverage services providers/Financial Company/Hypermarkets/Importers, Distributors, Wholesalers and Retailers/Leisure & Entertainment Staff/Manufacturer/Merchants/Nutritionists/Packaging and Distribution Centers/Policy makers/Restaurant Management/Sales and marketing department of the food industry/Grocery and Convenience Stores/Supply Chain Distributors/Airline etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em> </em></span></p>','Profile of Visitors','','inherit','open','open','','41-revision-v1','','','2015-10-24 11:40:13','2015-10-24 11:40:13','',41,'http://cems-foodagro.com/foodagrobd/41-revision-v1/',0,'revision','',0),(465,1,'2015-10-29 09:04:03','2015-10-29 09:04:03','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ scheduled to be held from <strong>23 - 26 March 2016</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2015-10-29 09:04:03','2015-10-29 09:04:03','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(467,1,'2015-11-01 04:42:49','2015-11-01 04:42:49','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><span style=\"color: #000000;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a></span></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-11-01 04:42:49','2015-11-01 04:42:49','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(468,1,'2015-11-02 09:20:44','2015-11-02 09:20:44','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dzKkDFZ29Pc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2015-11-02 09:20:44','2015-11-02 09:20:44','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(470,1,'2015-11-17 09:28:33','2015-11-17 09:28:33','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n \r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2015-11-17 09:28:33','2015-11-17 09:28:33','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(472,1,'2015-12-07 06:24:40','2015-12-07 06:24:40','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-12-07 06:24:40','2015-12-07 06:24:40','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(474,1,'2015-12-29 08:28:10','2015-12-29 08:28:10','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2016</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><strong><span style=\"color: #000000;\"><i>The biggest 4-days International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><span style=\"color: #000000;\">.</span> </strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong> <b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1220189786\"><span class=\"aQJ\">23 - 26 March 2016</span></span></b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-12-29 08:28:10','2015-12-29 08:28:10','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(475,1,'2016-01-12 04:48:04','2016-01-12 04:48:04','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n \r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-01-12 04:48:04','2016-01-12 04:48:04','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(476,1,'2016-01-12 05:01:04','2016-01-12 05:01:04','','Food-Agro-Partners-02','','inherit','open','open','','food-agro-partners-02-2','','','2016-01-12 05:01:04','2016-01-12 05:01:04','',5,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-Partners-021.png',0,'attachment','image/png',0),(477,1,'2016-01-12 05:05:17','2016-01-12 05:05:17','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n \r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-01-12 05:05:17','2016-01-12 05:05:17','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(478,1,'2016-01-12 05:50:24','2016-01-12 05:50:24','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n \r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://market-edge.net/#/home\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-01-12 05:50:24','2016-01-12 05:50:24','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(479,1,'2016-01-12 05:51:25','2016-01-12 05:51:25','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n \r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-01-12 05:51:25','2016-01-12 05:51:25','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(480,1,'2016-01-24 07:42:28','2016-01-24 07:42:28','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +<span class=\"style4 \">880 ~2~9872750 , 9890779 , 9885726</span></span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2016-01-24 07:42:28','2016-01-24 07:42:28','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(482,1,'2016-01-28 07:13:00','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-01-28 07:13:00','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=482',0,'ngg_pictures','',0),(483,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=483',0,'ngg_pictures','',0),(484,1,'2016-01-28 07:13:01','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-01-28 07:13:01','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=484',0,'ngg_pictures','',0),(486,1,'2016-01-28 07:15:34','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-01-28 07:15:34','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=486',0,'ngg_pictures','',0),(487,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=487',0,'ngg_pictures','',0),(488,1,'2016-01-28 07:17:22','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-01-28 07:17:22','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=488',0,'ngg_pictures','',0),(489,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=489',0,'ngg_pictures','',0),(490,1,'2016-01-31 09:54:10','2016-01-31 09:54:10','<script src=\"http://www.emailmeform.com/builder/forms/jsform/5rNy11bHZbpeB\" type=\"text/javascript\"></script>','online visitor registration','','publish','open','open','','online-visitor-registration','','','2017-06-04 04:51:22','2017-06-04 04:51:22','',0,'http://cems-foodagro.com/foodagrobd/?page_id=490',0,'page','',0),(491,1,'2016-01-31 09:54:10','2016-01-31 09:54:10','<iframe style=\"border: none;\" src=\"http://www.emailmeform.com/builder/embed/Sdzhdo1NAxge95Olr\" width=\"100%\" height=\"1401\" frameborder=\"0\" scrolling=\"no\"><a href=\"http://www.emailmeform.com/builder/embed/Sdzhdo1NAxge95Olr\">Fill out form.</a></iframe>','online visitor registration','','inherit','open','open','','490-revision-v1','','','2016-01-31 09:54:10','2016-01-31 09:54:10','',490,'http://cems-foodagro.com/foodagrobd/490-revision-v1/',0,'revision','',0),(492,1,'2016-01-31 09:55:40','2016-01-31 09:55:40','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n \r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-01-31 09:55:40','2016-01-31 09:55:40','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(493,1,'2016-01-31 11:57:54','2016-01-31 11:57:54','<iframe style=\"border: none;\" src=\"http://www.emailmeform.com/builder/embed/Sdzhdo1NAxge95Olr\" width=\"100%\" height=\"1623\" frameborder=\"0\" scrolling=\"no\"><a href=\"http://www.emailmeform.com/builder/embed/Sdzhdo1NAxge95Olr\">Fill out form.</a></iframe>','online visitor registration','','inherit','open','open','','490-revision-v1','','','2016-01-31 11:57:54','2016-01-31 11:57:54','',490,'http://cems-foodagro.com/foodagrobd/490-revision-v1/',0,'revision','',0),(495,1,'2016-02-18 10:16:36','2016-02-18 10:16:36','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2016-02-18 10:16:36','2016-02-18 10:16:36','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(496,1,'2016-02-23 07:02:53','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-23 07:02:53','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=496',0,'ngg_pictures','',0),(498,1,'2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=498',0,'ngg_pictures','',0),(500,1,'2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=500',0,'ngg_pictures','',0),(502,1,'2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=502',0,'ngg_pictures','',0),(504,1,'2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=504',0,'ngg_pictures','',0),(505,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=505',0,'ngg_pictures','',0),(506,1,'2016-02-25 06:55:41','2016-02-25 06:55:41','','Food-Agro-FB','','inherit','open','open','','food-agro-fb-2','','','2016-02-25 06:55:41','2016-02-25 06:55:41','',5,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg',0,'attachment','image/jpeg',0),(507,1,'2016-02-25 06:56:20','2016-02-25 06:56:20','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 \" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-300x113.jpg\" alt=\"\" width=\"683\" height=\"257\" /></a>\r\n\r\n \r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-02-25 06:56:20','2016-02-25 06:56:20','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(508,1,'2016-02-25 06:57:22','2016-02-25 06:57:22','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-02-25 06:57:22','2016-02-25 06:57:22','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(509,1,'2016-02-25 07:15:20','2016-02-25 07:15:20','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food & Agro Bangladesh International Expo 2016</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><strong><span style=\"color: #000000;\"><i>The biggest 4-days International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><span style=\"color: #000000;\">.</span> </strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong> <b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1220189786\"><span class=\"aQJ\">23 - 26 March 2016</span></span></b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2016-02-25 07:15:20','2016-02-25 07:15:20','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(510,1,'2016-02-25 07:16:41','2016-02-25 07:16:41','<p style=\"text-align: justify;\"><span style=\"color: #339966;\"><em><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\">`CEMS Global’ brings to you <strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ scheduled to be held from <strong>23 - 26 March 2016</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></em></p>\r\n<em><span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></em>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\"><strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></em></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\"><strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></em></p>','Highlights','','inherit','open','open','','19-revision-v1','','','2016-02-25 07:16:41','2016-02-25 07:16:41','',19,'http://cems-foodagro.com/foodagrobd/19-revision-v1/',0,'revision','',0),(511,1,'2016-02-25 07:18:52','2016-02-25 07:18:52','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you <strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ scheduled to be held from <strong>23 - 26 March 2016</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2016-02-25 07:18:52','2016-02-25 07:18:52','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(512,1,'2016-02-25 07:20:20','2016-02-25 07:20:20','<p style=\"text-align: justify;\"><span style=\"color: #000000;\">‘<em><strong>FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2016’</strong></em> will be a perfect platform for Area Manager / GM / Operation Manager / Owner / CEO / President / Vice President, F&B Manager / Banqueting Manager, Housekeeping Manager / Public Relation Manager / Marketing Manager / Financial Manager, Architect / Engineer / Interior Design, Ambassador -Trade Attaché, Head Waiters, Executive Chef / Pastry Chef, Hotel / Resort / Furnished Apartment, Restaurant / Café, Bakery / Pastry, Hospital / Healthcare, Supermarket, Architect / Engineer / Contractors / Interior Design / Consultant, Supplier (Hospitality and Foodservice Industry), Financial Company, Association / Tourism Board / Governmental Institutions / Chamber of Commerce / Embassy / Ministry, Events Management / Procurement / Communication / Public Relation Agency / Advertising Agency / Airline, etc.</span></p>','Focus','','inherit','open','open','','22-revision-v1','','','2016-02-25 07:20:20','2016-02-25 07:20:20','',22,'http://cems-foodagro.com/foodagrobd/22-revision-v1/',0,'revision','',0),(513,1,'2016-02-25 07:21:08','2016-02-25 07:21:08','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>Food Exhibits: </b>Food & Beverage Featuring / Halal Food / Drink , Juice Processing Equipment / Chilled & Frozen Foods / Food Ingredients: Aromas / Flavors & Fragrances / Food Technology / Herbal & Medicinal Plants Exporters , Importer, Traders / Herbal Foods Products / Bakery, Snaks, Rice, Tea, Coffee, Flour, Sugar, Salt, Sweet Manufacturers / Chain Shop / Fast Food Chains / Food Processing and Packaging / Manufacturers and Distributors of Farm Machinery / Hospitality Services and Retails & Franchise / Organic Agricultural Products / Seafood: Fresh Seafood Products / Display, Retails Equipment / Individuals, Companies, Organizations associated with: Spices & Medicinal Plants / Animal Food & Health / Buffaloo Meat Products & Processing Technology / Government Departments / Inputs for Organic Agriculture / Equipments for Food and Agricultural Sectors / Institutional Catering Management etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>Agro Bangladesh Exhibit</b><b>:</b> Agricultural Machinery and Technologies / Agriculture Seed Manufacturers, Importers / Agricultural Products Traders, Wholeseller/ Agro Chemical, Pesticides, Insecticides Manufacturers, Importers/Agricultural Cures / Organic Agriculture Sector / Animal Husbandry / Fisheries / Animal Husbandry Machinery / Animal Care and Veterinarian Services / Animal Breeding Equipments / Poultry and Poultry Equipment / Packaging and Equipments / Agriculture Chemistry Products / Tractors and Combines / Sub-Industry / Water and Irrigation Techniques / Greenhouse / Greenhouse Construction and Equipments / Fertilizers, Seed, Seedling, Sapling and Gardening / Biotechnology/Tissue Culture Technology/ Dairy Poultry & Live Stock/ Post Harvest Handling Equipment/ Soil Testing Equipment / Certification Companies/ Horticulture Processing Technology/ Plasticulture & Aquaculture / Aquaculture Technology / Workshop Tools & Equipments / Digital Temperature Controller & Data Logger / Refrigerated Van & Truck , Body Builders/ Garden Equipments / Ecological Agriculture Measuring and Recording Equipment / Cooling Pads & Heat Extractors/ Transporting / Manual Tools / Energy Sources / Banks & Insurance Services/Related Institutions and Companies / Related Sectoral Publications etc.</span></p>','Profile of Exhibits','','inherit','open','open','','38-revision-v1','','','2016-02-25 07:21:08','2016-02-25 07:21:08','',38,'http://cems-foodagro.com/foodagrobd/38-revision-v1/',0,'revision','',0),(515,1,'2016-02-27 04:28:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-27 04:28:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=515',0,'ngg_pictures','',0),(516,1,'2016-02-27 04:28:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:28:29','2016-02-27 04:28:29','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=516',0,'ngg_pictures','',0),(517,1,'2016-02-27 04:28:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-27 04:28:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=517',0,'ngg_pictures','',0),(518,1,'2016-02-27 04:28:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:28:30','2016-02-27 04:28:30','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=518',0,'ngg_pictures','',0),(519,1,'2016-02-27 04:28:31','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-27 04:28:31','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=519',0,'ngg_pictures','',0),(520,1,'2016-02-27 04:28:31','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:28:31','2016-02-27 04:28:31','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=520',0,'ngg_pictures','',0),(521,1,'2016-03-01 05:09:19','2016-03-01 05:09:19','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2016-03-01 05:09:19','2016-03-01 05:09:19','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(523,1,'2016-03-06 11:38:47','2016-03-06 11:38:47','','associative','','inherit','open','open','','associative','','','2016-03-06 11:38:47','2016-03-06 11:38:47','',5,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg',0,'attachment','image/jpeg',0); INSERT INTO `backupdb_wp_posts` VALUES (524,1,'2016-03-06 11:39:38','2016-03-06 11:39:38','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-06 11:39:38','2016-03-06 11:39:38','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(525,1,'2016-03-07 09:37:04','2016-03-07 09:37:04','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\"><em><strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO-2016’</strong></em> </span>will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Food Technologist, Owners from the below industries,</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Association/Bakeries/Bakery & Confectionery Manufacturers/Catering Management/Chefs/Clubs and Resorts/Common public/Convenience Retailers/Food Catering/Food marts/Food Manufacturers/Food Technologists/Foodservice Equipment/High rank officers from government sector etc/Hotel & Resort Management/Hotel Supplies Dealers/Convenience Retailers Hypermarkets/Decision and policy makers of the industry/Departmental Stores/Departmental Stores Managers/Dieticians/Electronic and print media/Exporter/F & B Importers & Distributors/Fast Food Chains/Fast Food Outlets/Food Beverage services providers/Financial Company/Hypermarkets/Importers, Distributors, Wholesalers and Retailers/Leisure & Entertainment Staff/Manufacturer/Merchants/Nutritionists/Packaging and Distribution Centers/Policy makers/Restaurant Management/Sales and marketing department of the food industry/Grocery and Convenience Stores/Supply Chain Distributors/Airline etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em> </em></span></p>','Profile of Visitors','','inherit','open','open','','41-revision-v1','','','2016-03-07 09:37:04','2016-03-07 09:37:04','',41,'http://cems-foodagro.com/foodagrobd/41-revision-v1/',0,'revision','',0),(526,1,'2016-03-12 06:00:31','2016-03-12 06:00:31','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n \r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2016-03-12 06:00:31','2016-03-12 06:00:31','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(527,1,'2016-03-13 09:18:42','2016-03-13 09:18:42','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2016-03-13 09:18:42','2016-03-13 09:18:42','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(528,1,'2016-03-13 09:19:32','2016-03-13 09:19:32','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n \r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2016-03-13 09:19:32','2016-03-13 09:19:32','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(530,1,'2016-03-21 10:32:38','2016-03-21 10:32:38','','Beverage Partner Acme','','inherit','open','open','','beverage-partner-acme','','','2016-03-21 10:32:38','2016-03-21 10:32:38','',5,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png',0,'attachment','image/png',0),(531,1,'2016-03-21 10:32:58','2016-03-21 10:32:58','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\nBeverage Partner\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a>\r\n\r\n[clear]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 10:32:58','2016-03-21 10:32:58','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(532,1,'2016-03-21 10:33:43','2016-03-21 10:33:43','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<h2><strong>Beverage Partner</strong></h2>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a>\r\n\r\n[clear]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 10:33:43','2016-03-21 10:33:43','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(533,1,'2016-03-21 10:34:17','2016-03-21 10:34:17','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<h3><strong>Beverage Partner</strong></h3>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a>\r\n\r\n[clear]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 10:34:17','2016-03-21 10:34:17','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(534,1,'2016-03-21 10:34:55','2016-03-21 10:34:55','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<h4><strong>Beverage Partner</strong></h4>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a>\r\n\r\n[clear]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 10:34:55','2016-03-21 10:34:55','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(535,1,'2016-03-21 11:22:27','2016-03-21 11:22:27','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n<h4><strong>Beverage Partner</strong></h4>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a>\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n\r\n[clear]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 11:22:27','2016-03-21 11:22:27','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(536,1,'2016-03-21 11:23:07','2016-03-21 11:23:07','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a>\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 11:23:07','2016-03-21 11:23:07','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(537,1,'2016-03-21 11:24:50','2016-03-21 11:24:50','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 11:24:50','2016-03-21 11:24:50','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(538,1,'2016-03-21 11:25:29','2016-03-21 11:25:29','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: center;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 11:25:29','2016-03-21 11:25:29','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(539,1,'2016-03-22 09:32:10','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-03-22 09:32:10','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=539',0,'ngg_pictures','',0),(541,1,'2016-03-22 09:34:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-03-22 09:34:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=541',0,'ngg_pictures','',0),(542,1,'2016-03-22 09:34:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-03-22 09:34:30','2016-03-22 09:34:30','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=542',0,'ngg_pictures','',0),(543,1,'2016-03-22 15:30:35','2016-03-22 15:30:35','<h2 class=\"style2\">Online visitor registration is now closed. Please register on-site at the Exhibition, Thanks.</h2>','online visitor registration','','inherit','open','open','','490-revision-v1','','','2016-03-22 15:30:35','2016-03-22 15:30:35','',490,'http://cems-foodagro.com/foodagrobd/490-revision-v1/',0,'revision','',0),(544,1,'2017-01-04 05:47:15','2017-01-04 05:47:15','<p class=\"style2\">Dear Visitors ,</p>\n<p class=\"style2\">Thanks for visiting our website.\nWe have stopped the online registration from 22 March 2017.</p>\n<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>\n\n','online visitor registration','','inherit','open','open','','490-autosave-v1','','','2017-01-04 05:47:15','2017-01-04 05:47:15','',490,'http://cems-foodagro.com/foodagrobd/490-autosave-v1/',0,'revision','',0),(545,1,'2016-03-22 15:33:26','2016-03-22 15:33:26','Dear Visitors ,\r\n\r\nThanks for visiting our website.\r\nOnline visitor registration is now closed.\r\nPlease register on-site at the Exhibition, Thanks','online visitor registration','','inherit','open','open','','490-revision-v1','','','2016-03-22 15:33:26','2016-03-22 15:33:26','',490,'http://cems-foodagro.com/foodagrobd/490-revision-v1/',0,'revision','',0),(546,1,'2016-03-22 15:45:11','2016-03-22 15:45:11','<p class=\"style2\">Dear Visitors ,</p>\r\n<p class=\"style2\">Thanks for visiting our website.\r\nWe have stopped the online registration from 4th June 2012.</p>\r\n<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>','online visitor registration','','inherit','open','open','','490-revision-v1','','','2016-03-22 15:45:11','2016-03-22 15:45:11','',490,'http://cems-foodagro.com/foodagrobd/490-revision-v1/',0,'revision','',0),(547,1,'2016-03-22 15:45:28','2016-03-22 15:45:28','<p class=\"style2\">Dear Visitors ,</p>\r\n<p class=\"style2\">Thanks for visiting our website.\r\nWe have stopped the online registration from 4th June 2016.</p>\r\n<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>','online visitor registration','','inherit','open','open','','490-revision-v1','','','2016-03-22 15:45:28','2016-03-22 15:45:28','',490,'http://cems-foodagro.com/foodagrobd/490-revision-v1/',0,'revision','',0),(548,1,'2016-03-22 15:46:55','2016-03-22 15:46:55','<p class=\"style2\">Dear Visitors ,</p>\r\n<p class=\"style2\">Thanks for visiting our website.\r\nWe have stopped the online registration from 22 March 2016.</p>\r\n<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>','online visitor registration','','inherit','open','open','','490-revision-v1','','','2016-03-22 15:46:55','2016-03-22 15:46:55','',490,'http://cems-foodagro.com/foodagrobd/490-revision-v1/',0,'revision','',0),(550,1,'2016-05-08 06:40:53','2016-05-08 06:40:53','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a-->\r\n\r\n[big_header]Our Participants 2017[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: center;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-05-08 06:40:53','2016-05-08 06:40:53','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(551,1,'2016-05-08 06:42:24','2016-05-08 06:42:24','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"--><--img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /--></a>\r\n<strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a-->\r\n\r\n[big_header]Our Participants 2017[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: center;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-05-08 06:42:24','2016-05-08 06:42:24','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(552,1,'2016-05-08 06:42:58','2016-05-08 06:42:58','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>\r\n<strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a-->\r\n\r\n[big_header]Our Participants 2017[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: center;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-05-08 06:42:58','2016-05-08 06:42:58','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(553,1,'2016-05-08 06:43:28','2016-05-08 06:43:28','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>\r\n<strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<!--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"--><!--img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /--></a-->\r\n\r\n[big_header]Our Participants 2017[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: center;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-05-08 06:43:28','2016-05-08 06:43:28','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(554,1,'2016-05-08 07:01:57','2016-05-08 07:01:57','p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ scheduled to be held from <strong> 6 ~ 9 April 2017</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2016-05-08 07:01:57','2016-05-08 07:01:57','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(555,1,'2016-05-08 07:03:28','2016-05-08 07:03:28','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ scheduled to be held from <strong> 6 ~ 9 April 2017</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2016-05-08 07:03:28','2016-05-08 07:03:28','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(556,1,'2016-05-08 07:05:16','2016-05-08 07:05:16','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from <strong> 6 ~ 9 April 2017</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2016-05-08 07:05:16','2016-05-08 07:05:16','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(558,1,'2016-05-08 07:07:22','2016-05-08 07:07:22','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>Food Exhibits: </b>Food & Beverage Featuring - Halal Food & Drink <strong>|</strong> Juice Processing Equipment <strong>|</strong> Chilled & Frozen Foods <strong>|</strong> Food Ingredients - Aromas / Flavors & Fragrances <strong>|</strong> Food Technology <strong>|</strong> Herbal and Medicinal Plants Exporters , Importers & Traders <strong>|</strong> Herbal Foods Products <strong>|</strong> Bakeries, Snacks, Rice, Tea, Coffee, Flour, Sugar, Salt, Sweet Manufacturers & manufacturing Equipment <strong>|</strong> Chain Shops <strong>| </strong>Fast Food Chains <strong>|</strong> Food Processing and Packaging Equipment <strong>|</strong> Refrigeration Technologies <strong>|</strong> Manufacturers and Distributors of Farm Machinery <strong>|</strong> Hospitality Services, Retails & Franchises <strong>|</strong> Organic Agricultural Products<strong> |</strong> Seafood: Fresh Seafood Products / Displays, Retails Equipment / Individuals, Companies, Organizations associated with: Spices & Medicinal Plants <strong>|</strong> Animal Food & Health <strong>|</strong> Meat Products & Processing Equipment <strong>|</strong> Government Departments <strong>| </strong>Inputs for Organic Agriculture <strong>|</strong> Equipment for Food and Agricultural Sector <strong>|</strong> Institutional Catering Management etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>Agro Exhibit</b><b>:</b> Agricultural Machinery and Technologies <strong>|</strong> Agriculture Seed Processor Units<strong>|</strong> Agricultural Products Manufacturers, Importers, Traders, Wholesalers <strong>|</strong> Agro Chemical, Fertilizers, Pesticides, Insecticides, Manufacturers, Importers, Traders, Wholesalers <strong>|</strong> Agricultural Cures <strong>|</strong> Other Agriculture Chemistry Products <strong>|</strong> Organic Agriculture Sectors <strong>|</strong> Fisheries & Animal Husbandry Machineries , Animal Care and veterinary Services <strong>|</strong> Animal Breeding Equipment <strong>|</strong> Poultry and Poultry Equipment <strong>|</strong> Packaging Equipment & Packaging Materials <strong>|</strong> Tractors and Combines | Sub-Industry | Irrigation Techniques <strong>|</strong> Greenhouse Construction and Equipment <strong>|</strong> Seed, Seedling, Sapling and Gardening Service Providers <strong>|</strong> Gardening Equipment <strong>|</strong> Biotechnology & Tissue Culture Technology <strong>|</strong> Dairy, Poultry & Live Stock <strong>| </strong>Post Harvest Handling Equipment <strong>|</strong> Soil Testing Equipment <strong>|</strong> Certification Agencies <strong>|</strong> Horticulture Processing Technology<strong>|</strong> Plasticulture, Aquaculture process providers and equipment <strong>|</strong> Aquaculture Technology, Workshop Tools & Equipment <strong>|</strong> Digital Temperature Controller & Data Logger <strong>|</strong> Refrigeration Van , Truck sellers & Body Builders <strong>|</strong> Ecological Agriculture Measuring and Recording Equipment <strong>|</strong> Cooling Pads & Heat Extractors<strong>|</strong> Transportation service providers <strong>|</strong> Manual Tools <strong>|</strong> Alternative Energy Sources <strong>|</strong> Banking & Insurance Service providers <strong>|</strong> Agro Related Institutions and Companies <strong>|</strong> Related Sector Publications etc.</span></p>','Profile of Exhibits','','inherit','open','open','','38-revision-v1','','','2016-05-08 07:07:22','2016-05-08 07:07:22','',38,'http://cems-foodagro.com/foodagrobd/38-revision-v1/',0,'revision','',0),(559,1,'2016-05-08 07:08:25','2016-05-08 07:08:25','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\"><em><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ ’ </strong></em></span></span>will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Food Technologist, Owners from the below industries, Association<strong>|</strong> Bakeries<strong>|</strong> Bakery & Confectionery Manufacturers<strong>|</strong> Catering Management<strong>|</strong> Chefs<strong>|</strong> Clubs and Resorts<strong>|</strong> Common public<strong>|</strong> Convenience Retailers<strong>|</strong> Food Catering<strong>|</strong> Food marts<strong>|</strong> Food Manufacturers<strong>|</strong> Food Technologists<strong>|</strong> Foodservice Equipment<strong>|</strong> High rank officers from government sector etc<strong>|</strong> Hotel & Resort Management<strong>| </strong>Hotel Supplies Dealers<strong>|</strong> Convenience Retailers Hypermarkets<strong>|</strong> Decision and policy makers of the industry<strong>|</strong> Departmental Stores <strong>|</strong> Departmental Stores Managers <strong>| </strong>Dieticians <strong>|</strong> Electronic and print media<strong>|</strong> Exporter <strong>|</strong> F & B Importers & Distributors <strong>|</strong> Fast Food Chains <strong>|</strong> Fast Food Outlets <strong>|</strong> Food Beverage services providers <strong>|</strong> Financial Company <strong>|</strong>Hypermarkets <strong>|</strong> Importers, Distributors, Wholesalers and Retailers <strong>|</strong> Leisure & Entertainment Staff <strong>|</strong> Manufacturer <strong>|</strong> Merchants <strong>|</strong> Nutritionists <strong>|</strong> Packaging and Distribution Centers <strong>|</strong> Policy makers |Restaurant Management <strong>|</strong> Sales and marketing department of the food industry <strong>|</strong> Grocery and Convenience Stores <strong>|</strong> Supply Chain Distributors <strong>|</strong> Airline etc.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em> </em></span></p>','Profile of Visitors','','inherit','open','open','','41-revision-v1','','','2016-05-08 07:08:25','2016-05-08 07:08:25','',41,'http://cems-foodagro.com/foodagrobd/41-revision-v1/',0,'revision','',0),(560,1,'2016-05-08 07:18:41','2016-05-08 07:18:41','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2016-05-08 07:18:41','2016-05-08 07:18:41','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(561,1,'2016-05-08 10:08:48','2016-05-08 10:08:48','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>\r\n<strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<!--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"--><!--img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /--></a-->\r\n\r\n[big_header]Our Participants 2017[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: center;\">[big_header]Our Partners 2017[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-05-08 10:08:48','2016-05-08 10:08:48','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(562,1,'2016-05-11 05:10:35','2016-05-11 05:10:35','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>\r\n<strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<!--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"--><!--img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /--></a-->\r\n\r\n[big_header]Our Participants 2017[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n\r\n\r\n<!--h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a-->','Home','','inherit','open','open','','5-revision-v1','','','2016-05-11 05:10:35','2016-05-11 05:10:35','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(563,1,'2016-05-11 05:11:55','2016-05-11 05:11:55','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>\r\n<strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<!--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"--><!--img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /--></a-->\r\n\r\n[big_header]Our Participants 2016 [/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n\r\n\r\n<!--h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a-->','Home','','inherit','open','open','','5-revision-v1','','','2016-05-11 05:11:55','2016-05-11 05:11:55','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(564,1,'2017-03-15 09:48:53','2017-03-15 09:48:53',' \n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\n<tbody>\n<tr>\n<td width=\"207\">\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\n</td>\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\n</tr>\n<tr>\n<td>\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\n</td>\n<td>\n<div style=\"color: #000000;\" align=\"left\">\n\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\n\n</div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\n<td>\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\n</span></div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\n<td>\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA </span></div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – MP EVENTS LANKA Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\n</tr>\n<tr>\n<td>\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\n</td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\n</tr>\n<tr>\n<td height=\"15\">\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\n</td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\n</tr>\n</tbody>\n</table>','Fact Sheet','','inherit','open','open','','12-autosave-v1','','','2017-03-15 09:48:53','2017-03-15 09:48:53','',12,'http://cems-foodagro.com/foodagrobd/12-autosave-v1/',0,'revision','',0),(565,1,'2016-05-11 11:52:29','2016-05-11 11:52:29','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\"><strong>2<sup>nd</sup> Food & Agro Bangladesh International Expo 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\">\r\n\r\n<strong><em>The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipment</em>s, <em>Chemical,</em> <em>Packaging & Processing.</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong> <strong>6 – 9 April, 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 9.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2016-05-11 11:52:29','2016-05-11 11:52:29','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(566,1,'2016-05-11 11:58:29','2016-05-11 11:58:29','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\" style=\"color: #000000;\" ><strong>2<sup>nd</sup> Food & Agro Bangladesh International Expo 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\" style=\"color: #000000;\">\r\n\r\n<strong><em>The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipment</em>s, <em>Chemical,</em> <em>Packaging & Processing.</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong> <strong>6 – 9 April, 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 9.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2016-05-11 11:58:29','2016-05-11 11:58:29','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(567,1,'2016-05-11 12:01:07','2016-05-11 12:01:07','<p style=\"text-align: justify;\"><span style=\"color: #339966;\"><em><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></em></span></p>\r\n`CEMS Global’ brings to you <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>scheduled to be held from 6~9 April 2017, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nKeeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>showcasing all products & services from the food and agro sector from local and global companies.\r\n\r\n<strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.\r\n\r\n<strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products/ services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.\r\n\r\n ','Highlights','','inherit','open','open','','19-revision-v1','','','2016-05-11 12:01:07','2016-05-11 12:01:07','',19,'http://cems-foodagro.com/foodagrobd/19-revision-v1/',0,'revision','',0),(568,1,'2016-05-11 12:03:28','2016-05-11 12:03:28','<strong>Food Exhibits:</strong> Food & Beverage Featuring - Halal Food & Drink <strong>|</strong> Juice Processing Equipment <strong>|</strong> Chilled & Frozen Foods <strong>|</strong> Food Ingredients - Aromas / Flavors & Fragrances <strong>|</strong> Food Technology <strong>|</strong> Herbal and Medicinal Plants Exporters , Importers & Traders <strong>|</strong> Herbal Foods Products <strong>|</strong> Bakeries, Snacks, Rice, Tea, Coffee, Flour, Sugar, Salt, Sweet Manufacturers & manufacturing Equipment <strong>|</strong> Chain Shops <strong>| </strong>Fast Food Chains <strong>|</strong> Food Processing and Packaging Equipment <strong>|</strong> Refrigeration Technologies <strong>|</strong> Manufacturers and Distributors of Farm Machinery <strong>|</strong> Hospitality Services, Retails & Franchises <strong>|</strong> Organic Agricultural Products<strong> |</strong> Seafood: Fresh Seafood Products / Displays, Retails Equipment / Individuals, Companies, Organizations associated with: Spices & Medicinal Plants <strong>|</strong> Animal Food & Health <strong>|</strong> Meat Products & Processing Equipment <strong>|</strong> Government Departments <strong>| </strong>Inputs for Organic Agriculture <strong>|</strong> Equipment for Food and Agricultural Sector <strong>|</strong> Institutional Catering Management etc.\r\n\r\n<strong>Agro Exhibit:</strong> Agricultural Machinery and Technologies <strong>|</strong> Agriculture Seed Processor Units<strong>|</strong> Agricultural Products Manufacturers, Importers, Traders, Wholesalers <strong>|</strong> Agro Chemical, Fertilizers, Pesticides, Insecticides, Manufacturers, Importers, Traders, Wholesalers <strong>|</strong> Agricultural Cures <strong>|</strong> Other Agriculture Chemistry Products <strong>|</strong> Organic Agriculture Sectors <strong>|</strong> Fisheries & Animal Husbandry Machineries , Animal Care and veterinary Services <strong>|</strong> Animal Breeding Equipment <strong>|</strong> Poultry and Poultry Equipment <strong>|</strong> Packaging Equipment & Packaging Materials <strong>|</strong> Tractors and Combines | Sub-Industry | Irrigation Techniques <strong>|</strong> Greenhouse Construction and Equipment <strong>|</strong> Seed, Seedling, Sapling and Gardening Service Providers <strong>|</strong> Gardening Equipment <strong>|</strong> Biotechnology & Tissue Culture Technology <strong>|</strong> Dairy, Poultry & Live Stock <strong>| </strong>Post Harvest Handling Equipment <strong>|</strong> Soil Testing Equipment <strong>|</strong> Certification Agencies <strong>|</strong> Horticulture Processing Technology<strong>|</strong> Plasticulture, Aquaculture process providers and equipment <strong>|</strong> Aquaculture Technology, Workshop Tools & Equipment <strong>|</strong> Digital Temperature Controller & Data Logger <strong>|</strong> Refrigeration Van , Truck sellers & Body Builders <strong>|</strong> Ecological Agriculture Measuring and Recording Equipment <strong>|</strong> Cooling Pads & Heat Extractors<strong>|</strong> Transportation service providers <strong>|</strong> Manual Tools <strong>|</strong> Alternative Energy Sources <strong>|</strong> Banking & Insurance Service providers <strong>|</strong> Agro Related Institutions and Companies <strong>|</strong> Related Sector Publications etc.','Profile of Exhibits','','inherit','open','open','','38-revision-v1','','','2016-05-11 12:03:28','2016-05-11 12:03:28','',38,'http://cems-foodagro.com/foodagrobd/38-revision-v1/',0,'revision','',0),(569,1,'2016-05-11 12:06:31','2016-05-11 12:06:31','<p style=\"text-align: justify;\"><span style=\"color: #000000;\">‘<strong>2nd</strong> <em><strong>FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’</strong></em> will be a perfect platform for Area Manager / GM / Operation Manager / Owner / CEO / President / Vice President, F&B Manager / Banqueting Manager, Housekeeping Manager / Public Relation Manager / Marketing Manager / Financial Manager, Architect / Engineer / Interior Design, Ambassador -Trade Attaché, Head Waiters, Executive Chef / Pastry Chef, Hotel / Resort / Furnished Apartment, Restaurant / Café, Bakery / Pastry, Hospital / Healthcare, Supermarket, Architect / Engineer / Contractors / Interior Design / Consultant, Supplier (Hospitality and Foodservice Industry), Financial Company, Association / Tourism Board / Governmental Institutions / Chamber of Commerce / Embassy / Ministry, Events Management / Procurement / Communication / Public Relation Agency / Advertising Agency / Airline, etc.</span></p>','Focus','','inherit','open','open','','22-revision-v1','','','2016-05-11 12:06:31','2016-05-11 12:06:31','',22,'http://cems-foodagro.com/foodagrobd/22-revision-v1/',0,'revision','',0),(570,1,'2016-05-11 12:06:50','2016-05-11 12:06:50','<p style=\"text-align: justify;\"><span style=\"color: #000000;\">‘<strong>2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong><em><strong>’</strong></em> will be a perfect platform for Area Manager / GM / Operation Manager / Owner / CEO / President / Vice President, F&B Manager / Banqueting Manager, Housekeeping Manager / Public Relation Manager / Marketing Manager / Financial Manager, Architect / Engineer / Interior Design, Ambassador -Trade Attaché, Head Waiters, Executive Chef / Pastry Chef, Hotel / Resort / Furnished Apartment, Restaurant / Café, Bakery / Pastry, Hospital / Healthcare, Supermarket, Architect / Engineer / Contractors / Interior Design / Consultant, Supplier (Hospitality and Foodservice Industry), Financial Company, Association / Tourism Board / Governmental Institutions / Chamber of Commerce / Embassy / Ministry, Events Management / Procurement / Communication / Public Relation Agency / Advertising Agency / Airline, etc.</span></p>','Focus','','inherit','open','open','','22-revision-v1','','','2016-05-11 12:06:50','2016-05-11 12:06:50','',22,'http://cems-foodagro.com/foodagrobd/22-revision-v1/',0,'revision','',0),(572,1,'2016-05-25 07:07:48','2016-05-25 07:07:48','','Post Show Report 2016 - Food & Agro Bangladesh Int\'l Expo_ International Poultry and Livestock Bangladesh Expo & Agro Chem bangladesh Expo.','','inherit','open','open','','post-show-report-2016-food-agro-bangladesh-intl-expo_-international-poultry-and-livestock-bangladesh-expo-agro-chem-bangladesh-expo','','','2016-05-25 07:08:54','2016-05-25 07:08:54','',573,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf',0,'attachment','application/pdf',0),(573,1,'2016-05-25 07:12:06','2016-05-25 07:12:06','<!--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\">Post Show Report 2016 - Food & Agro Bangladesh Int\'l Expo_ International Poultry and Livestock Bangladesh Expo & Agro Chem bangladesh Expo.</a-->','Post Show','','publish','open','open','','post-show','','','2016-12-14 10:40:44','2016-12-14 10:40:44','',16,'http://cems-foodagro.com/foodagrobd/?page_id=573',0,'page','',0),(574,1,'2016-05-25 07:08:59','2016-05-25 07:08:59','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\">Post Show Report 2016 - Food & Agro Bangladesh Int\'l Expo_ International Poultry and Livestock Bangladesh Expo & Agro Chem bangladesh Expo.</a>','Post Show','','inherit','open','open','','573-revision-v1','','','2016-05-25 07:08:59','2016-05-25 07:08:59','',573,'http://cems-foodagro.com/foodagrobd/573-revision-v1/',0,'revision','',0),(575,1,'2016-05-25 07:12:32','2016-05-25 07:12:32',' ','','','publish','open','closed','','575','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',16,'http://cems-foodagro.com/foodagrobd/?p=575',9,'nav_menu_item','',0),(576,1,'2016-05-25 07:58:41','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 07:58:41','2016-05-25 07:58:41','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?post_type=ngg_pictures&p=576',0,'ngg_pictures','',0),(577,1,'2016-05-25 07:58:42','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 07:58:42','2016-05-25 07:58:42','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?post_type=ngg_pictures&p=577',0,'ngg_pictures','',0),(581,1,'2016-05-25 08:02:42','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:02:42','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=581',0,'ngg_pictures','',0),(582,1,'2016-05-25 08:02:43','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:02:43','2016-05-25 08:02:43','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=582',0,'ngg_pictures','',0),(583,1,'2016-05-25 08:02:56','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:02:56','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=583',0,'ngg_pictures','',0),(584,1,'2016-05-25 08:02:57','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:02:57','2016-05-25 08:02:57','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=584',0,'ngg_pictures','',0),(585,1,'2016-05-25 08:03:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=585',0,'ngg_pictures','',0),(586,1,'2016-05-25 08:03:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:09','2016-05-25 08:03:09','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=586',0,'ngg_pictures','',0),(587,1,'2016-05-25 08:03:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=587',0,'ngg_pictures','',0),(588,1,'2016-05-25 08:03:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:17','2016-05-25 08:03:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=588',0,'ngg_pictures','',0),(589,1,'2016-05-25 08:03:27','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:27','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=589',0,'ngg_pictures','',0),(590,1,'2016-05-25 08:03:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:28','2016-05-25 08:03:28','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=590',0,'ngg_pictures','',0),(591,1,'2016-05-25 08:03:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=591',0,'ngg_pictures','',0),(592,1,'2016-05-25 08:03:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:37','2016-05-25 08:03:37','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=592',0,'ngg_pictures','',0),(593,1,'2016-05-25 08:03:49','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:49','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=593',0,'ngg_pictures','',0),(594,1,'2016-05-25 08:03:49','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:49','2016-05-25 08:03:49','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=594',0,'ngg_pictures','',0),(595,1,'2016-05-25 08:04:00','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:00','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=595',0,'ngg_pictures','',0),(596,1,'2016-05-25 08:04:00','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:00','2016-05-25 08:04:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=596',0,'ngg_pictures','',0),(597,1,'2016-05-25 08:04:10','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:10','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=597',0,'ngg_pictures','',0),(598,1,'2016-05-25 08:04:10','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:10','2016-05-25 08:04:10','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=598',0,'ngg_pictures','',0),(599,1,'2016-05-25 08:04:19','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:19','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=599',0,'ngg_pictures','',0),(600,1,'2016-05-25 08:04:20','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:20','2016-05-25 08:04:20','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=600',0,'ngg_pictures','',0),(601,1,'2016-05-25 08:04:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=601',0,'ngg_pictures','',0),(602,1,'2016-05-25 08:04:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:29','2016-05-25 08:04:29','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=602',0,'ngg_pictures','',0),(603,1,'2016-05-25 08:04:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=603',0,'ngg_pictures','',0),(604,1,'2016-05-25 08:04:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:36','2016-05-25 08:04:36','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=604',0,'ngg_pictures','',0),(605,1,'2016-05-25 08:04:44','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:44','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=605',0,'ngg_pictures','',0),(606,1,'2016-05-25 08:04:45','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:45','2016-05-25 08:04:45','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=606',0,'ngg_pictures','',0),(607,1,'2016-05-25 08:04:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=607',0,'ngg_pictures','',0),(608,1,'2016-05-25 08:04:53','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:53','2016-05-25 08:04:53','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=608',0,'ngg_pictures','',0),(609,1,'2016-05-25 08:04:59','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:59','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=609',0,'ngg_pictures','',0),(610,1,'2016-05-25 08:04:59','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:59','2016-05-25 08:04:59','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=610',0,'ngg_pictures','',0),(612,1,'2016-06-08 05:43:24','2016-06-08 05:43:24','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>2<sup>nd</sup> Food & Agro Bangladesh International Expo 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<strong><em>The biggest 3-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipment</em>s, <em>Chemical,</em> <em>Packaging & Processing.</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><strong><b>23 ~ 25 March </b> 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 9.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2016-06-08 05:43:24','2016-06-08 05:43:24','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(613,1,'2016-06-08 07:08:36','2016-06-08 07:08:36','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from <strong> 22 ~ 25 March 2017</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2016-06-08 07:08:36','2016-06-08 07:08:36','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(614,1,'2016-06-08 07:09:25','2016-06-08 07:09:25','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>2<sup>nd</sup> Food & Agro Bangladesh International Expo 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<strong><em>The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipment</em>s, <em>Chemical,</em> <em>Packaging & Processing.</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><strong><b>22 ~ 25 March </b> 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 9.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2016-06-08 07:09:25','2016-06-08 07:09:25','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(616,1,'2016-07-14 08:37:32','2016-07-14 08:37:32','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>\r\n<strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<!--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"--><!--img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /--></a-->\r\n\r\n[big_header]Our Participants 2016 [/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n\r\n\r\n<!--h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a-->\r\n\r\n\r\n\r\n\r\n[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n [/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://textechonline.org/textechbd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n [/five_sixth_last]\r\n[three_fourth]<p style=\"\"> [one_half]\r\n<a href=\"http://textechonline.org/textechbd/wp-content/uploads/2016/06/Flyer-Textech-bd-2016-LR.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-816\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-820\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://textechonline.org/textechbd/floor-plan/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/our-floor-plan.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-821\" /></a>\r\n\r\n<a href=\"http://textechonline.org/textechbd/post-show-report/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-822\" /></a>\r\n[/one_half_last]\r\n</p>\r\n[/three_fourth]\r\n\r\n\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n\r\n\r\n<!--Foure Page-->\r\n \r\n<p style=\"text-align: center;\" align=\"center\">\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" /> \r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/Textech-Series-01.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Series of Exhibition</h3>\r\n17th Textech Bangladesh 2016 International Expo \r\nBangladesh’s’ biggest & oldest International Exhibition on Textile & Garment Technology,\r\nMachinery & Related Services\r\n\r\n<a href=\"http://textechonline.org/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n\r\n[one_fourth]\r\n\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n\r\n<h3>Highlights</h3>\r\n\r\nCEMS-Global USA’s International `TEXTECH series of Exhibition’ have reached its accession in popularity in South & South-East Asia having organized extremely successful editions in Bangladesh,\r\n<a href=\"http://textechonline.org/textechbd/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"http://cems-conexpo.com/conexpobd/wp-content/uploads/2015/02/conexpo2.jpg\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/map.gif\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nServing the Textile & Apparel sector of Bangladesh for the last 16 years – Bangladeshs’ biggest & oldest International Exhibition on Textile Apparel Technology, Machinery & Related Services\r\n\r\n<a href=\"http://textechonline.org/textechbd/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n</p>\r\n\r\n\r\n\r\n\r\n<p style=\"text-align: center;\" align=\"right\">[big_header]Our Valued Exhibitors 2015[/big_header]</p>\r\n<p align=\"right\">[tiny-carousel-slider id=\"1\"]</p>\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2016-07-14 08:37:32','2016-07-14 08:37:32','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(618,1,'2016-07-14 08:44:36','2016-07-14 08:44:36','\r\n[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n [/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n [/five_sixth_last]\r\n[three_fourth]<p style=\"\"> [one_half]\r\n<a href=\"http://textechonline.org/textechbd/wp-content/uploads/2016/06/Flyer-Textech-bd-2016-LR.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-816\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-820\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://textechonline.org/textechbd/floor-plan/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/our-floor-plan.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-821\" /></a>\r\n\r\n<a href=\"http://textechonline.org/textechbd/post-show-report/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-822\" /></a>\r\n[/one_half_last]\r\n</p>\r\n[/three_fourth]\r\n\r\n\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n\r\n\r\n<!--Foure Page-->\r\n \r\n<p style=\"text-align: center;\" align=\"center\">\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" /> \r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/Textech-Series-01.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Series of Exhibition</h3>\r\n17th Textech Bangladesh 2016 International Expo \r\nBangladesh’s’ biggest & oldest International Exhibition on Textile & Garment Technology,\r\nMachinery & Related Services\r\n\r\n<a href=\"http://textechonline.org/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n\r\n[one_fourth]\r\n\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n\r\n<h3>Highlights</h3>\r\n\r\nCEMS-Global USA’s International `TEXTECH series of Exhibition’ have reached its accession in popularity in South & South-East Asia having organized extremely successful editions in Bangladesh,\r\n<a href=\"http://textechonline.org/textechbd/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"http://cems-conexpo.com/conexpobd/wp-content/uploads/2015/02/conexpo2.jpg\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/map.gif\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nServing the Textile & Apparel sector of Bangladesh for the last 16 years – Bangladeshs’ biggest & oldest International Exhibition on Textile Apparel Technology, Machinery & Related Services\r\n\r\n<a href=\"http://textechonline.org/textechbd/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n</p>\r\n\r\n\r\n[big_header]Our Participants 2016 [/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2016-07-14 08:44:36','2016-07-14 08:44:36','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(619,1,'2016-07-14 08:49:05','2016-07-14 08:49:05','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n [/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n [/five_sixth_last]\r\n[three_fourth]<p style=\"\"> [one_half]\r\n<a href=\"http://textechonline.org/textechbd/wp-content/uploads/2016/06/Flyer-Textech-bd-2016-LR.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-816\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-820\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://textechonline.org/textechbd/floor-plan/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/our-floor-plan.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-821\" /></a>\r\n\r\n<a href=\"http://textechonline.org/textechbd/post-show-report/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-822\" /></a>\r\n[/one_half_last]\r\n</p>\r\n[/three_fourth]\r\n\r\n\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n\r\n\r\n<!--Foure Page-->\r\n \r\n<p style=\"text-align: center;\" align=\"center\">\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" /> \r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/Textech-Series-01.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Series of Exhibition</h3>\r\n17th Textech Bangladesh 2016 International Expo \r\nBangladesh’s’ biggest & oldest International Exhibition on Textile & Garment Technology,\r\nMachinery & Related Services\r\n\r\n<a href=\"http://textechonline.org/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n\r\n[one_fourth]\r\n\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n\r\n<h3>Highlights</h3>\r\n\r\nCEMS-Global USA’s International `TEXTECH series of Exhibition’ have reached its accession in popularity in South & South-East Asia having organized extremely successful editions in Bangladesh,\r\n<a href=\"http://textechonline.org/textechbd/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\nDetail : The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipments, Chemical, Packaging & Processing.\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-foodagro.com/foodagrobd/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n</p>\r\n\r\n\r\n[big_header]Our Participants 2016 [/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2016-07-14 08:49:05','2016-07-14 08:49:05','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(620,1,'2016-07-14 08:53:27','2016-07-14 08:53:27','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n [/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n [/five_sixth_last]\r\n[three_fourth]<p style=\"\"> [one_half]\r\n<a href=\"http://textechonline.org/textechbd/wp-content/uploads/2016/06/Flyer-Textech-bd-2016-LR.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-816\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-820\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://textechonline.org/textechbd/floor-plan/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/our-floor-plan.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-821\" /></a>\r\n\r\n<a href=\"http://textechonline.org/textechbd/post-show-report/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-822\" /></a>\r\n[/one_half_last]\r\n</p>\r\n[/three_fourth]\r\n\r\n\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n\r\n\r\n<!--Foure Page-->\r\n \r\n<p style=\"text-align: center;\" align=\"center\">\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" /> \r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" width=\"200\" height=\"120\" /> \r\n<h3>Profile of Exhibits</h3>\r\nFood Exhibits: Food & Beverage Featuring – Halal Food & Drink | Juice Processing Equipment | Chilled & Frozen Foods | Food Ingredients – Aromas / Flavors & Fragrances | Food Technology | Herbal and Medicinal Plants Exporters \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n\r\n[one_fourth]\r\n\r\n\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" width=\"200\" height=\"120\" /> \r\n\r\n<h3>Highlights</h3>\r\n\r\n`CEMS Global’ brings to you ‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from 6~9 April 2017, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components.\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\nDetail : The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipments, Chemical, Packaging & Processing.\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-foodagro.com/foodagrobd/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n</p>\r\n\r\n\r\n[big_header]Our Participants 2016 [/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2016-07-14 08:53:27','2016-07-14 08:53:27','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(621,1,'2016-07-14 08:56:49','2016-07-14 08:56:49','','Floor Plan','','publish','open','open','','floor-plan','','','2016-07-14 08:56:49','2016-07-14 08:56:49','',0,'http://cems-foodagro.com/foodagrobd/?page_id=621',0,'page','',0),(622,1,'2016-07-14 08:56:49','2016-07-14 08:56:49','','Floor Plan','','inherit','open','open','','621-revision-v1','','','2016-07-14 08:56:49','2016-07-14 08:56:49','',621,'http://cems-foodagro.com/foodagrobd/621-revision-v1/',0,'revision','',0),(623,1,'2016-07-14 08:58:33','2016-07-14 08:58:33','','Floor-Plan-button','','inherit','open','open','','floor-plan-button','','','2016-07-14 08:58:33','2016-07-14 08:58:33','',5,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button.png',0,'attachment','image/png',0),(624,1,'2016-07-14 09:00:02','2016-07-14 09:00:02','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n [/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n [/five_sixth_last]\r\n[three_fourth]<p style=\"\">\r\n [one_half]\r\n\r\n<a href=\"#\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-816\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-820\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/floor-plan/\"><img src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-821\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-822\" /></a>\r\n\r\n[/one_half_last]\r\n</p>\r\n[/three_fourth]\r\n\r\n\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n\r\n\r\n<!--Foure Page-->\r\n \r\n<p style=\"text-align: center;\" align=\"center\">\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" /> \r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" width=\"200\" height=\"120\" /> \r\n<h3>Profile of Exhibits</h3>\r\nFood Exhibits: Food & Beverage Featuring – Halal Food & Drink | Juice Processing Equipment | Chilled & Frozen Foods | Food Ingredients – Aromas / Flavors & Fragrances | Food Technology | Herbal and Medicinal Plants Exporters \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n\r\n[one_fourth]\r\n\r\n\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" width=\"200\" height=\"120\" /> \r\n\r\n<h3>Highlights</h3>\r\n\r\n`CEMS Global’ brings to you ‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from 6~9 April 2017, will be a glittering showcase of the Food and Agro based products and service industry.\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\nDetail : The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipments, Chemical, Packaging & Processing.\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-foodagro.com/foodagrobd/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n</p>\r\n\r\n\r\n[big_header]Our Participants 2016 [/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2016-07-14 09:00:02','2016-07-14 09:00:02','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(626,1,'2016-07-26 11:18:32','2016-07-26 11:18:32','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>2<sup>nd</sup> Food & Agro Bangladesh International Expo 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<strong><em>The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipment</em>s, <em>Chemical,</em> <em>Packaging & Processing.</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><strong><b> 26~29 April</b> 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 9.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2016-07-26 11:18:32','2016-07-26 11:18:32','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(628,1,'2016-08-08 08:16:30','2016-08-08 08:16:30','<p style=\"text-align: justify;\"><span style=\"color: #339966;\"><em><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></em></span></p>\r\n`CEMS Global’ brings to you <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>scheduled to be held from 26~29 April,2017, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nKeeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>showcasing all products & services from the food and agro sector from local and global companies.\r\n\r\n<strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.\r\n\r\n<strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products/ services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.\r\n\r\n ','Highlights','','inherit','open','open','','19-revision-v1','','','2016-08-08 08:16:30','2016-08-08 08:16:30','',19,'http://cems-foodagro.com/foodagrobd/19-revision-v1/',0,'revision','',0),(629,1,'2016-08-08 08:18:02','2016-08-08 08:18:02','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from <b>26~29 April,2017</b>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2016-08-08 08:18:02','2016-08-08 08:18:02','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(630,1,'2016-08-08 08:18:39','2016-08-08 08:18:39','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from <b>26~29 April,2017</b>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO 2017</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO 2017</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO 2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2016-08-08 08:18:39','2016-08-08 08:18:39','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(633,1,'2016-09-22 09:36:44','2016-09-22 09:36:44','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\nFood Exhibits: Food & Beverage Featuring – Halal Food & Drink | Juice Processing Equipment | Chilled & Frozen Foods | Food Ingredients – Aromas / Flavors & Fragrances | Food Technology | Herbal and Medicinal Plants Exporters\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you ‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from <b>26~29 April,2017</b>, will be a glittering showcase of the Food and Agro based products and service industry.\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\nDetail : The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipments, Chemical, Packaging & Processing.\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-foodagro.com/foodagrobd/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Participants 2016 [/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]','Home','','inherit','open','open','','5-revision-v1','','','2016-09-22 09:36:44','2016-09-22 09:36:44','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(636,1,'2016-10-08 06:01:24','2016-10-08 06:01:24','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>2<sup>ND</sup> INTERNATIONAL AGRO CHEM BANGLADESH EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<strong><em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><strong><b> 26~29 April</b> 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 9.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 06:01:24','2016-10-08 06:01:24','',12,'http://cems-agrochem.com/index.php/12-revision-v1/',0,'revision','',0),(637,1,'2016-10-08 06:01:56','2016-10-08 06:01:56','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>2<sup>ND</sup> INTERNATIONAL AGRO CHEM BANGLADESH EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<strong><em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><strong><b> 26~29 April</b> 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">11.00 am to 8.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 06:01:56','2016-10-08 06:01:56','',12,'http://cems-agrochem.com/index.php/12-revision-v1/',0,'revision','',0),(638,1,'2016-10-08 06:03:14','2016-10-08 06:03:14','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>2<sup>ND</sup> INTERNATIONAL AGRO CHEM BANGLADESH EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<strong><em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><strong><b> 26~29 April</b> 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 8.30 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 06:03:14','2016-10-08 06:03:14','',12,'http://cems-agrochem.com/index.php/12-revision-v1/',0,'revision','',0),(639,1,'2016-10-08 06:07:50','2016-10-08 06:07:50','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\nFood Exhibits: Food & Beverage Featuring – Halal Food & Drink | Juice Processing Equipment | Chilled & Frozen Foods | Food Ingredients – Aromas / Flavors & Fragrances | Food Technology | Herbal and Medicinal Plants Exporters\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you ‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from <b>26~29 April,2017</b>, will be a glittering showcase of the Food and Agro based products and service industry.\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\nDetail : <em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em>\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-foodagro.com/foodagrobd/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-10-08 06:07:50','2016-10-08 06:07:50','',5,'http://cems-agrochem.com/index.php/5-revision-v1/',0,'revision','',0),(641,1,'2016-10-08 06:11:16','2016-10-08 06:11:16','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://cems-agrochem.com/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you ‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from <b>26~29 April,2017</b>, will be a glittering showcase of the Food and Agro based products and service industry.\r\n\r\n<a href=\"http://cems-agrochem.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\nDetail : <em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em>\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-agrochem.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-10-08 06:11:16','2016-10-08 06:11:16','',5,'http://cems-agrochem.com/index.php/5-revision-v1/',0,'revision','',0),(642,1,'2016-10-08 06:13:05','2016-10-08 06:13:05','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://cems-agrochem.com/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you <strong>‘2<sup>nd</sup> AGRO CHEM BANGLADESH INTERNATIONAL EXPO - 2017</strong>’ scheduled to be held from <strong>26-29 April 2017</strong>, which will be a glittering showcase for the Agricultural Chemical based products and service industry.\r\n\r\n<a href=\"http://cems-agrochem.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\nDetail : <em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em>\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-agrochem.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-10-08 06:13:05','2016-10-08 06:13:05','',5,'http://cems-agrochem.com/index.php/5-revision-v1/',0,'revision','',0),(643,1,'2016-10-08 06:13:38','2016-10-08 06:13:38','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://cems-agrochem.com/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you <strong>‘2<sup>nd</sup> AGRO CHEM BANGLADESH INTERNATIONAL EXPO - 2017</strong>’ scheduled to be held from <strong>26-29 April 2017</strong>, which will be a glittering showcase for the Agricultural Chemical based products and service industry.\r\n\r\n<a href=\"http://cems-agrochem.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-agrochem.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-10-08 06:13:38','2016-10-08 06:13:38','',5,'http://cems-agrochem.com/index.php/5-revision-v1/',0,'revision','',0),(644,1,'2016-10-08 06:14:52','2016-10-08 06:14:52','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\n`CEMS Global’ brings to you<strong> ‘2<sup>nd</sup> AGRO CHEM BANGLADESH INTERNATIONAL EXPO - 2017’</strong> scheduled to be held from<strong> 26-29 April 2017</strong>, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Bangladesh agriculture. Bangladesh started agrochemical use mainly in 1960s as food security for a vast number of populations. The agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Bangladesh, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n<strong>‘AGRO CHEM BANGLADESH INTERNATIONAL EXPO -2017’</strong> will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Event Profile','','inherit','closed','closed','','31-revision-v1','','','2016-10-08 06:14:52','2016-10-08 06:14:52','',31,'http://cems-agrochem.com/index.php/31-revision-v1/',0,'revision','',0),(645,1,'2016-10-08 06:15:25','2016-10-08 06:15:25','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\n`CEMS Global’ brings to you<strong> ‘2<sup>nd</sup> AGRO CHEM BANGLADESH INTERNATIONAL EXPO - 2017’</strong> scheduled to be held from<strong> 26-29 April 2017</strong>, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Bangladesh agriculture. Bangladesh started agrochemical use mainly in 1960s as food security for a vast number of populations. The agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Bangladesh, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n<strong>‘AGRO CHEM BANGLADESH INTERNATIONAL EXPO -2017’</strong> will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2016-10-08 06:15:25','2016-10-08 06:15:25','',19,'http://cems-agrochem.com/index.php/19-revision-v1/',0,'revision','',0),(646,1,'2016-10-08 06:16:16','2016-10-08 06:16:16','<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong> </strong>\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer, Biological Fertilizer, Compound Fertilizer, New Specialized Fertilizers (Seaweed Fertilizers, Biological Fertilizers, Foliage Fertilizers, Slow Release Fertilizers, Trace Element Fertilizers, Humid Acid Fertilizers)\r\n\r\n \r\n\r\n<strong>Chemical Pesticides:</strong> Products of insecticide, Herbicide, Fungicide, Intermediates, Ecological Chemical Pesticides, Biological Pesticide, Pesticide Production, Pesticide Processing Technology.\r\n\r\n<strong> </strong>\r\n\r\n<strong>Crop Protection & Biotechnology:</strong> Plant Growth Regulators, Transgenic Products, Soil Additives, Nutritional Agents, Turf.\r\n\r\n<strong> </strong>\r\n\r\n<strong>Agrochemical Machinery:</strong> Equipment for Agrochemical Products, Spraying Machine, Agricultural Plastic, Farming Machine, Horticultural Grass Mown, Sprinkler Machine, Irrigating Equipment and the relative packaging.\r\n\r\n \r\n\r\n<strong>Agricultural Plastic:</strong> Shed Film, Farmland Film, Shading Net, Anti-insect Net, Modern Agricultural Covering Stuff, Seed Nursery Container, Plastic Water Saving Irrigating Equipment.','Profile of Exhibits','','inherit','closed','closed','','38-revision-v1','','','2016-10-08 06:16:16','2016-10-08 06:16:16','',38,'http://cems-agrochem.com/index.php/38-revision-v1/',0,'revision','',0),(647,1,'2016-10-08 06:16:50','2016-10-08 06:16:50','<strong>‘2ND INTERNATIONAL AGRO CHEM BANGLADESH EXPO 2017’</strong> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Profile of Visitors','','inherit','closed','closed','','41-revision-v1','','','2016-10-08 06:16:50','2016-10-08 06:16:50','',41,'http://cems-agrochem.com/index.php/41-revision-v1/',0,'revision','',0),(648,1,'2016-10-08 06:19:16','2016-10-08 06:19:16','<strong>‘2ND INTERNATIONAL AGRO CHEM BANGLADESH EXPO 2017’</strong> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Focus','','inherit','closed','closed','','22-revision-v1','','','2016-10-08 06:19:16','2016-10-08 06:19:16','',22,'http://cems-agrochem.com/index.php/22-revision-v1/',0,'revision','',0),(649,1,'2016-10-08 06:31:21','2016-10-08 06:31:21','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2016-10-08 06:31:21','2016-10-08 06:31:21','',44,'http://cems-agrochem.com/index.php/44-revision-v1/',0,'revision','',0),(650,1,'2016-10-08 06:32:53','2016-10-08 06:32:53','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2016-10-08 06:32:53','2016-10-08 06:32:53','',44,'http://cems-agrochem.com/index.php/44-revision-v1/',0,'revision','',0),(651,1,'2016-10-08 06:35:40','2016-10-08 06:35:40','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: www.cemschina.cn</div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2016-10-08 06:35:40','2016-10-08 06:35:40','',44,'http://cems-agrochem.com/index.php/44-revision-v1/',0,'revision','',0),(652,1,'2016-10-08 06:37:20','2016-10-08 06:37:20','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"www.cemschina.cn\" > www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2016-10-08 06:37:20','2016-10-08 06:37:20','',44,'http://cems-agrochem.com/index.php/44-revision-v1/',0,'revision','',0),(653,1,'2016-10-08 06:38:23','2016-10-08 06:38:23','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\" > www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2016-10-08 06:38:23','2016-10-08 06:38:23','',44,'http://cems-agrochem.com/index.php/44-revision-v1/',0,'revision','',0),(655,1,'2016-12-14 10:34:50','2016-12-14 10:34:50','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\n`CEMS Global’ brings to you<strong> ‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’</strong> scheduled to be held from 27-29 November 2017, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n<strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO -2017’</strong> will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Event Profile','','inherit','closed','closed','','31-revision-v1','','','2016-12-14 10:34:50','2016-12-14 10:34:50','',31,'http://www.cems-agrochem.com/agrochemsri/index.php/31-revision-v1/',0,'revision','',0),(656,1,'2016-12-14 10:35:58','2016-12-14 10:35:58','<p align=\"justify\"><span style=\"color: #000000;\"><em><strong>About CEMS – The Organizer</strong></em></span></p>\r\n\r\n<div>\r\n\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.\r\n\r\n</div>','About CEMS','','inherit','closed','closed','','28-revision-v1','','','2016-12-14 10:35:58','2016-12-14 10:35:58','',28,'http://www.cems-agrochem.com/agrochemsri/index.php/28-revision-v1/',0,'revision','',0),(657,1,'2016-12-14 10:36:47','2016-12-14 10:36:47','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\"> www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2016-12-14 10:36:47','2016-12-14 10:36:47','',44,'http://www.cems-agrochem.com/agrochemsri/index.php/44-revision-v1/',0,'revision','',0),(658,1,'2016-12-14 10:38:07','2016-12-14 10:38:07','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2016-12-14 10:38:07','2016-12-14 10:38:07','',12,'http://www.cems-agrochem.com/agrochemsri/index.php/12-revision-v1/',0,'revision','',0),(659,1,'2016-12-14 10:38:26','2016-12-14 10:38:26','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\n`CEMS Global’ brings to you ‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’ scheduled to be held from 27-29 November 2017, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO -2017’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2016-12-14 10:38:26','2016-12-14 10:38:26','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-revision-v1/',0,'revision','',0),(660,1,'2016-12-14 10:38:50','2016-12-14 10:38:50','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>`CEMS Global’</strong> brings to you <strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’</strong> scheduled to be held from 27-29 November 2017, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n<strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO -2017’</strong> will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2016-12-14 10:38:50','2016-12-14 10:38:50','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-revision-v1/',0,'revision','',0),(661,1,'2016-12-14 10:39:22','2016-12-14 10:39:22','<strong>‘INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017’</strong> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Focus','','inherit','closed','closed','','22-revision-v1','','','2016-12-14 10:39:22','2016-12-14 10:39:22','',22,'http://www.cems-agrochem.com/agrochemsri/index.php/22-revision-v1/',0,'revision','',0),(662,1,'2016-12-14 10:39:53','2016-12-14 10:39:53','<strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017’</strong> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Profile of Visitors','','inherit','closed','closed','','41-revision-v1','','','2016-12-14 10:39:53','2016-12-14 10:39:53','',41,'http://www.cems-agrochem.com/agrochemsri/index.php/41-revision-v1/',0,'revision','',0),(663,1,'2016-12-14 10:40:44','2016-12-14 10:40:44','<!--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\">Post Show Report 2016 - Food & Agro Bangladesh Int\'l Expo_ International Poultry and Livestock Bangladesh Expo & Agro Chem bangladesh Expo.</a-->','Post Show','','inherit','closed','closed','','573-revision-v1','','','2016-12-14 10:40:44','2016-12-14 10:40:44','',573,'http://www.cems-agrochem.com/agrochemsri/index.php/573-revision-v1/',0,'revision','',0),(664,1,'2016-12-14 10:44:16','2016-12-14 10:44:16','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you <strong>‘2<sup>nd</sup> AGRO CHEM BANGLADESH INTERNATIONAL EXPO - 2017</strong>’ scheduled to be held from <strong>26-29 April 2017</strong>, which will be a glittering showcase for the Agricultural Chemical based products and service industry.\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-12-14 10:44:16','2016-12-14 10:44:16','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(665,1,'2016-12-14 10:49:33','2016-12-14 10:49:33','','agrochemsrilanka-2017','agrochemsrilanka-2017','inherit','open','closed','','agrochemsrilanka-2017','','','2016-12-14 11:19:44','2016-12-14 11:19:44','',0,'http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2016/12/AgroChemSriLanka-2017.jpg',0,'attachment','image/jpeg',0),(666,1,'2016-12-14 10:52:31','2016-12-14 10:52:31','','sri-lanka-map','','inherit','open','closed','','sri-lanka-map','','','2016-12-14 10:52:31','2016-12-14 10:52:31','',12,'http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg',0,'attachment','image/jpeg',0),(667,1,'2016-12-14 10:53:17','2016-12-14 10:53:17','<a href=#\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2016-12-14 10:53:17','2016-12-14 10:53:17','',12,'http://www.cems-agrochem.com/agrochemsri/index.php/12-revision-v1/',0,'revision','',0),(668,1,'2016-12-14 10:58:48','2016-12-14 10:58:48','<p align=\"left\"><strong><span style=\"color: #ff6600;\">Sri</span> <span style=\"color: #008000;\">Lanka</span></strong></p>\r\n<p style=\"text-align: center;\" align=\"left\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/srilanka-med.gif\"><img class=\"alignnone size-full wp-image-69\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/srilanka-med.gif\" alt=\"srilanka-med\" width=\"139\" height=\"92\" /></a></p>\r\n\r\n<table cellspacing=\"5\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\" width=\"194\">\r\n<h5>Country Name</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\" width=\"756\">Conventional long form: Democratic Socialist Republic of Sri Lanka\r\nConventional short form: Sri Lanka\r\nFormer: Ceylon</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Size</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">65,525 sq km</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Capital</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Jayawardanapura</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Commercial Capital</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Colombo</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Government</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Lanka, is a free, independent and sovereign nation with a population of 19 million (1998 mid year estimates). Legislative power is exercised by a Parliament, elected by universal franchise on proportional representation basis. A President, who is also elected by the people, exercises executive power inclusive of defense. Sri Lanka enjoys a multi party system, and the people vote to elect a new government every six years.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>National Flag</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">National Flag of Sri Lanka is the Lion Flag. A Lion bearing a sword in its right hand is depicted in gold on red background with a yellow border. Four Bo leaves pointing inwards are at the four corners. Two vertical bands of green and orange at the mast end represent the minority ethnic groups. It is an adaptation of the standard of the last King of Sri Lanka.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>National Anthem</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">\"Sri Lanka Matha\" composed by late Mr. Ananda Samarakoon. Click on the Speaker Icon to listen to a few bars of the Anthem</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>National Flower</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">The Blue Water Lily (Nymphaea stellata) is the National Flower.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Population</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">19 million</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Population density</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">309 people per sq km</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Life expectancy at birth</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">74 female, 64 male</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Literacy rate</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">91.8%</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Languages</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sinhala & Tamil English is widely spoken throughout Sri Lanka, with the exception of remote villages.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Ethnic mix</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sihalese- 74 per cent; Tamil- 18 per cent; Muslim -7 per cent; Burgher (descendants of Dutch and Portuguese colonist) and others- 1 per cent</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Religion</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Buddhism- 70 per cent; Hinduism- 16 per cent; Christianity- 7 per cent; Islam-7 per cent</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Climate</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Low Lands – tropical, average 270C Central Hills – cooler, with temperatures dropping to 140C. The south-west monsoon brings rain to the western, southern and central regions from May to July, while the north-eastern monsoon occurs in the north and east in December and January. Sri Lanka has a good climate for holiday-makers throughout the year.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Annual per capita GNP</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">US$ 1000</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Industries</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Processing of rubber, tea, coconuts, and other agricultural commodities; clothing, cement, petroleum refining, textiles, tobacco.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Agriculture - Products</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Rice, sugarcane, grains, pulses, oilseed, roots, spices, tea, rubber, coconuts; milk, eggs, hides, meat.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Currency</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Lanka follows decimal currency system in Rupees (Rs.) and cents (Cts.) with 100 cents equal to a rupee. Currency notes are available in the denominations of Rs. 10,20,50,100,200, 500 and 1000. Coins are issued in values of Cts. 25 and 50 and Rs.1,2,5 and 10. The intervention currency continuously will be the US Dollar.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Visa</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Residents from countries are issued visas on arrival. Consult your local Sri Lanka embassy, consulate, tourist office or your travel agent.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Working week</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Lanka works a five-day week, from Monday to Friday.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Business hours</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Government offices 8.30 a.m. - 4.15 p.m, Monday to Friday</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Banks</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">9.00 a.m. to 1.00 p.m. or 3.00 p.m. Monday to Saturday</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Post office</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">8.30 a.m.- 5.00 p.m., Monday to Friday 8.30 a.m. – 1.00 p.m. on Saturday. The Central Mail Exchange, at D.R.Wijewardene Mawatha, Colombo 10, (Telephone : 2326203) is open 24-hours.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Government\r\n</strong>Type: Republic.\r\nIndependence: February 4, 1948.\r\nConstitution: August 31, 1978.\r\nSuffrage: Universal over 18.\r\nBranches: Executive--president, chief of state and head of government, elected for a 6-year term. Legislative--unicameral 225-member Parliament. Judicial--Supreme Court, Court of Appeal, High Court, subordinate courts.\r\nAdministrative subdivisions: Nine provinces and 25 administrative districts.\r\nPolitical parties: Janatha Vimukthi Peramuna, National Freedom Front, Jathika Hela Urumaya, Sri Lanka Freedom Party, Tamil National Alliance, United National Party, Tamileela Makkal Viduthalai Pulikal, Sri Lankan Muslim Congress, National Unity Alliance, Ceylon Workers\' Congress, Up-Country People\'s Front, several small Tamil and Muslim parties, Marxists, and others.\r\n\r\n<strong>Economy</strong> (2008)\r\nGDP: $40.7 billion.\r\nAnnual growth rate: 6%.\r\nNatural resources: Limestone, graphite, mineral sands, gems, and phosphate.\r\nAgriculture (12% of GDP): Major products--rice, tea, rubber, coconut, and spices.\r\nServices (60% of GDP): Major types--tourism, wholesale and retail trade, transport, telecom, financial services.\r\nIndustry (28% of GDP): Major types--garments and leather goods, rubber products, food processing, chemicals, refined petroleum, gems and jewelry, non-metallic mineral-based products, and construction.\r\nTrade: Exports--$8.1 billion: garments, tea, rubber products, jewelry and gems, refined petroleum, and coconuts. Major markets--U.S. ($2 billion), U.K., India. Imports--$14 billion. Major suppliers--India, Singapore, Hong Kong, China, Iran, Malaysia, Japan, U.K., U.A.E., Belgium, Indonesia, South Korea, U.S. ($283 million).\r\n<p style=\"text-align: left;\" align=\"left\"><strong>Trade and Foreign Assistance\r\n</strong>Sri Lanka\'s exports (mainly apparel, tea, rubber, gems and jewelry) are estimated at $8.1 billion and imports (mainly oil, textiles, food, and machinery) were estimated at $14 billion for 2008. The resulting large trade deficit was financed primarily by remittances from Sri Lankan expatriate workers, foreign assistance, and commercial borrowing. Sri Lanka must diversify its exports beyond garments and tea. Garment exports face increased competition since the 2005 expiration of the worldwide Multifiber Arrangement. Sri Lanka\'s exports to the European Union (EU) increased sharply in 2006-2008 due to duty-free entry of goods under the EU GSP Plus program, granted in 2005 to help Sri Lanka rebuild after the 2004 tsunami. The GSP Plus program expired at the end of 2008 and was temporarily renewed subject to an investigation on human rights practices. The tea industry is challenged by a shortage of plantation labor and by growing competition.</p>\r\nExports to the United States, Sri Lanka\'s most important single-country market, were estimated to be around $2 billion for 2008, or 25% of total exports. As a result of the GSP Plus program, the EU as a whole is Sri Lanka\'s biggest export market. For many years, the United States has been Sri Lanka\'s biggest market for garments, taking almost 50% of total garment exports. India is Sri Lanka\'s largest supplier, accounting for over 20% of imports. United States exports to Sri Lanka were estimated to be around $280 million for 2008, consisting primarily of wheat, electrical apparatus, textiles and specialized fabrics, medical and scientific equipment, plastics, and paper.\r\n\r\nSri Lanka is highly dependent on foreign assistance, with the World Bank, the Asian Development Bank, Japan, and other donors disbursing loans totaling $1.4 billion in 2007. Iran is becoming the largest provider of foreign assistance. During the Iranian President\'s visit in April 2008, Iran committed $450 million for the Uma Oya multipurpose irrigation project. Iran is also a major lender to Sri Lanka and has provided infrastructure project loans and an interest-free credit facility for oil imports. Under this facility, Sri Lanka has imported substantial amount of oil (valued at $700 million as of June 30, 2008). Iran promised assistance for modernization of Sri Lanka\'s only oil refinery, though no firm commitments are in place. China has also become a major lender for infrastructure projects, such as a new port and a coal power plant. Foreign grants amounted to $275 million in 2007. While implementation of aid projects has been spotty over the years, the government is trying to improve this record by streamlining tender processes and increasing project management skills.','About Srilanka','','inherit','closed','closed','','25-revision-v1','','','2016-12-14 10:58:48','2016-12-14 10:58:48','',25,'http://www.cems-agrochem.com/agrochemsri/index.php/25-revision-v1/',0,'revision','',0),(669,1,'2016-12-14 11:02:53','2016-12-14 11:02:53','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you <strong>‘2<sup>nd</sup> AGRO CHEM BANGLADESH INTERNATIONAL EXPO - 2017</strong>’ scheduled to be held from <strong>26-29 April 2017</strong>, which will be a glittering showcase for the Agricultural Chemical based products and service industry.\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-12-14 11:02:53','2016-12-14 11:02:53','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(670,1,'2016-12-14 11:03:25','2016-12-14 11:03:25','<p class=\"style2\">Dear Visitors ,</p>\r\n<p class=\"style2\">Thanks for visiting our website.\r\nWe have stopped the online registration from 22 March 2017.</p>\r\n<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>','online visitor registration','','inherit','closed','closed','','490-revision-v1','','','2016-12-14 11:03:25','2016-12-14 11:03:25','',490,'http://www.cems-agrochem.com/agrochemsri/index.php/490-revision-v1/',0,'revision','',0),(671,1,'2016-12-14 11:04:15','2016-12-14 11:04:15','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you <strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’</strong> scheduled to be held<strong> from 27-29 November 2017,</strong> which will be a glittering showcase for the Agricultural Chemical based products and service industry\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-12-14 11:04:15','2016-12-14 11:04:15','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(672,1,'2016-12-14 11:05:34','2016-12-14 11:05:34','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you <strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’</strong> scheduled to be held<strong> from 27-29 November 2017,</strong> which will be a glittering showcase for the Agricultural Chemical based products and service industry\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-12-14 11:05:34','2016-12-14 11:05:34','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(674,1,'2016-12-14 11:21:21','0000-00-00 00:00:00','[speaker photo=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2016/12/AgroChemSriLanka-2017.jpg\" name=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Name\" post=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Speaker Post\" company=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Speaker Company\" link=\"#\" target=\"_blank\"]INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 About speaker[/speaker]\r\n\r\n[map][/map]','','','draft','closed','closed','','','','','2016-12-14 11:21:21','2016-12-14 11:21:21','',0,'http://www.cems-agrochem.com/agrochemsri/?page_id=674',0,'page','',0),(675,1,'2016-12-14 11:20:30','2016-12-14 11:20:30','[speaker photo=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2016/12/AgroChemSriLanka-2017.jpg\" name=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Name\" post=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Speaker Post\" company=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Speaker Company\" link=\"#\" target=\"_blank\"]INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 About speaker[/speaker]\r\n\r\n ','','','inherit','closed','closed','','674-revision-v1','','','2016-12-14 11:20:30','2016-12-14 11:20:30','',674,'http://www.cems-agrochem.com/agrochemsri/index.php/674-revision-v1/',0,'revision','',0),(676,1,'2016-12-14 11:21:21','2016-12-14 11:21:21','[speaker photo=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2016/12/AgroChemSriLanka-2017.jpg\" name=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Name\" post=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Speaker Post\" company=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Speaker Company\" link=\"#\" target=\"_blank\"]INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 About speaker[/speaker]\r\n\r\n[map][/map]','','','inherit','closed','closed','','674-revision-v1','','','2016-12-14 11:21:21','2016-12-14 11:21:21','',674,'http://www.cems-agrochem.com/agrochemsri/index.php/674-revision-v1/',0,'revision','',0),(677,1,'2016-12-15 04:28:46','2016-12-15 04:28:46',' \r\n\r\n \r\n\r\n ','Gallery','','inherit','closed','closed','','65-revision-v1','','','2016-12-15 04:28:46','2016-12-15 04:28:46','',65,'http://www.cems-agrochem.com/agrochemsri/index.php/65-revision-v1/',0,'revision','',0),(679,1,'2017-01-04 05:49:47','2017-01-04 05:49:47','<p class=\"style2\">Dear Visitors ,</p>\r\n<p class=\"style2\">Thanks for visiting our website.\r\nWe have stopped the online registration from 22 March 2017.</p>\r\n<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>\r\n\r\n<iframe width=\"100%\" height=\"1640\" allowTransparency=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none\" src=\"http://www.emailmeform.com/builder/embed/5rNy11bHZbpeB\"><a href=\"http://www.emailmeform.com/builder/embed/5rNy11bHZbpeB\">Fill out form.</a></iframe>','online visitor registration','','inherit','closed','closed','','490-revision-v1','','','2017-01-04 05:49:47','2017-01-04 05:49:47','',490,'http://www.cems-agrochem.com/agrochemsri/index.php/490-revision-v1/',0,'revision','',0),(681,1,'2017-01-19 12:03:28','2017-01-19 12:03:28','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\n`CEMS Global’ brings to you ‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’ scheduled to be held from 27-29 November 2017, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO -2017’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2017-01-19 12:03:28','2017-01-19 12:03:28','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-revision-v1/',0,'revision','',0),(682,1,'2017-01-19 12:04:58','2017-01-19 12:04:58','<strong>‘INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017’</strong> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Profile of Visitors','','inherit','closed','closed','','41-revision-v1','','','2017-01-19 12:04:58','2017-01-19 12:04:58','',41,'http://www.cems-agrochem.com/agrochemsri/index.php/41-revision-v1/',0,'revision','',0),(684,1,'2017-03-15 09:47:51','2017-03-15 09:47:51','[one_fourth]\n<a href=\"#\"><img src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png\" alt=\"E\" width=\"100%\" height=\"auto\" /></a>\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\n[/one_fourth]\n\n[three_fourth_last]\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\n[/three_fourth_last]\n[three_fourth]\n\n[one_half]\n\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\n\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\n\n[/one_half]\n\n[one_half_last]\n\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\n\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\n\n[/one_half_last]\n\n[/three_fourth]\n\n[one_fourth_last]\n\n[/one_fourth_last]\n\n<!--Foure Page-->\n\n[one_fourth]\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\n<h3>About CEMS</h3>\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\n[/one_fourth]\n\n[one_fourth]\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\n<h3>Profile of Exhibits</h3>\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\n\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\n\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\n[/one_fourth]\n\n[one_fourth]\n\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\n<h3>Highlights</h3>\n<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\n\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\n\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo,\n\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\n[/one_fourth]\n\n[one_fourth_last]\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\n<h3>Fact Sheet</h3>\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\n[/one_fourth_last]\n\n ','Home','','inherit','closed','closed','','5-autosave-v1','','','2017-03-15 09:47:51','2017-03-15 09:47:51','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-autosave-v1/',0,'revision','',0),(685,1,'2017-03-15 08:45:46','2017-03-15 08:45:46','','cems-mp-logo','','inherit','open','closed','','cems-mp-logo','','','2017-03-15 08:45:46','2017-03-15 08:45:46','',0,'http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png',0,'attachment','image/png',0),(686,1,'2017-03-15 09:01:19','0000-00-00 00:00:00','[big_header][/big_header][biginfopane title=\"Title\" href=\"#\" buttontitle=\"Test button\" target=\"_blank\"]Test text[/biginfopane]\r\n\r\n ','','','draft','open','open','','','','','2017-03-15 09:01:19','2017-03-15 09:01:19','',0,'http://www.cems-agrochem.com/agrochemsri/?p=686',0,'post','',0),(687,1,'2017-03-15 09:01:19','2017-03-15 09:01:19','[big_header][/big_header][biginfopane title=\"Title\" href=\"#\" buttontitle=\"Test button\" target=\"_blank\"]Test text[/biginfopane]\r\n\r\n ','','','inherit','closed','closed','','686-revision-v1','','','2017-03-15 09:01:19','2017-03-15 09:01:19','',686,'http://www.cems-agrochem.com/agrochemsri/index.php/686-revision-v1/',0,'revision','',0),(688,1,'2017-03-15 09:04:04','2017-03-15 09:04:04','[one_fourth]\r\n<a href=\"#\"><img src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png\" alt=\"E\" width=\"100%\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/three_fourth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n \r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you <strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’</strong> scheduled to be held<strong> from 27-29 November 2017,</strong> which will be a glittering showcase for the Agricultural Chemical based products and service industry\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-03-15 09:04:04','2017-03-15 09:04:04','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(689,1,'2017-03-15 09:08:14','2017-03-15 09:08:14','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</em></strong>\n\n<strong> </strong>\n\n`CEMS Global’ brings to you ‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’ scheduled to be held from 27-29 November 2017, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\n\n \n\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\n\n \n\n<strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO -2017’</strong> will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-autosave-v1','','','2017-03-15 09:08:14','2017-03-15 09:08:14','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-autosave-v1/',0,'revision','',0),(690,1,'2017-03-15 09:08:25','2017-03-15 09:08:25','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\n`CEMS Global’ brings to you <strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’</strong> scheduled to be held from 27-29 November 2017, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n<strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO -2017’</strong> will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2017-03-15 09:08:25','2017-03-15 09:08:25','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-revision-v1/',0,'revision','',0),(691,1,'2017-03-15 09:11:29','2017-03-15 09:11:29','<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n‘AGRO-CHEM Sri Lanka International Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2017-03-15 09:11:29','2017-03-15 09:11:29','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-revision-v1/',0,'revision','',0),(692,1,'2017-03-15 09:37:33','2017-03-15 09:37:33','<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\n \r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\n \r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n‘AGRO-CHEM Sri Lanka Internationall Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Event Profile','','inherit','closed','closed','','31-revision-v1','','','2017-03-15 09:37:33','2017-03-15 09:37:33','',31,'http://www.cems-agrochem.com/agrochemsri/index.php/31-revision-v1/',0,'revision','',0),(693,1,'2017-03-15 09:39:00','2017-03-15 09:39:00','MP EVENTS LANKA is the oldest and the most experienced professional exhibition organizer in the country with the widest and most diverse portfolio of exhibitions. With over 22 years and over 350 exhibitions, MP Events Lanka possesses the required knowledge, expertise, skills and professionalism to successfully conduct exhibitions.\r\n\r\nMP Events Lanka is an accredited Professional Exhibition Organizer incorporated in Sri Lanka under the Board of Investment approval and an active member of the MICE promotion spearheaded by Sri Lanka Convention Bureau under the aegis of the Ministry of Tourism.','About MP EVENTS LANKA (Joint - Organizer)','','publish','closed','closed','','about-mp-events-lanka-joint-organizer','','','2017-03-15 09:39:00','2017-03-15 09:39:00','',0,'http://www.cems-agrochem.com/agrochemsri/?page_id=693',0,'page','',0),(694,1,'2017-03-15 09:39:00','2017-03-15 09:39:00','MP EVENTS LANKA is the oldest and the most experienced professional exhibition organizer in the country with the widest and most diverse portfolio of exhibitions. With over 22 years and over 350 exhibitions, MP Events Lanka possesses the required knowledge, expertise, skills and professionalism to successfully conduct exhibitions.\r\n\r\nMP Events Lanka is an accredited Professional Exhibition Organizer incorporated in Sri Lanka under the Board of Investment approval and an active member of the MICE promotion spearheaded by Sri Lanka Convention Bureau under the aegis of the Ministry of Tourism.','About MP EVENTS LANKA (Joint - Organizer)','','inherit','closed','closed','','693-revision-v1','','','2017-03-15 09:39:00','2017-03-15 09:39:00','',693,'http://www.cems-agrochem.com/agrochemsri/index.php/693-revision-v1/',0,'revision','',0),(697,1,'2017-03-15 09:42:26','2017-03-15 09:42:26','[one_fourth]\r\n<a href=\"#\"><img src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png\" alt=\"E\" width=\"100%\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/three_fourth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo,\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-03-15 09:42:26','2017-03-15 09:42:26','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(698,1,'2017-03-15 09:44:58','2017-03-15 09:44:58','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n <span style=\"color: #ff0000;\"><strong>Corporate office:</strong></span>\r\n<span class=\"strong\">MP Events Lanka (Pvt) Ltd. </span>\r\n<span class=\"strong\">Colombo , Sri Lanka</span>\r\nT :(94) (11) 2343 239-41 F : (94) (11) 2343 237\r\nEmail : shanti.o@sl.pico.com\r\nWeb : www.pico.lk\r\nContact Numbers : +94766341100 – Kathija (Projects), +94773018888-Emile (Director) , +94777685444- Shanti (Director)\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\"> www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-03-15 09:44:58','2017-03-15 09:44:58','',44,'http://www.cems-agrochem.com/agrochemsri/index.php/44-revision-v1/',0,'revision','',0),(699,1,'2017-03-15 09:45:34','2017-03-15 09:45:34','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate office:</strong></span>\r\n<span class=\"strong\">MP Events Lanka (Pvt) Ltd. </span>\r\n<span class=\"strong\">Colombo , Sri Lanka</span>\r\nT :(94) (11) 2343 239-41 F : (94) (11) 2343 237\r\nEmail : shanti.o@sl.pico.com\r\nWeb : www.pico.lk\r\nContact Numbers : +94766341100 – Kathija (Projects), +94773018888-Emile (Director) , +94777685444- Shanti (Director)\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\"> www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-03-15 09:45:34','2017-03-15 09:45:34','',44,'http://www.cems-agrochem.com/agrochemsri/index.php/44-revision-v1/',0,'revision','',0),(700,1,'2017-03-15 09:46:01','2017-03-15 09:46:01','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate office:</strong></span>\r\n<span class=\"strong\">MP Events Lanka (Pvt) Ltd. </span>\r\n<span class=\"strong\">Colombo , Sri Lanka</span>\r\nT :(94) (11) 2343 239-41 F : (94) (11) 2343 237\r\nEmail : shanti.o@sl.pico.com\r\nWeb : www.pico.lk\r\nContact Numbers : +94766341100 – Kathija (Projects), +94773018888-Emile (Director) , +94777685444- Shanti (Director)\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\"> www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-03-15 09:46:01','2017-03-15 09:46:01','',44,'http://www.cems-agrochem.com/agrochemsri/index.php/44-revision-v1/',0,'revision','',0),(701,1,'2017-03-15 09:46:56','2017-03-15 09:46:56',' \r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA </span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2017-03-15 09:46:56','2017-03-15 09:46:56','',12,'http://www.cems-agrochem.com/agrochemsri/index.php/12-revision-v1/',0,'revision','',0),(702,1,'2017-03-15 09:48:32','2017-03-15 09:48:32','[one_fourth]\r\n<a href=\"#\"><img src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png\" alt=\"E\" width=\"100%\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/three_fourth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo,\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-03-15 09:48:32','2017-03-15 09:48:32','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(703,1,'2017-03-15 09:48:56','2017-03-15 09:48:56',' \r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA </span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – MP EVENTS LANKA ,Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2017-03-15 09:48:56','2017-03-15 09:48:56','',12,'http://www.cems-agrochem.com/agrochemsri/index.php/12-revision-v1/',0,'revision','',0),(704,1,'2017-03-15 10:27:12','2017-03-15 10:27:12','[one_fourth]\r\n<a href=\"#\"><img src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png\" alt=\"E\" width=\"100%\" height=\"auto\" /></a>\r\n<span><strong><em><span style=\"color: #000000;\">Jointly Present,</span></em></strong></span>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/three_fourth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo,\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-03-15 10:27:12','2017-03-15 10:27:12','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(705,1,'2017-03-20 11:01:22','2017-03-20 11:01:22','','mp-events','','inherit','open','closed','','mp-events','','','2017-03-20 11:01:22','2017-03-20 11:01:22','',0,'http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/mp-events.jpg',0,'attachment','image/jpeg',0),(707,1,'2017-05-07 07:03:39','2017-05-07 07:03:39','<p align=\"justify\"><span style=\"color: #000000;\"><em><strong>About CEMS – The Organizer</strong></em></span></p>\r\n\r\n<div>\r\n\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. Based in New York, which hosts the group\'s headquarters; the branches of CEMS Global\'s expanded offices are operated in the following countries: India, China, Bangladesh, Sri Lanka, Singapore, Indonesia, and Brazil.\r\n\r\n\r\n</div>','About CEMS','','inherit','closed','closed','','28-revision-v1','','','2017-05-07 07:03:39','2017-05-07 07:03:39','',28,'http://www.cems-agrochem.com/agrochemsri/index.php/28-revision-v1/',0,'revision','',0),(708,1,'2017-05-07 07:10:36','2017-05-07 07:10:36','[one_fourth]\r\n<a href=\"#\"><img src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png\" alt=\"E\" width=\"100%\" height=\"auto\" /></a>\r\n<span><strong><em><span style=\"color: #000000;\">Jointly Present,</span></em></strong></span>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/three_fourth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. Based in New York, which hosts the group\'s headquarters; the branches of CEMS Global\'s expanded offices are operated in the following countries: India, China, Bangladesh, Sri Lanka, Singapore, Indonesia, and Brazil..........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo,\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-05-07 07:10:36','2017-05-07 07:10:36','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(710,1,'2017-06-01 07:38:02','2017-06-01 07:38:02',' \r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Colombo, Srilanka</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA </span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – MP EVENTS LANKA ,Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 07:38:02','2017-06-01 07:38:02','',12,'http://www.cems-agrochem.com/agrochemsri/index.php/12-revision-v1/',0,'revision','',0),(711,1,'2017-06-01 07:39:46','2017-06-01 07:39:46','<span style=\"color: #008000;\">Sri Lanka – the highest user of Agro-chemicals in the world…….</span>\r\n<span style=\"color: #008000;\">A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</span>\r\n\r\nCEMS-Global in association with MP International have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n‘AGRO-CHEM Sri Lanka International Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2017-06-01 07:39:46','2017-06-01 07:39:46','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-revision-v1/',0,'revision','',0),(712,1,'2017-06-01 07:41:50','2017-06-01 07:41:50','<span style=\"color: #008000;\">Sri Lanka – the highest user of Agro-chemicals in the world…….</span>\r\n<span style=\"color: #008000;\"> A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</span>\r\n\r\nCEMS-Global in association with MP International have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n‘AGRO-CHEM Sri Lanka International Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Event Profile','','inherit','closed','closed','','31-revision-v1','','','2017-06-01 07:41:50','2017-06-01 07:41:50','',31,'http://www.cems-agrochem.com/agrochemsri/index.php/31-revision-v1/',0,'revision','',0),(713,1,'2017-06-01 07:42:58','2017-06-01 07:42:58','<span style=\"color: #008000;\">Sri Lanka – the highest user of Agro-chemicals in the world…….</span>\r\n<span style=\"color: #008000;\"> A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</span>\r\n\r\nCEMS-Global in association with MP International have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n‘AGRO-CHEM Sri Lanka International Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2017-06-01 07:42:58','2017-06-01 07:42:58','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-revision-v1/',0,'revision','',0),(714,1,'2017-06-01 07:44:46','2017-06-01 07:44:46','<span style=\"color: #008000;\">Agriculture Chemicals:</span> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<span style=\"color: #008000;\">Agricultural Fertilizer:</span> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer, Biological Fertilizer, Compound Fertilizer, New Specialized Fertilizers (Seaweed Fertilizers, Biological Fertilizers, Foliage Fertilizers, Slow Release Fertilizers, Trace Element Fertilizers, Humid Acid Fertilizers)\r\n\r\n<span style=\"color: #008000;\">Chemical Pesticides:</span> Products of insecticide, Herbicide, Fungicide, Intermediates, Ecological Chemical Pesticides, Biological Pesticide, Pesticide Production, Pesticide Processing Technology.\r\n\r\n<span style=\"color: #008000;\">Crop Protection & Biotechnology:</span> Plant Growth Regulators, Transgenic Products, Soil Additives, Nutritional Agents, Turf.\r\n\r\n<span style=\"color: #008000;\">Agrochemical Machinery:</span> Equipment for Agrochemical Products, Spraying Machine, Agricultural Plastic, Farming Machine, Horticultural Grass Mown, Sprinkler Machine, Irrigating Equipment and the relative packaging.\r\n\r\n<span style=\"color: #008000;\">Agricultural Plastic:</span> Shed Film, Farmland Film, Shading Net, Anti-insect Net, Modern Agricultural Covering Stuff, Seed Nursery Container, Plastic Water Saving Irrigating Equipment.','Profile of Exhibits','','inherit','closed','closed','','38-revision-v1','','','2017-06-01 07:44:46','2017-06-01 07:44:46','',38,'http://www.cems-agrochem.com/agrochemsri/index.php/38-revision-v1/',0,'revision','',0),(715,1,'2017-06-01 07:45:09','2017-06-01 07:45:09','<span style=\"color: #008000;\">‘INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017’</span> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Focus','','inherit','closed','closed','','22-revision-v1','','','2017-06-01 07:45:09','2017-06-01 07:45:09','',22,'http://www.cems-agrochem.com/agrochemsri/index.php/22-revision-v1/',0,'revision','',0),(716,1,'2017-06-01 07:47:30','2017-06-01 07:47:30','<p align=\"justify\"><span style=\"color: #000000;\"><em><strong>About CEMS – The Organizer</strong></em></span></p>\r\n\r\n<div>\r\n<div class=\"one_third widget-text\">\r\n\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. Based in New York, which hosts the group’s headquarters; the branches of CEMS Global’s expanded offices are operated in the following countries: India, China, Bangladesh, Sri Lanka, Singapore, Indonesia, and Brazil.\r\n\r\n</div>\r\n<div class=\"one_third widget-services\"> </div>\r\n</div>\r\n<span style=\"color: #000000;\"><em><strong>About MP International Lanka (Pvt) Ltd. (Joint - Organizer)</strong></em></span>\r\n\r\nMP International Lanka (Pvt) Ltd. is the oldest and the most experienced professional exhibition organizer in the country with the widest and most diverse portfolio of exhibitions. With over 22 years and over 350 exhibitions, MP Events Lanka possesses the required knowledge, expertise, skills and professionalism to successfully conduct exhibitions.\r\n\r\nMP International is an accredited Professional Exhibition Organizer incorporated in Sri Lanka under the Board of Investment approval and an active member of the MICE promotion spearheaded by Sri Lanka Convention Bureau under the aegis of the Ministry of Tourism.','About Organizer','','inherit','closed','closed','','28-revision-v1','','','2017-06-01 07:47:30','2017-06-01 07:47:30','',28,'http://www.cems-agrochem.com/agrochemsri/index.php/28-revision-v1/',0,'revision','',0),(717,1,'2017-06-01 07:55:53','2017-06-01 07:55:53','<a href=\"http://www.cems-foodagro.com/foodsri/wp-content/uploads/2015/05/Sri-Lanka-Map-300x248.jpg\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://www.cems-foodagro.com/foodsri/wp-content/uploads/2015/05/Sri-Lanka-Map-300x248.jpg\" alt=\"map22\" width=\"244\" height=\"202\"></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Colombo, Srilanka</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA </span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – MP EVENTS LANKA ,Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 07:55:53','2017-06-01 07:55:53','',12,'http://www.cems-agrochem.com/agrochemsri/index.php/12-revision-v1/',0,'revision','',0),(718,1,'2017-06-01 09:19:06','2017-06-01 09:19:06','','agro-sri-lgo-joint','','inherit','open','closed','','agro-sri-lgo-joint','','','2017-06-01 09:19:06','2017-06-01 09:19:06','',0,'http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/06/agro-sri-lgo-joint.jpg',0,'attachment','image/jpeg',0),(719,1,'2017-06-04 04:48:58','2017-06-04 04:48:58','<p class=\"style2\">Dear Visitors ,</p>\r\n<p class=\"style2\">Thanks for visiting our website.\r\nWe have stopped the online registration from 22 March 2017.</p>\r\n<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>\r\n<script src=\"http://www.emailmeform.com/builder/forms/jsform/5rNy11bHZbpeB\" type=\"text/javascript\"></script>','online visitor registration','','inherit','closed','closed','','490-revision-v1','','','2017-06-04 04:48:58','2017-06-04 04:48:58','',490,'http://www.cems-agrochem.com/agrochemsri/index.php/490-revision-v1/',0,'revision','',0),(720,1,'2017-06-04 04:51:03','2017-06-04 04:51:03','<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>\r\n<script src=\"http://www.emailmeform.com/builder/forms/jsform/5rNy11bHZbpeB\" type=\"text/javascript\"></script>','online visitor registration','','inherit','closed','closed','','490-revision-v1','','','2017-06-04 04:51:03','2017-06-04 04:51:03','',490,'http://www.cems-agrochem.com/agrochemsri/index.php/490-revision-v1/',0,'revision','',0),(721,1,'2017-06-04 04:51:22','2017-06-04 04:51:22','<script src=\"http://www.emailmeform.com/builder/forms/jsform/5rNy11bHZbpeB\" type=\"text/javascript\"></script>','online visitor registration','','inherit','closed','closed','','490-revision-v1','','','2017-06-04 04:51:22','2017-06-04 04:51:22','',490,'http://www.cems-agrochem.com/agrochemsri/index.php/490-revision-v1/',0,'revision','',0),(723,1,'2017-09-16 08:36:17','2017-09-16 08:36:17','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate office:</strong></span>\r\n<span class=\"strong\">MP Events Lanka (Pvt) Ltd. </span>\r\n<span class=\"strong\">Colombo , Sri Lanka</span>\r\nT :(94) (11) 2343 239-41 F : (94) (11) 2343 237\r\nEmail : shanti.o@sl.pico.com\r\nWeb : www.pico.lk\r\nContact Numbers : +94766341100 – Kathija (Projects), +94773018888-Emile (Director) , +94777685444- Shanti (Director)\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\"> www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-09-16 08:36:17','2017-09-16 08:36:17','',44,'http://www.cems-agrochem.com/agrochemsri/index.php/44-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `backupdb_wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backupdb_wp_term_relationships` -- DROP TABLE IF EXISTS `backupdb_wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backupdb_wp_term_relationships` -- LOCK TABLES `backupdb_wp_term_relationships` WRITE; /*!40000 ALTER TABLE `backupdb_wp_term_relationships` DISABLE KEYS */; INSERT INTO `backupdb_wp_term_relationships` VALUES (11,2,0),(15,2,0),(18,2,0),(21,2,0),(24,2,0),(27,2,0),(30,2,0),(33,2,0),(37,2,0),(40,2,0),(43,2,0),(46,2,0),(50,2,0),(94,2,0),(575,2,0),(686,1,0); /*!40000 ALTER TABLE `backupdb_wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backupdb_wp_term_taxonomy` -- DROP TABLE IF EXISTS `backupdb_wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci 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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backupdb_wp_term_taxonomy` -- LOCK TABLES `backupdb_wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `backupdb_wp_term_taxonomy` DISABLE KEYS */; /*!40000 ALTER TABLE `backupdb_wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci 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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (16,47,'Food & Agro Bangladesh International Expo-2016 - Ecvents.com','','http://www.ecvents.com/international-events/food-agro-bangladesh-international-expo-2016/','178.238.224.131','2016-03-03 17:07:47','2016-03-03 17:07:47','[…] Exhibition Participation Application Form: www. cems-foodagro.com/foodagrobd/expo-application-form […]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/4.4.2','pingback',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci 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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_album` -- DROP TABLE IF EXISTS `wp_ngg_album`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ngg_album` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `previewpic` bigint(20) NOT NULL DEFAULT '0', `albumdesc` mediumtext, `sortorder` longtext NOT NULL, `pageid` bigint(20) NOT NULL DEFAULT '0', `extras_post_id` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `extras_post_id_key` (`extras_post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ngg_album` -- LOCK TABLES `wp_ngg_album` WRITE; /*!40000 ALTER TABLE `wp_ngg_album` DISABLE KEYS */; INSERT INTO `wp_ngg_album` VALUES (1,'Food Pro & Agro Bangladesh International Expo','food-pro-agro-bangladesh-international-expo',1,'','WyIxIiwiMiJd',0,98); /*!40000 ALTER TABLE `wp_ngg_album` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_gallery` -- DROP TABLE IF EXISTS `wp_ngg_gallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ngg_gallery` ( `gid` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `path` mediumtext, `title` mediumtext, `galdesc` mediumtext, `pageid` bigint(20) NOT NULL DEFAULT '0', `previewpic` bigint(20) NOT NULL DEFAULT '0', `author` bigint(20) NOT NULL DEFAULT '0', `extras_post_id` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`gid`), KEY `extras_post_id_key` (`extras_post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ngg_gallery` -- LOCK TABLES `wp_ngg_gallery` WRITE; /*!40000 ALTER TABLE `wp_ngg_gallery` DISABLE KEYS */; INSERT INTO `wp_ngg_gallery` VALUES (4,'food-and-agro','food-and-agro','/wp-content/gallery/food-and-agro','Food and Agro','',0,112,1,140),(5,'valued-logo','valued-logo','/wp-content/gallery/valued-logo','valued-logo','',0,37,1,263); /*!40000 ALTER TABLE `wp_ngg_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_pictures` -- DROP TABLE IF EXISTS `wp_ngg_pictures`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ngg_pictures` ( `pid` bigint(20) NOT NULL AUTO_INCREMENT, `image_slug` varchar(255) NOT NULL, `post_id` bigint(20) NOT NULL DEFAULT '0', `galleryid` bigint(20) NOT NULL DEFAULT '0', `filename` varchar(255) NOT NULL, `description` mediumtext, `alttext` mediumtext, `imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `exclude` tinyint(4) DEFAULT '0', `sortorder` bigint(20) NOT NULL DEFAULT '0', `meta_data` longtext, `extras_post_id` bigint(20) NOT NULL DEFAULT '0', `updated_at` bigint(20) DEFAULT NULL, PRIMARY KEY (`pid`), KEY `extras_post_id_key` (`extras_post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=127 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ngg_pictures` -- LOCK TABLES `wp_ngg_pictures` WRITE; /*!40000 ALTER TABLE `wp_ngg_pictures` DISABLE KEYS */; INSERT INTO `wp_ngg_pictures` VALUES (16,'thumbs_11427762_467814393368365_7844651332786493247_5n',0,3,'thumbs_11427762_467814393368365_7844651332786493247_5n.jpg','','thumbs_11427762_467814393368365_7844651332786493247_5n','2015-06-17 09:12:59',0,0,'eyIwIjpmYWxzZSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjYwMCwiaGVpZ2h0Ijo0NTAsInNhdmVkIjp0cnVlLCJ0aHVtYm5haWwiOnsid2lkdGgiOjQwMCwiaGVpZ2h0IjoyNTB9LCJuZ2cwZHluLTB4MjUwLTAwZjB3MDExYzAxMHIxMTBmMTEwcjAxMHQwMTAiOnsid2lkdGgiOjMzMywiaGVpZ2h0IjoyNTAsImZpbGVuYW1lIjoidGh1bWJzXzExNDI3NzYyXzQ2NzgxNDM5MzM2ODM2NV83ODQ0NjUxMzMyNzg2NDkzMjQ3XzVuLmpwZy1uZ2dpZDAyMTYtbmdnMGR5bi0weDI1MC0wMGYwdzAxMWMwMTByMTEwZjExMHIwMTB0MDEwLmpwZyIsImdlbmVyYXRlZCI6IjAuMDYyMDU3MDAgMTQzNDUzMjk4MiJ9fQ==',136,1434532982),(17,'thumbs_11407228_467808840035587_6687833193919930531_n',0,3,'thumbs_11407228_467808840035587_6687833193919930531_n.jpg','','thumbs_11407228_467808840035587_6687833193919930531_n','2015-06-17 09:13:34',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:400;s:6:\"height\";i:250;}}',0,NULL),(18,'11215802_467814296701708_8417981841133168063_n',0,3,'11215802_467814296701708_8417981841133168063_n.jpg','','11215802_467814296701708_8417981841133168063_n','2015-06-17 09:13:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:960;s:6:\"height\";i:640;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:400;s:6:\"height\";i:250;}}',0,NULL),(19,'thumbs_11407228_467808840035587_6687833193919930531_n_0',0,3,'thumbs_11407228_467808840035587_6687833193919930531_n_0.jpg','','thumbs_11407228_467808840035587_6687833193919930531_n_0','2015-06-17 09:14:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:400;s:6:\"height\";i:250;}}',0,NULL),(20,'11393104_467814060035065_2891123569364602738_n',0,3,'11393104_467814060035065_2891123569364602738_n.jpg','','11393104_467814060035065_2891123569364602738_n','2015-06-17 09:14:21',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:960;s:6:\"height\";i:640;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:400;s:6:\"height\";i:250;}}',0,NULL),(22,'thumbs_11427762_467814393368365_7844651332786493247_5n-1',0,4,'thumbs_11427762_467814393368365_7844651332786493247_5n-1.jpg','','thumbs_11427762_467814393368365_7844651332786493247_5n','2015-06-17 09:24:32',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJ0aHVtYnNfMTE0Mjc3NjJfNDY3ODE0MzkzMzY4MzY1Xzc4NDQ2NTEzMzI3ODY0OTMyNDdfNW4tMS5qcGciLCJ3aWR0aCI6NjAwLCJoZWlnaHQiOjQ1MCwiZ2VuZXJhdGVkIjoiMC40MTg2OTUwMCAxNDM0NTMzMDcyIn0sIndpZHRoIjo2MDAsImhlaWdodCI6NDUwLCJmdWxsIjp7IndpZHRoIjo2MDAsImhlaWdodCI6NDUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic190aHVtYnNfMTE0Mjc3NjJfNDY3ODE0MzkzMzY4MzY1Xzc4NDQ2NTEzMzI3ODY0OTMyNDdfNW4tMS5qcGciLCJnZW5lcmF0ZWQiOiIwLjQ3MDkyMjAwIDE0MzQ1MzMwNzIifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',142,1464156575),(23,'thumbs_11428731_467814156701722_7607020877621209532_n4',0,4,'thumbs_11428731_467814156701722_7607020877621209532_n4.jpg','','thumbs_11428731_467814156701722_7607020877621209532_n4','2015-06-17 09:24:35',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJ0aHVtYnNfMTE0Mjg3MzFfNDY3ODE0MTU2NzAxNzIyXzc2MDcwMjA4Nzc2MjEyMDk1MzJfbjQuanBnIiwid2lkdGgiOjYwMCwiaGVpZ2h0Ijo0NTAsImdlbmVyYXRlZCI6IjAuODQ3NTEyMDAgMTQzNDUzMzA3NSJ9LCJ3aWR0aCI6NjAwLCJoZWlnaHQiOjQ1MCwiZnVsbCI6eyJ3aWR0aCI6NjAwLCJoZWlnaHQiOjQ1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfdGh1bWJzXzExNDI4NzMxXzQ2NzgxNDE1NjcwMTcyMl83NjA3MDIwODc3NjIxMjA5NTMyX240LmpwZyIsImdlbmVyYXRlZCI6IjAuOTAyNDI5MDAgMTQzNDUzMzA3NSJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',144,1464156575),(24,'11215802_467814296701708_8417981841133168063_n-1',0,4,'11215802_467814296701708_8417981841133168063_n-1.jpg','','11215802_467814296701708_8417981841133168063_n','2015-06-17 09:27:47',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMTIxNTgwMl80Njc4MTQyOTY3MDE3MDhfODQxNzk4MTg0MTEzMzE2ODA2M19uLTEuanBnIiwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDAsImdlbmVyYXRlZCI6IjAuODE2MTI2MDAgMTQzNDUzMzI2NyJ9LCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY0MCwiZnVsbCI6eyJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY0MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfMTEyMTU4MDJfNDY3ODE0Mjk2NzAxNzA4Xzg0MTc5ODE4NDExMzMxNjgwNjNfbi0xLmpwZyIsImdlbmVyYXRlZCI6IjAuOTE4ODYzMDAgMTQzNDUzMzI2NyJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',147,1464156575),(26,'11350562_467813946701743_2628541697742313852_n1',0,4,'11350562_467813946701743_2628541697742313852_n1.jpg','','11350562_467813946701743_2628541697742313852_n1','2015-06-17 09:27:50',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMTM1MDU2Ml80Njc4MTM5NDY3MDE3NDNfMjYyODU0MTY5Nzc0MjMxMzg1Ml9uMS5qcGciLCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY0MCwiZ2VuZXJhdGVkIjoiMC4wNjMxMDYwMCAxNDM0NTMzMjcwIn0sIndpZHRoIjo5NjAsImhlaWdodCI6NjQwLCJmdWxsIjp7IndpZHRoIjo5NjAsImhlaWdodCI6NjQwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic18xMTM1MDU2Ml80Njc4MTM5NDY3MDE3NDNfMjYyODU0MTY5Nzc0MjMxMzg1Ml9uMS5qcGciLCJnZW5lcmF0ZWQiOiIwLjE3Mjc5NDAwIDE0MzQ1MzMyNzAifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',151,1464156575),(28,'11403343_467814043368400_7745644898113678858_n',0,4,'11403343_467814043368400_7745644898113678858_n.jpg','','11403343_467814043368400_7745644898113678858_n','2015-06-17 09:27:51',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMTQwMzM0M180Njc4MTQwNDMzNjg0MDBfNzc0NTY0NDg5ODExMzY3ODg1OF9uLmpwZyIsIndpZHRoIjo5NjAsImhlaWdodCI6NjQwLCJnZW5lcmF0ZWQiOiIwLjgyNTQzNzAwIDE0MzQ1MzMyNzEifSwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDAsImZ1bGwiOnsid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzXzExNDAzMzQzXzQ2NzgxNDA0MzM2ODQwMF83NzQ1NjQ0ODk4MTEzNjc4ODU4X24uanBnIiwiZ2VuZXJhdGVkIjoiMC45MjI4MjEwMCAxNDM0NTMzMjcxIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',155,1464156575),(29,'11406920_467814403368364_799800414709535019_n',0,4,'11406920_467814403368364_799800414709535019_n.jpg','','11406920_467814403368364_799800414709535019_n','2015-06-17 09:27:52',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMTQwNjkyMF80Njc4MTQ0MDMzNjgzNjRfNzk5ODAwNDE0NzA5NTM1MDE5X24uanBnIiwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDAsImdlbmVyYXRlZCI6IjAuNjM3MzkzMDAgMTQzNDUzMzI3MiJ9LCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY0MCwiZnVsbCI6eyJ3aWR0aCI6OTYwLCJoZWlnaHQiOjY0MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfMTE0MDY5MjBfNDY3ODE0NDAzMzY4MzY0Xzc5OTgwMDQxNDcwOTUzNTAxOV9uLmpwZyIsImdlbmVyYXRlZCI6IjAuNzY2MTk4MDAgMTQzNDUzMzI3MiJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',157,1464156575),(30,'11427762_467814393368365_7844651332786493247_n',0,4,'11427762_467814393368365_7844651332786493247_n.jpg','','11427762_467814393368365_7844651332786493247_n','2015-06-17 09:27:53',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMTQyNzc2Ml80Njc4MTQzOTMzNjgzNjVfNzg0NDY1MTMzMjc4NjQ5MzI0N19uLmpwZyIsIndpZHRoIjo5NjAsImhlaWdodCI6NjQwLCJnZW5lcmF0ZWQiOiIwLjQ5Njk1NjAwIDE0MzQ1MzMyNzMifSwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDAsImZ1bGwiOnsid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzXzExNDI3NzYyXzQ2NzgxNDM5MzM2ODM2NV83ODQ0NjUxMzMyNzg2NDkzMjQ3X24uanBnIiwiZ2VuZXJhdGVkIjoiMC41OTIyODQwMCAxNDM0NTMzMjczIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',159,1464156575),(31,'thumbs_11393104_467814060035065_2891123569364602738_n3',0,4,'thumbs_11393104_467814060035065_2891123569364602738_n3.jpg','','thumbs_11393104_467814060035065_2891123569364602738_n3','2015-06-17 09:29:44',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJ0aHVtYnNfMTEzOTMxMDRfNDY3ODE0MDYwMDM1MDY1XzI4OTExMjM1NjkzNjQ2MDI3MzhfbjMuanBnIiwid2lkdGgiOjYwMCwiaGVpZ2h0Ijo0NTAsImdlbmVyYXRlZCI6IjAuODY0Mzc4MDAgMTQzNDUzMzM4NCJ9LCJ3aWR0aCI6NjAwLCJoZWlnaHQiOjQ1MCwiZnVsbCI6eyJ3aWR0aCI6NjAwLCJoZWlnaHQiOjQ1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfdGh1bWJzXzExMzkzMTA0XzQ2NzgxNDA2MDAzNTA2NV8yODkxMTIzNTY5MzY0NjAyNzM4X24zLmpwZyIsImdlbmVyYXRlZCI6IjAuOTE1NDkyMDAgMTQzNDUzMzM4NCJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',161,1464156575),(35,'_mg_1308',0,4,'MG_1308.JPG','','_MG_1308','2015-06-17 09:35:09',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18xMzA4LkpQRyIsIndpZHRoIjoxMDAwLCJoZWlnaHQiOjY2NywiZ2VuZXJhdGVkIjoiMC4xNTAxOTcwMCAxNDM0NTMzNzA5In0sIndpZHRoIjoxMDAwLCJoZWlnaHQiOjY2NywiZnVsbCI6eyJ3aWR0aCI6MTAwMCwiaGVpZ2h0Ijo2Njd9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzEzMDguSlBHIiwiZ2VuZXJhdGVkIjoiMC4yNTM1MzgwMCAxNDM0NTMzNzA5In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',169,1464156575),(36,'_mg_1313',0,4,'MG_1313.JPG','','_MG_1313','2015-06-17 09:35:09',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18xMzEzLkpQRyIsIndpZHRoIjoxMDAwLCJoZWlnaHQiOjY2NywiZ2VuZXJhdGVkIjoiMC45OTM1NjQwMCAxNDM0NTMzNzA5In0sIndpZHRoIjoxMDAwLCJoZWlnaHQiOjY2NywiZnVsbCI6eyJ3aWR0aCI6MTAwMCwiaGVpZ2h0Ijo2Njd9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzEzMTMuSlBHIiwiZ2VuZXJhdGVkIjoiMC4wOTE5NzEwMCAxNDM0NTMzNzEwIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',171,1464156575),(37,'kfk-logo',0,5,'KFK-Logo.jpg','','P-Billboard 30FT X 20FT','2015-09-16 04:40:40',0,1,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJLRkstTG9nby5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjEyNywiZ2VuZXJhdGVkIjoiMC41Mjk3MjIwMCAxNDQyMzc4NDQwIn0sIndpZHRoIjoyMDAsImhlaWdodCI6MTI3LCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTI3fSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTI3LCJmaWxlbmFtZSI6InRodW1ic19LRkstTG9nby5qcGciLCJnZW5lcmF0ZWQiOiIwLjU1MDM0NjAwIDE0NDIzNzg0NDAifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6IlAtQmlsbGJvYXJkIDMwRlQgWCAyMEZUIiwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',262,1456546996),(46,'p6-logo',0,5,'p6-logo.jpg','','p6-logo','2015-09-16 04:41:32',0,2,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJwNi1sb2dvLmpwZyIsIndpZHRoIjoyMTAsImhlaWdodCI6MTEwLCJnZW5lcmF0ZWQiOiIwLjcwMTgzNjAwIDE0NDIzNzg0OTIifSwid2lkdGgiOjIxMCwiaGVpZ2h0IjoxMTAsImZ1bGwiOnsid2lkdGgiOjIxMCwiaGVpZ2h0IjoxMTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMTAsImZpbGVuYW1lIjoidGh1bWJzX3A2LWxvZ28uanBnIiwiZ2VuZXJhdGVkIjoiMC43MjAyNTcwMCAxNDQyMzc4NDkyIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',281,1456546996),(55,'p8-logo',0,5,'p8-logo.jpg','','p8-logo','2015-09-16 04:54:54',0,3,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJwOC1sb2dvLmpwZyIsIndpZHRoIjoxNzksImhlaWdodCI6MTY2LCJnZW5lcmF0ZWQiOiIwLjMxMjMxNjAwIDE0NDIzNzkyOTQifSwid2lkdGgiOjE3OSwiaGVpZ2h0IjoxNjYsImZ1bGwiOnsid2lkdGgiOjE3OSwiaGVpZ2h0IjoxNjZ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjE3OSwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX3A4LWxvZ28uanBnIiwiZ2VuZXJhdGVkIjoiMC4zMzI4ODMwMCAxNDQyMzc5Mjk0In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',300,1456546996),(56,'p9-logo',0,5,'p9-logo.jpg','','p9-logo','2015-09-16 04:58:14',0,4,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJwOS1sb2dvLmpwZyIsIndpZHRoIjoxNzksImhlaWdodCI6MTY2LCJnZW5lcmF0ZWQiOiIwLjAyMDU4ODAwIDE0NDIzNzk0OTQifSwid2lkdGgiOjE3OSwiaGVpZ2h0IjoxNjYsImZ1bGwiOnsid2lkdGgiOjE3OSwiaGVpZ2h0IjoxNjZ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjE3OSwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX3A5LWxvZ28uanBnIiwiZ2VuZXJhdGVkIjoiMC4wNDA3MjgwMCAxNDQyMzc5NDk0In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',302,1456546996),(58,'p7-logo',0,5,'p7-logo.jpg','','p7-logo','2015-09-16 05:02:08',0,5,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJwNy1sb2dvLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjkyMzIyNzAwIDE0NDIzNzk3MjgifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX3A3LWxvZ28uanBnIiwiZ2VuZXJhdGVkIjoiMC45NDM1NzgwMCAxNDQyMzc5NzI4In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',306,1456546996),(60,'logo2',0,5,'logo2.jpg','','logo2','2015-09-16 05:05:36',0,6,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMi5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC45Njc1OTEwMCAxNDQyMzc5OTM2In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19sb2dvMi5qcGciLCJnZW5lcmF0ZWQiOiIwLjk5MzM1MTAwIDE0NDIzNzk5MzYifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',310,1456546996),(63,'logo29',0,5,'logo29.jpg','','logo29','2015-09-16 05:07:36',0,7,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjkuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuOTgzODI0MDAgMTQ0MjM4MDA1NiJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG9nbzI5LmpwZyIsImdlbmVyYXRlZCI6IjAuMDE3MzY3MDAgMTQ0MjM4MDA1NyJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',316,1456546996),(65,'logo26',0,5,'logo26.jpg','','logo26','2015-09-16 05:09:15',0,8,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjYuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuODczNDQ3MDAgMTQ0MjM4MDE1NSJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG9nbzI2LmpwZyIsImdlbmVyYXRlZCI6IjAuODkzODM5MDAgMTQ0MjM4MDE1NSJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',320,1456546996),(66,'logo28',0,5,'logo28.jpg','','logo28','2015-09-16 05:10:21',0,9,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjguanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuNTI4ODAyMDAgMTQ0MjM4MDIyMSJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG9nbzI4LmpwZyIsImdlbmVyYXRlZCI6IjAuNTUzMzI4MDAgMTQ0MjM4MDIyMSJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',322,1456546996),(68,'logo28-copy',0,5,'logo28-Copy.jpg','','logo28---Copy','2015-09-16 05:15:55',0,10,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjgtQ29weS5qcGciLCJ3aWR0aCI6MTM4LCJoZWlnaHQiOjEyNSwiZ2VuZXJhdGVkIjoiMC4xMTYzNzQwMCAxNDQyMzgwNTU1In0sIndpZHRoIjoxMzgsImhlaWdodCI6MTI1LCJmdWxsIjp7IndpZHRoIjoxMzgsImhlaWdodCI6MTI1fSwidGh1bWJuYWlsIjp7IndpZHRoIjoxMzgsImhlaWdodCI6MTI1LCJmaWxlbmFtZSI6InRodW1ic19sb2dvMjgtQ29weS5qcGciLCJnZW5lcmF0ZWQiOiIwLjE0NTIwMTAwIDE0NDIzODA1NTUifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',326,1456546996),(69,'logo29-1',0,5,'logo29-1.jpg','','logo29','2015-09-16 05:18:46',0,11,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjktMS5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC44NTg0NDUwMCAxNDQyMzgwNzI2In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19sb2dvMjktMS5qcGciLCJnZW5lcmF0ZWQiOiIwLjg4OTcwMTAwIDE0NDIzODA3MjYifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',328,1456546996),(70,'logo20',0,5,'logo20.jpg','','logo20','2015-09-16 05:20:45',0,12,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjAuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuMTQ1NTU3MDAgMTQ0MjM4MDg0NSJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG9nbzIwLmpwZyIsImdlbmVyYXRlZCI6IjAuMTY3ODk1MDAgMTQ0MjM4MDg0NSJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',330,1456546996),(71,'logo25',0,5,'logo25.jpg','','logo25','2015-09-16 05:21:30',0,13,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjUuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuMDEwNjYwMDAgMTQ0MjM4MDg5MCJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG9nbzI1LmpwZyIsImdlbmVyYXRlZCI6IjAuMDMwODMzMDAgMTQ0MjM4MDg5MCJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',332,1456546996),(72,'naogaon-trade-logo-01',0,5,'Naogaon-trade-logo-01.jpg','','Naogaon-trade-logo-01','2015-09-16 05:29:04',0,14,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJOYW9nYW9uLXRyYWRlLWxvZ28tMDEuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuODYyMTM5MDAgMTQ0MjM4MTM0NCJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfTmFvZ2Fvbi10cmFkZS1sb2dvLTAxLmpwZyIsImdlbmVyYXRlZCI6IjAuODkwMDc0MDAgMTQ0MjM4MTM0NCJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',334,1456546996),(73,'logo29-2',0,5,'logo29-2.jpg','','logo29','2015-09-16 05:34:07',0,15,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjktMi5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC40NDM4NjEwMCAxNDQyMzgxNjQ3In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19sb2dvMjktMi5qcGciLCJnZW5lcmF0ZWQiOiIwLjQ2NDM0MDAwIDE0NDIzODE2NDcifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',336,1456546996),(74,'logo27',0,5,'logo27.jpg','','logo27','2015-09-16 08:11:37',0,16,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMjcuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuMDE0OTM1MDAgMTQ0MjM5MTA5NyJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG9nbzI3LmpwZyIsImdlbmVyYXRlZCI6IjAuMDQ2OTM0MDAgMTQ0MjM5MTA5NyJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',338,1456546996),(75,'logo31',0,5,'logo31.jpg','','logo31','2015-09-19 04:08:16',0,17,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJsb2dvMzEuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuOTY4NjUyMDAgMTQ0MjYzNTY5NiJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG9nbzMxLmpwZyIsImdlbmVyYXRlZCI6IjAuMDA2NDU4MDAgMTQ0MjYzNTY5NyJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',364,1456546996),(76,'untitled-1',0,5,'Untitled-1.jpg','','Untitled-1','2015-09-21 06:27:13',0,18,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjAzMjY3NzAwIDE0NDI4MTY4MzMifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTEuanBnIiwiZ2VuZXJhdGVkIjoiMC4wNjI4NDcwMCAxNDQyODE2ODMzIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',366,1456546996),(77,'untitled-2',0,5,'Untitled-2.jpg','','Untitled-2','2015-09-21 06:27:13',0,19,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0yLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjAxMTU3NjAwIDE0NDI4MTY4MzQifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTIuanBnIiwiZ2VuZXJhdGVkIjoiMC4wNDE5NjIwMCAxNDQyODE2ODM0In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',368,1456546996),(78,'untitled-3',0,5,'Untitled-3.jpg','','Untitled-3','2015-09-21 06:27:14',0,20,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0zLmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjg2MTk5NDAwIDE0NDI4MTY4MzQifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTMuanBnIiwiZ2VuZXJhdGVkIjoiMC44OTY2MjIwMCAxNDQyODE2ODM0In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',370,1456546996),(79,'untitled-4',0,5,'Untitled-4.jpg','','Untitled-4','2015-09-21 06:27:15',0,21,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC00LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjkwMjY4MDAwIDE0NDI4MTY4MzUifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTQuanBnIiwiZ2VuZXJhdGVkIjoiMC45MzY4MzAwMCAxNDQyODE2ODM1In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',372,1456546996),(80,'untitled-5',0,5,'Untitled-5.jpg','','Untitled-5','2015-09-21 06:27:16',0,22,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC01LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjY3NTg0MjAwIDE0NDI4MTY4MzYifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTUuanBnIiwiZ2VuZXJhdGVkIjoiMC43MDk4MDAwMCAxNDQyODE2ODM2In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',374,1456546996),(81,'untitled-6',0,5,'Untitled-6.jpg','','Untitled-6','2015-09-21 06:27:17',0,23,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC02LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjU2MTA3NDAwIDE0NDI4MTY4MzcifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTYuanBnIiwiZ2VuZXJhdGVkIjoiMC41OTYxMzUwMCAxNDQyODE2ODM3In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',376,1456546996),(82,'untitled-7',0,5,'Untitled-7.jpg','','Untitled-7','2015-09-21 06:27:18',0,24,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC03LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjYwNDA3NDAwIDE0NDI4MTY4MzgifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTcuanBnIiwiZ2VuZXJhdGVkIjoiMC42MzE1ODUwMCAxNDQyODE2ODM4In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',378,1456546996),(83,'untitled-8',0,5,'Untitled-8.jpg','','Untitled-8','2015-09-21 06:27:19',0,25,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC04LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjYzNzg5MjAwIDE0NDI4MTY4MzkifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTguanBnIiwiZ2VuZXJhdGVkIjoiMC42ODcwNjAwMCAxNDQyODE2ODM5In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',380,1456546996),(84,'untitled-9',0,5,'Untitled-9.jpg','','Untitled-9','2015-09-21 06:27:20',0,26,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC05LmpwZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJnZW5lcmF0ZWQiOiIwLjQ4Nzc1MzAwIDE0NDI4MTY4NDAifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTkuanBnIiwiZ2VuZXJhdGVkIjoiMC41MTc1MDYwMCAxNDQyODE2ODQwIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',382,1456546996),(85,'untitled-10',0,5,'Untitled-10.jpg','','Untitled-10','2015-09-21 06:27:21',0,27,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xMC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC40MDcyMjQwMCAxNDQyODE2ODQxIn0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0xMC5qcGciLCJnZW5lcmF0ZWQiOiIwLjQzMTY1NTAwIDE0NDI4MTY4NDEifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',384,1456546996),(86,'untitled-11',0,5,'Untitled-11.jpg','','Untitled-11','2015-09-21 06:27:22',0,28,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xMS5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4zNTQzNjMwMCAxNDQyODE2ODQyIn0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0xMS5qcGciLCJnZW5lcmF0ZWQiOiIwLjM4MzE4OTAwIDE0NDI4MTY4NDIifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',386,1456546996),(87,'untitled-12',0,5,'Untitled-12.jpg','','Untitled-12','2015-09-21 06:27:23',0,29,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xMi5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4zMzQ4NDYwMCAxNDQyODE2ODQzIn0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0xMi5qcGciLCJnZW5lcmF0ZWQiOiIwLjM1NTQ2MTAwIDE0NDI4MTY4NDMifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',388,1456546996),(88,'untitled-13',0,5,'Untitled-13.jpg','','Untitled-13','2015-09-21 06:27:24',0,30,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xMy5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4xNDMxNjUwMCAxNDQyODE2ODQ0In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0xMy5qcGciLCJnZW5lcmF0ZWQiOiIwLjE3MTk3NjAwIDE0NDI4MTY4NDQifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',390,1456546996),(90,'untitled-15',0,5,'Untitled-15.jpg','','Untitled-15','2015-09-21 06:27:26',0,32,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xNS5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4zNjEzNTgwMCAxNDQyODE2ODQ2In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0xNS5qcGciLCJnZW5lcmF0ZWQiOiIwLjQwMjM0MjAwIDE0NDI4MTY4NDYifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',394,1456546996),(91,'untitled-16',0,5,'Untitled-16.jpg','','Untitled-16','2015-09-21 06:27:27',0,33,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xNi5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4yNzgwMDkwMCAxNDQyODE2ODQ3In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0xNi5qcGciLCJnZW5lcmF0ZWQiOiIwLjMwODM4MDAwIDE0NDI4MTY4NDcifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',396,1456546996),(92,'untitled-18',0,5,'Untitled-18.jpg','','Untitled-18','2015-09-22 06:49:36',0,34,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xOC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4wMDU1NzIwMCAxNDQyOTA0NTc3In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0xOC5qcGciLCJnZW5lcmF0ZWQiOiIwLjA3NTAxMjAwIDE0NDI5MDQ1NzcifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',446,1456546996),(93,'food25',0,5,'food25.jpg','','food25','2016-01-28 07:13:00',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJmb29kMjUuanBnIiwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImdlbmVyYXRlZCI6IjAuOTU2MDczMDAgMTQ1Mzk2NTE4MCJ9LCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZnVsbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfZm9vZDI1LmpwZyIsImdlbmVyYXRlZCI6IjAuOTg1NzY0MDAgMTQ1Mzk2NTE4MCJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',483,1456546996),(95,'94',0,5,'94.jpg','','94','2016-01-28 07:15:34',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiI5NC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4zNzE4NDMwMCAxNDUzOTY1MzM0In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic185NC5qcGciLCJnZW5lcmF0ZWQiOiIwLjM5MjExODAwIDE0NTM5NjUzMzQifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',487,1456546996),(96,'96',0,5,'96.jpg','','96','2016-01-28 07:17:22',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiI5Ni5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4xNjI3MTMwMCAxNDUzOTY1NDQyIn0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic185Ni5qcGciLCJnZW5lcmF0ZWQiOiIwLjE4MzU3MTAwIDE0NTM5NjU0NDIifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',489,1456546996),(101,'urmin_group_of_companies_logo',0,5,'URMIN_GROUP_OF_COMPANIES_LOGO.jpg','','URMIN_GROUP_OF_COMPANIES_LOGO','2016-02-25 06:50:40',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVUk1JTl9HUk9VUF9PRl9DT01QQU5JRVNfTE9HTy5qcGciLCJ3aWR0aCI6MjAxLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC44Mzg1ODUwMCAxNDU2MzgzMDQwIn0sIndpZHRoIjoyMDEsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDEsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VUk1JTl9HUk9VUF9PRl9DT01QQU5JRVNfTE9HTy5qcGciLCJnZW5lcmF0ZWQiOiIwLjg3MjI4NjAwIDE0NTYzODMwNDAifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',505,1456546996),(102,'untitled-24',0,5,'Untitled-24.jpg','','Untitled-24','2016-02-27 04:28:29',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0yNC5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC4xMzg2NTIwMCAxNDU2NTQ3MzA5In0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0yNC5qcGciLCJnZW5lcmF0ZWQiOiIwLjE1OTA2MjAwIDE0NTY1NDczMDkifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',516,1456547309),(103,'untitled-25',0,5,'Untitled-25.jpg','','Untitled-25','2016-02-27 04:28:30',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0yNS5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC44NjUwNDUwMCAxNDU2NTQ3MzEwIn0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0yNS5qcGciLCJnZW5lcmF0ZWQiOiIwLjg4NTg5ODAwIDE0NTY1NDczMTAifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',518,1456547310),(104,'untitled-26',0,5,'Untitled-26.jpg','','Untitled-26','2016-02-27 04:28:31',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0yNi5qcGciLCJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZ2VuZXJhdGVkIjoiMC45MzA2NDAwMCAxNDU2NTQ3MzExIn0sIndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmdWxsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19VbnRpdGxlZC0yNi5qcGciLCJnZW5lcmF0ZWQiOiIwLjk1MjA4NzAwIDE0NTY1NDczMTEifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',520,1456547311),(106,'untitled-1-1',0,5,'Untitled-1.png','','Untitled-1','2016-03-22 09:34:30',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJVbnRpdGxlZC0xLnBuZyIsIndpZHRoIjoyMDAsImhlaWdodCI6MTMzLCJnZW5lcmF0ZWQiOiIwLjEyNjc0NjAwIDE0NTg2MzkyNzAifSwid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMzMsImZ1bGwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMzN9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMzMsImZpbGVuYW1lIjoidGh1bWJzX1VudGl0bGVkLTEucG5nIiwiZ2VuZXJhdGVkIjoiMC4xNTM1NjAwMCAxNDU4NjM5MjcwIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',542,1458639270),(107,'11215802_467814296701708_8417981841133168063_n-2',0,4,'11215802_467814296701708_8417981841133168063_n.jpg','','11215802_467814296701708_8417981841133168063_n','2016-05-25 07:58:38',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMTIxNTgwMl80Njc4MTQyOTY3MDE3MDhfODQxNzk4MTg0MTEzMzE2ODA2M19uLmpwZyIsIndpZHRoIjo5NjAsImhlaWdodCI6NjQwLCJnZW5lcmF0ZWQiOiIwLjcyMjE1NzAwIDE0NjQxNjMxMTgifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDAsInNhdmVkIjp0cnVlLCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzXzExMjE1ODAyXzQ2NzgxNDI5NjcwMTcwOF84NDE3OTgxODQxMTMzMTY4MDYzX24uanBnIiwiZ2VuZXJhdGVkIjoiMC40MTEyMzYwMCAxNDY0MTYzMTIxIn19',576,1464163121),(108,'11393104_467814060035065_2891123569364602738_n-1',0,4,'11393104_467814060035065_2891123569364602738_n.jpg','','11393104_467814060035065_2891123569364602738_n','2016-05-25 07:58:38',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMTM5MzEwNF80Njc4MTQwNjAwMzUwNjVfMjg5MTEyMzU2OTM2NDYwMjczOF9uLmpwZyIsIndpZHRoIjo5NjAsImhlaWdodCI6NjQwLCJnZW5lcmF0ZWQiOiIwLjc0NTc5NzAwIDE0NjQxNjMxMTgifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo2NDAsInNhdmVkIjp0cnVlLCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzXzExMzkzMTA0XzQ2NzgxNDA2MDAzNTA2NV8yODkxMTIzNTY5MzY0NjAyNzM4X24uanBnIiwiZ2VuZXJhdGVkIjoiMC4xNjI0MTEwMCAxNDY0MTYzMTIyIn19',577,1464163122),(112,'_mg_3178',0,4,'MG_3178.JPG','','_MG_3178','2016-05-25 08:02:42',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMTc4LkpQRyIsIndpZHRoIjozMTExLCJoZWlnaHQiOjIwNzQsImdlbmVyYXRlZCI6IjAuNjY0NTUzMDAgMTQ2NDE2MzM2MiJ9LCJ3aWR0aCI6MzExMSwiaGVpZ2h0IjoyMDc0LCJmdWxsIjp7IndpZHRoIjozMTExLCJoZWlnaHQiOjIwNzR9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMxNzguSlBHIiwiZ2VuZXJhdGVkIjoiMC40MDI1NDEwMCAxNDY0MTYzMzYzIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',582,1464163363),(113,'_mg_3188',0,4,'MG_3188.JPG','','_MG_3188','2016-05-25 08:02:56',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMTg4LkpQRyIsIndpZHRoIjozMTExLCJoZWlnaHQiOjIwNzQsImdlbmVyYXRlZCI6IjAuNjgxNzg2MDAgMTQ2NDE2MzM3NiJ9LCJ3aWR0aCI6MzExMSwiaGVpZ2h0IjoyMDc0LCJmdWxsIjp7IndpZHRoIjozMTExLCJoZWlnaHQiOjIwNzR9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMxODguSlBHIiwiZ2VuZXJhdGVkIjoiMC40MjE2MDIwMCAxNDY0MTYzMzc3In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',584,1464163377),(114,'_mg_3208',0,4,'MG_3208.JPG','','_MG_3208','2016-05-25 08:03:08',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMjA4LkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuMDAzNjE1MDAgMTQ2NDE2MzM4OSJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMyMDguSlBHIiwiZ2VuZXJhdGVkIjoiMC41MTA5OTIwMCAxNDY0MTYzMzg5In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',586,1464163389),(115,'_mg_3220',0,4,'MG_3220.JPG','','_MG_3220','2016-05-25 08:03:16',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMjIwLkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuODMwNDEzMDAgMTQ2NDE2MzM5NiJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMyMjAuSlBHIiwiZ2VuZXJhdGVkIjoiMC4zNTIxNDYwMCAxNDY0MTYzMzk3In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',588,1464163397),(116,'_mg_3222',0,4,'MG_3222.JPG','','_MG_3222','2016-05-25 08:03:27',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMjIyLkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuNDU3OTE1MDAgMTQ2NDE2MzQwNyJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMyMjIuSlBHIiwiZ2VuZXJhdGVkIjoiMC4wMjY4ODAwMCAxNDY0MTYzNDA4In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',590,1464163408),(117,'_mg_3250',0,4,'MG_3250.JPG','','_MG_3250','2016-05-25 08:03:37',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMjUwLkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuMDk5NDU3MDAgMTQ2NDE2MzQxNyJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMyNTAuSlBHIiwiZ2VuZXJhdGVkIjoiMC42MjY0MTUwMCAxNDY0MTYzNDE3In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',592,1464163417),(118,'_mg_3268',0,4,'MG_3268.JPG','','_MG_3268','2016-05-25 08:03:49',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMjY4LkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuMzY3NjkyMDAgMTQ2NDE2MzQyOSJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMyNjguSlBHIiwiZ2VuZXJhdGVkIjoiMC45MTIzNjYwMCAxNDY0MTYzNDI5In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',594,1464163429),(119,'_mg_3271',0,4,'MG_3271.JPG','','_MG_3271','2016-05-25 08:04:00',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMjcxLkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuMTQ2MDk2MDAgMTQ2NDE2MzQ0MCJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMyNzEuSlBHIiwiZ2VuZXJhdGVkIjoiMC42ODY2NzAwMCAxNDY0MTYzNDQwIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',596,1464163440),(120,'_mg_3374',0,4,'MG_3374.JPG','','_MG_3374','2016-05-25 08:04:10',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMzc0LkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuMDU0MzE1MDAgMTQ2NDE2MzQ1MCJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMzNzQuSlBHIiwiZ2VuZXJhdGVkIjoiMC42NDMzODQwMCAxNDY0MTYzNDUwIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',598,1464163450),(121,'_mg_3393',0,4,'MG_3393.JPG','','_MG_3393','2016-05-25 08:04:19',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJNR18zMzkzLkpQRyIsIndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3MjgsImdlbmVyYXRlZCI6IjAuNjgxOTgzMDAgMTQ2NDE2MzQ1OSJ9LCJ3aWR0aCI6MjU5MiwiaGVpZ2h0IjoxNzI4LCJmdWxsIjp7IndpZHRoIjoyNTkyLCJoZWlnaHQiOjE3Mjh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX01HXzMzOTMuSlBHIiwiZ2VuZXJhdGVkIjoiMC4yNTUxNTUwMCAxNDY0MTYzNDYwIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TIDYwRCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',600,1464163460),(122,'dscn0623',0,4,'DSCN0623.JPG','','DSCN0623','2016-05-25 08:04:28',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJEU0NOMDYyMy5KUEciLCJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4LCJnZW5lcmF0ZWQiOiIwLjgyMzkzOTAwIDE0NjQxNjM0NjgifSwid2lkdGgiOjIzMDQsImhlaWdodCI6MTcyOCwiZnVsbCI6eyJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4fSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19EU0NOMDYyMy5KUEciLCJnZW5lcmF0ZWQiOiIwLjM0NTY1MjAwIDE0NjQxNjM0NjkifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDT09MUElYIFM5OTAwIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOiIgICAgICAgICAgIiwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',602,1464163469),(123,'dscn0732',0,4,'DSCN0732.JPG','','DSCN0732','2016-05-25 08:04:36',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJEU0NOMDczMi5KUEciLCJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4LCJnZW5lcmF0ZWQiOiIwLjQyMzI4MjAwIDE0NjQxNjM0NzYifSwid2lkdGgiOjIzMDQsImhlaWdodCI6MTcyOCwiZnVsbCI6eyJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4fSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19EU0NOMDczMi5KUEciLCJnZW5lcmF0ZWQiOiIwLjk0MTM0MDAwIDE0NjQxNjM0NzYifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDT09MUElYIFM5OTAwIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOiIgICAgICAgICAgIiwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',604,1464163476),(124,'dscn0749',0,4,'DSCN0749.JPG','','DSCN0749','2016-05-25 08:04:44',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJEU0NOMDc0OS5KUEciLCJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4LCJnZW5lcmF0ZWQiOiIwLjgzOTkyMzAwIDE0NjQxNjM0ODQifSwid2lkdGgiOjIzMDQsImhlaWdodCI6MTcyOCwiZnVsbCI6eyJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4fSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19EU0NOMDc0OS5KUEciLCJnZW5lcmF0ZWQiOiIwLjM1NDgxNDAwIDE0NjQxNjM0ODUifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDT09MUElYIFM5OTAwIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOiIgICAgICAgICAgIiwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',606,1464163485),(125,'dscn0758',0,4,'DSCN0758.JPG','','DSCN0758','2016-05-25 08:04:52',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJEU0NOMDc1OC5KUEciLCJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4LCJnZW5lcmF0ZWQiOiIwLjUyMjk3ODAwIDE0NjQxNjM0OTIifSwid2lkdGgiOjIzMDQsImhlaWdodCI6MTcyOCwiZnVsbCI6eyJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4fSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19EU0NOMDc1OC5KUEciLCJnZW5lcmF0ZWQiOiIwLjA2MDk2MTAwIDE0NjQxNjM0OTMifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDT09MUElYIFM5OTAwIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOiIgICAgICAgICAgIiwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',608,1464163493),(126,'dscn0821',0,4,'DSCN0821.JPG','','DSCN0821','2016-05-25 08:04:59',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJEU0NOMDgyMS5KUEciLCJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4LCJnZW5lcmF0ZWQiOiIwLjEzNjAyNTAwIDE0NjQxNjM0OTkifSwid2lkdGgiOjIzMDQsImhlaWdodCI6MTcyOCwiZnVsbCI6eyJ3aWR0aCI6MjMwNCwiaGVpZ2h0IjoxNzI4fSwidGh1bWJuYWlsIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19EU0NOMDgyMS5KUEciLCJnZW5lcmF0ZWQiOiIwLjY1ODQzNjAwIDE0NjQxNjM0OTkifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDT09MUElYIFM5OTAwIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOiIgICAgICAgICAgIiwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',610,1464163499); /*!40000 ALTER TABLE `wp_ngg_pictures` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=89629 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.cems-agrochem.com/agrochemsri','yes'),(2,'blogname','Agro and Chem','yes'),(3,'blogdescription','Agro and Chem','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','saiful.cems92@gmail.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/index.php/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:1:{i:0;s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";}','yes'),(36,'home','http://www.cems-agrochem.com/agrochemsri','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:107:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\agrochem\\agrochemsri/wp-content/plugins/hello.php\";i:1;s:113:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\agrochem\\agrochemsri/wp-content/themes/expo18/style.css\";i:2;s:114:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\agrochem\\agrochemsri/wp-content/themes/expo18/header.php\";i:3;s:114:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\agrochem\\agrochemsri/wp-content/themes/expo18/footer.php\";i:4;s:85:\"/home4/mel/public_html/cems-foodagro/foodagrobd/wp-content/themes/foodagro/header.php\";}','no'),(44,'template','expo18','yes'),(45,'stylesheet','expo18','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','37965','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','0','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(84,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(85,'uninstall_plugins','a:2:{s:29:\"nextgen-gallery/nggallery.php\";a:2:{i:0;s:9:\"nggLoader\";i:1;s:9:\"uninstall\";}s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:31:\"wonderplugin_carousel_uninstall\";}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','5','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','25824','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:71:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:24:\"NextGEN Gallery overview\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:21:\"NextGEN Upload images\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:18:\"NextGEN Edit album\";b:1;s:20:\"NextGEN Change style\";b:1;s:22:\"NextGEN Change options\";b:1;s:24:\"NextGEN Attach Interface\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:10:\"calendar-2\";}s:18:\"footer-column-left\";a:0:{}s:20:\"footer-column-center\";a:0:{}s:19:\"footer-column-right\";N;s:13:\"alt-sidebar-1\";N;s:13:\"alt-sidebar-2\";N;s:13:\"alt-sidebar-3\";N;s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:4:{i:1523609178;a:3:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}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:1523609182;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:1523610656;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;}}}s:7:\"version\";i:2;}','yes'),(108,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:24:\"http://cems-foodagro.com\";s:4:\"link\";s:100:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://cems-foodagro.com/\";s:3:\"url\";s:133:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://cems-foodagro.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(141,'theme_mods_twentythirteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1432630298;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(142,'current_theme','Expo18 | Shared By Themes24x7.com','yes'),(143,'theme_mods_foodagro','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1475904155;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:10:\"calendar-2\";}s:18:\"footer-column-left\";a:0:{}s:20:\"footer-column-center\";a:0:{}s:19:\"footer-column-right\";a:0:{}s:13:\"alt-sidebar-1\";a:0:{}s:13:\"alt-sidebar-2\";a:0:{}s:13:\"alt-sidebar-3\";a:0:{}}}}','yes'),(144,'theme_switched','','yes'),(145,'om_expo18_options_template','a:97:{i:0;a:2:{s:4:\"name\";s:16:\"General settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:5:{s:4:\"name\";s:12:\"Site favicon\";s:4:\"desc\";s:87:\"Upload an *.ico file or 16px x 16px Png/Gif image that will for your website\'s favicon.\";s:2:\"id\";s:17:\"om_expo18_favicon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:2;a:5:{s:4:\"name\";s:23:\"Event location and date\";s:4:\"desc\";s:256:\"Text in the header, event location and date. Can contain link to the page and words can be highlighted by <span> tag, e.g.:<br /><i><a href=\"/map/\">New Orleans, Louisiana<br/>02/25 — 02/28/<span>2014</span></a></i>\";s:2:\"id\";s:23:\"om_expo18_location_date\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:3;a:5:{s:4:\"name\";s:30:\"Event start date for countdown\";s:4:\"desc\";s:74:\"Format must be <b>YYYY-MM-DD HH:MM:SS</b>, for example 2014-02-25 10:00:00\";s:2:\"id\";s:24:\"om_expo18_countdown_date\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:4;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:31:\"Hide seconds on countdown timer\";s:2:\"id\";s:32:\"om_expo18_countdown_hide_seconds\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:5;a:5:{s:4:\"name\";s:21:\"Special button: title\";s:4:\"desc\";s:91:\"You can add special button to menu line, and link it, for example to the registration page.\";s:2:\"id\";s:30:\"om_expo18_special_button_title\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:5:{s:4:\"name\";s:20:\"Special button: link\";s:4:\"desc\";s:23:\"Link for special button\";s:2:\"id\";s:29:\"om_expo18_special_button_link\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:7;a:5:{s:4:\"name\";s:16:\"Footer text line\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:21:\"om_expo18_footer_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:8;a:5:{s:4:\"name\";s:24:\"Activate responsive mode\";s:4:\"desc\";s:67:\"Check if you want your site to be fitted by width on mobile devices\";s:2:\"id\";s:20:\"om_expo18_responsive\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:9;a:5:{s:4:\"name\";s:28:\"Hide comments block on pages\";s:4:\"desc\";s:156:\"Check if you want to hide comments block on single pages. To hide comments on post pages and portfolio - see sections \"Post options\" and \"Portfolio options\"\";s:2:\"id\";s:29:\"om_expo18_hide_comments_pages\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:10;a:5:{s:4:\"name\";s:14:\"FeedBurner URL\";s:4:\"desc\";s:172:\"Enter your full FeedBurner URL (or any other preferred feed URL) if you wish to use FeedBurner over the standard WordPress Feed e.g. http://feeds.feedburner.com/yoururlhere\";s:2:\"id\";s:20:\"om_expo18_feedburner\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:11;a:2:{s:4:\"name\";s:4:\"Logo\";s:4:\"type\";s:7:\"heading\";}i:12;a:6:{s:4:\"name\";s:14:\"Site logo type\";s:4:\"desc\";s:65:\"Choose what do you want to use as site logo: image or plain text.\";s:2:\"id\";s:24:\"om_expo18_site_logo_type\";s:3:\"std\";s:4:\"text\";s:7:\"options\";a:2:{s:5:\"image\";s:5:\"Image\";s:4:\"text\";s:22:\"Plain text (Blog Name)\";}s:4:\"type\";s:5:\"radio\";}i:13;a:5:{s:4:\"name\";s:15:\"Site logo image\";s:4:\"desc\";s:139:\"Upload a logo for your theme, or specify the image address of your online logo (http://example.com/logo.png). Best fit is about 430x140 px.\";s:2:\"id\";s:25:\"om_expo18_site_logo_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:14;a:5:{s:4:\"name\";s:14:\"Site logo text\";s:4:\"desc\";s:135:\"Specify logo text, if \"Plain text\" Logo used. You can use <span> tag to colorize text, i.e.:<br />My <span>Logo</span> Text\";s:2:\"id\";s:24:\"om_expo18_site_logo_text\";s:3:\"std\";s:19:\"EXPO<span>18</span>\";s:4:\"type\";s:4:\"text\";}i:15;a:2:{s:4:\"name\";s:7:\"Styling\";s:4:\"type\";s:7:\"heading\";}i:16;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:133:\"Apply custom styling by inline code (check this option if you have problems with styling because of styling file rewrite permissions)\";s:2:\"id\";s:24:\"om_expo18_use_inline_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:17;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:5:\"Color\";s:4:\"type\";s:9:\"subheader\";}i:18;a:5:{s:4:\"name\";s:13:\"Primary color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:23:\"om_expo18_primary_color\";s:3:\"std\";s:7:\"#335ebe\";s:4:\"type\";s:5:\"color\";}i:19;a:5:{s:4:\"name\";s:15:\"Highlight color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:25:\"om_expo18_highlight_color\";s:3:\"std\";s:7:\"#f89811\";s:4:\"type\";s:5:\"color\";}i:20;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:43:\"<b>Top/bottom area animated background:</b>\";s:4:\"type\";s:5:\"intro\";}i:21;a:6:{s:4:\"name\";s:29:\"Background animated image set\";s:4:\"desc\";s:52:\"Choose one of the builded-in animated background set\";s:2:\"id\";s:28:\"om_expo18_background_img_set\";s:3:\"std\";s:7:\"bgset-1\";s:7:\"options\";a:11:{s:7:\"bgset-1\";s:2:\"#1\";s:7:\"bgset-2\";s:2:\"#2\";s:7:\"bgset-3\";s:2:\"#3\";s:7:\"bgset-4\";s:2:\"#4\";s:7:\"bgset-5\";s:2:\"#5\";s:7:\"bgset-6\";s:2:\"#6\";s:7:\"bgset-7\";s:2:\"#7\";s:7:\"bgset-8\";s:2:\"#8\";s:7:\"bgset-9\";s:2:\"#9\";s:8:\"bgset-10\";s:3:\"#10\";s:8:\"bgset-11\";s:3:\"#11\";}s:4:\"type\";s:7:\"select2\";}i:22;a:5:{s:4:\"name\";s:39:\"Custom background image — Layer 1\";s:4:\"desc\";s:134:\"Upload your background image (wide image, min height - 520px or pattern, or leave this field empty to choose one of the above dropdown\";s:2:\"id\";s:34:\"om_expo18_background_img_custom_l1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:23;a:5:{s:4:\"name\";s:39:\"Custom background image — Layer 2\";s:4:\"desc\";s:148:\"This is top layer with transparency for parallax effect. Upload your background image, or leave this field empty to choose one of the above dropdown\";s:2:\"id\";s:34:\"om_expo18_background_img_custom_l2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:24;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:31:\"Disable animation on mouse move\";s:2:\"id\";s:38:\"om_expo18_background_disable_animation\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:25;a:2:{s:4:\"name\";s:5:\"Fonts\";s:4:\"type\";s:7:\"heading\";}i:26;a:6:{s:4:\"name\";s:9:\"Base font\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:19:\"om_expo18_base_font\";s:3:\"std\";s:5:\"Arial\";s:7:\"options\";a:12:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";}s:4:\"type\";s:7:\"select2\";}i:27;a:5:{s:4:\"name\";s:29:\"Custom Google.Fonts base font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:26:\"om_expo18_custom_base_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:28;a:6:{s:4:\"name\";s:14:\"Highlight font\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:24:\"om_expo18_highlight_font\";s:3:\"std\";s:9:\"Open Sans\";s:7:\"options\";a:12:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";}s:4:\"type\";s:7:\"select2\";}i:29;a:5:{s:4:\"name\";s:34:\"Custom Google.Fonts highlight font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:31:\"om_expo18_custom_highlight_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:30;a:6:{s:4:\"name\";s:9:\"Logo font\";s:4:\"desc\";s:47:\"Font for logo (if logo mode is text, not image)\";s:2:\"id\";s:19:\"om_expo18_logo_font\";s:3:\"std\";s:10:\"Montserrat\";s:7:\"options\";a:14:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";s:5:\"Dosis\";s:5:\"Dosis\";s:10:\"Montserrat\";s:10:\"Montserrat\";}s:4:\"type\";s:7:\"select2\";}i:31;a:5:{s:4:\"name\";s:29:\"Custom Google.Fonts logo font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:26:\"om_expo18_custom_logo_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:32;a:5:{s:4:\"name\";s:17:\"Testimonials font\";s:2:\"id\";s:26:\"om_expo18_testimonial_font\";s:3:\"std\";s:7:\"Satisfy\";s:7:\"options\";a:14:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";s:5:\"Dosis\";s:5:\"Dosis\";s:7:\"Satisfy\";s:7:\"Satisfy\";}s:4:\"type\";s:7:\"select2\";}i:33;a:5:{s:4:\"name\";s:37:\"Custom Google.Fonts testimonials font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:33:\"om_expo18_custom_testimonial_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:34;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:266:\"If you use Google Fonts, Latin charset is loaded by default. You can include additional character sets for fonts (make sure at <a href=\"http://www.google.com/fonts/\" target=\"_blank\">http://www.google.com/fonts/</a> before, that charset is available for chosen font):\";s:4:\"type\";s:4:\"note\";}i:35;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:14:\"Latin Extended\";s:2:\"id\";s:34:\"om_expo18_google_charset_latin_ext\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:36;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:6:\"Arabic\";s:2:\"id\";s:31:\"om_expo18_google_charset_arabic\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:37;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:8:\"Cyrillic\";s:2:\"id\";s:33:\"om_expo18_google_charset_cyrillic\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:38;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:17:\"Cyrillic Extended\";s:2:\"id\";s:37:\"om_expo18_google_charset_cyrillic_ext\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:39;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:10:\"Devanagari\";s:2:\"id\";s:35:\"om_expo18_google_charset_devanagari\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:40;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:5:\"Greek\";s:2:\"id\";s:30:\"om_expo18_google_charset_greek\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:41;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:14:\"Greek Extended\";s:2:\"id\";s:34:\"om_expo18_google_charset_greek_ext\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:42;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:6:\"Hebrew\";s:2:\"id\";s:31:\"om_expo18_google_charset_hebrew\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:43;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:5:\"Khmer\";s:2:\"id\";s:30:\"om_expo18_google_charset_khmer\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:44;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:6:\"Telugu\";s:2:\"id\";s:31:\"om_expo18_google_charset_telugu\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:45;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:10:\"Vietnamese\";s:2:\"id\";s:35:\"om_expo18_google_charset_vietnamese\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:46;a:2:{s:4:\"name\";s:8:\"Sidebars\";s:4:\"type\";s:7:\"heading\";}i:47;a:6:{s:4:\"name\";s:16:\"Sidebar position\";s:4:\"desc\";s:25:\"Select sidebar alignment.\";s:2:\"id\";s:26:\"om_expo18_sidebar_position\";s:3:\"std\";s:5:\"right\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:2:{s:5:\"right\";s:86:\"http://www.cems-agrochem.com/agrochemsri/wp-content/themes/expo18/admin/images/2cr.png\";s:4:\"left\";s:86:\"http://www.cems-agrochem.com/agrochemsri/wp-content/themes/expo18/admin/images/2cl.png\";}}i:48;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:167:\"You can set the number of available alternative sidebars, set them up at the \"Appearance > Widgets\" section and choose for every page one of them at the page settings.\";s:4:\"type\";s:4:\"note\";}i:49;a:5:{s:4:\"name\";s:30:\"Number of alternative sidebars\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:22:\"om_expo18_sidebars_num\";s:3:\"std\";s:1:\"3\";s:4:\"type\";s:4:\"text\";}i:50;a:2:{s:4:\"name\";s:15:\"Homepage slider\";s:4:\"type\";s:7:\"heading\";}i:51;a:5:{s:4:\"name\";s:27:\"Show slider on the homepage\";s:4:\"desc\";s:36:\"Check to show slider on the homepage\";s:2:\"id\";s:30:\"om_expo18_show_homepage_slider\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:52;a:5:{s:4:\"name\";s:9:\"Autoslide\";s:4:\"desc\";s:79:\"Autoslide interval in milliseconds, enter 0 or leave empty to disable autoslide\";s:2:\"id\";s:35:\"om_expo18_homepage_slider_autoslide\";s:3:\"std\";s:4:\"6000\";s:4:\"type\";s:4:\"text\";}i:53;a:5:{s:4:\"name\";s:15:\"Animation speed\";s:4:\"desc\";s:31:\"Animation speed in milliseconds\";s:2:\"id\";s:41:\"om_expo18_homepage_slider_animation_speed\";s:3:\"std\";s:3:\"800\";s:4:\"type\";s:4:\"text\";}i:54;a:6:{s:4:\"name\";s:16:\"Animation effect\";s:4:\"desc\";s:129:\"See demo on <a href=\"http://malsup.com/jquery/cycle/browser.html\" target=\"_blank\">http://malsup.com/jquery/cycle/browser.html</a>\";s:2:\"id\";s:42:\"om_expo18_homepage_slider_animation_effect\";s:3:\"std\";s:6:\"custom\";s:4:\"type\";s:7:\"select2\";s:7:\"options\";a:29:{s:6:\"custom\";s:17:\"Custom Predefined\";s:6:\"blindX\";s:6:\"blindX\";s:6:\"blindY\";s:6:\"blindY\";s:6:\"blindZ\";s:6:\"blindZ\";s:5:\"cover\";s:5:\"cover\";s:8:\"curtainX\";s:8:\"curtainX\";s:8:\"curtainY\";s:8:\"curtainY\";s:4:\"fade\";s:4:\"fade\";s:8:\"fadeZoom\";s:8:\"fadeZoom\";s:5:\"growX\";s:5:\"growX\";s:5:\"growY\";s:5:\"growY\";s:4:\"none\";s:4:\"none\";s:8:\"scrollUp\";s:8:\"scrollUp\";s:10:\"scrollDown\";s:10:\"scrollDown\";s:10:\"scrollLeft\";s:10:\"scrollLeft\";s:11:\"scrollRight\";s:11:\"scrollRight\";s:10:\"scrollHorz\";s:10:\"scrollHorz\";s:10:\"scrollVert\";s:10:\"scrollVert\";s:7:\"shuffle\";s:7:\"shuffle\";s:6:\"slideX\";s:6:\"slideX\";s:6:\"slideY\";s:6:\"slideY\";s:4:\"toss\";s:4:\"toss\";s:6:\"turnUp\";s:6:\"turnUp\";s:8:\"turnDown\";s:8:\"turnDown\";s:8:\"turnLeft\";s:8:\"turnLeft\";s:9:\"turnRight\";s:9:\"turnRight\";s:7:\"uncover\";s:7:\"uncover\";s:4:\"wipe\";s:4:\"wipe\";s:4:\"zoom\";s:4:\"zoom\";}}i:55;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:107:\"You can use tag <i><span>this is colored text</span></i> in slide description to color the text\";s:4:\"type\";s:4:\"note\";}i:56;a:5:{s:4:\"name\";s:14:\"Slider content\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:25:\"om_expo18_homepage_slider\";s:3:\"std\";a:0:{}s:4:\"type\";s:6:\"slider\";}i:57;a:2:{s:4:\"name\";s:12:\"Post options\";s:4:\"type\";s:7:\"heading\";}i:58;a:5:{s:4:\"name\";s:20:\"Hide post categories\";s:4:\"desc\";s:47:\"Check, if you want to hide categories for posts\";s:2:\"id\";s:30:\"om_expo18_post_hide_categories\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:59;a:5:{s:4:\"name\";s:36:\"Show featured image on the post page\";s:4:\"desc\";s:85:\"Check to show the featured image at the beginning of the post on the single post page\";s:2:\"id\";s:32:\"om_expo18_post_single_show_thumb\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:60;a:5:{s:4:\"name\";s:37:\"Hide comments block on the post pages\";s:4:\"desc\";s:59:\"Check if you want to hide comments block on the post pages.\";s:2:\"id\";s:28:\"om_expo18_hide_comments_post\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:61;a:2:{s:4:\"name\";s:27:\"Extra code blocks, counters\";s:4:\"type\";s:7:\"heading\";}i:62;a:4:{s:4:\"name\";s:25:\"Code block for custom CSS\";s:2:\"id\";s:25:\"om_expo18_code_custom_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:63;a:5:{s:4:\"name\";s:31:\"Code block before </head>\";s:4:\"desc\";s:38:\"Here you can add Google.Analytics code\";s:2:\"id\";s:26:\"om_expo18_code_before_head\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:64;a:5:{s:4:\"name\";s:31:\"Code block before </body>\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:26:\"om_expo18_code_before_body\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:65;a:5:{s:4:\"name\";s:42:\"Code block after page header (</H1>)\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"om_expo18_code_after_page_h1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:66;a:5:{s:4:\"name\";s:29:\"Code block after page content\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:33:\"om_expo18_code_after_page_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:67;a:5:{s:4:\"name\";s:61:\"Code block after post header (</H1>) on the single page\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"om_expo18_code_after_post_h1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:68;a:5:{s:4:\"name\";s:48:\"Code block after post content on the single page\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:33:\"om_expo18_code_after_post_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:69;a:2:{s:4:\"name\";s:12:\"Social icons\";s:4:\"type\";s:7:\"heading\";}i:70;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:61:\"Specify necessary links and icons will be shown in the footer\";s:4:\"type\";s:5:\"intro\";}i:71;a:4:{s:4:\"name\";s:13:\"Facebook link\";s:2:\"id\";s:25:\"om_expo18_social_facebook\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:72;a:4:{s:4:\"name\";s:13:\"LinekdIn link\";s:2:\"id\";s:25:\"om_expo18_social_linkedin\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:73;a:4:{s:4:\"name\";s:12:\"Twitter link\";s:2:\"id\";s:24:\"om_expo18_social_twitter\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:74;a:4:{s:4:\"name\";s:14:\"Instagram link\";s:2:\"id\";s:26:\"om_expo18_social_instagram\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:75;a:4:{s:4:\"name\";s:12:\"Behance link\";s:2:\"id\";s:24:\"om_expo18_social_behance\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:76;a:4:{s:4:\"name\";s:8:\"RSS link\";s:2:\"id\";s:20:\"om_expo18_social_rss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:77;a:4:{s:4:\"name\";s:12:\"Blogger link\";s:2:\"id\";s:24:\"om_expo18_social_blogger\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:78;a:4:{s:4:\"name\";s:15:\"Deviantart link\";s:2:\"id\";s:27:\"om_expo18_social_deviantart\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:79;a:4:{s:4:\"name\";s:12:\"Dribble link\";s:2:\"id\";s:24:\"om_expo18_social_dribble\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:80;a:4:{s:4:\"name\";s:11:\"Flickr link\";s:2:\"id\";s:23:\"om_expo18_social_flickr\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:81;a:4:{s:4:\"name\";s:11:\"Google link\";s:2:\"id\";s:23:\"om_expo18_social_google\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:82;a:4:{s:4:\"name\";s:12:\"Myspace link\";s:2:\"id\";s:24:\"om_expo18_social_myspace\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:83;a:4:{s:4:\"name\";s:14:\"Pinterest link\";s:2:\"id\";s:26:\"om_expo18_social_pinterest\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:84;a:4:{s:4:\"name\";s:10:\"Skype link\";s:2:\"id\";s:22:\"om_expo18_social_skype\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:85;a:4:{s:4:\"name\";s:10:\"Vimeo link\";s:2:\"id\";s:22:\"om_expo18_social_vimeo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:86;a:4:{s:4:\"name\";s:12:\"Youtube link\";s:2:\"id\";s:24:\"om_expo18_social_youtube\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:87;a:2:{s:4:\"name\";s:17:\"Registration form\";s:4:\"type\";s:7:\"heading\";}i:88;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:88:\"Set up form and include it at any page by inserting shortcode <b>[registration_form]</b>\";s:4:\"type\";s:5:\"intro\";}i:89;a:4:{s:4:\"name\";s:27:\"Email to send the form data\";s:2:\"id\";s:20:\"om_expo18_form_email\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:90;a:5:{s:4:\"name\";s:15:\"Success message\";s:4:\"desc\";s:51:\"Message will be shown after success form submission\";s:2:\"id\";s:22:\"om_expo18_form_success\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:91;a:4:{s:4:\"name\";s:19:\"Submit button title\";s:2:\"id\";s:27:\"om_expo18_form_button_title\";s:3:\"std\";s:9:\"Register!\";s:4:\"type\";s:4:\"text\";}i:92;a:4:{s:4:\"name\";s:11:\"Form fields\";s:2:\"id\";s:21:\"om_expo18_form_fields\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"form_fields\";}i:93;a:2:{s:4:\"name\";s:13:\"Theme updates\";s:4:\"type\";s:7:\"heading\";}i:94;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:154:\"If you want to receive notifications about new Theme versions in WordPress Dashboard, please, specify your ThemeForest(Envato) username and API key below.\";s:4:\"type\";s:4:\"note\";}i:95;a:5:{s:4:\"name\";s:33:\"Your ThemeForest(Envato) username\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:25:\"om_expo18_envato_username\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:96;a:5:{s:4:\"name\";s:32:\"Your ThemeForest(Envato) API key\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:20:\"om_expo18_envato_api\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}','yes'),(146,'om_expo18_site_logo_type','image','yes'),(148,'om_expo18_site_logo_text','INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017','yes'),(149,'om_expo18_favicon','http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2016/12/AgroChemSriLanka-2017.jpg','yes'),(150,'om_expo18_location_date','Sri Lanka Exhibition & Convention Center (SLECC).<br/><b>27 ~ 29 November 2017</b>','yes'),(151,'om_expo18_countdown_date','2017-11-27 10:30:00','yes'),(152,'om_expo18_countdown_hide_seconds','false','yes'),(153,'om_expo18_special_button_title','','yes'),(154,'om_expo18_special_button_link','','yes'),(155,'om_expo18_footer_text','','yes'),(156,'om_expo18_responsive','true','yes'),(157,'om_expo18_hide_comments_pages','true','yes'),(158,'om_expo18_feedburner','','yes'),(159,'om_expo18_use_inline_css','false','yes'),(160,'om_expo18_primary_color','#3d942c','yes'),(161,'om_expo18_highlight_color','#f89811','yes'),(162,'om_expo18_background_img_set','bgset-2','yes'),(163,'om_expo18_background_img_custom_l1','','yes'),(164,'om_expo18_background_img_custom_l2','','yes'),(165,'om_expo18_base_font','Arial','yes'),(166,'om_expo18_custom_base_font','','yes'),(167,'om_expo18_highlight_font','Open Sans','yes'),(168,'om_expo18_custom_highlight_font','','yes'),(169,'om_expo18_logo_font','Montserrat','yes'),(170,'om_expo18_custom_logo_font','','yes'),(171,'om_expo18_testimonial_font','Satisfy','yes'),(172,'om_expo18_custom_testimonial_font','','yes'),(173,'om_expo18_sidebar_position','right','yes'),(174,'om_expo18_sidebars_num','3','yes'),(175,'om_expo18_show_homepage_slider','true','yes'),(176,'om_expo18_homepage_slider_autoslide','6000','yes'),(177,'om_expo18_homepage_slider_animation_speed','800','yes'),(178,'om_expo18_homepage_slider_animation_effect','custom','yes'),(179,'om_expo18_homepage_slider','a:3:{i:0;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:74:\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3188.jpg\";s:11:\"description\";s:35:\"INT\'L AGRO CHEM SRI LANKA EXPO 2017\";s:4:\"link\";s:0:\"\";}i:1;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:74:\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\";s:11:\"description\";s:35:\"INT\'L AGRO CHEM SRI LANKA EXPO 2017\";s:4:\"link\";s:0:\"\";}i:2;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:74:\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3376.jpg\";s:11:\"description\";s:35:\"INT\'L AGRO CHEM SRI LANKA EXPO 2017\";s:4:\"link\";s:0:\"\";}}','yes'),(180,'om_expo18_post_hide_categories','false','yes'),(181,'om_expo18_post_single_show_thumb','false','yes'),(182,'om_expo18_hide_comments_post','false','yes'),(183,'om_expo18_code_before_head','','yes'),(184,'om_expo18_code_before_body','','yes'),(185,'om_expo18_code_after_page_h1','','yes'),(186,'om_expo18_code_after_page_content','','yes'),(187,'om_expo18_code_after_post_h1','','yes'),(188,'om_expo18_code_after_post_content','','yes'),(189,'om_expo18_social_facebook','https://www.facebook.com/FoodAndAgroExpo/','yes'),(190,'om_expo18_social_linkedin','','yes'),(191,'om_expo18_social_twitter','','yes'),(192,'om_expo18_social_behance','','yes'),(193,'om_expo18_social_rss','','yes'),(194,'om_expo18_social_blogger','','yes'),(195,'om_expo18_social_deviantart','','yes'),(196,'om_expo18_social_dribble','','yes'),(197,'om_expo18_social_flickr','','yes'),(198,'om_expo18_social_google','','yes'),(199,'om_expo18_social_myspace','','yes'),(200,'om_expo18_social_pinterest','','yes'),(201,'om_expo18_social_skype','','yes'),(202,'om_expo18_social_vimeo','','yes'),(203,'om_expo18_social_youtube','','yes'),(204,'om_expo18_form_email','','yes'),(205,'om_expo18_form_success','','yes'),(206,'om_expo18_form_button_title','Register!','yes'),(207,'om_expo18_form_fields','a:10:{i:0;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:1;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:2;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:3;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:4;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:5;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:7;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:8;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:9;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}','yes'),(213,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(214,'widget_calendar','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(220,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:23:\"saiful.cems92@gmail.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484752137;}','no'),(221,'db_upgraded','','yes'),(361,'category_children','a:0:{}','yes'),(414,'recently_activated','a:0:{}','yes'),(415,'ngg_transient_groups','a:8:{s:9:\"__counter\";i:8;s:3:\"MVC\";a:2:{s:2:\"id\";i:2;s:7:\"enabled\";b:1;}s:27:\"displayed_gallery_rendering\";a:2:{s:2:\"id\";i:3;s:7:\"enabled\";b:1;}s:19:\"displayed_galleries\";a:2:{s:2:\"id\";i:4;s:7:\"enabled\";b:1;}s:15:\"col_in_wp_posts\";a:2:{s:2:\"id\";i:5;s:7:\"enabled\";b:1;}s:21:\"col_in_wp_ngg_gallery\";a:2:{s:2:\"id\";i:6;s:7:\"enabled\";b:1;}s:22:\"col_in_wp_ngg_pictures\";a:2:{s:2:\"id\";i:7;s:7:\"enabled\";b:1;}s:19:\"col_in_wp_ngg_album\";a:2:{s:2:\"id\";i:8;s:7:\"enabled\";b:1;}}','yes'),(416,'ngg_options','a:90:{s:11:\"gallerypath\";s:19:\"wp-content/gallery/\";s:11:\"wpmuCSSfile\";s:13:\"nggallery.css\";s:9:\"wpmuStyle\";b:0;s:9:\"wpmuRoles\";b:0;s:16:\"wpmuImportFolder\";b:0;s:13:\"wpmuZipUpload\";b:0;s:14:\"wpmuQuotaCheck\";b:0;s:17:\"datamapper_driver\";s:22:\"custom_post_datamapper\";s:21:\"gallerystorage_driver\";s:25:\"ngglegacy_gallery_storage\";s:20:\"maximum_entity_count\";i:500;s:17:\"router_param_slug\";s:9:\"nggallery\";s:22:\"router_param_separator\";s:2:\"--\";s:19:\"router_param_prefix\";s:0:\"\";s:9:\"deleteImg\";b:1;s:9:\"swfUpload\";b:0;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:18:\"galleries_in_feeds\";b:0;s:12:\"activateTags\";i:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:14:\"relatedHeading\";s:24:\"<h3>Related Images:</h3>\";s:10:\"thumbwidth\";s:3:\"200\";s:11:\"thumbheight\";s:3:\"150\";s:8:\"thumbfix\";b:1;s:12:\"thumbquality\";i:100;s:8:\"imgWidth\";s:3:\"200\";s:9:\"imgHeight\";s:3:\"150\";s:10:\"imgQuality\";i:100;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:0;s:9:\"galImages\";s:2:\"20\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:1;s:12:\"galTextSlide\";s:16:\"[Show slideshow]\";s:14:\"galTextGallery\";s:17:\"[Show thumbnails]\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";i:0;s:12:\"galHiddenImg\";i:0;s:10:\"galAjaxNav\";i:0;s:11:\"thumbEffect\";s:8:\"fancybox\";s:9:\"thumbCode\";s:41:\"class=\"ngg-fancybox\" rel=\"%GALLERY_NAME%\"\";s:18:\"thumbEffectContext\";s:14:\"nextgen_images\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";i:5;s:6:\"wmYpos\";i:5;s:6:\"wmType\";i:0;s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:10;s:6:\"wmText\";s:9:\"Food Agro\";s:7:\"wmColor\";s:7:\"#000000\";s:8:\"wmOpaque\";s:3:\"100\";s:8:\"enableIR\";i:0;s:7:\"slideFx\";s:4:\"fade\";s:5:\"irURL\";s:0:\"\";s:12:\"irXHTMLvalid\";i:0;s:7:\"irAudio\";s:0:\"\";s:7:\"irWidth\";i:600;s:8:\"irHeight\";i:400;s:9:\"irShuffle\";b:1;s:17:\"irLinkfromdisplay\";b:1;s:16:\"irShownavigation\";i:0;s:11:\"irShowicons\";i:0;s:11:\"irWatermark\";i:0;s:13:\"irOverstretch\";s:4:\"True\";s:12:\"irRotatetime\";i:10;s:12:\"irTransition\";s:6:\"random\";s:10:\"irKenburns\";i:0;s:11:\"irBackcolor\";s:6:\"000000\";s:12:\"irFrontcolor\";s:6:\"FFFFFF\";s:12:\"irLightcolor\";s:6:\"CC0000\";s:13:\"irScreencolor\";s:6:\"000000\";s:11:\"activateCSS\";i:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:22:\"dynamic_thumbnail_slug\";s:13:\"nextgen-image\";s:23:\"dynamic_stylesheet_slug\";s:12:\"nextgen-dcss\";s:18:\"thumbEffectScripts\";a:1:{i:0;s:0:\"\";}s:17:\"thumbEffectStyles\";a:1:{i:0;s:0:\"\";}s:15:\"thumbEffectCode\";s:0:\"\";s:11:\"installDate\";i:1433833352;s:7:\"slideFX\";s:4:\"fade\";s:28:\"always_enable_frontend_logic\";b:0;}','yes'),(418,'photocrati_auto_update_admin_update_list','','yes'),(419,'photocrati_auto_update_admin_check_date','','yes'),(420,'ngg_db_version','1.8.0','yes'),(421,'pope_module_list','a:34:{i:0;s:17:\"photocrati-fs|0.4\";i:1;s:19:\"photocrati-i18n|0.1\";i:2;s:25:\"photocrati-validation|0.1\";i:3;s:21:\"photocrati-router|0.7\";i:4;s:32:\"photocrati-wordpress_routing|0.6\";i:5;s:23:\"photocrati-security|0.2\";i:6;s:31:\"photocrati-nextgen_settings|0.9\";i:7;s:18:\"photocrati-mvc|0.5\";i:8;s:19:\"photocrati-ajax|0.8\";i:9;s:25:\"photocrati-datamapper|0.9\";i:10;s:30:\"photocrati-nextgen-legacy|0.14\";i:11;s:28:\"photocrati-nextgen-data|0.10\";i:12;s:33:\"photocrati-dynamic_thumbnails|0.6\";i:13;s:28:\"photocrati-nextgen_admin|0.9\";i:14;s:39:\"photocrati-nextgen_gallery_display|0.13\";i:15;s:34:\"photocrati-frame_communication|0.4\";i:16;s:30:\"photocrati-attach_to_post|0.11\";i:17;s:38:\"photocrati-nextgen_addgallery_page|0.6\";i:18;s:36:\"photocrati-nextgen_other_options|0.8\";i:19;s:33:\"photocrati-nextgen_pagination|0.3\";i:20;s:33:\"photocrati-dynamic_stylesheet|0.3\";i:21;s:34:\"photocrati-nextgen_pro_upgrade|0.4\";i:22;s:20:\"photocrati-cache|0.2\";i:23;s:24:\"photocrati-lightbox|0.14\";i:24;s:38:\"photocrati-nextgen_basic_templates|0.5\";i:25;s:37:\"photocrati-nextgen_basic_gallery|0.13\";i:26;s:42:\"photocrati-nextgen_basic_imagebrowser|0.10\";i:27;s:39:\"photocrati-nextgen_basic_singlepic|0.11\";i:28;s:38:\"photocrati-nextgen_basic_tagcloud|0.11\";i:29;s:35:\"photocrati-nextgen_basic_album|0.10\";i:30;s:21:\"photocrati-widget|0.5\";i:31;s:33:\"photocrati-third_party_compat|0.4\";i:32;s:29:\"photocrati-nextgen_xmlrpc|0.4\";i:33;s:20:\"photocrati-wpcli|0.1\";}','yes'),(1701,'WPLANG','','yes'),(4047,'widget_om_widget_flickr','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4048,'widget_om_widget_tweets','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4049,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4050,'widget_om_widget_recent_posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4051,'widget_om_widget_video','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4052,'widget_ngg-mrssw','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4053,'widget_slideshow','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4054,'widget_ngg-images','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4055,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4056,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(18044,'wonderplugin_carousel_userrole','manage_options','yes'),(18045,'wonderplugin_carousel_thumbnailsize','medium','yes'),(18046,'wonderplugin-carousel-engine','WordPress Carousel Slider Plugin','yes'),(23616,'rewrite_rules','a:85:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:31:\"index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=5&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:55:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:37:\"index.php/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:30:\"index.php/([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:50:\"index.php/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:38:\"index.php/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:45:\"index.php/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:26:\"index.php/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"index.php/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"index.php/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"index.php/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"index.php/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"index.php/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(60110,'om_expo18_site_logo_image','http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/06/agro-sri-lgo-joint.jpg','yes'),(84206,'_site_transient_timeout_browser_6bcb73d32215374814dad35f9c73b9ad','1475990090','yes'),(84207,'_site_transient_browser_6bcb73d32215374814dad35f9c73b9ad','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"53.0.2785.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'),(84827,'finished_splitting_shared_terms','1','yes'),(84828,'site_icon','0','yes'),(84829,'medium_large_size_w','768','yes'),(84830,'medium_large_size_h','0','yes'),(84833,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.5\";s:7:\"version\";s:5:\"4.9.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.5\";s:7:\"version\";s:5:\"4.9.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.6\";s:7:\"version\";s:5:\"4.8.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.10\";s:7:\"version\";s:6:\"4.7.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.11-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.11-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.11-rollback-1.zip\";}s:7:\"current\";s:6:\"4.6.11\";s:7:\"version\";s:6:\"4.6.11\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.6.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1523602526;s:15:\"version_checked\";s:5:\"4.6.1\";s:12:\"translations\";a:0:{}}','no'),(84834,'_site_transient_timeout_browser_2451ca2aec0606156897568730ffc28a','1476508942','no'),(84835,'_site_transient_browser_2451ca2aec0606156897568730ffc28a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"53.0.2785.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;}','no'),(84836,'can_compress_scripts','1','no'),(84847,'theme_mods_twentysixteen','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1481705962;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:10:\"calendar-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(84858,'_site_transient_timeout_wporg_theme_feature_list','1475915661','no'),(84859,'_site_transient_wporg_theme_feature_list','a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}','no'),(84862,'theme_mods_expo18','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}}','yes'),(84867,'theme_mods_Expo','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1481705951;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:10:\"calendar-2\";}s:18:\"footer-column-left\";a:0:{}s:20:\"footer-column-center\";a:0:{}s:19:\"footer-column-right\";N;s:13:\"alt-sidebar-1\";N;s:13:\"alt-sidebar-2\";N;s:13:\"alt-sidebar-3\";N;}}}','yes'),(85423,'_site_transient_timeout_browser_96b16d07ab8d9d5b89d1c48e1ee6d7b8','1482038298','no'),(85424,'_site_transient_browser_96b16d07ab8d9d5b89d1c48e1ee6d7b8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"55.0.2883.75\";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;}','no'),(85445,'ftp_credentials','a:3:{s:8:\"hostname\";s:18:\"cems-foodagro.com/\";s:8:\"username\";s:8:\"foodagro\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(85455,'_site_transient_timeout_browser_f90f9d5b5a1bb1d6e2289490ecf74ebb','1482310542','no'),(85456,'_site_transient_browser_f90f9d5b5a1bb1d6e2289490ecf74ebb','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"50.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;}','no'),(85473,'_site_transient_timeout_available_translations','1481716553','no'),(85474,'_site_transient_available_translations','a:87:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-06 11:26:31\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-21 10:19:10\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-16 18:36:09\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-29 08:38:56\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 22:42:10\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-24 13:13:07\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-20 16:53:20\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.5.4\";s:7:\"updated\";s:19:\"2016-04-19 23:16:37\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.4/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-20 10:29:54\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.4.3\";s:7:\"updated\";s:19:\"2016-02-16 15:34:57\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.3/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-11 18:32:36\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-01 16:18:09\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-29 14:03:59\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-15 12:56:13\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-15 12:59:43\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.6.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-05 15:05:02\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-06 12:29:42\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.6.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-09 20:42:31\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-20 07:14:07\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-16 11:54:12\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-12 02:18:44\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-11 22:36:25\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-11 23:19:29\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-04 22:04:52\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-17 12:34:44\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-19 13:48:04\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-31 08:03:58\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-17 22:11:44\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-17 17:56:31\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-29 15:07:52\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-22 16:41:36\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-27 18:10:49\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-23 20:20:40\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-15 18:30:48\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-10 18:42:25\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-10 18:17:57\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-02 11:49:52\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-21 15:44:17\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-08 11:09:06\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-25 19:56:49\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-03 13:43:01\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-07 15:12:28\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-06 20:18:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 07:13:54\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-22 05:34:53\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-29 11:28:08\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-02 08:41:39\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-01 15:23:06\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-29 11:51:34\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-24 07:18:31\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-11 21:29:34\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-26 17:38:44\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.5.4\";s:7:\"updated\";s:19:\"2016-05-12 13:55:28\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.4/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-13 20:38:52\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-14 14:18:43\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.13\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.13/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-16 13:09:49\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-14 13:24:10\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.6.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-26 10:08:38\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-28 08:58:28\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-23 13:45:11\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.1/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-22 09:54:16\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.13\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.13/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-07 09:30:50\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-26 20:21:25\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-06 22:49:40\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-30 19:40:04\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-08 14:52:32\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-04 18:38:43\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-14 07:00:01\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-12 16:41:17\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-01 10:58:06\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.1/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-12 07:04:13\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-27 15:51:36\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-16 10:50:15\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-01 16:07:46\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-18 10:43:17\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 01:01:25\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-18 13:53:15\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-05 11:58:02\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.5.4\";s:7:\"updated\";s:19:\"2016-04-17 03:29:01\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.4/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'),(85480,'om_expo18_background_disable_animation','false','yes'),(85481,'om_expo18_google_charset_latin_ext','false','yes'),(85482,'om_expo18_google_charset_arabic','false','yes'),(85483,'om_expo18_google_charset_cyrillic','false','yes'),(85484,'om_expo18_google_charset_cyrillic_ext','false','yes'),(85485,'om_expo18_google_charset_devanagari','false','yes'),(85486,'om_expo18_google_charset_greek','false','yes'),(85487,'om_expo18_google_charset_greek_ext','false','yes'),(85488,'om_expo18_google_charset_hebrew','false','yes'),(85489,'om_expo18_google_charset_khmer','false','yes'),(85490,'om_expo18_google_charset_telugu','false','yes'),(85491,'om_expo18_google_charset_vietnamese','false','yes'),(85492,'om_expo18_code_custom_css','','yes'),(85493,'om_expo18_social_instagram','','yes'),(85494,'om_expo18_envato_username','','yes'),(85495,'om_expo18_envato_api','','yes'),(85496,'om_expo18_style-custom-salt','36334','yes'),(85761,'_site_transient_timeout_browser_00cb6228a64f759a1bb585e143526e4f','1485431673','no'),(85762,'_site_transient_browser_00cb6228a64f759a1bb585e143526e4f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"55.0.2883.87\";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;}','no'),(85984,'_site_transient_timeout_browser_58769e6f77965f1b81999b5fbb0b69b5','1490172215','no'),(85985,'_site_transient_browser_58769e6f77965f1b81999b5fbb0b69b5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"56.0.2924.87\";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;}','no'),(86426,'_site_transient_timeout_browser_ce290af4083a5e71c26c2d360ac888b6','1494388856','no'),(86427,'_site_transient_browser_ce290af4083a5e71c26c2d360ac888b6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";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;}','no'),(86750,'_site_transient_timeout_browser_699dfc46f2edc5d25d73bee60c1bf7b9','1496907380','no'),(86751,'_site_transient_browser_699dfc46f2edc5d25d73bee60c1bf7b9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"58.0.3029.110\";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;}','no'),(87965,'_site_transient_timeout_browser_a074847ba0d26965d4c0a7cd5cc2a3d1','1506155693','no'),(87966,'_site_transient_browser_a074847ba0d26965d4c0a7cd5cc2a3d1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"61.0.3163.79\";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;}','no'),(88328,'_site_transient_timeout_browser_ae7243d6fcce16c4a1bb2c2339d3a779','1508827889','no'),(88329,'_site_transient_browser_ae7243d6fcce16c4a1bb2c2339d3a779','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(88330,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1508266304','no'),(88331,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','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:49:\"\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:14:\"WordPress 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Oct 2017 06:29: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:\"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:40:\"https://wordpress.org/?v=4.9-beta2-41860\";s: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:36:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.9 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Oct 2017 06:29: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:11:\"Development\";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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4946\";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:364:\"WordPress 4.9 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). […]\";s: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:\"Mel Choyce\";s: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:1651:\"<p>WordPress 4.9 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since then, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=\">70 changes</a> in Beta 2.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Let’s test all of these:</em><br />\n<em>code editing, theme switches,</em><br />\n<em>widgets, scheduling.</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4946\";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:36:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.9 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:56:\"https://wordpress.org/news/2017/10/wordpress-4-9-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Oct 2017 05:54:02 +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:\"Development\";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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4926\";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:329:\"WordPress 4.9 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s: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:\"Jeffrey Paul\";s: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:9159:\"<p>WordPress 4.9 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.9 is slated for release on <a href=\"https://make.wordpress.org/core/4-9/\">November 14</a>, but we need your help to get there. We’ve been working on making it even easier to customize your site. Here are some of the bigger items to test and help us find as many bugs as possible in the coming weeks:</p>\n<ul>\n<li>Drafting (<a href=\"https://core.trac.wordpress.org/ticket/39896\">#39896</a>) and scheduling (<a href=\"https://core.trac.wordpress.org/ticket/28721\">#28721</a>) of changes in the Customizer. Once you save or schedule a changeset, when any user comes into the Customizer the pending changes will be autoloaded. A button is provided to discard changes to restore the Customizer to the last published state. (This is a new “linear” mode for changesets, as opposed to “branching” mode which can be enabled by filter so that every time user opens the Customizer a new blank changeset will be started.)</li>\n<li>Addition of a frontend preview link to the Customizer to allow changes to be browsed on the frontend, even without a user being logged in (<a href=\"https://core.trac.wordpress.org/ticket/39896\">#39896</a>).</li>\n<li>Addition of autosave revisions in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/39275\">#39275</a>).</li>\n<li>A brand new theme browsing experience in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/37661\">#37661</a>).</li>\n<li>Gallery widget (<a href=\"https://core.trac.wordpress.org/ticket/41914\">#41914</a>), following the media and image widgets introduced in 4.8.</li>\n<li>Support for shortcodes in Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/10457\">#10457</a>).</li>\n<li>Support for adding media to Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/40854\">#40854</a>).</li>\n<li>Support for adding oEmbeds outside post content, including Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/34115\">#34115</a>).</li>\n<li>Support for videos from providers other than YouTube and Vimeo in the Video widget (<a href=\"https://core.trac.wordpress.org/ticket/42039\">#42039</a>)</li>\n<li>Improve the flow for creating new menus in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/40104\">#40104</a>).</li>\n<li>Educated guess mapping of nav menus and widgets when switching themes (<a href=\"https://core.trac.wordpress.org/ticket/39692\">#39692</a>).</li>\n<li>Plugins: Introduce singular capabilities for activating and deactivating individual plugins (<a href=\"https://core.trac.wordpress.org/ticket/38652\">#38652</a>).</li>\n<li>Sandbox PHP file edits in both plugins and themes, without auto-deactivation when an error occurs; a PHP edit that introduces a fatal error is rolled back with an opportunity then for the user to fix the error and attempt to re-save. (<a href=\"https://core.trac.wordpress.org/ticket/21622\">#21622</a>).</li>\n<li>Addition of dirty state for widgets on the admin screen, indicating when a widget has been successfully saved and showing an “Are you sure?” dialog when attempting to leave without saving changes. (<a href=\"https://core.trac.wordpress.org/ticket/23120\">#23120</a>, <a href=\"https://core.trac.wordpress.org/ticket/41610\">#41610</a>)</li>\n</ul>\n<p>As always, there have been exciting changes for developers to explore as well, such as:</p>\n<ul>\n<li>CodeMirror editor added to theme/plugin editor, Custom CSS in Customizer, and Custom HTML widgets. Integration includes support for linters to catch errors before you attempt to save. Includes new APIs for plugins to instantiate editors. (<a href=\"https://core.trac.wordpress.org/ticket/12423\">#12423</a>)</li>\n<li>Introduction of an extensible code editor control for adding instances of CodeMirror to the Customizer. (<a href=\"https://core.trac.wordpress.org/ticket/41897\">#41897</a>)</li>\n<li>Addition of global notifications area (<a href=\"https://core.trac.wordpress.org/ticket/35210\">#35210</a>), panel and section notifications (<a href=\"https://core.trac.wordpress.org/ticket/38794\">#38794</a>), and a notification overlay that takes over the entire screen in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/37727\">#37727</a>).</li>\n<li>A date/time control in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/42022\">#42022</a>).</li>\n<li>Improve usability of Customize JS API (<a href=\"https://core.trac.wordpress.org/ticket/42083\">#42083</a>, <a href=\"https://core.trac.wordpress.org/ticket/37964\">#37964</a>, <a href=\"https://core.trac.wordpress.org/ticket/36167\">#36167</a>).</li>\n<li>Introduction of control templates for base controls (<a href=\"https://core.trac.wordpress.org/ticket/30738\">#30738</a>).</li>\n<li>Use WP_Term_Query when transforming tax queries (<a href=\"https://core.trac.wordpress.org/ticket/37038\">#37038</a>).</li>\n<li>Database: Add support for MySQL servers connecting to IPv6 hosts (<a href=\"https://core.trac.wordpress.org/ticket/41722\">#41722</a>).</li>\n<li>Emoji: Bring Twemoji compatibility to PHP (<a href=\"https://core.trac.wordpress.org/ticket/35293\">#35293</a>). Test for any weirdness with emoji in RSS feeds or emails.</li>\n<li>I18N: Introduce the Plural_Forms class (<a href=\"https://core.trac.wordpress.org/ticket/41562\">#41562</a>).</li>\n<li>Media: Upgrade MediaElement.js to 4.2.5-74e01a40 (<a href=\"https://core.trac.wordpress.org/ticket/39686\">#39686</a>).</li>\n<li>Media: Use max-width for default captions (<a href=\"https://core.trac.wordpress.org/ticket/33981\">#33981</a>). We will want to make sure this doesn’t cause unexpected visual regressions in existing themes, default themes were all fine in testing.</li>\n<li>Media: Reduce duplicated custom header crops in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/21819\">#21819</a>).</li>\n<li>Media: Store video creation date in meta (<a href=\"https://core.trac.wordpress.org/ticket/35218\">#35218</a>). Please help test different kinds of videos.</li>\n<li>Multisite: Introduce get_site_by() (<a href=\"https://core.trac.wordpress.org/ticket/40180\">#40180</a>).</li>\n<li>Multisite: Improve get_blog_details() by using get_site_by() (<a href=\"https://core.trac.wordpress.org/ticket/40228\">#40228</a>).</li>\n<li>Multisite: Improve initializing available roles when switch sites (<a href=\"https://core.trac.wordpress.org/ticket/38645\">#38645</a>).</li>\n<li>Multisite: Initialize a user’s roles correctly when setting them up for a different site (<a href=\"https://core.trac.wordpress.org/ticket/36961\">#36961</a>).</li>\n<li>REST API: Support registering complex data structures for settings and meta</li>\n<li>REST API: Support for objects in schema validation and sanitization (<a href=\"https://core.trac.wordpress.org/ticket/38583\">#38583</a>)</li>\n<li>Role/Capability: Introduce capabilities dedicated to installing and updating language files (<a href=\"https://core.trac.wordpress.org/ticket/39677\">#39677</a>).</li>\n<li>Remove SWFUpload (<a href=\"https://core.trac.wordpress.org/ticket/41752\">#41752</a>).</li>\n<li>Users: Require a confirmation link in an email to be clicked when a user attempts to change their email address (<a href=\"https://core.trac.wordpress.org/ticket/16470\">#16470</a>).</li>\n<li>Core and the unit test suite is fully compatible with the upcoming release of PHP 7.2</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.9, <a href=\"https://make.wordpress.org/core/tag/4-9/\">check out posts tagged with 4.9 on the main development blog</a>, or look at a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.9&group=component&order=priority\">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><b>If you think you’ve found a bug</b>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><i>Without your testing,<br />\nwe might hurt the internet.<br />\nPlease help us find bugs.<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></i></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4926\";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:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"The Month in WordPress: September 2017\";s: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:\"https://wordpress.org/news/2017/10/the-month-in-wordpress-september-2017/\";s: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, 02 Oct 2017 08:00: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:18:\"Month in 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4920\";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:\"This has been an interesting month for WordPress, as a bold move on the JavaScript front brought the WordPress project to the forefront of many discussions across the development world. There have also been some intriguing changes in the WordCamp program, so read on to learn more about the WordPress community during the month of […]\";s: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:\"Hugh Lashbrooke\";s: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:5634:\"<p>This has been an interesting month for WordPress, as a bold move on the JavaScript front brought the WordPress project to the forefront of many discussions across the development world. There have also been some intriguing changes in the WordCamp program, so read on to learn more about the WordPress community during the month of September.</p>\n<hr />\n<h2>JavaScript Frameworks in WordPress</h2>\n<p>Early in the month, <a href=\"https://ma.tt/2017/09/on-react-and-wordpress/\">Matt Mullenweg announced</a> that WordPress will be switching away from React as the JavaScript library WordPress Core might use — this was in response to Facebook’s decision to keep a controversial patent clause in the library’s license, making many WordPress users uncomfortable.</p>\n<p>A few days later, <a href=\"https://ma.tt/2017/09/facebook-dropping-patent-clause/\">Facebook reverted the decision</a>, making React a viable option for WordPress once more. Still, the WordPress Core team is exploring a move <a href=\"https://github.com/WordPress/gutenberg/pull/2463\">to make WordPress framework-agnostic</a>, so that the framework being used could be replaced by any other framework without affecting the rest of the project.</p>\n<p>This is a bold move that will ultimately make WordPress core a lot more flexible, and will also protect it from potential license changes in the future.</p>\n<p>You can get involved in the JavaScript discussion by joining the #core-js channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and following the <a href=\"https://make.wordpress.org/core/\">WordPress Core development blog</a>.</p>\n<h2>Community Initiative to Make WordCamps More Accessible</h2>\n<p>A WordPress community member, Ines van Essen, started a new nonprofit initiative to offer financial assistance to community members to attend WordCamps. <a href=\"https://donatewc.org/\">DonateWC</a> launched with a crowdsourced funding campaign to cover the costs of getting things up and running.</p>\n<p>Now that she’s raised the initial funds, Ines plans to set up a nonprofit organization and use donations from sponsors to help people all over the world attend and speak at WordCamps.</p>\n<p>If you would like to support the initiative, you can do so by <a href=\"https://donatewc.org/make-a-donation/\">donating through their website</a>.</p>\n<h2>The WordCamp Incubator Program Returns</h2>\n<p>Following the success of <a href=\"https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/\">the first WordCamp Incubator Program</a>, the Community Team is <a href=\"https://make.wordpress.org/community/2017/09/27/wordcamp-incubator-program-v2-new-role-name/\">bringing the program back</a> to assist more underserved cities in kick-starting their WordPress communities.</p>\n<p>The program’s first phase aims to find community members who will volunteer to mentor, assist, and work alongside local leaders in the incubator communities — this is a time-intensive volunteer role that would need to be filled by experienced WordCamp organizers.</p>\n<p>If you would like to be a part of this valuable initiative, join the #community-team channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and follow the <a href=\"https://make.wordpress.org/community/\">Community Team blog</a> for updates.</p>\n<h2>WordPress 4.8.2 Security Release</h2>\n<p>On September 19, <a href=\"https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/\">WordPress 4.8.2 was released to the world</a> — this was a security release that fixed nine issues in WordPress Core, making the platform more stable and secure for everyone.</p>\n<p>To get involved in building WordPress Core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<hr />\n<h2>Further Reading:</h2>\n<ul>\n<li>The WordPress Meetup program hit a significant milestone this month — there are now 500 meetup groups in <a href=\"https://www.meetup.com/pro/wordpress/\">the official chapter program</a>.</li>\n<li>The SWFUpload library <a href=\"https://make.wordpress.org/core/2017/09/07/removing-swfupload/\">will be removed from WordPress Core</a> in version 4.9, scheduled for release in mid-November.</li>\n<li>Matías Ventura put together some useful videos on <a href=\"https://make.wordpress.org/core/2017/08/31/gutenberg-themes/\">how theme developers can integrate Gutenberg into their work</a>.</li>\n<li><a href=\"http://applyfilters.fm/\"><i>Apply Filters</i></a>, the popular WordPress development podcast, will go on hiatus after the upcoming 83rd episode.</li>\n<li>The WordPress Plugin Directory <a href=\"https://make.wordpress.org/plugins/2017/09/04/plugin-support-reps/\">has added the ability</a> for plugin owners to assign plugin support representatives.</li>\n<li>After a couple of slower development weeks, <a href=\"https://make.wordpress.org/core/2017/09/27/whats-new-in-gutenberg-1-2-1/\">Gutenberg v1.2 is out</a> and it’s looking better than ever.</li>\n<li>The third <a href=\"https://wordpress.org/news/2017/09/global-wordpress-translation-day-3/\">Global WordPress Translation Day</a> took place this past weekend — keep an eye on <a href=\"https://make.wordpress.org/polyglots/\">the Polyglots team blog</a> for updates.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4920\";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:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Global WordPress Translation Day 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:70:\"https://wordpress.org/news/2017/09/global-wordpress-translation-day-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Sep 2017 11:56:59 +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:6:\"Events\";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:32:\"global wordpress translation day\";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:9:\"polyglots\";s: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:34:\"https://wordpress.org/news/?p=4915\";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:398:\"On September 30 2017, the WordPress Polyglots Team – whose mission is to translate WordPress into as many languages as possible – will hold its third Global WordPress Translation Day, a 24-hour, round-the-clock, digital and physical global marathon dedicated to the localisation and internationalisation of the WordPress platform and ecosystem, a structure that powers, today, […]\";s: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:\"Hugh Lashbrooke\";s: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:4124:\"<p><span style=\"font-weight: 400\">On September 30 2017, the WordPress Polyglots Team – whose mission is to translate WordPress into as many languages as possible – will hold its third <a href=\"https://wptranslationday.org/\">Global WordPress Translation Day</a>, a 24-hour, round-the-clock, digital and physical global marathon dedicated to the localisation and internationalisation of the WordPress platform and ecosystem, a structure that powers, today, over 28% of all existing websites.</span></p>\n<p><span style=\"font-weight: 400\">The localisation process allows for WordPress and for all WordPress-related products (themes and plugins) to be available in local languages, so to improve their accessibility and usage and to allow as many people as possible to take advantage of the free platform and services available.</span></p>\n<p><span style=\"font-weight: 400\">In a (not completely) serendipitous coincidence, September 30 has also been declared by the United Nations “International Translation Day”, to pay homage to the great services of translators everywhere, one that allows communication and exchange.</span></p>\n<p><span style=\"font-weight: 400\">The event will feature a series of multi-language live speeches (training sessions, tutorials, case histories, etc.) that will be screen-casted in streaming, starting from Australia and the Far East and ending in the Western parts of the United States.</span></p>\n<p><span style=\"font-weight: 400\">In that same 24-hour time frame, Polyglots worldwide will gather physically in local events, for dedicated training and translations sprints (and for some fun and socializing as well), while those unable to physically join their teams will do so remotely.</span></p>\n<p><span style=\"font-weight: 400\">A big, fun, useful and enlightening party and a lovely mix of growing, giving, learning and teaching, to empower, and cultivate, and shine.</span></p>\n<p><span style=\"font-weight: 400\">Here are some stats about the first two events:</span></p>\n<p><b>Global WordPress Translation Day 1</b></p>\n<ul>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">448 translators worldwide</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">50 local events worldwide</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">54 locales involved</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">40350 strings translated, in</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">597 projects</span></li>\n</ul>\n<p><b>Global WordPress Translation Day 2</b></p>\n<ul>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">780 translators worldwide</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">67 local events worldwide</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">133 locales involved</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">60426 strings translated, in</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">590 projects</span></li>\n</ul>\n<p><span style=\"font-weight: 400\">We would like your help in spreading this news and in reaching out to all four corners of the world to make the third #WPTranslationDay a truly amazing one and to help celebrate the unique and fundamental role that translators have in the Community but also in all aspects of life.</span></p>\n<p><span style=\"font-weight: 400\">A full press release is available, along with more information and visual assets at </span><a href=\"https://wptranslationday.org/press/\"><span style=\"font-weight: 400\">wptranslationday.org/press</span></a>.</p>\n<p><span style=\"font-weight: 400\">For any additional information please don’t hesitate to contact the event team on </span><a href=\"mailto:press@wptranslationday.org\"><span style=\"font-weight: 400\">press@wptranslationday.org</span></a><span style=\"font-weight: 400\">.</span></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4915\";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:36:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.8.2 Security and Maintenance Release\";s: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:84:\"https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/\";s: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, 19 Sep 2017 22:17:15 +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: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:1;a:5:{s:4:\"data\";s:8:\"Security\";s: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:34:\"https://wordpress.org/news/?p=4909\";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:392:\"WordPress 4.8.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.8.1 and earlier are affected by these security issues: $wpdb->prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this […]\";s: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:17:\"Aaron D. Campbell\";s: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:2844:\"<p>WordPress 4.8.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.8.1 and earlier are affected by these security issues:</p>\n<ol>\n<li><code>$wpdb->prepare()</code> can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://hackerone.com/slavco\">Slavco</a></li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the oEmbed discovery. Reported by xknown of the WordPress Security Team.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the visual editor. Reported by <a href=\"https://twitter.com/brutelogic\">Rodolfo Assis (@brutelogic)</a> of Sucuri Security.</li>\n<li>A path traversal vulnerability was discovered in the file unzipping code. Reported by <a href=\"https://hackerone.com/noxrnet\">Alex Chapman (noxrnet)</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the plugin editor. Reported by 陈瑞琦 (Chen Ruiqi).</li>\n<li>An open redirect was discovered on the user and term edit screens. Reported by <a href=\"https://hackerone.com/ysx\">Yasin Soliman (ysx)</a>.</li>\n<li>A path traversal vulnerability was discovered in the customizer. Reported by Weston Ruter of the WordPress Security Team.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in template names. Reported by <a href=\"https://hackerone.com/sikic\">Luka (sikic)</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the link modal. Reported by <a href=\"https://hackerone.com/qasuar\">Anas Roubi (qasuar)</a>.</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.8.2 contains 6 maintenance fixes to the 4.8 release series. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.8.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.8.2&group=component&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=keywords&order=priority\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.2.</p>\n<p>Thanks to everyone who contributed to 4.8.2.</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4909\";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:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress: August 2017\";s: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:70:\"https://wordpress.org/news/2017/09/the-month-in-wordpress-august-2017/\";s: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 Sep 2017 10:02:16 +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:18:\"Month in 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4899\";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:333:\"While there haven’t been any major events or big new developments in the WordPress world this past month, a lot of work has gone into developing a sustainable future for the project. Read on to find out more about this and other interesting news from around the WordPress world in August. The Global WordPress Translation […]\";s: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:\"Hugh Lashbrooke\";s: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:6496:\"<p>While there haven’t been any major events or big new developments in the WordPress world this past month, a lot of work has gone into developing a sustainable future for the project. Read on to find out more about this and other interesting news from around the WordPress world in August.</p>\n<hr />\n<h2>The Global WordPress Translation Day Returns</h2>\n<p>On September 30, the WordPress Polyglots team will be holding <a href=\"https://wptranslationday.org/\">the third Global WordPress Translation Day</a>. This is a 24-hour global event dedicated to the translation of the WordPress ecosystem (core, themes, plugins), and is a mix of physical, in-person translation work with online streaming of talks from WordPress translators all over the world.</p>\n<p>Meetup groups will be holding events where community members will come together to translate WordPress. To get involved in this worldwide event, <a href=\"https://www.meetup.com/pro/wordpress/\">join your local meetup group</a> or, if one is not already taking place in your area, organize one for your community.</p>\n<p>You can find out more information <a href=\"https://wptranslationday.org/global-wordpress-translation-day-3/\">on the Translation Day blog</a> and in the #polyglots-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>WordPress Foundation to Run Open Source Training Worldwide</h2>\n<p>The WordPress Foundation is a non-profit organization that exists to provide educational events and resources for hackathons, support of the open web, and promotion of diversity in the global open source community.</p>\n<p>In an effort to push these goals forward, <a href=\"http://wordpressfoundation.org/2017/call-for-organizers-introduction-to-open-source/\">the Foundation is going to be offering assistance</a> to communities who would like to run local open source training workshops. A number of organizers have applied to be a part of this initiative, and the Foundation will be selecting two communities in the coming weeks.</p>\n<p>Follow <a href=\"http://wordpressfoundation.org/news/\">the WordPress Foundation blog</a> for updates.</p>\n<h2>Next Steps in WordPress Core’s PHP Focus</h2>\n<p>After <a href=\"https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/\">last month’s</a> push to focus on WordPress core’s PHP development, a number of new initiatives have been proposed and implemented. The first of these initiatives is a page on WordPress.org that will educate users on the benefits of upgrading PHP. The page and its implementation are still in development, so <a href=\"https://github.com/WordPress/servehappy\">you can follow and contribute on GitHub</a>.</p>\n<p>Along with this, <a href=\"https://make.wordpress.org/plugins/2017/08/29/minimum-php-version-requirement/\">plugin developers are now able to specify</a> the minimum required PHP version for their plugins. This version will then be displayed on the Plugin Directory page, but it will not (yet) prevent users from installing it.</p>\n<p>The next evolution of this is for the minimum PHP requirement to be enforced so that plugins will only work if that requirement is met. You can assist with this implementation by contributing your input or a patch on <a href=\"https://core.trac.wordpress.org/ticket/40934\">the open ticket</a>.</p>\n<p>As always, discussions around the implementation of PHP in WordPress core are done in the #core-php channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>New Editor Development Continues</h2>\n<p>For a few months now, the core team has been steadily working on Gutenberg, the new editor for WordPress core. While Gutenberg is still in development and is some time away from being ready, a huge amount of progress has already been made. In fact, <a href=\"https://make.wordpress.org/core/2017/08/29/whats-new-in-gutenberg-august-29/\">v1.0.0 of Gutenberg</a> was released this week.</p>\n<p>The new editor is available as a plugin <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">for testing</a> and <a href=\"https://make.wordpress.org/core/2017/08/11/revised-suggested-roadmap-for-gutenberg-and-customization/\">the proposed roadmap</a> is for it to be merged into core in early 2018. You can get involved in the development of Gutenberg by joining the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and following the <a href=\"https://make.wordpress.org/core/\">WordPress Core development blog</a>.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li>On the topic of Gutenberg, <a href=\"https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/\">Matt Mullenweg wrote a post</a> to address some of the concerns that the community has expressed about the new editor.</li>\n<li><a href=\"http://hookrefineandtinker.com/2017/08/jaiwp-an-alternative-project-to-wordcamp-india/\">A new movement has started</a> in the Indian WordPress community named JaiWP — the organizers are seeking to unite and motivate the country’s many local communities.</li>\n<li><a href=\"https://richtabor.com/merlin-wp/\">Merlin WP</a> is a new plugin offering theme developers an easy way to onboard their users.</li>\n<li>Ryan McCue posted <a href=\"https://make.wordpress.org/core/2017/08/23/rest-api-roadmap/\">an ambitious roadmap</a> for the future of the WordPress REST API — many contributions from the community will be needed in order to reach these goals.</li>\n<li>Want to know what you can expect in the next major release of WordPress? <a href=\"https://make.wordpress.org/core/2017/08/11/wordpress-4-9-goals/\">Here’s a look</a> at what the core team is planning for v4.9.</li>\n<li>To help combat the difficulties that Trac presents to WordPress Core contributors, Ryan McCue built an alternative platform dubbed <a href=\"https://github.com/rmccue/not-trac\">Not Trac</a>.</li>\n<li><a href=\"https://make.wordpress.org/cli/2017/08/08/version-1-3-0-released/\">v1.3.0 of WP-CLI was released</a> earlier in the month, adding a whole lot of great new features to the useful tool.</li>\n</ul>\n<p><i><span style=\"font-weight: 400\">If you have a story we should consider including in the next “Month in WordPress” post, please </span></i><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><i><span style=\"font-weight: 400\">submit it here</span></i></a><i><span style=\"font-weight: 400\">.</span></i></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4899\";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:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.8.1 Maintenance Release\";s: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:71:\"https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\";s: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, 02 Aug 2017 21:26: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:1:{i:0;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4875\";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:366:\"After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release. This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the release […]\";s: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:\"Weston Ruter\";s: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:2560:\"<p>After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release.</p>\n<p>This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the <a href=\"https://codex.wordpress.org/Version_4.8.1\">release notes</a>, the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.8.1&group=component\">tickets closed</a>, and the <a href=\"https://core.trac.wordpress.org/log/branches/4.8?rev=41210&stop_rev=40891\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.1</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.1.</p>\n<p>Thanks to everyone who contributed to 4.8.1:<br />\n<a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/atanasangelovdev/\">Atanas Angelov</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/greuben/\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/sa3idho/\">Said El Bakkali</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford/\">Timmy Crawford</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4875\";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:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: July 2017\";s: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:\"https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/\";s: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, 02 Aug 2017 07:50:14 +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:18:\"Month in 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4885\";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:344:\"After a particularly busy month in June, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July. Weekly meeting for new core […]\";s: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:\"Hugh Lashbrooke\";s: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:5644:\"<p>After a particularly busy month <a href=\"https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\">in June</a>, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July.</p>\n<hr />\n<h2>Weekly meeting for new core contributors</h2>\n<p>Onboarding new contributors is a persistent issue for most WordPress contribution teams. While every team welcomes any new contributors, the path to getting deeply involved can be tricky to find at times.</p>\n<p>This month, the Core team implemented a fantastic new initiative: <a href=\"https://make.wordpress.org/core/2017/06/30/announcing-a-weekly-new-contributors-meeting/\">weekly meetings for new core contributors</a> as a way to encourage involvement and foster fresh contributions. The meetings not only focus on bugs suited to first-time contributors, they also make space for experienced contributors to help out individuals who may be new to developing WordPress core.</p>\n<p>The meetings are held every Wednesday at 19:00 UTC in the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>Increased focus on PHP practices in WordPress core</h2>\n<p>In bringing people together to improve WordPress core, a new channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> named #core-php is designed to focus on PHP development in the project.</p>\n<p>Along with this increased concentration on PHP, a <a href=\"https://make.wordpress.org/core/2017/07/06/announcement-for-weekly-php-meetings/\">new weekly meeting is now taking place</a> every Monday at 18:00 UTC in #core-php to improve WordPress core’s PHP practices.</p>\n<h2>Sharp rise in meetup group growth</h2>\n<p>The dashboard events widget in WordPress 4.8 displays local, upcoming WordPress events for the logged in user. The events listed in this widget are pulled from the <a href=\"https://www.meetup.com/pro/wordpress/\">meetup chapter program</a>, as well as the <a href=\"https://central.wordcamp.org/schedule\">WordCamp schedule</a>.</p>\n<p>This widget provides greater visibility of official WordPress events, and encourages community involvement in these events. It’s safe to say that the widget has achieved its goals admirably — since WordPress 4.8 was released a little over a month ago, 31 new meetup groups have been formed with 15,647 new members across the whole program. This is compared to 19 new groups and only 7,071 new members in the same time period last year.</p>\n<p>You can find a local meetup group to join <a href=\"https://www.meetup.com/pro/wordpress/\">on meetup.com</a>, and if you would like to get involved in organizing events for your community, you can find out more about the inner workings of the program <a href=\"https://make.wordpress.org/community/meetups/\">on the Community Team site</a> or by joining the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>WordPress 4.8.1 due for imminent release</h2>\n<p>WordPress 4.8 cycle’s first maintenance release will be published in the coming week, more than a month after 4.8 was released. This release fix some important issues in WordPress core and the majority of users will find that their sites will update to this new version automatically.</p>\n<p>If you would like to help out by testing this release before it goes live, you can follow the <a href=\"https://make.wordpress.org/core/handbook/testing/beta/\">beta testing guide</a> for WordPress core. To get further involved in building WordPress core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li>The WordPress mobile apps have been updated with <a href=\"https://en.blog.wordpress.com/2017/07/24/a-brand-new-editor-for-the-wordpress-mobile-apps/\">a brand new text editor</a>.</li>\n<li>In a recent push to encourage WordPress users to upgrade their PHP versions, two features have been proposed – one <a href=\"https://core.trac.wordpress.org/ticket/41191\">to provide a notice to users</a> and another to <a href=\"https://core.trac.wordpress.org/ticket/40934\">allow PHP version requirements to be specified by plugins and themes</a>.</li>\n<li>John Maeda wrote <a href=\"https://make.wordpress.org/design/2017/07/14/whywordpress2/\">a great post</a> celebrating the freedom that WordPress offers.</li>\n<li>Gutenberg, the new text editor for WordPress, is <a href=\"https://make.wordpress.org/core/2017/07/28/whats-new-in-gutenberg-28th-july/\">in continual development</a> — everyone is invited to <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">test it out</a>.</li>\n<li>The WordPress Meta team is starting <a href=\"https://make.wordpress.org/meta/2017/07/26/experiment-wordcamp-org-bug-scrubs/\">a new initiative</a> to bring the community together to focus on fixing bugs across the WordCamp.org network.</li>\n<li>Volunteer applications for WordCamp US <a href=\"https://2017.us.wordcamp.org/2017/08/01/wcus-needs-you-volunteer-applications-are-now-open/\">are now open</a>.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4885\";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:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: June 2017\";s: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:\"https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\";s: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 Jul 2017 11:42:11 +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:18:\"Month in 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4865\";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:342:\"We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:9225:\"<p><i>We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month.</i></p>\n<p>Aside from other general news, the three big events in June were the release of WordPress 4.8, WordCamp Europe 2017, and the WordPress Community Summit. Read on to hear more about these as well as other interesting stories from around the WordPress world.</p>\n<hr />\n<h2>WordPress 4.8</h2>\n<p>On June 8, a week before the Community Summit and WordCamp Europe,<a href=\"https://wordpress.org/news/2017/06/evans/\"> WordPress 4.8 was released</a>.You can read<a href=\"https://make.wordpress.org/core/2017/05/26/wordpress-4-8-field-guide/\"> the Field Guide</a> for a comprehensive overview of all the features of this release (the News and Events widget in the dashboard is one of the major highlights).</p>\n<p>Most people would either have their version auto-updated, or their hosts would have updated it for them. For the rest, the updates have gone smoothly with no major issues reported so far.</p>\n<p>This WordPress release saw contributions from 346 individuals; you can find their names in <a href=\"https://wordpress.org/news/2017/06/evans/\">the announcement post</a>. To get involved in building WordPress core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<h2>WordCamp Europe 2017</h2>\n<p><a href=\"https://2017.europe.wordcamp.org/\">WordCamp Europe 2017</a> was held in Paris between June 15-17. The event began with a Contributor Day, followed by two days of talks and community goodness. The talks were live-streamed, but you can still catch all the recordings <a href=\"http://wordpress.tv/event/wordcamp-europe-2017/\">on WordPress.tv</a>. The organisers also published <a href=\"https://2017.europe.wordcamp.org/2017/06/30/wordcamp-europe-2017-in-paris-its-a-wrap/\">a handy wrap-up of the event</a>.</p>\n<p>WordCamp Europe exists to bring together the WordPress community from all over the continent, as well as to inspire local communities everywhere to get their own events going — to that end, the event was a great success, as a host of new meetup groups have popped up in the weeks following WordCamp Europe.</p>\n<p>The work that Contributor Day participants accomplished was both varied and valuable, covering all aspects of the WordPress project — have a look through <a href=\"https://make.wordpress.org/\">the Make blogs</a> for updates from each team.</p>\n<p>Finally, we also learned during the event that <a href=\"https://2017.europe.wordcamp.org/2017/06/17/belgrade-serbia-to-host-wordcamp-europe-2018/\">WordCamp Europe 2018 will be held in Belgrade, Serbia</a>, continuing the tradition of exploring locations and communities across the continent.</p>\n<h2>WordPress Community Summit</h2>\n<p>The fourth WordPress Community Summit took place during the two days leading up to WordCamp Europe 2017. This event is an invite-only unconference where people from all over the WordPress community come together to discuss some of the more difficult issues in the community, as well as to make plans for the year ahead in each of the contribution teams.</p>\n<p>As the Summit is designed to be a safe space for all attendees, the notes from each discussion are in the process of being anonymized before we publish them on <a href=\"https://make.wordpress.org/summit/\">the Summit blog</a> (so stay tuned – they’ll show up there over the next few weeks).</p>\n<p>You can already see the final list of topics that were proposed for the event <a href=\"https://make.wordpress.org/summit/2017/06/10/community-summit-2017-final-list-of-topic/\">here</a> (although a few more were added during the course of the two day Summit).</p>\n<h2>WordPress marketing push continues apace</h2>\n<p>As part of the push to be more intentional in marketing WordPress (as per Matt Mullenweg’s <a href=\"http://wordpress.tv/2016/12/07/matt-mullenweg-state-of-the-word-2016/\">2016 State of the Word</a>), the Marketing team has launched two significant drives to obtain more information about who uses WordPress and how that information can shape their outreach and messaging efforts.</p>\n<p><a href=\"https://make.wordpress.org/marketing/2017/06/15/wordpress-case-studies-and-usage-survey/\">The team is looking for WordPress case studies</a> and is asking users, agencies, and freelancers to take a WordPress usage survey. This will go a long way towards establishing a marketing base for WordPress as a platform and as a community — and many people in the community are looking forward to seeing this area develop further.</p>\n<p>To get involved in the WordPress Marketing team, you can visit <a href=\"https://make.wordpress.org/marketing/\">their team blog</a>.</p>\n<h2>New Gutenberg editor available for testing</h2>\n<p>For some time now, the Core team has been hard at work on a brand-new text editor for WordPress — this project has been dubbed “Gutenberg.” The project’s ultimate goal is to replace the existing TinyMCE editor, but for now it is in beta and available for public testing — <a href=\"https://wordpress.org/plugins/gutenberg/\">you can download it here as a plugin</a> and install it on any WordPress site.</p>\n<p>This feature is still in beta, so we don’t recommend using it on a production site. If you test it out, though, you’ll find that it is a wholly different experience to what you are used to in WordPress. It’s a more streamlined, altogether cleaner approach to the text-editing experience than we’ve had before, and something that many people are understandably excited about. Matt Mullenweg discussed the purpose of Gutenberg in more detail during <a href=\"http://wordpress.tv/2017/07/01/interview-and-qanda-with-matt-mullenweg/\">his Q&A at WordCamp Europe</a>.</p>\n<p>There are already a few reviews out from <a href=\"https://kinsta.com/blog/gutenberg-wordpress-editor/\">Brian Jackson at Kinsta</a>, <a href=\"https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/\">Aaron Jorbin</a>, and <a href=\"https://www.mattcromwell.com/gutenberg-first-impressions/\">Matt Cromwell</a> (among many others). Keep in mind that the project is in constant evolution at this stage; when it eventually lands in WordPress core (probably in v5.0), it could look very different from its current iteration — that’s what makes this beta stage and user testing so important.</p>\n<p>To get involved with shaping the future of Gutenberg, please <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">test it out</a>, and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>. You can also visit <a href=\"https://github.com/WordPress/gutenberg\">the project’s GitHub repository</a> to report issues and contribute to the codebase.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li style=\"font-weight: 400\">Bridget Willard <a href=\"https://make.wordpress.org/community/2017/06/21/proposed-wordcamp-editorial-calendar/\">has proposed an editorial calendar</a> to assist WordCamp organizers with publishing content for their event.</li>\n<li style=\"font-weight: 400\">A new kind of niche WordCamp, <a href=\"https://2017-denver.journalist.wordcamp.org/\">WordCamp for Publishers in Denver</a>, has opened ticket sales.</li>\n<li style=\"font-weight: 400\">The WordPress iOS app was updated with <a href=\"https://en.blog.wordpress.com/2017/06/21/an-all-new-media-library-for-the-wordpress-ios-app/\">a fresh, new media library</a> this month.</li>\n<li style=\"font-weight: 400\">It looks like <i>Underscores</i>, the popular WordPress starter theme, <a href=\"https://themeshaper.com/2017/06/26/the-future-of-underscores-and-a-new-committer/\">has a bright future ahead of it</a>, with a renewed vision and new committer.</li>\n<li style=\"font-weight: 400\">The always-inspiring Tom McFarlin <a href=\"https://tommcfarlin.com/simple-autoloader-for-wordpress\">has released a simple autoloader for WordPress</a> that looks very useful indeed.</li>\n<li style=\"font-weight: 400\">After a bit of a discussion on Twitter regarding the differences between WordPress.org, WordPress.com, and Jetpack, <a href=\"https://helen.wordpress.com/2017/06/21/restaurant-vs-meal-kit-vs-grocery-shopping-or-wordpress-com-vs-jetpack-vs-wordpress-org/\">Helen Hou-Sandí came up with a great analogy</a> and an interesting post about it all.</li>\n<li style=\"font-weight: 400\">If you’re interested in contributing specifically to the JavaScript or PHP areas of the WordPress core codebase, then the new #core-js and #core-php channels in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> are perfect for you.</li>\n</ul>\n<p><i>If you have a story we should consider including in the next “Month in WordPress” post, please </i><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><i>submit it here</i></a><i>.</i></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4865\";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:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.8 “Evans”\";s: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:41:\"https://wordpress.org/news/2017/06/evans/\";s: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, 08 Jun 2017 14:49: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4770\";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:373:\"An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some […]\";s: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:\"Matt Mullenweg\";s: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:34642:\"<h2 style=\"text-align: center\">An Update with You in Mind</h2>\n<p><img class=\"aligncenter size-large wp-image-4816\" src=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=632%2C316&ssl=1\" alt=\"\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=1024%2C512&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=300%2C150&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=768%2C384&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<h3>Gear up for a more intuitive WordPress!</h3>\n<p>Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand.</p>\n<p>Though some updates seem minor, they’ve been built by hundreds of contributors with <em>you</em> in mind. Get ready for new features you’ll welcome like an old friend: link improvements, <em>three</em> new media widgets covering images, audio, and video, an updated text widget that supports visual editing, and an upgraded news section in your dashboard which brings in nearby and upcoming WordPress events.</p>\n<hr />\n<h2 style=\"text-align: center\">Exciting Widget Updates</h2>\n<p><img class=\"size-large wp-image-4776 aligncenter\" src=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=632%2C436&ssl=1\" alt=\"\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=1024%2C706&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=300%2C207&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=768%2C530&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<h3>Image Widget</h3>\n<p>Adding an image to a widget is now a simple task that is achievable for any WordPress user without needing to know code. Simply insert your image right within the widget settings. Try adding something like a headshot or a photo of your latest weekend adventure — and see it appear automatically.</p>\n<h3>Video Widget</h3>\n<p>A welcome video is a great way to humanize the branding of your website. You can now add any video from the Media Library to a sidebar on your site with the new Video widget. Use this to showcase a welcome video to introduce visitors to your site or promote your latest and greatest content.</p>\n<h3>Audio Widget</h3>\n<p>Are you a podcaster, musician, or avid blogger? Adding a widget with your audio file has never been easier. Upload your audio file to the Media Library, go to the widget settings, select your file, and you’re ready for listeners. This would be a easy way to add a more personal welcome message, too!</p>\n<h3>Rich Text Widget</h3>\n<p>This feature deserves a parade down the center of town! Rich-text editing capabilities are now native for Text widgets. Add a widget anywhere and format away. Create lists, add emphasis, and quickly and easily insert links. Have fun with your newfound formatting powers, and watch what you can accomplish in a short amount of time.</p>\n<hr />\n<h2 style=\"text-align: center\">Link Boundaries</h2>\n<div id=\"v-8BDWH3QG-1\" class=\"video-player\"><video id=\"v-8BDWH3QG-1-video\" width=\"632\" height=\"342\" poster=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg\" controls=\"true\" preload=\"metadata\" dir=\"ltr\" lang=\"en\"><source src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.mp4\" type=\"video/mp4; codecs="avc1.64001E, mp4a.40.2"\" /><source src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_fmt1.ogv\" type=\"video/ogg; codecs="theora, vorbis"\" /><div><img alt=\"Link Boundaries\" src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg?resize=632%2C342\" data-recalc-dims=\"1\" /></div><p>Link Boundaries</p></video></div>\n<p>Have you ever tried updating a link, or the text around a link, and found you can’t seem to edit it correctly? When you edit the text after the link, your new text also ends up linked. Or you edit the text in the link, but your text ends up outside of it. This can be frustrating! With link boundaries, a great new feature, the process is streamlined and your links will work well. You’ll be happier. We promise.</p>\n<hr />\n<h2 style=\"text-align: center\">Nearby WordPress Events</h2>\n<p><img class=\"aligncenter wp-image-4779 size-large\" src=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=632%2C465&ssl=1\" alt=\"\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=1024%2C753&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=300%2C221&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=768%2C565&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?w=1126&ssl=1 1126w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Did you know that WordPress has a thriving offline community with groups meeting regularly in more than 400 cities around the world? WordPress now draws your attention to the events that help you continue improving your WordPress skills, meet friends, and, of course, publish!</p>\n<p>This is quickly becoming one of our favorite features. While you are in the dashboard (because you’re running updates and writing posts, right?) all upcoming WordCamps and official WordPress Meetups — local to you — will be displayed.</p>\n<p>Being part of the community can help you improve your WordPress skills and network with people you wouldn’t otherwise meet. Now you can easily find your local events just by logging in to your dashboard and looking at the new Events and News dashboard widget.</p>\n<hr />\n<h2 style=\"text-align: center\">Even More Developer Happiness <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f60a.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></h2>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/17/cleaner-headings-in-the-admin-screens/\">More Accessible Admin Panel Headings</a></h3>\n<p>New CSS rules mean extraneous content (like “Add New” links) no longer need to be included in admin-area headings. These panel headings improve the experience for people using assistive technologies.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/removal-of-core-embedding-support-for-wmv-and-wma-file-formats/\">Removal of Core Support for WMV and WMA Files</a></h3>\n<p>As fewer and fewer browsers support Silverlight, file formats which require the presence of the Silverlight plugin are being removed from core support. Files will still display as a download link, but will no longer be embedded automatically.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/multisite-focused-changes-in-4-8/\">Multisite Updates</a></h3>\n<p>New capabilities have been introduced to 4.8 with an eye towards removing calls to<br />\n<code>is_super_admin()</code>. Additionally, new hooks and tweaks to more granularly control site and user counts per network have been added.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/\">Text-Editor JavaScript API</a></h3>\n<p>With the addition of TinyMCE to the text widget in 4.8 comes a new JavaScript API for instantiating the editor after page load. This can be used to add an editor instance to any text area, and customize it with buttons and functions. Great for plugin authors!</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\">Media Widgets API</a></h3>\n<p>The introduction of a new base media widget REST API schema to 4.8 opens up possibilities for even more media widgets (like galleries or playlists) in the future. The three new media widgets are powered by a shared base class that covers most of the interactions with the media modal. That class also makes it easier to create new media widgets and paves the way for more to come.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/16/customizer-sidebar-width-is-now-variable/\">Customizer Width Variable</a></h3>\n<p>Rejoice! New responsive breakpoints have been added to the customizer sidebar to make it wider on high-resolution screens. Customizer controls should use percentage-based widths instead of pixels.</p>\n<hr />\n<h2 style=\"text-align: center\">The Squad</h2>\n<p>This release was led by <a href=\"https://matt.blog\">Matt</a> and <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, with the help of the following fabulous folks. There are 346 contributors with props in this release, with 106 of them contributing for the first time. Pull up some Bill Evans on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/1naveengiri\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/4nickpick\">4nickpick</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abhishek\">abhishek</a>, <a href=\"https://profiles.wordpress.org/abhishekfdd\">Abhishek Kumar</a>, <a href=\"https://profiles.wordpress.org/abrain\">abrain</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamsoucie\">Adam Soucie</a>, <a href=\"https://profiles.wordpress.org/afzalmultani\">Afzal Multani</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/apmarshall\">Alex Floyd Marshall</a>, <a href=\"https://profiles.wordpress.org/alexkingorg\">Alex King</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rockwell15\">Andrew Rockwell</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/arena94\">arena94</a>, <a href=\"https://profiles.wordpress.org/arshidkv12\">Arshid</a>, <a href=\"https://profiles.wordpress.org/aryamaaru\">Arun</a>, <a href=\"https://profiles.wordpress.org/asalce\">asalce</a>, <a href=\"https://profiles.wordpress.org/ashokkumar24\">ashokkumar24</a>, <a href=\"https://profiles.wordpress.org/atanasangelovdev\">Atanas Angelov</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/bharatkambariya\">Bharat Kambariya</a>, <a href=\"https://profiles.wordpress.org/blobfolio\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/drrobotnik\">Brandon Lavigne</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard\">Bridget Willard</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90\">Bunty</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/carl-alberto\">Carl Alberto</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/cazm\">cazm</a>, <a href=\"https://profiles.wordpress.org/ccprog\">ccprog</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/chiragpatel\">Chirag Patel</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/cklosows\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/chris_dev\">Chris Mok</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/coreymckrill\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/courtneypk\">Courtney P.K.</a>, <a href=\"https://profiles.wordpress.org/cristianozanca\">Cristiano Zanca</a>, <a href=\"https://profiles.wordpress.org/csloisel\">csloisel</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/clarinetlord\">Cyrus Collier</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber </a>, <a href=\"https://profiles.wordpress.org/diddledan\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/darshan02\">Darshan_dj</a>, <a href=\"https://profiles.wordpress.org/darthaud\">darthaud</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbenton\">davidbenton</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dhanendran\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dharm1025\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dhaval-parekh\">Dhaval Parekh</a>, <a href=\"https://profiles.wordpress.org/dingo_bastard\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/doublehhh\">DoubleH</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/drivingralle\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/dspilka\">dspilka</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/ejner69\">Ejner Galaz</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/emirpprime\">emirpprime</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/endif-media\">Ethan Allen</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fibonaccina\">fibonaccina</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/francina\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/fstaude\">Frank Neumann-Staude</a>, <a href=\"https://profiles.wordpress.org/f-j-kaiser\">Franz Josef Kaiser</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/ghosttoast\">Gustave F. Gerhardt</a>, <a href=\"https://profiles.wordpress.org/hedgefield\">hedgefield</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/helgatheviking\">helgatheviking</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ig_communitysites\">ig_communitysites</a>, <a href=\"https://profiles.wordpress.org/zinigor\">Igor Zinovyev</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ireneyoast\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/iv3rson76\">Ivan Stefanov</a>, <a href=\"https://profiles.wordpress.org/ivantedja\">ivantedja</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami\">Jaydeep Rami</a>, <a href=\"https://profiles.wordpress.org/jazbek\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jenblogs4u\">Jen Miller</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jesseenterprises\">jesseenterprises</a>, <a href=\"https://profiles.wordpress.org/jigneshnakrani\">Jignesh Nakrani</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jjcomack\">jjcomack</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/chanthaboune\">Josepha</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"https://profiles.wordpress.org/vijustin\">Justin McGuire</a>, <a href=\"https://profiles.wordpress.org/certainstrings\">Justin Tucker</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kafleg\">kafleg</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/karinedo\">karinedo</a>, <a href=\"https://profiles.wordpress.org/zoonini\">Kathryn</a>, <a href=\"https://profiles.wordpress.org/kaushik\">kaushik</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr\">kjellr</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kostasx\">kostasx</a>, <a href=\"https://profiles.wordpress.org/kubik-rubik\">kubik-rubik</a>, <a href=\"https://profiles.wordpress.org/kuck1u\">KUCKLU</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">Laurel Fulford</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lewiscowles\">LewisCowles</a>, <a href=\"https://profiles.wordpress.org/liammcarthur\">LiamMcArthur</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukasbesch\">lukasbesch</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/maedahbatool\">Maedah Batool</a>, <a href=\"https://profiles.wordpress.org/mp518\">Mahesh Prajapati</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/maguiar\">Mario Aguiar</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/matheusfd\">Matheus Martins</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mathieuhays\">mathieuhays</a>, <a href=\"https://profiles.wordpress.org/matias\">matias</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mayurk\">Mayur Keshwani</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/menakas\">Menaka S.</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/michelleweber\">michelleweber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milindmore22\">Milind More</a>, <a href=\"https://profiles.wordpress.org/mitraval192\">Mithun Raval</a>, <a href=\"https://profiles.wordpress.org/mmdeveloper\">MMDeveloper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mohanjith\">mohanjith</a>, <a href=\"https://profiles.wordpress.org/monikarao\">monikarao</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrgregwaugh\">MrGregWaugh</a>, <a href=\"https://profiles.wordpress.org/mschadegg\">mschadegg</a>, <a href=\"https://profiles.wordpress.org/codegeass\">Muhammet Arslan</a>, <a href=\"https://profiles.wordpress.org/dots\">MULTIDOTS</a>, <a href=\"https://profiles.wordpress.org/nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/naomicbush\">Naomi C. Bush</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/nsundberg\">Nicklas Sundberg</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nitin-kevadiya\">Nitin Kevadiya</a>, <a href=\"https://profiles.wordpress.org/kailanitish90\">Nitish Kaila</a>, <a href=\"https://profiles.wordpress.org/nobremarcos\">nobremarcos</a>, <a href=\"https://profiles.wordpress.org/nosegraze\">NoseGraze</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/iaaxpage\">page-carbajal</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philipjohn\">Philip John</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/postpostmodern\">postpostmodern</a>, <a href=\"https://profiles.wordpress.org/pranalipatel\">Pranali Patel</a>, <a href=\"https://profiles.wordpress.org/pratikshrestha\">Pratik Shrestha</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/printsachen1\">printsachen1</a>, <a href=\"https://profiles.wordpress.org/priyankabehera155\">Priyanka Behera</a>, <a href=\"https://profiles.wordpress.org/prosti\">prosti</a>, <a href=\"https://profiles.wordpress.org/ptbello\">ptbello</a>, <a href=\"https://profiles.wordpress.org/r-a-y\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rafaehlers\">Rafael Ehlers</a>, <a href=\"https://profiles.wordpress.org/raggedrobins\">raggedrobins</a>, <a href=\"https://profiles.wordpress.org/raisonon\">raisonon</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/redrambles\">redrambles</a>, <a href=\"https://profiles.wordpress.org/reldev\">reldev</a>, <a href=\"https://profiles.wordpress.org/rellect\">rellect</a>, <a href=\"https://profiles.wordpress.org/arena\">RENAUT</a>, <a href=\"https://profiles.wordpress.org/rensw90\">rensw90</a>, <a href=\"https://profiles.wordpress.org/reportermike\">reportermike</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/riddhiehta02\">Riddhi Mehta</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/aussieguy123\">Robbie Cahill</a>, <a href=\"https://profiles.wordpress.org/sanchothefat\">Robert O\'Rourke</a>, <a href=\"https://profiles.wordpress.org/littlerchicken\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/runciters\">runciters</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarkbhatt\">Sagar Bhatt</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/sagarprajapati\">Sagar Prajapati</a>, <a href=\"https://profiles.wordpress.org/sa3idho\">Said El Bakkali</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samantha-miller\">Samantha Miller</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/sathyapulse\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/sboisvert\">sboisvert</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/sgolemon\">sgolemon</a>, <a href=\"https://profiles.wordpress.org/shadyvb\">Shady Sharaf</a>, <a href=\"https://profiles.wordpress.org/shanee\">shanee</a>, <a href=\"https://profiles.wordpress.org/shashwatmittal\">Shashwat Mittal</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shulard\">shulard</a>, <a href=\"https://profiles.wordpress.org/nomnom99\">Siddharth Thevaril</a>, <a href=\"https://profiles.wordpress.org/slbmeh\">slbmeh</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stormrockwell\">Storm Rockwell</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/supercoder\">Supercoder</a>, <a href=\"https://profiles.wordpress.org/cybr\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/gonom9\">taggon</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/takayukister\">Takayuki Miyoshi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/technopolitica\">technopolitica</a>, <a href=\"https://profiles.wordpress.org/teinertb\">teinertb</a>, <a href=\"https://profiles.wordpress.org/tejas5989\">tejas5989</a>, <a href=\"https://profiles.wordpress.org/terwdan\">terwdan</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/thepelkus\">thepelkus</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/triplejumper12\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tymvie\">tymvie</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vaishuagola27\">vaishu.agola27</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/reidbusi\">Wise Builds Software</a>, <a href=\"https://profiles.wordpress.org/wpfo\">wpfo</a>, <a href=\"https://profiles.wordpress.org/xrmx\">xrmx</a>, <a href=\"https://profiles.wordpress.org/ze3kr\">ze3kr</a>, and <a href=\"https://profiles.wordpress.org/h3llas\">Zeljko Ascic</a>.\n<p> </p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.8. Their efforts bring WordPress 4.8 fully translated to 38 languages at release time with more on the way.</p>\n<p>Do you want to report on WordPress 4.8? <a href=\"https://s.w.org/images/core/4.8/wp-4-8_press-kit.zip\">We’ve compiled a press kit</a> featuring information about the release features, and some media assets to help you along.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress — we hope you enjoy!</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4770\";s: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:32:\"https://wordpress.org/news/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:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s: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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 17 Oct 2017 06:51:44 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 12 Oct 2017 06:29:32 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(88332,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1508266304','no'),(88333,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1508223104','no'),(88334,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1508266304','no'),(88335,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','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:61:\"\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\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\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:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s: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:28:\"http://planet.wordpress.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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s: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:47:\"WordPress Planet - http://planet.wordpress.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:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Medium Opens Partner Program, Allows Anyone to Publish Behind Its $5 Paywall\";s: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:29:\"https://wptavern.com/?p=75602\";s: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:95:\"https://wptavern.com/medium-opens-partner-program-allows-anyone-to-publish-behind-its-5-paywall\";s: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:11215:\"<p>In March 2017, Medium <a href=\"https://wptavern.com/medium-aims-to-fix-broken-media-with-new-5-subscription-program\" rel=\"noopener\" target=\"_blank\">scrapped its previous ad-driven revenue model</a> to become a publisher of premium, subscription-based content. The company launched a new $5 subscription program and gave a select group of writers and publications the ability to publish articles behind a paywall inside its network. Medium’s invitation-only Partner Program <a href=\"https://blog.medium.com/expanding-the-medium-partner-program-3be09dd146e4\" rel=\"noopener\" target=\"_blank\">launched in August</a> but has now been expanded to include any author or publisher who wants to publish behind the paywall.</p>\n<p>“Starting today, anyone can enroll in our Partner Program and earn money based on the depth and value they provide to members, not the fleeting attention they deliver to advertisers,” Medium CEO Ev Williams said. “Along with that, we add stories from the world’s best publishers and seamlessly combine it all in an ad-free, personalized experience. The end goal is to offer the world’s best source for important stories and ideas.”</p>\n<p>Authors are rewarded based on engagement with their posts, as measured by the number of “clap” reactions a post receives via the network’s new <a href=\"https://blog.medium.com/show-authors-more-%EF%B8%8F-with-s-c1652279ba01\" rel=\"noopener\" target=\"_blank\">applause button</a>. Readers can clap multiple times and the system evaluates claps on a per-user basis, tracking the number of claps a reader assigns relative to the number of claps that individual typically sends. Subscribers will have their membership fees allocated to different authors based the claps they have given to posts behind the paywall.</p>\n<p>Medium quickly changed its “no access” paywall to a “metered” one after launching with a small group of publishers. This means that members can still read a limited number of locked stories each month before hitting the wall. The idea behind this move, according to Sam Duboff, Medium’s head of product marketing, is to give paywalled posts exposure to a wider audience while still paying content creators, instead of having articles simply get buried due to lack of exposure.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">with our metered paywall, we\'re hoping to enable both reach & $$. also lots of great writers haven\'t joined b/c they can be paid elsewhere.</p>\n<p>— Sam Duboff (@duboff) <a href=\"https://twitter.com/duboff/status/909849467859345408?ref_src=twsrc%5Etfw\">September 18, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Perhaps, but note the paywall is (now) metered, a la NYT, so free readers can still access (w/login)</p>\n<p>— Ev Williams (@ev) <a href=\"https://twitter.com/ev/status/900067262031290368?ref_src=twsrc%5Etfw\">August 22, 2017</a></p></blockquote>\n<p></p>\n<p>Some authors have posted publicly about their earnings and Medium representatives told <a href=\"https://techcrunch.com/2017/10/10/medium-opens-up-its-partner-program-allowing-anyone-to-publish-behind-its-paywall/\" rel=\"noopener\" target=\"_blank\">TechCrunch</a> that 83% of those who published paywalled stories received payments during the month of September with payments averaging $93.65. The largest payment for a single author was $2,279.12 and the largest payment for a single publication was $1,466.68. It’s too soon to see the effects of opening up the partner program to anyone who wants to participate, but Medium’s membership fees will need to stretch further to accommodate all the claps for newly paywalled content.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">update on my <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@Medium</a> partner program testing -> $113.91<a href=\"https://twitter.com/hashtag/MakeItClap?src=hash&ref_src=twsrc%5Etfw\">#MakeItClap</a> <a href=\"https://t.co/6nW2fqQppy\">pic.twitter.com/6nW2fqQppy</a></p>\n<p>— <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f468-1f3fb-200d-1f4bb.png\" alt=\"???\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f3e2.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2600.png\" alt=\"☀\" class=\"wp-smiley\" /> (@hunterwalk) <a href=\"https://twitter.com/hunterwalk/status/910619420614987776?ref_src=twsrc%5Etfw\">September 20, 2017</a></p></blockquote>\n<p></p>\n<p>Non-subscribing readers were not enthused with the paywall when it first launched. With the number of Partner Program participants going up, there are bound to be more links to paywalled content floating around social media.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Stop posting links to paid posts, or at least include “Paywall” “Premium” “Subscriber Only”, ANYTHING! Create a Medium Premium handle maybe?</p>\n<p>— Branden Bytes (@BrandenBytes) <a href=\"https://twitter.com/BrandenBytes/status/914134301616300032?ref_src=twsrc%5Etfw\">September 30, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">click the <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@Medium</a> article link to see it is behind the paywall. Close the page and move on. That may teach people not to click at all ;)</p>\n<p>— Denys Vuika (@DenysVuika) <a href=\"https://twitter.com/DenysVuika/status/914086021230456834?ref_src=twsrc%5Etfw\">September 30, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Muted <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@Medium</a> for a month. Maybe after that they’ll stop tweeting paywall’ed articles.</p>\n<p>— spooky<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f383.png\" alt=\"?\" class=\"wp-smiley\" />watermelon (@smartwatermelon) <a href=\"https://twitter.com/smartwatermelon/status/911399338462420992?ref_src=twsrc%5Etfw\">September 23, 2017</a></p></blockquote>\n<p></p>\n<p>Readers are finding, however, that they are frequently encountering articles behind Medium’s paywall that are already available for free elsewhere. This is because Medium’s membership also includes curated selections from from The New York Times, The Financial Times, The Economist, CNN, Fast Company, and other publications to supplement original content created by those within the Medium ecosystem. The experience of finding otherwise free content behind Medium’s paywall seems to be confusing for non-subscribers and is ultimately driving readers back to independent publishers.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">New routine: See interesting <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@medium</a> tweet, see it\'s behind their paywall, search headline in google, find original piece, read article.</p>\n<p>— Matt Deegan (@matt) <a href=\"https://twitter.com/matt/status/911954101042376705?ref_src=twsrc%5Etfw\">September 24, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Why is Medium taking all these <a href=\"https://twitter.com/vulture?ref_src=twsrc%5Etfw\">@vulture</a> posts and putting them behind a paywall?? <a href=\"https://t.co/bb28b6gCdQ\">https://t.co/bb28b6gCdQ</a></p>\n<p>— Lizzie Ellis (@lizmeister321) <a href=\"https://twitter.com/lizmeister321/status/912346466437468163?ref_src=twsrc%5Etfw\">September 25, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">1) great piece <br />2) this is a 2011 article free on <a href=\"https://twitter.com/TheAtlantic?ref_src=twsrc%5Etfw\">@TheAtlantic</a> <a href=\"https://t.co/e12B6wHLO4\">https://t.co/e12B6wHLO4</a> but behind paywall on <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@Medium</a> <a href=\"https://t.co/vOQcfhVqoK\">https://t.co/vOQcfhVqoK</a></p>\n<p>— JD (@jarroddicker) <a href=\"https://twitter.com/jarroddicker/status/915541246936002572?ref_src=twsrc%5Etfw\">October 4, 2017</a></p></blockquote>\n<p></p>\n<p>In a post titled “<a href=\"https://blog.medium.com/words-still-matter-6e9163216052\" rel=\"noopener\" target=\"_blank\">Words Still Matter</a>,” Williams once again described the broken ad-driven model and the attention economy it fuels. After failing to find success with this model, Medium has repackaged itself as a publisher of subscription-based content and aims to throw a wide net by calling its partner program “<a href=\"http://medium.com/creators\" rel=\"noopener\" target=\"_blank\">the internet’s first open paywall</a>.”</p>\n<p>“And while many publishers are looking towards subscriptions as an alternative to the deleterious effects of ads (a move we support for everyone), Medium is the only ‘open paywall’ for thoughtful content on the internet,” Williams said. “Which means, we tap into the ideas and expertise of thousands of the smartest minds on the planet — many of whom made Medium what it is today — to bring fresh perspectives to Medium members.”</p>\n<p>Despite setting out to create “a different, bolder approach,” as Williams called it earlier this year, the company has landed on a cheap paywall that is open to any content creator. Putting content behind a paywall isn’t a good strategy for individuals or businesses that depend on their products and ideas getting maximum exposure. It’s also <a href=\"https://wptavern.com/publishers-are-moving-back-to-wordpress-after-short-experiments-with-medium\" rel=\"noopener\" target=\"_blank\">not a sustainable model for larger publishers</a>, several of which Medium had wooed to its platform before suddenly shifting its business strategy.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Our medium publication gets a ton of traffic, but feels shitty to paywall it to make $12 bucks. I don’t get this model.</p>\n<p>— Erik Flowers (@erik_flowers) <a href=\"https://twitter.com/erik_flowers/status/911364373167300608?ref_src=twsrc%5Etfw\">September 22, 2017</a></p></blockquote>\n<p></p>\n<p>Opening up the partner program is the next step in Medium’s continued experimentation with monetizing its users’ content. If the company cannot substantially increase its subscriber base to properly pay all the authors who will soon be paywalling unlimited amounts of content, it will need to pivot yet again after its users have spent their efforts building an audience inside the Medium paywall.</p>\n<p>“These are just the early days of what we consider a grand experiment,” Williams said after expanding the parnter program in August. “Imagine a day when anyone with the skills and willingness to put in the effort can write something useful, insightful, or moving and be compensated based on its value to others. There is a lot we need to figure out to make this work right. But we are convinced that by joining forces, we can make a new economic model for quality content. We hope you’ll join us in this experiment.”</p>\";s: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, 17 Oct 2017 04:51:55 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Bear App Users Want WordPress Publishing Integration\";s: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:29:\"https://wptavern.com/?p=71864\";s: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:\"https://wptavern.com/bear-app-users-want-wordpress-publishing-integration\";s: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:7003:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/Screen-Shot-2017-10-08-at-10.50.16-PM.png?ssl=1\"><img /></a></p>\n<p>Ever since the demise of <a href=\"http://codex.wordpress.org/Version_3.2\" rel=\"noopener\" target=\"_blank\">WordPress’ old distraction-free writing mode</a>, users have been forced to look elsewhere for a truly zen writing experience. Gutenberg’s current design trajectory doesn’t seem to be putting it on track for delivering the minimalist writing environment that many writers crave. The project has a lot of publishing and design-related functionality to account for in its UI, but I am hopeful that the plugin ecosystem will offer extensions that pare Gutenberg back to just the essentials for writing.</p>\n<p>In the meantime, those in search of a minimalist writing experience have found it in dedicated writing apps like iA Writer, Ulysses, WriteRoom, OmmWriter, and others. The <a href=\"http://www.bear-writer.com/\" rel=\"noopener\" target=\"_blank\">Bear app</a>, a newcomer launched in 2016, is a rising favorite that works on iPhone, iPad, and Mac. Although somewhat better known as a note-taking app, Bear’s beautiful writing experience won the app a <a href=\"https://blog.bear-writer.com/thank-you-yes-you-for-our-2017-apple-design-award-1b13e702ee91\" rel=\"noopener\" target=\"_blank\">2017 Apple Design Award</a>.</p>\n<p>Bear blends the best features of a note-taking app with a writing app. Users can turn on Focus Mode using the bottom right icon, which hides the sidebar and note list to provide a more minimal writing space. Bear saves users’ writing in real-time, offers in-line support for images, and syntax highlighting for 20+ programming languages. There are no distractions while the user is composing, as the editor instantly displays rich previews. It’s easy to see why Bear has become an instant favorite.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/Screen-Shot-2017-10-13-at-12.29.28-PM.png?ssl=1\"><img /></a></p>\n<p>Many Bear users still have the need to publish their writings to the web, a capability that the app doesn’t currently support. Naturally, a WordPress export or “Publish to WordPress” option is one of the most often requested features. However, <a href=\"http://www.shinyfrog.net/\" rel=\"noopener\" target=\"_blank\">Shiny Frog</a>, the company behind the Bear app, is not yet working on publishing features.</p>\n<p>“Medium and WordPress publishing features are on our todo list, but not on top priority right now,” Shiny Frog co-founder Danilo Bonardi <a href=\"http://help.shinyfrog.net/discussions/bear/2477-export-to-wordpress\" rel=\"noopener\" target=\"_blank\">said</a> when I asked last November about the company’s plans to support a WordPress export option.</p>\n<p>Other users have also posted to the app’s <a href=\"http://help.shinyfrog.net/\" rel=\"noopener\" target=\"_blank\">support forum</a> and its <a href=\"https://www.reddit.com/r/bearapp/\" rel=\"noopener\" target=\"_blank\">subreddit</a>, asking for WordPress integration:</p>\n<blockquote><p>I’m really enjoying using Bear for my writing, and the newer features are great, but I’m trying to get started with my own blog and more as I am developing my own business and being able to export to WordPress would be incredibly helpful for me going forward.</p></blockquote>\n<blockquote><p>This is the one feature that would allow me to switch from Ulysses.</p></blockquote>\n<blockquote><p>With Ulysses going to a (more expensive) subscription, the time seems right for Bear to offer a “publish to WordPress” feature that could match what Ulysses offers. This is about the only thing holding Bear back for me.</p></blockquote>\n<blockquote><p>I’m currently deciding between Bear and Ulysses, and right now the dealbreaker is Ulysses’s ability to push to WordPress. If you were able to build that functionality, it would seal the deal!</p></blockquote>\n<p>Bonardi <a href=\"https://www.reddit.com/r/bearapp/comments/6z9qum/feature_request_medium_integration/dmurk7m/\" rel=\"noopener\" target=\"_blank\">confirmed</a> again, as recently as last month, that the company is still keeping a tight focus and has not yet prioritized publishing to WordPress.</p>\n<p>“Publishing features have been asked before and we will address them sooner or later,” Bonardi said. “Our hopes are to integrate Bear with Medium/WordPress apps instead of implementing our own publishing tool with their APIs. Using their APIs is the other solution but in this scenario we have to build a specific UI for this functionality instead of relying on external apps.”</p>\n<p>In the meantime, Bear App support staff recommends using the Markdown export option, available in the free version. Additional export options, including HTML, are available Bear’s $14.99 per year Pro version, which is much more affordable than pricey competitors like <a href=\"https://ulyssesapp.com/\" rel=\"noopener\" target=\"_blank\">Ulysses</a> and others that cater specifically to long-form writing.</p>\n<p>Quadro also has an <a href=\"https://www.quadro.me/themes/unleash-the-bear\" rel=\"noopener\" target=\"_blank\">option to share Bear notes to both Medium and WordPress</a>. However, it’s not an official Bear utility and the workflow is rather complicated to set up. Users who have tried this option didn’t find it to save time over simply copying and pasting.</p>\n<h3>WordPress Needs Its Own Beautiful Writing Experience</h3>\n<p>WordPress publishing support for Bear doesn’t seem to be a major priority for the company at this time, but splitting up the writing and publishing process is a deal breaker for many who want a simple workflow that doesn’t involve copying and pasting between apps.</p>\n<p>Alternatively, what if WordPress could be known for its beautiful writing experience in core, without a user having to resort to plugins or third-party apps to get there? This seems like a reasonable expectation for Gutenberg, but the project has the added challenge of incorporating a lot of publishing, media, and legacy functionality into its UI in a way that is easily discoverable.</p>\n<p>Unfortunately, this has resulted in an interface that is constantly popping into view. With the right combination of clicks and hovers, a user can end up in situation like the one shown below in the screenshot – surrounded by formatting options and icons on all sides.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/Screen-Shot-2017-10-13-at-1.22.21-PM.png?ssl=1\"><img /></a></p>\n<p>Making it easy to publish to the web, which is WordPress’ forte, isn’t as compelling if users have to look elsewhere to find a truly distraction-free writing experience. Fortunately, minimalist writing apps like Bear can fill the gap until the WordPress plugin ecosystem can produce an interface where writing is a delight.</p>\";s: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, 13 Oct 2017 22:17: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: WordPress 4.9 Protects Users From Fatal Errors Created in the Theme and Plugin Editors\";s: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:29:\"https://wptavern.com/?p=75725\";s: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:107:\"https://wptavern.com/wordpress-4-9-protects-users-from-fatal-errors-created-in-the-theme-and-plugin-editors\";s: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:1923:\"<p>Over the years, there have been many discussions and debates on whether or not WordPress should have a built-in file editor for themes and plugins. The file editors, while convenient, allow users to easily trigger fatal errors that can be difficult to fix, especially if they don’t have FTP access.</p>\n<p>Instead of removing the editors from core, the WordPress development team has enhanced them by adding fatal error protection in WordPress 4.9. When a user accesses the theme or plugin editor for the first time, they’re presented with the following warnings. The warnings are a result of a <a href=\"https://core.trac.wordpress.org/ticket/31779\">three-year-old trac ticket</a>.</p>\n<img />Plugin Editor Warning\n<img />Theme Editor Warning\n<p>If you try to save changes to a file and WordPress detects a fatal error, the change is not saved and a warning message is displayed that explains where the error occurred. Although the changes are rolled back, the code in the editor is not replaced with the original. To replace the code, simply refresh the browser tab.</p>\n<img />Fatal Error Detected\n<p>In addition to safety features, the code editors are powered by <a href=\"https://codemirror.net/\">CodeMirror</a>, an open-source, JavaScript powered text editor that adds features such as line numbers. The plugin editor includes the ability to look up documentation for filters, hooks, and actions with many of the links pointing to the new <a href=\"https://developer.wordpress.org/\">WordPress Developers Resource</a> site.</p>\n<p>Even with the addition of CodeMirror in core, the file editors in WordPress are not a replacement for an integrated development environment. However, the warnings and fatal error protection are huge improvements that will prevent many users from creating a <a href=\"https://codex.wordpress.org/Common_WordPress_Errors\">White Screen of Death</a> situation on their sites.</p>\";s: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, 13 Oct 2017 21:25:31 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: GitHub Launches New Dependency Graph Feature with Security Alerts Coming Soon\";s: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:29:\"https://wptavern.com/?p=75675\";s: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:98:\"https://wptavern.com/github-launches-new-dependency-graph-feature-with-security-alerts-coming-soon\";s: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:2930:\"<p>GitHub announced a new <a href=\"https://help.github.com/articles/listing-the-packages-that-a-repository-depends-on/\" rel=\"noopener\" target=\"_blank\">Dependency Graph</a> feature at the Github Universe conference yesterday. It lists all the dependencies for a repository and will soon identify known vulnerabilities. The graph can be accessed under the Insights tab and currently supports Ruby and JavaScript dependencies with Python coming soon.</p>\n<p>Public repositories display the graph by default and private repository owners also have the option to enable it. Below is a screenshot of <a href=\"https://github.com/WordPress/gutenberg/network/dependencies\" rel=\"noopener\" target=\"_blank\">Gutenberg’s dependency graph</a>:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-12-at-11.30.42-AM-e1507825905511.png?ssl=1\"><img /></a></p>\n<p>GitHub plans to extend dependency graphs to show security alerts when one of the dependencies is using a version that is publicly known to be vulnerable to a security issue. The alerts may also in some cases be able to suggest a security fix. Security alerts for dependencies is the first among a collection of security tools that GitHub has planned to release.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/dependency-graph.gif?ssl=1\"><img /></a></p>\n<p>The dependency graph isn’t yet as useful as it could be for many PHP-based WordPress projects, but GitHub’s decision to start with support for JavaScript and Ruby dependencies is in line with the data the company collected from repositories. JavaScript and Ruby are among the top four most popular languages on GitHub, as measured by the number of pull requests. JavaScript is by far the most popular and PHP isn’t too far behind Ruby, according to stats from the <a href=\"https://octoverse.github.com/\" rel=\"noopener\" target=\"_blank\">State of the Octoverse 2017</a>.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-12-at-12.35.41-PM-e1507830673184.png?ssl=1\"><img /></a></p>\n<p>GitHub is also launching new efforts to connect its massive community. The company reported 24 million developers working across 67 million repositories in 2017. The new community features are aimed at helping developers make meaningful connections in the vast sea of repositories on the platform. Users will notice a new “Discover Repositories” feed in their dashboards that makes recommendations based on their starred repositories and the people they follow.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-12-at-12.15.45-PM.png?ssl=1\"><img /></a></p>\n<p>GitHub has also launched a new curated <a href=\"https://github.com/explore\" rel=\"noopener\" target=\"_blank\">Explore</a> section to help users browse open source projects, topics, events, and resources.</p>\";s: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, 12 Oct 2017 18:56:34 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 4.9 Beta 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4946\";s: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:\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1626:\"<p>WordPress 4.9 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since then, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=\">70 changes</a> in Beta 2.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Let’s test all of these:</em><br />\n<em>code editing, theme switches,</em><br />\n<em>widgets, scheduling.</em></p>\";s: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, 12 Oct 2017 06:29: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WordPress Replaces Browserify with Webpack for Build Process\";s: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:29:\"https://wptavern.com/?p=75656\";s: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:\"https://wptavern.com/wordpress-replaces-browserify-with-webpack-for-build-process\";s: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:1898:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-11-at-6.51.54-PM.png?ssl=1\"><img /></a></p>\n<p>During a core <a href=\"https://make.wordpress.org/core/2017/05/24/javascript-chat-summary-for-may-23rd/\" rel=\"noopener\" target=\"_blank\">JavaScript chat held in May</a>, WordPress contributors agreed on using <a href=\"https://webpack.js.org/\" rel=\"noopener\" target=\"_blank\">Webpack</a> (and ES6 imports) instead of Browserify for JavaScript bundling in the build process.</p>\n<p>“Since we split the media files in <a href=\"https://core.trac.wordpress.org/ticket/28510\" rel=\"noopener\" target=\"_blank\">#28510</a>, the core build process has used Browserify to combine the media files,” Adam Silverstein said in the <a href=\"https://core.trac.wordpress.org/ticket/40894\" rel=\"noopener\" target=\"_blank\">ticket</a> proposing the replacement. “While browserify has served us well, Webpack is probably a better long term choice for the project, especially with the introduction of a new JavaScript framework that may require a build.”</p>\n<p>Over the past four months contributors on the ticket have worked on making sure the Webpack setup is working well to build the files. WordPress core committer K. Adam White also reached out to some Webpack contributors for an additional review during the process before replacing Browserify as the JavaScript bundler.</p>\n<p>Webpack has rapidly gained popularity among the many utilities for bundling JavaScript files and is one of the most prominent examples of a project that has successfully found a sustainable source of funding through its account on <a href=\"https://opencollective.com/webpack\" rel=\"noopener\" target=\"_blank\">Open Collective</a>. The project funded its first full-time developer through the platform and has an estimated annual budget of $241,650, based on current donations.</p>\";s: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 Oct 2017 23:58:57 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: WPWeekly Episode 291 – All Hands on Deck on The Ship of Theseus\";s: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:58:\"https://wptavern.com?p=75663&preview=true&preview_id=75663\";s: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:82:\"https://wptavern.com/wpweekly-episode-291-all-hands-on-deck-on-the-ship-of-theseus\";s: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:2463:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I discuss the news of the week including DonateWC sponsoring its first recipient to WordCamp Cape Town, WordPress 4.9 Beta 1, and WooCommerce 3.2. We also have a bit of fun with Poopy.life and blurt out a few crappy puns. Last but not least, we dissect Matías Ventura’s vision of Gutenberg.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">WordPress 4.9 Beta 1 Released</a><br />\n<a href=\"https://woocommerce.wordpress.com/2017/10/11/woocommerce-3-2/\">WooCommerce 3.2 Released </a><br />\n<a href=\"https://wptavern.com/wooconf-2017-livestream-tickets-now-on-sale\">WooConf 2017 Livestream Tickets Now on Sale</a><br />\n<a href=\"https://wptavern.com/gutenberg-engineer-matias-ventura-unpacks-the-vision-for-gutenblocks-front-end-editing-and-the-future-of-wordpress-themes\">Gutenberg Engineer Matías Ventura Unpacks the Vision for Gutenblocks, Front-End Editing, and the Future of WordPress Themes</a><br />\n<a href=\"https://wptavern.com/poopy-life-launches-pro-version-at-wpsandbox-io-aimed-at-theme-and-plugin-developers\">Poopy.life Launches Pro Version at WPsandbox.io Aimed at Theme and Plugin Developers</a><br />\n<a href=\"https://wptavern.com/disqus-data-breach-affects-17-5-million-accounts\">Disqus Data Breach Affects 17.5 Million Accounts</a><br />\n<a href=\"https://donatewc.org/sponsorship-recipients/were-sending-a-speaker-to-wordcamp-cape-town/\">We’re sending a speaker to WordCamp Cape Town</a><br />\n<a href=\"https://wptavern.com/gitlab-raises-20-million-series-c-round-adds-matt-mullenweg-to-board-of-directors\">GitLab Raises $20 Million Series C Round, Adds Matt Mullenweg to Board of Directors</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 18th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #291:</strong><br />\n</p>\";s: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 Oct 2017 23:10:58 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"WPTavern: WooCommerce 3.2 Adds Ability to Apply Coupons in the Admin, Introduces Pre-Update Version Checks for Extensions\";s: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:29:\"https://wptavern.com/?p=75637\";s: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:131:\"https://wptavern.com/woocommerce-3-2-adds-ability-to-apply-coupons-in-the-admin-introduces-pre-update-version-checks-for-extensions\";s: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:4252:\"<p><a href=\"https://woocommerce.wordpress.com/2017/10/11/woocommerce-3-2/\" rel=\"noopener\" target=\"_blank\">WooCommerce 3.2</a> has arrived a week ahead of the plugin’s upcoming <a href=\"https://wptavern.com/seattle-to-host-wooconf-2017-in-october-conference-to-focus-on-developers\" rel=\"noopener\" target=\"_blank\">WooConf Developers Conference</a> in Seattle. The release went into beta at the end of August and an extra week was added to the RC testing phase to give store owners and extension developers ample opportunity to prepare for the update.</p>\n<p>Version 3.2 adds the ability for administrators to apply coupons to existing orders in the backend of the store. This feature was <a href=\"http://ideas.woocommerce.com/forums/133476-woocommerce/suggestions/3867647-ability-to-apply-coupons-manually-when-manually-ad\" rel=\"noopener\" target=\"_blank\">requested on the WooCommerce ideas board</a> four years ago and had received 374 votes for consideration.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/woocommerce-apply-coupon.png?ssl=1\"><img /></a></p>\n<p>WooCommerce will now automatically re-calculate the order total after applying the coupon and the same in reverse if a coupon is removed. Although it seems like a small improvement, implementing it without breaking extensions was a fairly complex endeavor for the WooCommerce team.</p>\n<p>“This was tricky to develop because of the way the cart and coupons were built initially, so some refactoring was needed, but we tried to implement these changes in a backwards compatible manner so extensions wouldn’t require changes,” WooCommerce lead developer Mike Jolley said.</p>\n<h3>WooCommerce 3.2 Adds Extension Support Version Checks Prior to Core Updates</h3>\n<p>One of the most exciting new features in 3.2 is support for a new plugin header that extension developers can use to specify which versions of WooCommerce have been tested and confirmed to be compatible. This information will be displayed to users in the plugin update screen when future WooCommerce core updates become available.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/woocommerce-extensions-version-checks.png?ssl=1\"><img /></a></p>\n<p>These warnings save time for store owners by identifying extensions that need further research and testing before applying a core update. It makes it easier for admins to confidently update their installations without having to worry about extensions breaking. After a few more major releases of the plugin, it will be interesting to see how this new system improves updates overall and how other plugins with their own ecosystems of extensions might be able to benefit from something similar.</p>\n<p>Version 3.2 also brings improved accessibility for select boxes, updates to the new store setup wizard, a new “resend” option on the edit order page, and a host of admin UI enhancements that make it easier to manage products and extensions.</p>\n<h3>WooCommerce.com Adds New Subscription Sharing Feature</h3>\n<p>Customers who have purchased extensions from WooCommerce.com can now take advantage of a new <a href=\"https://docs.woocommerce.com/document/managing-woocommerce-com-subscriptions/#section-11\" rel=\"noopener\" target=\"_blank\">subscription sharing feature</a> that allows them to specify additional sites (via WooCommerce.com email address) where they want the extension/key to be active. This is especially useful for agencies, developers, and multisite store owners who can now grant the use of an extension without having to connect their own accounts to client sites. The original purchaser of the extension will be the one billed for the subscription and can revoke access for connected sites at any time.</p>\n<p>WooCommerce 3.2 had <a href=\"https://github.com/woocommerce/woocommerce/compare/3.1.2...3.2.0\" rel=\"noopener\" target=\"_blank\">1610 commits</a> from 98 contributors. Currently, 47% of installs are still on 3.1 but that number should go down as store owners start updating to the latest. The WooCommerce team reports that all changes should be backwards compatible with 3.0 and 3.1 sites, but site owners will still want to test their extensions before applying the 3.2 update.</p>\";s: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 Oct 2017 19:07: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"HeroPress: Queer Woman In Tech … In A Bowtie\";s: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:56:\"https://heropress.com/?post_type=heropress-essays&p=2144\";s: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:120:\"https://heropress.com/essays/queer-woman-tech-bowtie/#utm_source=rss&utm_medium=rss&utm_campaign=queer-woman-tech-bowtie\";s: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:7663:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/101117-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I have found the WordPress Community the most diverse and accepting space for our beautiful, vast array of queer individuals in tech, period.\" /><p>Did you know there are still several states in the US where employers can fire me for being gay? Legislation and protections have improved in the past several years, but there are still large gaps throughout the United States for queer and trans people. In addition, I hear horror stories of toxic workplaces that my LGBTQ+ friends have endured and/or have pushed them out of a job due to not feeling safe. I have been incredibly lucky to have a career full of supportive companies where I have felt safe and accepted. But I also have another big thing that has helped me for over 13 years: WordPress.</p>\n<h3>A Little History</h3>\n<p>Back when I was in high school in the mid nineties, I was fortunate enough to have access to a computer that connected to this new “internet” thing. This was in 1996 when we had to call the internet. I remember vividly spending nights browsing all these “homepages” of people—even people that were my age—from all over the world. One night I thought, “One day I want to make one of these…” I literally stopped mid thought and decided that I was just going to start right that instant. I signed up for a free Angelfire account using my mom’s email address, and was off and running. Angelfire gave you an advanced option of a code editor, so I copied and pasted and poked and prodded code all summer.</p>\n<blockquote><p>As a result, I taught myself a good chunk of HTML by creating some of the ugliest pages in internet history.</p></blockquote>\n<p>But that started me on a path that I would never look back from. I saw such great potential in connecting with others using this whole “World Wide Web” thing I had just discovered.</p>\n<h3>A Web Log</h3>\n<p>Fast forward some years into college and the dawn of the 2000’s when this crazy idea of sharing a journal on the internet started. Web logs—later termed “blogs”—started popping up left and right. I hopped on board with a blogger.com blog almost exactly 17 years ago (10/19/00), then moved to this blogging platform known as b2 just about a year later. Some may recognize this, because b2 by cafelog was the codebase forked to create the first WordPress. So technically, I’ve been using WordPress since before it was WordPress.</p>\n<h3>Creating Community</h3>\n<p>Back when blogging first became a thing, commenting systems weren’t developed yet, so it was more like just shouting into space wondering if anyone was listening. But people were. Some of us added message boards to our sites.</p>\n<blockquote><p>Conversations happened, connections were made and communities started to form. Some of these connections are still some of my close friends today.</p></blockquote>\n<p>We share a special bond because we all kind of learned the internet together. These created communities also helped me feel less like an outcast and gave me hope that I wasn’t the only one that felt out of place like I did. People’s blogs were vulnerable glimpses into their lives and hardships, really helping me see I was not alone and even helping me face some of my own struggles. Back then I didn’t realize I was gay, but I did feel strangely out of place in so many parts of my life.</p>\n<h3>Coming Out</h3>\n<p>In my late 20’s I finally realized, accepted and came out to myself that I was a lesbian. For many years following I stumbled around a lot to find my true expression and identity. Not to mention shed—and recover from—the many external pressures that were forcing me into a completely fabricated heteronormative “box” that I did not fit. It took well into my 30’s to find my comfort zone as an androgynous/masculine of center expressing, gay woman. With that, my outward expression and style creates a daily “coming out” to everyone I meet… or at the very least, draws attention to me when in midwestern heteronormative spaces. Thus, putting me a bit more at risk of being targeted for being queer.</p>\n<h3>And now back to WordPress</h3>\n<p>Back to the subject at hand, how does all this relate to WordPress? Throughout this whole journey of self discovery, I was continually using and learning WordPress as well. By the time I had come out, I had learned enough about working with WordPress templates to create custom websites. This gave me the tools to create my own job if I ever lost my full time employment, or would find myself in a toxic, unhealthy—or even dangerous—working environment.</p>\n<blockquote><p>WordPress became my ticket to being self sufficient and confident in my career.</p></blockquote>\n<p>On top of it all, I have found the WordPress community the most diverse and accepting space for our beautiful, vast array of queer individuals in tech, period. This made the decision to join in the WordPress community an easy and safe choice. I had not seen many people like me at tech-related events before, let alone speaking at one. But WordCamps have given me the ability to be that gay woman in a bowtie speaking at the front of the room that I had not seen represented before. And that I can do that without fear is priceless! WordPress and this wonderful community has helped me feel more confident in who I am as a web creator, but more importantly, a person.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Queer Woman In Tech … In A Bowtie\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Queer%20Woman%20In%20Tech%20%26%238230%3B%20In%20A%20Bowtie&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fqueer-woman-tech-bowtie%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Queer Woman In Tech … In A Bowtie\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fqueer-woman-tech-bowtie%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fqueer-woman-tech-bowtie%2F&title=Queer+Woman+In+Tech+%26%238230%3B+In+A+Bowtie\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Queer Woman In Tech … In A Bowtie\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/queer-woman-tech-bowtie/&media=https://heropress.com/wp-content/uploads/2017/10/101117-min-150x150.jpg&description=Queer Woman In Tech ... In A Bowtie\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Queer Woman In Tech … In A Bowtie\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/queer-woman-tech-bowtie/\" title=\"Queer Woman In Tech … In A Bowtie\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/queer-woman-tech-bowtie/\">Queer Woman In Tech … In A Bowtie</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s: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 Oct 2017 12: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Tracy Apps\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WPTavern: Gutenberg 1.4 Adds HTML Mode for Blocks\";s: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:29:\"https://wptavern.com/?p=75581\";s: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:\"https://wptavern.com/gutenberg-1-4-adds-html-mode-for-blocks\";s: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:3429:\"<p><a href=\"https://make.wordpress.org/core/2017/10/10/whats-new-in-gutenberg-october-10th/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.4</a> was released today with a new feature that allows users to <a href=\"https://github.com/WordPress/gutenberg/pull/2797\" rel=\"noopener\" target=\"_blank\">edit HTML on a per-block basis</a>. HTML mode can be triggered by toggling the ellipsis menu and selecting the HTML icon. This will switch the block between visual and text mode, without having to switch the entire document into text mode.</p>\n<p><img src=\"https://i1.wp.com/cldup.com/ghvzrEw2wk.gif?w=627&ssl=1\" /></p>\n<p>Contributors debated on whether or not to place the HTML button in the quick toolbar or to add the button to the side of the block. Eventually, they landed on putting the trash icon, the cog settings, and this new HTML mode under an ellipsis.</p>\n<p>Gutenberg testers will also notice that version 1.4 <a href=\"https://github.com/WordPress/gutenberg/pull/2878\" rel=\"noopener\" target=\"_blank\">redesigns the editor’s header</a>, grouping content actions to the left and post actions to the right.</p>\n<p>This release adds the initial REST API infrastructure for reusable global blocks, an idea Matias Ventura <a href=\"https://github.com/WordPress/gutenberg/issues/1516\" rel=\"noopener\" target=\"_blank\">proposed</a> several months ago. The <a href=\"https://github.com/WordPress/gutenberg/pull/2503\" rel=\"noopener\" target=\"_blank\">pull request</a> was created by new Gutenberg contributor Robert Anderson, a web and mobile developer at Tumblr. It is based on the technical details that Weston Ruter <a href=\"https://github.com/WordPress/gutenberg/issues/2081\" rel=\"noopener\" target=\"_blank\">outlined</a> for creating dynamic reusable blocks. Anderson highlighted a few examples of what this infrastructure will eventually enable for users:</p>\n<ul>\n<li>Convert a block into a reusable block, and give it a name</li>\n<li>Convert a reusable block back into a regular block</li>\n<li>Edit a reusable block within a post and have the changes appear across all posts</li>\n<li>Insert an existing reusable block into a post</li>\n<li>Delete an existing reusable block</li>\n</ul>\n<p>Anderson said the next step is adding a core/reusable-block block to the editor that can be rendered and edited, followed by a UI for adding, deleting, attaching, and detaching reusable blocks.</p>\n<p>Gutenberg 1.4 will now <a href=\"https://github.com/WordPress/gutenberg/pull/2877\" rel=\"noopener\" target=\"_blank\">show a users’ most frequently used blocks</a> when hovering over the inserter. If the editor doesn’t have enough usage data, it will display the paragraph and image blocks by default.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-10-at-10.49.18-PM.png?ssl=1\"><img /></a></p>\n<p>Version 1.3 of the plugin introduced <a href=\"https://wptavern.com/gutenberg-1-3-adds-new-feedback-option-for-plugin-testers\" rel=\"noopener\" target=\"_blank\">a new feedback option for testers</a> with a link in the Gutenberg sidebar menu. Ventura reported that the team has received 12 responses so far, which included four bugs and two proposed enhancements. Check out the full <a href=\"https://make.wordpress.org/core/2017/10/10/whats-new-in-gutenberg-october-10th/\" rel=\"noopener\" target=\"_blank\">changelog for 1.4</a> for more details on what’s new in the latest beta release.</p>\";s: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 Oct 2017 04:57: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: GitLab Raises $20 Million Series C Round, Adds Matt Mullenweg to Board of Directors\";s: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:29:\"https://wptavern.com/?p=75476\";s: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:102:\"https://wptavern.com/gitlab-raises-20-million-series-c-round-adds-matt-mullenweg-to-board-of-directors\";s: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:6213:\"<p><a href=\"https://about.gitlab.com/\" rel=\"noopener\" target=\"_blank\">GitLab</a> celebrated its <a href=\"https://gitlab.com/gitlab-org/gitlab-ce/commit/9ba1224867665844b117fa037e1465bb706b3685\" rel=\"noopener\" target=\"_blank\">sixth anniversary as an open source project</a> yesterday and <a href=\"https://about.gitlab.com/2017/10/09/gitlab-raises-20-million-to-complete-devops/\" rel=\"noopener\" target=\"_blank\">announced</a> a $20 million Series C round of funding led by <a href=\"https://www.gv.com/team/dave-munichiello/\" rel=\"noopener\" target=\"_blank\">GV General Partner Dave Munichiello</a>. The company’s CEO Sid Sijbrandij joined Municheiello with guest hosts, Adam Stacoviak and Jerod Santo from The Changelog podcast, for the <a href=\"https://www.youtube.com/watch?v=5dhjw-TT964\" rel=\"noopener\" target=\"_blank\">GitLab live event</a> that aired yesterday.</p>\n<p>“When we think about investing, we want to be involved in the fastest-growing companies in the world,” Munichiello said. “We think about that a little differently than most firms in that we are looking for looking for dev-focused tools. We think software will disrupt the enterprises of the future and so we think the best tools that help enable and empower the best software teams will become enormous companies over time. We’re certainly seeing that with GitLab.”</p>\n<p>Munichiello said he favors investing in open source because it is “the most secure and the best software in the world.” Although GitLab is a much smaller company than its more prominent rivals GitHub and Bitbucket, it currently dominates the self-hosted Git market with its open source tools. GitLab is used by 100,000 organizations and customers include NASA, the Nasdaq Stock Market, Sony Corp, Comcast, Bayer, among many other large companies.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-10-at-11.50.49-AM.png?ssl=1\"><img /></a></p>\n<p>In addition to the $20 million in funding, the company also announced that it has appointed Matt Mullenweg to its board of directors.</p>\n<p>“I’m very excited to announce that Matt Mullenweg, the CEO of Automattic and founder of WordPress decided to join our board,” Sid Sijbrandij said. “He’s a leading figure on how to think about open source and how to build a business on that and a remote-only work culture.” Sijbrandij said GitLab’s board of directors sets the tone for what the company is allowed to spend its money on, how it approaches the balance between open source and closed source, and the features that the team decides to make money with.</p>\n<p>“GitLab’s powerful momentum and scaling have a lot of parallels to Automattic and WordPress in their early days,” Mullenweg said. “WordPress had to battle a lot of competitors, and ultimately came out on top as a successful company on an open source business model. I hope to help GitLab achieve the same triumph. Fundamentally, I want to help create the kind of internet that I want to live in and I want my children to live in, one that reaches a global audience and one that is able to make a difference.”</p>\n<p>Mullenweg also said he was impressed with GitLab’s transparency and how the company shares many of its internal documents, whether it’s a sales manual or employee onboarding information. GitLab, which employees nearly 200 people, also shares a similar work culture to Automattic, as 100% of the team works remotely.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">“Not only being ahead in terms of transparency, GitLab is exciting for me bc I think distributed work is the future of work.” –<a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4bb.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\n<p>— GitLab (@gitlab) <a href=\"https://twitter.com/gitlab/status/917441432847376385?ref_src=twsrc%5Etfw\">October 9, 2017</a></p></blockquote>\n<p></p>\n<p>When asked if there is anything down the line for collaboration between GitLab and WordPress, Mullenweg said, “It’s definitely something on our minds. Core WordPress is still Trac and Subversion, so I think that it’s not our top priority this year, but in the future it’s definitely on the radar.”</p>\n<p>GitLab started with basic version control and an issues tracker. Last year the company announced its first master plan to make GitLab a complete developer solution, which it completed in December 2016. Sijbrandij said the company is aiming to deliver a complete DevOps solution in 2018, a set of tools that unifies the development and operations work into a single user experience.</p>\n<p>GitLab has been working towards the goal of supporting the complete DevOps lifecycle by adding tools for application performance monitoring and server monitoring. This enables developers and operations managers to keep tabs on code after it is deployed, while using a single user interface, the same tools, and one permissions model.</p>\n<p>“It used to be that development and operations were separate parts in a company and they had their own tools and those tools were different,” Sijbrandij said. “You needed different expertise to operate them. Now devops aims to align and integrate those groups. What happens is people took the tools from two different departments and tried to glue them together. They duck taped the tools together. That’s what you see in traditional devops – the glue between the traditional developer tools and the traditional operating tools, and it’s not a very good experience. We want to take the complete set of tooling we have for development and extend it all the way to operations, so it’s about creating a single application that does both.”</p>\n<p>Check out the recording of the GitLab live event below for a more in-depth explanation of Sijbrandij’s vision for creating a complete DevOps solution in 2018.</p>\n<p></p>\";s: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, 10 Oct 2017 18:55: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WordPress 4.9 Adds Scheduling, Drafts, and Front-End Preview Links to the Customizer\";s: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:29:\"https://wptavern.com/?p=75276\";s: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:\"https://wptavern.com/wordpress-4-9-adds-scheduling-drafts-and-front-end-preview-links-to-the-customizer\";s: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:2012:\"<p>While <a href=\"https://wptavern.com/wordpress-4-8-evans-released-featuring-nearby-wordpress-events-new-media-widgets-and-link-boundaries\">WordPress 4.8</a> focused on adding new widgets, visual improvements to links in the text editor, and a new dashboard widget that displays nearby events, WordPress 4.9 places a heavy emphasis on customization.</p>\n<p>In WordPress 4.9, the Customizer has a new publish button with options to publish, save draft, or schedule changes. Edits made via the Customizer are called changesets that have status’ similar to posts. These improvements were incorporated from the <a href=\"https://wordpress.org/plugins/customize-snapshots/\">Customize Snapshots</a> and <a href=\"https://wordpress.org/plugins/customize-posts/\">Customize Posts</a> feature plugins.</p>\n<img />New Customizer Publishing Options\n<p>Those who design sites will appreciate the ability to easily <a href=\"http://drab-yak.w4.poopy.life/?customize_changeset_uuid=e34fb3ad-ecd8-4bd6-b53a-726cf3d1c46e\">share a link</a> that provides a front-end preview to changes. Note the About This Site widget at the bottom of the page.</p>\n<p>This eliminates the need to publish changes to a live site or give users access to the WordPress backend. Links are generated by saving a draft in the Customizer.</p>\n<p>Clicking the Discharge Changes link removes unpublished edits. Scheduling changes is as simple as choosing a day and time for them to take place.</p>\n<p>These are just a few of the improvements in WordPress 4.9 which you can try out for yourself by downloading and testing <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">WordPress 4.9 beta 1</a> on a test site. Alternatively, you can install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Testing plugin</a> on a test site, configure it for point release nightlies, and update to 4.9 Beta 1.</p>\n<p>Stay tuned as we go in-depth on some of the other features in WordPress 4.9 in the coming days.</p>\";s: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, 10 Oct 2017 13:32: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"WPTavern: Gutenberg Engineer Matías Ventura Unpacks the Vision for Gutenblocks, Front-End Editing, and the Future of WordPress Themes\";s: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:29:\"https://wptavern.com/?p=75472\";s: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:142:\"https://wptavern.com/gutenberg-engineer-matias-ventura-unpacks-the-vision-for-gutenblocks-front-end-editing-and-the-future-of-wordpress-themes\";s: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:8642:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/ship-bottle.jpg?ssl=1\"><img /></a>photo credit: KaylaKandzorra <a href=\"http://www.flickr.com/photos/48077358@N02/4952091078\">i miss you grampa.</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>In a post titled <a href=\"http://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/\" rel=\"noopener\" target=\"_blank\">Gutenberg, or the Ship of Theseus</a>, Matías Ventura breaks down the vision for how the project will transform WordPress’ content creation experience and the decisions the team has made along the way. Ventura describes how WordPress has become difficult to customize, as online publishing has embraced rich media and web design has evolved in complexity over the years.</p>\n<p>“WordPress can build incredible sites, yet the usability and clarity that used to be a driving force for its adoption has been fading away,” Ventura said. “The present reality is that many people struggle using WordPress as a tool for expression.”</p>\n<p>Ventura’s words hint at the growing threats from competitors whose interfaces define users’ current expectations for a front-end editing experience. If WordPress is to stay afloat in a sea of competitors, it can no longer continue expanding its capabilities while leaving a disconnect between what users see while editing in the admin versus what is displayed on the frontend.</p>\n<p>“WordPress has always been about the user experience, and that needs to continue to evolve under newer demands,” Ventura said. “Gutenberg is an attempt at fundamentally addressing those needs, based on the idea of content blocks. It’s an attempt to improve how users interact with their content in a fundamentally visual way, while at the same time giving developers the tools to create more fulfilling experiences for the people they are helping.”</p>\n<p>Ventura elaborated on the foundations of the block approach to content creation and how it will expose more functionality to users in a unified interface, bringing more opportunities to the plugin ecosystem. The post offers some clarity for those who have been wondering about the decision to “make everything a block.” Ventura also anticipates that blocks will become a big part of WordPress theming in the future:</p>\n<blockquote><p>Themes can also provide styles for individual blocks, which can, in aggregation, fundamentally alter the visual appearance of the whole site. You can imagine themes becoming more about the presentation of blocks, while the functional parts can be extracted into blocks (which can potentially work across multiple theme variations). Themes can also provide templates for multiple kind of pages—colophon, products, portfolios, etc., by mixing blocks, setting them up as placeholders, and customizing their appearance.</p></blockquote>\n<p>Ventura also introduced a few new possibilities that Gutenberg could enable. He shared a video showing how granular control over each block can pave the way for a future where WordPress core allows for real-time collaborative editing. This is a feature that has been painfully lacking from the CMS but is nearer on the horizon with Gutenberg in place.</p>\n<p>“This same granularity is allowing us to develop a collaborative editing framework where we can lock content being edited by a peer on per block basis, instead of having to lock down the whole post,” Ventura said.</p>\n<p></p>\n<p>Ventura sees Gutenberg as the path to finally bringing front-end editing to WordPress:</p>\n<blockquote><p>Once Gutenberg is capable of handling all the pieces that visually compose a site—with themes providing styles for all the blocks—we end up with an editor that looks exactly like the front-end. (And at that point, we might just call it front-end editing.) Yet we’d had arrived at it through gradually improving the pieces of our familiar ship, in a way that didn’t cause it to collapse or alienated the people aboard. We want to accomplish this in a way that would allow us to refine and correct as we iterate and experience the reality of what is being built and how it is being used.</p></blockquote>\n<p>He likened the challenge of the Gutenberg project to upgrading the materials on a ship while ensuring that it continues to sail. As there are many passengers who depend on the boat, completely breaking it for the purpose of rebuilding is not an acceptable way forward.</p>\n<p>“It is an attempt at improving how users can connect with their site in a visual way, not at removing the flexibility and power that has made WordPress thrive,” Ventura said. “There might be a time when the old ways become obsolete and disappear, absorbed by the richer and clearer interface of blocks, but we are doing as much as possible to make this a process. The old doesn’t have to disappear suddenly, it can be gradually shaped into the new.”</p>\n<p>Comments are not enabled on the post, but it has received mostly positive feedback on Twitter. For some, it clarifies the direction of Gutenberg, the purpose of blocks and the possibilities they enable. Others in the community are on board with the concepts behind Gutenberg but are not comfortable with the tentative timeline for its inclusion in core. Ventura’s post does not address many of the more practical concerns the community has about allowing enough time for the WordPress product ecosystem to get ready for Gutenberg.</p>\n<p>Matt Mullenweg has confirmed that <a href=\"https://wptavern.com/matt-mullenweg-addresses-concerns-about-gutenberg-confirms-new-editor-to-ship-with-wordpress-5-0\" rel=\"noopener\" target=\"_blank\">Gutenberg will ship with WordPress 5.0</a> whenever Gutenberg is ready and most recently said that delays on selecting the JavaScript framework “will likely delay Gutenberg at least a few weeks, and may push the release into next year.”</p>\n<p>Last week, a post published by Yoast SEO founder Joost de Valk sparked conversation with his proposed <a href=\"https://yoast.com/gutenberg-alternative-approach/\" rel=\"noopener\" target=\"_blank\">alternative approach to Gutenberg</a>, which calls for a slower, staged rollout for plugin authors.</p>\n<p>“In this point of time, it’s not possible for plugins at all to integrate with Gutenberg,” de Valk said. “How on earth should plugin authors be able to build their integrations within a few months? That’s not possible. At least not without breaking things.”</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Gutenberg-2.2-block-level.jpg?ssl=1\"><img /></a>His proposal recommends keeping the idea of blocks and making over the admin for WordPress 5.0 but leaving the meta boxes and toolbar untouched.</p>\n<p>“We are very enthusiastic about the idea of blocks, but have strong concerns about some of the technical choices and the speed of the implementation process,” de Valk said. “We are also worried about the lack of priority given to accessibility issues in the project. But most importantly, we are very much concerned about the fact that plugins are not able to integrate with the new editor.”</p>\n<p>It’s impossible for developers to have a clear understanding of the right way to extend Gutenberg right now. The JavaScript framework for the plugin has not yet been announced and critical issues regarding how block data should be stored are just now being floated for discussion.</p>\n<p>“The Editor/Gutenberg team would like the broader core group to start thinking about and discussing how block data is stored,” Ventura proposed during last week’s core development meeting. “We currently (specially after allowing meta attributes) have a lot of ways to store block data, with different tradeoffs. It’s going to be important to communicate when each is appropriate. This will come through examples and documentation, but generally such knowledge has also spread by core contributors doing talks and blog posts, etc.”</p>\n<p>Further collaboration from the broader community of WordPress core contributors should bring the project closer to being able to deliver the documentation developers need in order to follow best practices for extending the new editor. In the meantime, Ventura’s <a href=\"http://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/\" rel=\"noopener\" target=\"_blank\">post</a> is a great read for understanding the larger vision behind Gutenberg and where it is headed.</p>\";s: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, 10 Oct 2017 03:56: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Potential of Gutenberg\";s: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:22:\"https://ma.tt/?p=47605\";s: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:45:\"https://ma.tt/2017/10/potential-of-gutenberg/\";s: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:456:\"<p>Matias Ventura, the lead of the editor focus for WordPress, has written <a href=\"http://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/\">Gutenberg, or the Ship of Theseus</a> to talk about how Gutenberg's approach will simplify many of the most complex parts of WordPress, building pages, and theme editing. If you want a peek at some of the things coming down the line with Gutenberg, including serverless WebRTC real-time co-editing.</p>\";s: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, 09 Oct 2017 12:47:58 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: WPThemeDoc: A Single-File HTML Template for Documenting WordPress Themes\";s: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:29:\"https://wptavern.com/?p=75437\";s: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:92:\"https://wptavern.com/wpthemedoc-a-single-file-html-template-for-documenting-wordpress-themes\";s: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:2142:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/writing.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/2FS8R15QYN\">Lia Leslie</a>\n<p><a href=\"https://themebeans.com/\" rel=\"noopener\" target=\"_blank\">ThemeBeans</a> founder Rich Tabor has <a href=\"https://richtabor.com/wpthemedoc/\" rel=\"noopener\" target=\"_blank\">open sourced WPThemeDoc</a>, the template he uses for documenting his commercial WordPress themes. Tabor is also the creator of <a href=\"https://wptavern.com/new-merlin-wp-onboarding-wizard-makes-wordpress-theme-installation-and-setup-effortless\" rel=\"noopener\" target=\"_blank\">Merlin WP</a>, a theme onboarding wizard that makes setup effortless for users. After applying his aesthetic talents to the documentation aspect of his business, he decided to package up his efforts and release <a href=\"https://github.com/richtabor/WPThemeDoc\" rel=\"noopener\" target=\"_blank\">WPThemeDoc on GitHub</a> to benefit other theme developers.</p>\n<p>WPThemeDoc is neatly organized and easy to navigate. It can be used without any design modifications or as a starting point for your own branded documentation design. Check out the <a href=\"http://docs.themebeans.com/york/\" rel=\"noopener\" target=\"_blank\">live demo</a> documenting Tabor’s York Pro theme.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/wpthemedoc.jpg?ssl=1\"><img /></a></p>\n<p>The template is a single HTML file that is easy to extend by adding or removing sections. It includes a set of “find and replace” variables that developers can use to quickly customize the document’s information for their own themes. The template itself requires very little documentation, as it uses nothing more than simple HTML and CSS.</p>\n<p>For many theme developers documentation is a chore – it’s not the fun part of creating themes. WPThemeDoc makes documentation as simple as filling in the blanks. It is licensed under the GPL v2.0 or later and feedback and contributions are <a href=\"https://github.com/richtabor/WPThemeDoc\" rel=\"noopener\" target=\"_blank\">welcome on GitHub</a>.</p>\";s: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, 07 Oct 2017 04:44:51 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:15;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Disqus Data Breach Affects 17.5 Million Accounts\";s: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:29:\"https://wptavern.com/?p=75434\";s: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:\"https://wptavern.com/disqus-data-breach-affects-17-5-million-accounts\";s: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:2094:\"<p><a href=\"https://disqus.com/\">Disqus</a>, a comment management and hosting service, <a href=\"https://blog.disqus.com/security-alert-user-info-breach\">has announced</a> it suffered a data breach that affects 17.5 million users. A snapshot of its database from 2012 with information dating back to 2007 containing email addresses, usernames, sign-up dates, and last login dates in plain-text were exposed.</p>\n<p>Passwords hashed with the SHA1 protocol and a salt for about one-third of affected users are also included in the snap-shot. Disqus was made aware of the breach and received the exposed data on October 5th by <a href=\"https://www.troyhunt.com/\">Troy Hunt</a>, an independent security researcher. Today, the service contacted affected users, reset their passwords, and publicly disclosed the incident.</p>\n<p>Jason Yan, CTO of Disqus, says the company has no evidence that unauthorized logins are occurring due to compromised credentials. “No plain-text passwords were exposed, but it is possible for this data to be decrypted (even if unlikely),” Yan said.</p>\n<p>“As a security precaution, we have reset the passwords for all affected users. We recommend that all users change passwords on other services if they are shared. At this time, we do not believe that this data is widely distributed or readily available. We can also confirm that the most recent data that was exposed is from July, 2012.”</p>\n<p>Since emails were stored in plain-text, it’s possible affected users may receive unwanted email. Disqus doesn’t believe there is any threat to user accounts as it has made improvements over the years to significantly increase password security. One of those improvements was changing the password hashing algorithm from SHA1 to bcrypt.</p>\n<p>If your account is affected by the data breach, you will receive an email from Disqus requesting that you change your password. The company is continuing to investigate the breach and will share new information on <a href=\"https://blog.disqus.com/\">its blog</a> when it becomes available.</p>\";s: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, 07 Oct 2017 03:13: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:16;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: Poopy.life Launches Pro Version at WPsandbox.io Aimed at Theme and Plugin 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74874\";s: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:\"https://wptavern.com/poopy-life-launches-pro-version-at-wpsandbox-io-aimed-at-theme-and-plugin-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6661:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/sandbox.png?ssl=1\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/hiljainenmies/3580475943/\">hiljainenmies</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>Six months ago, the team behind <a href=\"http://www.wpallimport.com/\" rel=\"noopener\" target=\"_blank\">WP All Import</a> and <a href=\"https://www.oxygenapp.com/try\" rel=\"noopener\" target=\"_blank\">Oxygen</a> <a href=\"https://wptavern.com/poopy-life-lets-you-create-free-unlimited-wordpress-test-installs\" rel=\"noopener\" target=\"_blank\">opened Poopy.life to the public</a>, a service that offers free unlimited WordPress installs for anyone who needs a temporary testing site. Public testing went well enough that a commercial tier of the service is now available at <a href=\"https://wpsandbox.io/\" rel=\"noopener\" target=\"_blank\">WPSandbox.io</a>, with plans ranging from $49/month – $699/month, depending on the number of installs required.</p>\n<p>“On any given day we have around 3-4K active installs,” WP All Import team lead Joe Guilmette said. “We actually got around 7K the first day and the infrastructure didn’t go down. So we were pretty stoked.”</p>\n<p>Guilmette said a few plugin and theme shops are using the service and one developer even wrote a script to iframe their poopy.life installs for use in their theme demos.</p>\n<p>“We’ll probably put a stop to that at some point, but it was pretty cool to see,” Guilmette said. “Tons of people use it for testing plugins, themes, and just all sorts of general WordPress testing. We’ve been using this internally for years, and every time we’d fire up localhost or a testing install, it’s just faster to use poopy.life.”</p>\n<p>Pro users get all the convenience of Poopy.life under the more business-friendly wpsandbox.pro domain with a dashboard to manage installs, SSH and SFTP access to their installs, and the ability to hot-swap between PHP versions. Having Poopy.life open to the public has given the team an opportunity to address any remaining pain points with hosting thousands of test installs.</p>\n<p>“Since launching poopy.life everything has actually been pretty smooth,” Guilmette said. “We’ve already been using various versions of this internally to sell millions of dollars worth of plugins over the last five years. So it’s already been hacked to pieces, DDoSed, etc. We’ve already been through all that.”</p>\n<p>When the team first started Poopy.life as an internal project for WP All Import, they had a difficult time trying to host it on a VPS with the requirement of isolating installs from each other without any professional systems administrators on board.</p>\n<p>“We were getting hacked all the time, so we started using CloudLinux, the same software that a lot webhosts use for their shared hosting servers,” Guilmette said. “This also prevents resource hogging, where someone could start mining bitcoin and then everyone’s installs would take forever to load.</p>\n<p>“Then came the spammers, using their installs to send out email spam. So we learned we had to discard e-mail silently while allowing scripts that expect e-mail to be available to still function correctly.</p>\n<p>“Once we went on that whole journey, it was kind of a no-brainer to share this tool with everyone else. We’ve been through a lot of pain in building this platform, and in opening this up to the public we hope we can help others avoid those same issues.”</p>\n<p>The team now has two systems administrators on call 24/7 to get the service back up and running quickly if anything breaks.</p>\n<h3>WP Sandbox Service is Aimed at Theme and Plugin Developers</h3>\n<p>In the past six months since opening Poopy.life to the public, Guilmette’s team has learned several valuable lessons in how to market the commercial service.</p>\n<p>“We use the Sandbox for so many different things, so the in the beginning the temptation was to kind of market it to everyone who we thought would find it useful,” Guilmette he said. “We didn’t find a whole lot of success, and are now focusing on plugin and theme developers. It’s helped us so much for WP All Import and Oxygen – everything from increasing sales to making tech support much easier by giving users isolated places they can reproduce problems. We know plugin and theme developers need this tool, so it makes the most sense for us to focus our marketing directly at them.”</p>\n<p>Having a way to allow users to try a product like Oxygen before purchasing will be particularly useful in the Gutenberg era, where many users are unsure about the differences between what core will offer and what a site building product can bring to the table. Guilmette and his team are optimistic about what Gutenberg will bring to the customization experience.</p>\n<p>“We can’t wait for it to ship in core,” Guilmette said. “I think a lot of the negativity about Gutenberg is from folks who make page builders and view it as competition. But Oxygen is a site builder, not a page builder (i.e. you design headers, footers, etc.). We don’t see Oxygen as competition; we think it will enhance the Oxygen experience. We think Gutenberg is great, and are excited to see some other talented teams out there working hard to make WordPress easier to use for everyone.”</p>\n<p>He said his team is hoping to provide a Gutenberg component that users can drop into Oxygen and then edit that area of the site with Gutenberg. Having a sandboxed version of this available for users to test will help them to understand how the product works before purchasing.</p>\n<p>Regardless of whether or not WP Sandbox takes off with other WordPress product companies, WP All Import and Oxygen have benefited from bringing sandboxing to the sales experience and continue to make use of the architecture the team has developed.</p>\n<p>“We generally avoid big, coordinated releases,” Guilmette said. “We prefer to slowly build a product around a group of slowly growing users. If you release a finished product to the world, chances are you spent too much money making something no one wants.</p>\n<p>“It hasn’t paid for itself yet, but that’s to be expected. We have enough users to make us optimistic, and some very exciting customers in the onboarding process. Once we get a few big names using it and other plugin developers realize the benefits of using it, we think it will take off.”</p>\";s: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, 06 Oct 2017 19:17:47 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:17;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: WooConf 2017 Livestream Tickets Now on Sale\";s: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:29:\"https://wptavern.com/?p=75369\";s: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:\"https://wptavern.com/wooconf-2017-livestream-tickets-now-on-sale\";s: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:2445:\"<p>The third edition of <a href=\"https://wooconf.com/\" rel=\"noopener\" target=\"_blank\">WooConf</a> is being held in Seattle, Washington, October 19-20. This year the event is <a href=\"https://wptavern.com/seattle-to-host-wooconf-2017-in-october-conference-to-focus-on-developers\" rel=\"noopener\" target=\"_blank\">narrowing its focus to developers</a> and will feature eight workshops and more than 30 speakers. Topics include scaling, client relations, A/B testing, and enterprise e-commerce.</p>\n<p><a href=\"https://wordpress.org/plugins/woocommerce/\" rel=\"noopener\" target=\"_blank\">WooCommerce</a> is currently active on more than three million sites and the plugin has been downloaded 31 million times. Developers are using the plugin all over the world, but only a small fraction of them will be able to make it to Seattle for the conference. WooConf is less than two weeks away but in-person <a href=\"https://wooconf.com/#buy-a-ticket\" rel=\"noopener\" target=\"_blank\">tickets are still available</a> at $699 per attendee.</p>\n<p>A livestream of the conference is available for those who would like to attend but are unable to travel. <a href=\"https://wooconf.com/product/live-stream/\" rel=\"noopener\" target=\"_blank\">Livestream tickets</a> went on sale today for $50/each.</p>\n<p>“The in-person ticket prices, the live stream tickets, and the support of our sponsors are what funds the conference,” WooConf co-organizer Aviva Pinchas said. “For those who are not in a position to pay for the live stream tickets or attend the event in-person, the video recordings will be released later for free, and there are a number of other ways people can participate.”</p>\n<p>Pinchas said the team will be sharing updates on social media, the event’s blog, and in the WooCommerce Community Slack. They have also arranged with local WooCommerce meetup organizers to livestream parts of the event during free <a href=\"https://wooconf.com/meetups/\" rel=\"noopener\" target=\"_blank\">IRL meetups</a> in 12 major cities across the globe. These satellite events will include local speakers and offer attendees the opportunity to connect with other nearby WooCommerce developers and store owners.</p>\n<p>All of the recorded sessions will be published to the <a href=\"https://www.youtube.com/channel/UC63GQg3s2QcgOpMzsiF6wwQ\" rel=\"noopener\" target=\"_blank\">WooCommerce YouTube channel</a> sometime after the conclusion of the event.</p>\";s: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, 06 Oct 2017 03:04: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:18;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: DonateWC Successfully Sponsors its First Applicant to WordCamp Cape Town\";s: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:29:\"https://wptavern.com/?p=75279\";s: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:92:\"https://wptavern.com/donatewc-successfully-sponsors-its-first-applicant-to-wordcamp-capetown\";s: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:1656:\"<p><a href=\"https://donatewc.org/\">DonateWC</a> has <a href=\"https://donatewc.org/sponsorship-recipients/wordcamp-capetown-speaker-fundraiser/\">selected</a> and successfully sponsored its first applicant to <a href=\"https://2017.capetown.wordcamp.org/\">WordCamp Cape Town</a>. The recipient has chosen to remain anonymous although they are a speaker at the event.</p>\n<p>Funds left over from the <a href=\"https://donatewc.org/news/surprise-our-goal-is-fully-funded/\">initial crowdfunding campaign</a> and from the <a href=\"https://donatewc.org/make-a-donation/\">general donation pool</a> were used to cover expenses. The total cost of sponsorship is €669.24 with €197.37 coming from donations.</p>\n<p>In addition to sponsoring recipients, DonateWC is also publishing stories submitted by contributors on the benefits and impacts WordCamps have. <a href=\"https://twitter.com/arvindsinghdev\">Arvind Singh</a> published <a href=\"https://donatewc.org/wordcamp-stories/getting-to-wordcamp-udaipur/\">the first story</a> on DonateWC where he explains how his experience at <a href=\"https://2017.udaipur.wordcamp.org/\">WordCamp Udaipur</a> translated into WordPress meetups in <a href=\"https://2017.delhi.wordcamp.org/\">Delhi, India</a> and eventually, the first <a href=\"https://2017.delhi.wordcamp.org/\">WordCamp Delhi</a>.</p>\n<p>There’s no word yet on who will be the next recipient of a DonateWC sponsorship but the initiative still needs your help. If you believe in the cause, please consider making a <a href=\"https://donatewc.org/make-a-donation/\">donation.</a> The funds will be used to help others who are less fortunate attend WordCamps.</p>\";s: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 Oct 2017 23:33:57 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:19;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Gutenberg 1.3 Adds New Feedback Option for Plugin Testers\";s: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:29:\"https://wptavern.com/?p=75323\";s: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:\"https://wptavern.com/gutenberg-1-3-adds-new-feedback-option-for-plugin-testers\";s: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:3240:\"<p><a href=\"https://make.wordpress.org/core/2017/10/04/whats-new-in-gutenberg-4th-october/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.3</a> was released this week with many small tweaks and improvements to existing features. One of the most visible updates for those who are testing the Cover Image block is the addition of an <a href=\"https://github.com/WordPress/gutenberg/pull/2815\" rel=\"noopener\" target=\"_blank\">opacity slider</a>. It brings more flexibility to the feature than the previous on/off background dimming toggle provided. Users can now slide the opacity along a range snapped to percentages of 10.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/cover-image-block-opacity.gif?ssl=1\"><img /></a></p>\n<p>Version 1.3 also introduces an option to <a href=\"https://github.com/WordPress/gutenberg/pull/2807\" rel=\"noopener\" target=\"_blank\">convert a single block to an HTML block when Gutenberg detects conflicting content</a>. This is a precursor to an open issue that proposes <a href=\"https://github.com/WordPress/gutenberg/issues/2794\" rel=\"noopener\" target=\"_blank\">an HTML mode for blocks</a>, essentially a mechanism for each block to be edited as HTML. Contributors are still discussing the best approach for implementing the UI, which we will likely see in a future release.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-05-at-1.47.01-PM.png?ssl=1\"><img /></a></p>\n<p>Gutenberg 1.3 adds a new submenu item that ramps up the potential for gathering more feedback from people who are using the plugin. The Feedback link appears in the plugin’s sidebar menu and leads to a polldaddy form that separates users’ comments into either either a feedback or support channel.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-05-at-2.03.23-PM.png?ssl=1\"><img /></a></p>\n<p>Instead of relying on testers to know where to go to offer feedback, the new link offers them an easily accessible avenue for sharing their thoughts and concerns. This option is especially helpful for those who are not as adept at using GitHub or writing meaningful bug reports. The forms guide the user to report important details of their setup, browser information, screenshots, and other useful information.</p>\n<p>Gutenberg does not track any information about users who submit feedback via the Polldaddy forms and there is nothing to indicate that the responses will be made public. It is unrealistic to expect that the Gutenberg team will be able to respond to each submission individually, but it would be helpful if they provided summaries of trends in user feedback and how it is informing the design and development of the project. This could go a long way to prevent users from perceiving that their concerns are being buried.</p>\n<p>Version 1.3 also adds expandable panels to the block inspector, support for pasting plain text markdown content (and converting it to blocks), and accessibility improvements to the color palette component. Check out the full <a href=\"https://make.wordpress.org/core/2017/10/04/whats-new-in-gutenberg-4th-october/\" rel=\"noopener\" target=\"_blank\">changelog</a> for more details.</p>\";s: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 Oct 2017 22:01: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:20;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: WPWeekly Episode 290 – Putting The Rad in Brad\";s: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:58:\"https://wptavern.com?p=75361&preview=true&preview_id=75361\";s: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:\"https://wptavern.com/wpweekly-episode-290-putting-the-rad-in-brad\";s: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:2823:\"<p>In this episode, I’m joined by special guest co-host Brad Williams, Co-Founder and CEO of the website design and development agency <a href=\"https://webdevstudios.com/\">WebDevStudios</a>. Brad shared his experience at CampPress and is looking forward to attending the event again in 2018.</p>\n<p>We discussed the recent move to moderate all comments on the Tavern again. We covered the news of the week and near the end of the show, Brad describes why his company gives back to WordPress by participating in the <a href=\"https://ma.tt/2014/09/five-for-the-future/\">Five for the Future</a> initiative.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/camp-press-a-detox-from-digital-life\">Camp Press – A Detox from Digital Life</a><br />\n<a href=\"https://yoast.com/gutenberg-alternative-approach/\">Yoast Publishes an Alternative to Gutenberg While Raising Concerns About its Development. </a><br />\n<a href=\"https://wptavern.com/new-wp-cli-project-aims-to-extend-checksum-verification-to-plugins-and-themes\">New WP-CLI Project Aims to Extend Checksum Verification to Plugins and Themes</a><br />\n<a href=\"https://wptavern.com/regenerate-thumbnails-plugin-passes-5-million-downloads-rewrite-in-the-works\">Regenerate Thumbnails Plugin Passes 5 Million Downloads, Rewrite in the Works</a><br />\n<a href=\"https://wptavern.com/drupal-core-maintainers-propose-adopting-react-for-administrative-uis\">Drupal Core Maintainers Propose Adopting React for Administrative UI’s</a><br />\n<a href=\"https://wpcampus.org/conferences/apply-to-host/\">WPCampus 2018 is Taking Submissions From Host Cities</a><br />\n<a href=\"https://jetpack.com/2017/10/03/jetpack-5-4-date-picker-contact-form/\">Jetpack 5.4 Released </a></p>\n<h2>Picks of the Week:</h2>\n<p>If you have any WordPress related questions, consider asking them during the <a href=\"https://maintainn.com/ask-maintainn-twitter-event-october-5/\">Ask Maintainn event</a> on October 5th using the #askMaintainn hashtag on Twitter. Jim Byrom, Director of Client Services, will answer the questions directly through the Maintainn Twitter account.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 11th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #290:</strong><br />\n</p>\";s: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 Oct 2017 07:21:14 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:21;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 4.9 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4926\";s: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:\"https://wordpress.org/news/2017/10/wordpress-4-9-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9104:\"<p>WordPress 4.9 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.9 is slated for release on <a href=\"https://make.wordpress.org/core/4-9/\">November 14</a>, but we need your help to get there. We’ve been working on making it even easier to customize your site. Here are some of the bigger items to test and help us find as many bugs as possible in the coming weeks:</p>\n<ul>\n<li>Drafting (<a href=\"https://core.trac.wordpress.org/ticket/39896\">#39896</a>) and scheduling (<a href=\"https://core.trac.wordpress.org/ticket/28721\">#28721</a>) of changes in the Customizer. Once you save or schedule a changeset, when any user comes into the Customizer the pending changes will be autoloaded. A button is provided to discard changes to restore the Customizer to the last published state. (This is a new “linear” mode for changesets, as opposed to “branching” mode which can be enabled by filter so that every time user opens the Customizer a new blank changeset will be started.)</li>\n<li>Addition of a frontend preview link to the Customizer to allow changes to be browsed on the frontend, even without a user being logged in (<a href=\"https://core.trac.wordpress.org/ticket/39896\">#39896</a>).</li>\n<li>Addition of autosave revisions in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/39275\">#39275</a>).</li>\n<li>A brand new theme browsing experience in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/37661\">#37661</a>).</li>\n<li>Gallery widget (<a href=\"https://core.trac.wordpress.org/ticket/41914\">#41914</a>), following the media and image widgets introduced in 4.8.</li>\n<li>Support for shortcodes in Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/10457\">#10457</a>).</li>\n<li>Support for adding media to Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/40854\">#40854</a>).</li>\n<li>Support for adding oEmbeds outside post content, including Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/34115\">#34115</a>).</li>\n<li>Support for videos from providers other than YouTube and Vimeo in the Video widget (<a href=\"https://core.trac.wordpress.org/ticket/42039\">#42039</a>)</li>\n<li>Improve the flow for creating new menus in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/40104\">#40104</a>).</li>\n<li>Educated guess mapping of nav menus and widgets when switching themes (<a href=\"https://core.trac.wordpress.org/ticket/39692\">#39692</a>).</li>\n<li>Plugins: Introduce singular capabilities for activating and deactivating individual plugins (<a href=\"https://core.trac.wordpress.org/ticket/38652\">#38652</a>).</li>\n<li>Sandbox PHP file edits in both plugins and themes, without auto-deactivation when an error occurs; a PHP edit that introduces a fatal error is rolled back with an opportunity then for the user to fix the error and attempt to re-save. (<a href=\"https://core.trac.wordpress.org/ticket/21622\">#21622</a>).</li>\n<li>Addition of dirty state for widgets on the admin screen, indicating when a widget has been successfully saved and showing an “Are you sure?” dialog when attempting to leave without saving changes. (<a href=\"https://core.trac.wordpress.org/ticket/23120\">#23120</a>, <a href=\"https://core.trac.wordpress.org/ticket/41610\">#41610</a>)</li>\n</ul>\n<p>As always, there have been exciting changes for developers to explore as well, such as:</p>\n<ul>\n<li>CodeMirror editor added to theme/plugin editor, Custom CSS in Customizer, and Custom HTML widgets. Integration includes support for linters to catch errors before you attempt to save. Includes new APIs for plugins to instantiate editors. (<a href=\"https://core.trac.wordpress.org/ticket/12423\">#12423</a>)</li>\n<li>Introduction of an extensible code editor control for adding instances of CodeMirror to the Customizer. (<a href=\"https://core.trac.wordpress.org/ticket/41897\">#41897</a>)</li>\n<li>Addition of global notifications area (<a href=\"https://core.trac.wordpress.org/ticket/35210\">#35210</a>), panel and section notifications (<a href=\"https://core.trac.wordpress.org/ticket/38794\">#38794</a>), and a notification overlay that takes over the entire screen in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/37727\">#37727</a>).</li>\n<li>A date/time control in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/42022\">#42022</a>).</li>\n<li>Improve usability of Customize JS API (<a href=\"https://core.trac.wordpress.org/ticket/42083\">#42083</a>, <a href=\"https://core.trac.wordpress.org/ticket/37964\">#37964</a>, <a href=\"https://core.trac.wordpress.org/ticket/36167\">#36167</a>).</li>\n<li>Introduction of control templates for base controls (<a href=\"https://core.trac.wordpress.org/ticket/30738\">#30738</a>).</li>\n<li>Use WP_Term_Query when transforming tax queries (<a href=\"https://core.trac.wordpress.org/ticket/37038\">#37038</a>).</li>\n<li>Database: Add support for MySQL servers connecting to IPv6 hosts (<a href=\"https://core.trac.wordpress.org/ticket/41722\">#41722</a>).</li>\n<li>Emoji: Bring Twemoji compatibility to PHP (<a href=\"https://core.trac.wordpress.org/ticket/35293\">#35293</a>). Test for any weirdness with emoji in RSS feeds or emails.</li>\n<li>I18N: Introduce the Plural_Forms class (<a href=\"https://core.trac.wordpress.org/ticket/41562\">#41562</a>).</li>\n<li>Media: Upgrade MediaElement.js to 4.2.5-74e01a40 (<a href=\"https://core.trac.wordpress.org/ticket/39686\">#39686</a>).</li>\n<li>Media: Use max-width for default captions (<a href=\"https://core.trac.wordpress.org/ticket/33981\">#33981</a>). We will want to make sure this doesn’t cause unexpected visual regressions in existing themes, default themes were all fine in testing.</li>\n<li>Media: Reduce duplicated custom header crops in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/21819\">#21819</a>).</li>\n<li>Media: Store video creation date in meta (<a href=\"https://core.trac.wordpress.org/ticket/35218\">#35218</a>). Please help test different kinds of videos.</li>\n<li>Multisite: Introduce get_site_by() (<a href=\"https://core.trac.wordpress.org/ticket/40180\">#40180</a>).</li>\n<li>Multisite: Improve get_blog_details() by using get_site_by() (<a href=\"https://core.trac.wordpress.org/ticket/40228\">#40228</a>).</li>\n<li>Multisite: Improve initializing available roles when switch sites (<a href=\"https://core.trac.wordpress.org/ticket/38645\">#38645</a>).</li>\n<li>Multisite: Initialize a user’s roles correctly when setting them up for a different site (<a href=\"https://core.trac.wordpress.org/ticket/36961\">#36961</a>).</li>\n<li>REST API: Support registering complex data structures for settings and meta</li>\n<li>REST API: Support for objects in schema validation and sanitization (<a href=\"https://core.trac.wordpress.org/ticket/38583\">#38583</a>)</li>\n<li>Role/Capability: Introduce capabilities dedicated to installing and updating language files (<a href=\"https://core.trac.wordpress.org/ticket/39677\">#39677</a>).</li>\n<li>Remove SWFUpload (<a href=\"https://core.trac.wordpress.org/ticket/41752\">#41752</a>).</li>\n<li>Users: Require a confirmation link in an email to be clicked when a user attempts to change their email address (<a href=\"https://core.trac.wordpress.org/ticket/16470\">#16470</a>).</li>\n<li>Core and the unit test suite is fully compatible with the upcoming release of PHP 7.2</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.9, <a href=\"https://make.wordpress.org/core/tag/4-9/\">check out posts tagged with 4.9 on the main development blog</a>, or look at a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.9&group=component&order=priority\">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><b>If you think you’ve found a bug</b>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><i>Without your testing,<br />\nwe might hurt the internet.<br />\nPlease help us find bugs.<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" /></i></p>\";s: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 Oct 2017 05:54:02 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";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:22;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"WPTavern: Jetpack 5.4 Introduces Beta Version of New Search Module Powered by Elasticsearch for Professional Plan Users\";s: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:29:\"https://wptavern.com/?p=75300\";s: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:130:\"https://wptavern.com/jetpack-5-4-introduces-beta-version-of-new-search-module-powered-by-elasticsearch-for-professional-plan-users\";s: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:4648:\"<p><a href=\"https://jetpack.com/2017/10/03/jetpack-5-4-date-picker-contact-form/\" rel=\"noopener\" target=\"_blank\">Jetpack 5.4</a> was released yesterday with many small enhancements to existing modules and an expansion of features for users on the paid plans. A new date picker field is available for the Contact Form, allowing administrators to request additional information such as project timelines, event reservations, or any other date-related data.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-04-at-2.43.45-PM.png?ssl=1\"><img /></a></p>\n<p>This release also fixes a bug with Jetpack’s Comments module where the form had whitespace beneath it when displayed in some themes. It now has a set default height, which will expand automatically as commenters are typing.</p>\n<p>A few other other improvements for all Jetpack users include the ability for third-party plugin and theme authors to add new menu items to the WordPress.com toolbar, connection process updated to allow for more users, improved display of Facebook embeds, and a better migration process for Widget Visibility rules when switching to the new WordPress Image Widget. Check out the full list of changes in the plugin’s <a href=\"https://wordpress.org/plugins/jetpack/#developers\" rel=\"noopener\" target=\"_blank\">changelog</a>.</p>\n<h3>New Features for Jetpack Personal, Premium, and Professional Plans: Welcome Screens and Search Module in Beta</h3>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/personal-plan.png?ssl=1\"><img /></a>Jetpack 5.4 adds a new welcome screen for users who upgrade to a paid plan, highlighting some of the additional features included.</p>\n<p>The plugin will soon be introducing a new <a href=\"https://jetpack.com/support/search/\" rel=\"noopener\" target=\"_blank\">Jetpack Search</a> module for users on its <a href=\"https://jetpack.com/install/professional/\" rel=\"noopener\" target=\"_blank\">Professional plan</a>, the top tier that caters to those who need more business and marketing tools. Version 5.4 adds the architecture for the feature, which is powered by Elasticsearch and runs in the WordPress.com cloud. Users who want to participate in the beta can enable the feature at Settings > Traffic on WordPress.com and then add the new Search widget within wp-admin.</p>\n<p>WordPress’ native search function is notoriously slow and often provides poor and inadequate results for sites with large amounts of content. Jetpack’s new Search module aims to deliver faster, more relevant results using the same powerful infrastructure that runs Jetpack Related Posts and the search on hundreds of WordPress.com VIP sites. In July 2017, WordPress.com’s <a href=\"https://data.blog/2017/07/11/real-time-elasticsearch-indexing-on-wordpress-com/\" rel=\"noopener\" target=\"_blank\">data.blog</a> reported that its network averages 23 million actions per day that trigger indexing of 75 million Elasticsearch documents into hundreds of indices.</p>\n<p>Jetpack Search boasts a zero configuration setup, real-time indexing (WordPress.com’s VIP indices have a one-second refresh rate), and the flexibility for developers to create custom Elasticsearch queries.</p>\n<p>The Jetpack Professional plan’s $299/year price point is highly competitive for access to a hosted Elasticsearch engine. Ordinarily, developers looking for the most economical way to implement Elasticsearch on a WordPress site will have to host and manage their own instances on Amazon AWS or other cloud services. This often comes with more ongoing maintenance and setup.</p>\n<p>Most managed WordPress hosts do not have a hosted Elasticsearch solution built into their plans. Earlier this year 10up launched <a href=\"http://ElasticPress.io\" rel=\"noopener\" target=\"_blank\">ElasticPress.io</a> to fill this need for for enterprise clients. The service starts at $299/month for up to 20GB of storage and unlimited Elasticsearch bandwidth and goes up to $999/month for more resources. WordPress.com VIP also offers Elasticsearch for their customers on plans ranging from $5,000 – $25,000 per month. Access to WordPress.com’s Elasticsearch infrastructure is arguably the highest value addition to Jetpack’s commercial plans to date.</p>\n<p>The Jetpack team is still working on the documentation for the new Search feature and has not published the specifics of the Elasticsearch resources and limits for Jetpack Professional subscribers. More information should be available once the feature is out of beta but current customers can test it after updating to Jetpack 5.4.</p>\";s: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, 04 Oct 2017 23:17: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:23;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: Consciousness of Matter\";s: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:22:\"https://ma.tt/?p=47581\";s: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:46:\"https://ma.tt/2017/10/consciousness-of-matter/\";s: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:242:\"<p>Nautilus Magazine has <a href=\"http://nautil.us/issue/47/consciousness/is-matter-conscious\">an interesting look at the question of Is Matter Conscious</a>? Worth reading to learn what the word \"panpsychism\" means. Hat tip: John Vechey.</p>\";s: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, 04 Oct 2017 22:22: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:24;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"HeroPress: WordPress Research Behind The Scenes\";s: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:56:\"https://heropress.com/?post_type=heropress-essays&p=2134\";s: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:138:\"https://heropress.com/essays/wordpress-research-behind-scenes/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-research-behind-scenes\";s: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:7994:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/100417-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I have met wonderful people from whom I have learned so much in the WordPress community.\" /><p>When I moved from Bogota (Colombia) to Paris I did a degree in translation and found myself, years later, working for one of the most important publishers specializing in research. But my dream since I left Colombia was to study Psychology. After about two years, I quit my job and went back to college. It was not an easy decision, but it never is, is it?</p>\n<p>My interest in starting this new career was to work in Clinical Psychology and Psychopathology. However, as far as I continued with my degree, I was finding subjects that put in doubt what I really wanted to work in the future. Health and Occupational Psychology was one of them.</p>\n<h3>Finding a Purpose</h3>\n<p>At that time I was still living in Paris with my husband, Andrés Cifuentes, a chemical engineer who ended up doing a master’s degree in web programming. Afterwards he became a WordPress enthusiast and nowadays he works within the WordPress ecosystem. Back then, while he spent his free time getting to know and learn more about WordPress (I didn’t know at that time that I was discovering WordPress too!) he listened to different podcasts and many of them addressed issues of the problems that remote workers had to face.</p>\n<blockquote><p>All of these people in the podcasts mentioned burnout as a result of their work and what they suffered for it. It was at that moment that I made the connection; I had found what I wanted to do.</p></blockquote>\n<p>The same day I started to investigate more about remote work and its impact on stress and burnout on the web (blogs, articles, essays).</p>\n<h3>Putting It Into Action</h3>\n<p>When time came to start my master I presented my project to my thesis director: I wanted to establish a relationship between remote work and burnout. Although he accepted my first subject of study, there was a long path waiting before establishing and defining my research area.</p>\n<p>Getting into the first steps of the research, I started an arduous research work of the literature review on remote work, which turned out being quite frustrating, as I could not find any scientific paper for my study on the subject. The only helpful information I could find was the research that had been done on telework, which was the closest type to remote work although it was not good enough.</p>\n<p>On the other hand, as a requirement for the master, I had to find an internship in a company, so I spent hours and hours writing cover letters and applying to boring internship offers which practically wanted the interns to make coffee. Nice!</p>\n<p>Fortunately, my husband had the wonderful idea for me to apply to companies working with WordPress. Since those companies are mostly 100% remote, this would help with my research along with having personal experience on remote work myself.</p>\n<blockquote><p>Lucky me! I had the great opportunity to do my internship in Human Made.</p></blockquote>\n<p>My proposal was to do a psychosocial risk assessment in the company that would also serve for my study. They were very kind to me and welcomed me warmly. No doubt they are a great company, Tom Wilmot truly cares for the wellbeing of his Humans and among themselves they help each other a lot, which for me is the basis of the success of the company’s growth. I really hope they have learned as much as I did.</p>\n<h3>Narrowing Focus</h3>\n<p>For several months I delivered to my thesis director about 8 different projects that I had find interesting to work on the remote work (stress, social support, culture differences, coping strategies, communication, isolation, identity…) all of them without success. My director disapproved each one of them as remote work in general is too extensive and scattered for a master thesis and I had to focus on a smaller group.</p>\n<blockquote><p>As I was doing my internship at Human Made, I thought it was a good idea to focus my study on the same subject but only within the WordPress community.</p></blockquote>\n<p>It was perfect since there have been no studies in this field in the WordPress community! Since WordPress project volunteers are the driving force behind the project, it has become particularly important to focus more on their psychological well-being.</p>\n<p>I sent the new thesis project about the role of motivation on burnout into the WordPress Community to my director and my research protocol was finally approved!</p>\n<h3>Studying The WordPress Community</h3>\n<p>WordPress is a community I’ve known for years thanks to my husband and I got closer to it with the time. My first contribution was to the Polyglots Team, he taught me how to start contributing and translating. He motivated me to give talks in WordCamps, something that I was very afraid of but I took it as an opportunity to share what I have learned about stress. I end up contributing with a couple of talks in WordCamp Sevilla and Barcelona about stress and remote work. Recently, I volunteered at past WordCamp Europe 2017.</p>\n<blockquote><p>I have met wonderful people from whom I have learned so much in the WordPress community, I never thought that I would ended up being part of this community myself!</p></blockquote>\n<p>So, in the end, for me it is more exciting to do my research on the WordPress community because I have a lot of affection for it. And there are so many more things to investigate!<br />\nMy purpose is to contribute with this ecosystem improving its well-being.</p>\n<p>For the moment, I am working on the survey data of my current research and I am looking forward to sharing the results with the WordPress community!</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress Research Behind The Scenes\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Research%20Behind%20The%20Scenes&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-research-behind-scenes%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Research Behind The Scenes\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-research-behind-scenes%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-research-behind-scenes%2F&title=WordPress+Research+Behind+The+Scenes\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Research Behind The Scenes\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-research-behind-scenes/&media=https://heropress.com/wp-content/uploads/2017/10/100417-min-150x150.jpg&description=WordPress Research Behind The Scenes\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Research Behind The Scenes\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-research-behind-scenes/\" title=\"WordPress Research Behind The Scenes\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-research-behind-scenes/\">WordPress Research Behind The Scenes</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s: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, 04 Oct 2017 00:00:01 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Catalina Alvarez\";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:25;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Drupal Core Maintainers Propose Adopting React for Administrative UI’s\";s: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:29:\"https://wptavern.com/?p=75269\";s: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:90:\"https://wptavern.com/drupal-core-maintainers-propose-adopting-react-for-administrative-uis\";s: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:6627:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/drupal_logo-blue.png?ssl=1\"><img /></a></p>\n<p>Both the Drupal and WordPress communities are now knee-deep in weighing JavaScript frameworks to modernize underlying architecture for building user interfaces in 2018 and beyond. Yesterday Drupal founder Dries Buytaert <a href=\"https://dri.es/drupal-looking-to-adopt-react\" rel=\"noopener\" target=\"_blank\">published a summary</a> of his discussions with core committers, framework managers, JavaScript subsystem maintainers, and JavaScript experts at DrupalCon Vienna. Together they concluded that Drupal should consider adopting React.</p>\n<p>“We agreed that today, React would be the most promising option given its expansive adoption by developers, its unopinionated and component-based nature, and its well-suitedness to building new Drupal interfaces in an incremental way,” Buytaert said. “Today, I’m formally proposing that the Drupal community adopt React, after discussion and experimentation has taken place.”</p>\n<p>The <a href=\"https://www.drupal.org/node/2913321\" rel=\"noopener\" target=\"_blank\">proposal</a> is now available to the broader Drupal community and Buytaert’s recommendation during his keynote presentation in Vienna was to test and research how Drupal’s administrative UX could be improved by using a JavaScript framework.</p>\n<p>Two years ago Drupal explored adopting a JavaScript framework and at that time Buytaert was considering React, Ember, and Angular. Facebook’s patent clause in React’s licensing made him hesitant to want to pursue it for Drupal but the license has since been changed to MIT. The Drupal community was not eager to select a framework at that time and in response Buytaert opted to focus on improving <a href=\"https://dri.es/tag/web-services\" rel=\"noopener\" target=\"_blank\">Drupal’s web service APIs</a> instead.</p>\n<p>“By not committing to a specific framework, we are seeing Drupal developers explore a range of JavaScript frameworks and members of multiple JavaScript framework communities consuming Drupal’s web services,” Buytaert said. “I’ve seen Drupal 8 used as a content repository behind Angular, Ember, React, Vue, and other JavaScript frameworks.”</p>\n<p>Buytaert shared an illustration showing how he envisions Drupal “supporting a variety of JavaScript libraries on the user-facing front end while relying on a single shared framework as a standard across Drupal administrative interfaces.”</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/drupal-supporting-different-javascript-front-ends.jpg?ssl=1\"><img /></a></p>\n<p>This approach is similar to what WordPress’ Gutenberg contributors are proposing with <a href=\"https://github.com/WordPress/gutenberg/pull/2463\" rel=\"noopener\" target=\"_blank\">framework-agnostic block interoperability</a> where core would adopt a framework internally but developers could extend the new editor (and other UIs) using any JS library they prefer. In addition to giving developers more flexibility, this approach also helps to protect the project from the effects of the rapid pace at which JavaScript frameworks and libraries are coming and going.</p>\n<p>“Several years later, we still don’t know what JavaScript framework will win, if any, and I’m willing to bet that waiting two more years won’t give us any more clarity,” Buytaert said. “JavaScript frameworks will continue to evolve and take new shapes. Picking a single one will always be difficult and to some degree ‘premature.’ That said, I see React having the most momentum today.”</p>\n<p>The <a href=\"https://www.drupal.org/node/2913321\" rel=\"noopener\" target=\"_blank\">proposal</a> on Drupal.org, authored by Lauri Eskola, Dupal’s core framework manager who specializes in JavaScript, said contributors’ discussions revealed “unanimous consensus…that React would be a good choice.” Eskola cited several benefits they believe React will bring to Drupal, including its large ecosystem of libraries, active developer community, project maturity, and improved career options for classical Drupal developers. WordPress.com, TYPO3, The New York Times, Airbnb, and others using React were also listed among React’s benefits.</p>\n<p>The discussion on the <a href=\"https://www.drupal.org/node/2913321\" rel=\"noopener\" target=\"_blank\">proposal</a> is an interesting read with many similarities to the recent discussions in the WordPress community regarding React. Several Drupal developers expressed concerns about how difficult it may be for those with a PHP background to learn React, as it adds more complexity to the development process.</p>\n<p>“Overall I’m in favor of a framework,” Drual developer Mark Miller <a href=\"https://www.drupal.org/node/2913321#comment-12283495\" rel=\"noopener\" target=\"_blank\">said</a>. “However, a big question for me is how many PHP developers are going to easily pick up React? I know we want to bring in more Javascript developers, but it seems that most people creating modules and using this will be coming from a PHP background. I know pure JavaScript people love React, but it will likely be a steep curve to others in Drupal’s already steep learning curve.”</p>\n<p>Others, who had previously become disillusioned by a perception of Drupal being unable to keep up with modern web development, welcome the proposal to experiment with React. A few advocated for their frameworks of choice and said they would like to see the experimentation expanded to include other frameworks as well.</p>\n<p>“Is there an issue yet for the React prototype of the watchdog page?” Drupal core committer Angie Byron said. “When that’s created, folks interested in alternative frameworks (I’m hearing both ‘vanilla’ web components and Vue.js come up a lot, both here and in the WP discussions) could start an alternate implementation in a duplicate issue and we could compare/contrast, which would be very helpful in my opinion.”</p>\n<p>Drupal is aiming to have enough real-world testing done to make a final decision before the upcoming 8.6.0 development period slated for the first part of 2018. Buytaert said that after deciding on a framework, Drupal’s leadership plans to begin adoption in a limited and incremental way “so that the decision is easily reversible if better approaches come later on.”</p>\";s: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, 03 Oct 2017 23:04:06 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:26;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Regenerate Thumbnails Plugin Passes 5 Million Downloads, Rewrite in the Works\";s: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:29:\"https://wptavern.com/?p=74186\";s: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:97:\"https://wptavern.com/regenerate-thumbnails-plugin-passes-5-million-downloads-rewrite-in-the-works\";s: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:4603:\"<p><a href=\"https://wordpress.org/plugins/regenerate-thumbnails/\" rel=\"noopener\" target=\"_blank\">Regenerate Thumbnails</a>, written by prolific plugin developer <a href=\"https://alex.blog/\" rel=\"noopener\" target=\"_blank\">Alex Mills</a>, has passed 5 million downloads. The plugin was first released nearly a decade ago in August 2008 during the days of WordPress 2.6. Regenerate Thumbnails is used to retroactively generate new thumbnail sizes for past uploads. It has become an indispensable utility over the years, helping millions of users successfully transition between WordPress themes that have different featured image sizes.</p>\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/regenerate-thumbnails-v-1.png?ssl=1\"><img /></a>Regenerate Thumbnails version 1.0.0\n<p>“I was freelancing at the time and according to an ancient post on my blog, I apparently wrote it as a client needed the functionality,” Mills said. “I don’t remember that though and I certainly never figured it’d be installed and activated on over a million sites like it is today!”</p>\n<p>Regenerate Thumbnails is downloaded thousands of times every day, and, fortunately, it is the type of plugin that doesn’t generate too many support issues. Mills said he is thankful for the many volunteers on the WordPress.org support forums who have also helped manage the load. Despite the continued and widespread use of the plugin, Mills has never considered cashing in on it.</p>\n<p>“I’d never monetize any of my plugins,” he said. “I write them for fun not profit. It would be a conflict of interest anyway due to my employment at Automattic.”</p>\n<p>Regenerate Thumbnails is a fairly straightforward plugin that rarely requires updating, but this year Mills said he has tried to give it a lot more love and will soon be releasing a complete rewrite.</p>\n<p>“The rewrite is currently taking place on <a href=\"https://github.com/Viper007Bond/regenerate-thumbnails\" rel=\"noopener\" target=\"_blank\">GitHub</a> and is a complete rethink of the plugin, both in terms of the interface and underlying technologies,” Mills said. “The interface is powered by Vue.js, which I’m learning and using for the first time, and the WordPress REST API. I also have a full suite of unit tests for PHPUnit to verify that the plugin code is working as intended, both now and into the future. Those have been incredibly useful while writing the plugin and I highly recommend other plugin authors make use of them too. <a href=\"https://make.wordpress.org/cli/handbook/plugin-unit-tests/\" rel=\"noopener\" target=\"_blank\">WP-CLI makes it very easy to set up</a>.”</p>\n<p>After nine years of supporting Regenerate Thumbnails, and many other plugins, Mills said he doesn’t consider himself the best example when it comes to maintaining plugins. His advice to other developers is “try to make sure to write your plugins to be future-proof.”</p>\n<p>“Outside of some updates last month, the last real changes to the plugin were made in 2012!” Mills said. “I wrote the plugin well the first time around and it’s just worked mostly fine ever since because it uses built-in WordPress code to do the work.”</p>\n<p>This is the reason why Regenerate Thumbnails has already blazed past its major milestone at 5,762,713 downloads and is well on its way to 6 million before the end of the year. Users still find the plugin to work as reliably as it did in 2008.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Have loved this plugin for years, just used it to relaunch a website with 50000 images and 30 image sizes.</p>\n<p>— Scott Fennell (@scottfennell123) <a href=\"https://twitter.com/scottfennell123/status/896933624657756160?ref_src=twsrc%5Etfw\">August 14, 2017</a></p></blockquote>\n<p></p>\n<p>Mills said that making a plugin future proof is key if you write code all day for a living and then find it difficult to write more in the evenings and weekends for WordPress.org plugins. However, due to his current illness, he hasn’t worked in nearly a year since October 2016.</p>\n<p>“While I’m still battling the leukemia, I’m at least feeling better than I was at the beginning of the year so I’ve gotten the itch to code again,” Mills said. “Working on personal projects such as Regenerate Thumbnails has been a good way to brush off my coding skills in anticipation of returning to work. Plus it’s just fun to code again!”</p>\";s: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, 02 Oct 2017 21:53: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:27;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: New WP-CLI Project Aims to Extend Checksum Verification to Plugins and Themes\";s: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:29:\"https://wptavern.com/?p=75100\";s: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:98:\"https://wptavern.com/new-wp-cli-project-aims-to-extend-checksum-verification-to-plugins-and-themes\";s: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:3908:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/05/wp-cli-logo.png?ssl=1\"><img /></a></p>\n<p>The WP-CLI team is initiating a new project that <a href=\"https://make.wordpress.org/cli/2017/09/26/wordpress-plugin-and-theme-checksums-project-announcement/\" rel=\"noopener\" target=\"_blank\">aims to bring checksum verification to plugins and themes</a>. Checksums are a method of verifying the integrity of files. Three years ago, WP-CLI added the capability of verifying WordPress core checksums using the MD5 algorithm. This is a useful security feature that allows developers to easily see if any files have been modified or compromised.</p>\n<p>The core checksums are handled via WordPress’ official API (https://api.wordpress.org/core/checksums/) and WP-CLI contributors are planning to extend this infrastructure to plugins and themes hosted on WordPress.org.</p>\n<p>“Having this kind of functionality for plugins and themes as well would be a huge security benefit,” WP-CLI co-maintainer Alain Schlesser said. “It would allow you to check the file integrity of an entire site, possibly in an automated fashion. However, there is no centralized way of retrieving the file checksums for plugins or themes yet, and the alternative of downloading the plugins and themes from the official servers first just to check against them is wasteful in terms of resources and bandwidth.”</p>\n<p>Contributors are currently exploring different options for implementation in a <a href=\"https://github.com/wp-cli/ideas/issues/6\" rel=\"noopener\" target=\"_blank\">discussion on GitHub</a>, inspired by an existing <a href=\"https://github.com/eriktorsner/wp-checksum\" rel=\"noopener\" target=\"_blank\">wp-checksum project</a> by Erik Torsner.</p>\n<p>“The simplest possible infrastructure to go with would be flat files (no database),” WP-CLI maintainer Daniel Bachhuber said. “I’ve chatted with the corresponding WordPress.org folks about hosting. If our middleware application can generate flat files served by some API, then it will be fine to sync those flat files to a WordPress.org server (with rsync or similar).”</p>\n<p>The team is considering building the API under a separate URL for testing and iteration and then incorporating it back into WordPress.org’s infrastructure once it is ready. However, the sheer size of the SVN checkouts and the CPU required to sync the files makes it an interesting challenge. DreamHost has volunteered a server for the team to run its checksum generator on while the infrastructure is being developed.</p>\n<p>Torsner’s WP-CLI subcommand to verify checksums for themes and plugins currently only works with those hosted on WordPress.org, but he is also experimenting with mechanisms for getting checksums from some commercial vendors, including Gravity Forms and Easy Digital Downloads. He said he hopes the project would be capable of keeping these capabilities for commercial plugins after it is incorporated back into WordPress.org.</p>\n<p>The Plugin and Themes Checksums project is currently in the initiation stage and will have an official kickofff during the next WP-CLI meeting on <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?iso=20171003T1600\" rel=\"noopener\" target=\"_blank\">Tuesday, October 3, 2017, at 11:00 AM CDT</a>. Anyone who would like to volunteer is encouraged to attend, especially those with an interest in security, systems administration, and the technology required to get this project off the ground.</p>\n<p>“This project will have a huge impact on the perceived and effective security of WordPress installations,” Schlesser said. “It can greatly reduce the amount of malware-infested sites plaguing the internet, and through the substantial market share of WordPress, improve the general browsing experience for all net citizens.”</p>\";s: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, 02 Oct 2017 18:37: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:28;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Dev Blog: The Month in WordPress: September 2017\";s: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:34:\"https://wordpress.org/news/?p=4920\";s: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:\"https://wordpress.org/news/2017/10/the-month-in-wordpress-september-2017/\";s: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:5633:\"<p>This has been an interesting month for WordPress, as a bold move on the JavaScript front brought the WordPress project to the forefront of many discussions across the development world. There have also been some intriguing changes in the WordCamp program, so read on to learn more about the WordPress community during the month of September.</p>\n<hr />\n<h2>JavaScript Frameworks in WordPress</h2>\n<p>Early in the month, <a href=\"https://ma.tt/2017/09/on-react-and-wordpress/\">Matt Mullenweg announced</a> that WordPress will be switching away from React as the JavaScript library WordPress Core might use — this was in response to Facebook’s decision to keep a controversial patent clause in the library’s license, making many WordPress users uncomfortable.</p>\n<p>A few days later, <a href=\"https://ma.tt/2017/09/facebook-dropping-patent-clause/\">Facebook reverted the decision</a>, making React a viable option for WordPress once more. Still, the WordPress Core team is exploring a move <a href=\"https://github.com/WordPress/gutenberg/pull/2463\">to make WordPress framework-agnostic</a>, so that the framework being used could be replaced by any other framework without affecting the rest of the project.</p>\n<p>This is a bold move that will ultimately make WordPress core a lot more flexible, and will also protect it from potential license changes in the future.</p>\n<p>You can get involved in the JavaScript discussion by joining the #core-js channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and following the <a href=\"https://make.wordpress.org/core/\">WordPress Core development blog</a>.</p>\n<h2>Community Initiative to Make WordCamps More Accessible</h2>\n<p>A WordPress community member, Ines van Essen, started a new nonprofit initiative to offer financial assistance to community members to attend WordCamps. <a href=\"https://donatewc.org/\">DonateWC</a> launched with a crowdsourced funding campaign to cover the costs of getting things up and running.</p>\n<p>Now that she’s raised the initial funds, Ines plans to set up a nonprofit organization and use donations from sponsors to help people all over the world attend and speak at WordCamps.</p>\n<p>If you would like to support the initiative, you can do so by <a href=\"https://donatewc.org/make-a-donation/\">donating through their website</a>.</p>\n<h2>The WordCamp Incubator Program Returns</h2>\n<p>Following the success of <a href=\"https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/\">the first WordCamp Incubator Program</a>, the Community Team is <a href=\"https://make.wordpress.org/community/2017/09/27/wordcamp-incubator-program-v2-new-role-name/\">bringing the program back</a> to assist more underserved cities in kick-starting their WordPress communities.</p>\n<p>The program’s first phase aims to find community members who will volunteer to mentor, assist, and work alongside local leaders in the incubator communities — this is a time-intensive volunteer role that would need to be filled by experienced WordCamp organizers.</p>\n<p>If you would like to be a part of this valuable initiative, join the #community-team channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and follow the <a href=\"https://make.wordpress.org/community/\">Community Team blog</a> for updates.</p>\n<h2>WordPress 4.8.2 Security Release</h2>\n<p>On September 19, <a href=\"https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/\">WordPress 4.8.2 was released to the world</a> — this was a security release that fixed nine issues in WordPress Core, making the platform more stable and secure for everyone.</p>\n<p>To get involved in building WordPress Core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<hr />\n<h2>Further Reading:</h2>\n<ul>\n<li>The WordPress Meetup program hit a significant milestone this month — there are now 500 meetup groups in <a href=\"https://www.meetup.com/pro/wordpress/\">the official chapter program</a>.</li>\n<li>The SWFUpload library <a href=\"https://make.wordpress.org/core/2017/09/07/removing-swfupload/\">will be removed from WordPress Core</a> in version 4.9, scheduled for release in mid-November.</li>\n<li>Matías Ventura put together some useful videos on <a href=\"https://make.wordpress.org/core/2017/08/31/gutenberg-themes/\">how theme developers can integrate Gutenberg into their work</a>.</li>\n<li><a href=\"http://applyfilters.fm/\"><i>Apply Filters</i></a>, the popular WordPress development podcast, will go on hiatus after the upcoming 83rd episode.</li>\n<li>The WordPress Plugin Directory <a href=\"https://make.wordpress.org/plugins/2017/09/04/plugin-support-reps/\">has added the ability</a> for plugin owners to assign plugin support representatives.</li>\n<li>After a couple of slower development weeks, <a href=\"https://make.wordpress.org/core/2017/09/27/whats-new-in-gutenberg-1-2-1/\">Gutenberg v1.2 is out</a> and it’s looking better than ever.</li>\n<li>The third <a href=\"https://wordpress.org/news/2017/09/global-wordpress-translation-day-3/\">Global WordPress Translation Day</a> took place this past weekend — keep an eye on <a href=\"https://make.wordpress.org/polyglots/\">the Polyglots team blog</a> for updates.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\";s: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, 02 Oct 2017 08:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";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:29;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Gutenberg 1.2 Adds Postmeta Support and Extended Settings Placeholder\";s: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:29:\"https://wptavern.com/?p=75199\";s: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:90:\"https://wptavern.com/gutenberg-1-2-adds-postmeta-support-and-extended-settings-placeholder\";s: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:5590:\"<p>WordPress contributors have not yet made a final decision on the JavaScript framework to adopt for core, but Gutenberg development continues on with <a href=\"https://make.wordpress.org/core/2017/09/27/whats-new-in-gutenberg-1-2-1/\" rel=\"noopener\" target=\"_blank\">version 1.2</a> released this week.</p>\n<p>The update provides a better experience <a href=\"https://github.com/WordPress/gutenberg/pull/2708\" rel=\"noopener\" target=\"_blank\">resolving block conflicts</a> when switching between the “classic editor” and Gutenberg. Previously, if a user had created some paragraph blocks in Gutenberg but switched to the classic editor, the tags would get stripped out, making those blocks invalid when moving back to Gutenberg. Version 1.2 merges a pull request that detects whether the post contains blocks and then disables the wpautop behavior in the classic editor to prevent it from stripping the tags.</p>\n<p>This release also offers initial <a href=\"https://github.com/WordPress/gutenberg/pull/2740\" rel=\"noopener\" target=\"_blank\">support for postmeta</a> in block attributes. Gutenberg contributor Gary Pendergast tweeted <a href=\"https://gist.github.com/pento/19b35d621709042fc899e394a9387a54\" rel=\"noopener\" target=\"_blank\">an example plugin</a> for those who want to experiment with it.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Just between us, the new Gutenberg 1.2 release includes the first version of postmeta support! If you want to start experimenting with it, here\'s a sample plugin to get you going. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /><a href=\"https://t.co/O1GbKZ3xzt\">https://t.co/O1GbKZ3xzt</a></p>\n<p>— Gary (@GaryPendergast) <a href=\"https://twitter.com/GaryPendergast/status/913623415549976577?ref_src=twsrc%5Etfw\">September 29, 2017</a></p></blockquote>\n<p></p>\n<p>Another new item you’ll notice in version 1.2 is the addition of word and block counts to the table of contents. The value of knowing how many blocks are in play on the page or how many headings have been used is not immediately evident. It strikes me as a rather large and obtrusive display of non-essential information, which for some reason has been given priority placement at the top of the editor.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-29-at-10.36.02-PM.png?ssl=1\"><img /></a></p>\n<p>Gutenberg is getting ready to support metaboxes and this release adds a placeholder for the proposed Extended Settings panel. The <a href=\"https://github.com/WordPress/gutenberg/pull/2800\" rel=\"noopener\" target=\"_blank\">metabox placeholder shell</a> currently sits beneath the content with a “coming soon” message.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-29-at-10.56.48-PM.png?ssl=1\"><img /></a></p>\n<p>Developer Ross Wintle <a href=\"https://github.com/WordPress/gutenberg/pull/2800#issuecomment-332573684\" rel=\"noopener\" target=\"_blank\">commented</a> on the pull request with a few concerns about the naming and placement of this panel with notes on how it might impact interfaces that have required meta fields:</p>\n<blockquote><p>\na) Meta boxes currently have several places that they can live: in the sidebar, below post content with different priorities and contexts<br />\nb) I also have cases where I’ve improved the editing experience for my users by having meta boxes above or below the title because this fits with their content editing flow.<br />\nc) I really don’t like the “Extended settings” title. For some editing workflows the information in meta boxes is actually critical, core content/settings, not something optional/added-on/extended. Is this editable? Can developers add additional sections of their own like this?</p></blockquote>\n<p>Gutenberg engineer Riad Benguella acknowledged these concerns as legitimate and said the team is still exploring different options for the panel.</p>\n<p>“For the first iteration, we’ll probably keep the collapsed state but have multiple areas,” Benguella said. “There are some good design proposals dropping the expanding area (for the content area) and replacing them with “separators,” which might be <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-312804592\" rel=\"noopener\" target=\"_blank\">good as a v2</a>.”</p>\n<p>It may have seemed like Gutenberg development has been on hold due to the delayed JavaScript framework decision, but development is still ongoing. It slowed over the past couple weeks while most of the project’s chief contributors were attending the Automattic GM.</p>\n<p>“The framework decision doesn’t affect most Gutenberg development work – because the framework is hidden behind a compatibility layer, the majority of development work (at least, the work that touches the UI) can talk to the compatibility layer,” contributor Gary Pendergast said.</p>\n<p>“There are also large areas of code that don’t need the framework at all. For example, adding <a href=\"https://github.com/WordPress/gutenberg/pull/2740\" rel=\"noopener\" target=\"_blank\">postmeta support</a> was just about writing the glue between the Block API and the REST API.”</p>\n<p>Pendergast said that even once a JavaScript framework decision is made, Gutenberg will only require one or two developers to work on the necessary changes, but all other contributors will be able to continue on without any issues.</p>\";s: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, 30 Sep 2017 04:21: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:30;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"WPTavern: DigitalOcean Partners with GitHub to Support Open Source Projects during Hacktoberfest October 1–31\";s: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:29:\"https://wptavern.com/?p=75163\";s: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:120:\"https://wptavern.com/digitalocean-partners-with-github-to-support-open-source-projects-during-hacktoberfest-october-1-31\";s: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:2705:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-29-at-12.29.22-PM.png?ssl=1\"><img /></a></p>\n<p>DigitalOcean is organizing its fourth annual <a href=\"https://hacktoberfest.digitalocean.com\" rel=\"noopener\" target=\"_blank\">Hacktoberfest</a> in partnership with GitHub. The event was created to support open source projects and participants can earn a free t-shirt by contributing four pull requests during the month of October.</p>\n<p>More than 29,000 people signed up for <a href=\"https://blog.digitalocean.com/open-source-at-its-hacktoberbest/\" rel=\"noopener\" target=\"_blank\">Hacktoberfest 2016</a> from 114 countries and 10,227 people completed the challenge. The event tracked a record-breaking 92,569 total PRs opened, up from 49,000 the previous year. Participants contributed to more than 29,000 repositories, spurring progress on thousands of open source projects and making maintainers very busing during the month of October.</p>\n<p>In preparation for the event, maintainers can add the “Hacktoberfest” label to issues in their GitHub projects that would be suitable for new contributors to work on. Participants can <a href=\"https://github.com/search?q=label:hacktoberfest+state:open+type:issue\" rel=\"noopener\" target=\"_blank\">browse all the “Hacktoberfest” issues</a> if they need some inspiration to get started.</p>\n<p>Both <a href=\"https://github.com/woocommerce/woocommerce/issues?q=is%3Aissue%20is%3Aopen%20label%3AHacktoberfest\" rel=\"noopener\" target=\"_blank\">WooCommerce</a> and <a href=\"https://github.com/WordPress/gutenberg/labels/Hacktoberfest\" rel=\"noopener\" target=\"_blank\">Gutenberg</a> plugin maintainers have already started applying the “Hacktoberfest” label to issues to help WordPress developers find a good entry point for contributing.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-29-at-12.19.21-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://hacktoberfest.digitalocean.com/\" rel=\"noopener\" target=\"_blank\">Hacktoberfest</a> begins Sunday, October 1, but participants can sign up anytime between October 1 and October 31. All participants will receive limited-edition Hactoberfest stickers, even if you don’t complete the four pull requests. Those who complete the challenge before October 31st will be eligible to receive a shirt. Pull requests can be made in any public GitHub-hosted repository and are not limited to those with the Hacktoberfest label.</p>\n<p>Please leave a comment on this post if you have a WordPress-related plugin, theme, or project that has a few designated Hacktoberfest issues for new contributors.</p>\n<p></p>\";s: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, 29 Sep 2017 18:16:08 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:31;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: A Very Brief Introduction to Version Control and Git\";s: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:29:\"https://wptavern.com/?p=75177\";s: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:\"https://wptavern.com/a-very-brief-introduction-to-version-control-and-git\";s: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:3819:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg?ssl=1\"><img /></a>This post was contributed by guest author <a href=\"http://petersuhm.com/\" target=\"_blank\">Peter Suhm</a>. Peter is a web developer from the Land of the Danes. He is the creator of <a href=\"https://wptavern.com/wp-pusher-aims-to-provide-pain-free-deployment-of-wordpress-themes-and-plugins-from-github\" target=\"_blank\">WP Pusher</a> and a huge travel addict, bringing his work along with him as he goes.<br />\n </p>\n<hr />\n<p>Have you ever done this?</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/file-versions.png?ssl=1\"><img /></a></p>\n<p>Most of us have.</p>\n<p>Do you know what the technical term for it is? <em>Version control</em>. Your own, homemade, delicious implementation of version control!</p>\n<p>Okay, how about this?</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/commented-code.png?ssl=1\"><img /></a></p>\n<p>Version control right there!</p>\n<p>What I’m trying to show with these two examples is that all developers use some sort of version control. Some use Ctrl-z to roll back to a previous version, some use a zipped backup in a Dropbox folder and some use a dedicated version control system (VCS), such as Git. All the things we are trying to accomplish by backing up our files, commenting out old code and stashing it away in another “final-FINAL” zipball has been taken care of already. All we need to do is to embrace these VCS tools that we have available in our tool belt.</p>\n<p>Git is not complicated to use. It might seem difficult and overwhelming but in your day to day life you will probably use a maximum of 3-4 different commands. Learning how to use 3-4 commands to properly have version control of every single change ever made to your code base is a great deal compared to the “final-FINAL” approach.</p>\n<p>Here’s what version control looks like:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/version-control-intro.png?ssl=1\"><img /></a></p>\n<p>This is a screenshot of the <a href=\"https://github.com/WordPress/WordPress\" rel=\"noopener\" target=\"_blank\">WordPress Git mirror on GitHub</a>. Every time a change is made to the code base, it is recorded with Git and there is no need to copy the whole code base, throwing it into another folder, zipping it and naming it “final-FINAL-F-I-N-A-L”. If you dive into the WordPress code base on GitHub, you can find <a href=\"https://github.com/WordPress/WordPress/commit/23f1a9d2a4e9b484290f130e6c80e38e7fdcd453\" rel=\"noopener\" target=\"_blank\">commits dating back to 2003</a>, made by “someone” named saxmatt!</p>\n<p>Let’s dive into one of these commits, as they are called in Git:</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/commit.png?ssl=1\"><img /></a></p>\n<p>This is the diff (Git jargon for difference between 2 commits) for the “class-wp-widget-text.php” file. The red line is being replaced with the green line below it. No need to comment it out to save it for eternity, like in that other example. Git will do that for us and we can forever and always refer back to this commit to see what was replaced and with what.</p>\n<p>Of course, the full WordPress code base is a large project with many collaborators. However, no project is too small to benefit from Git. Once you master those 3-4 commands, using Git in your day-to-day developer life becomes second nature, just like hitting Ctrl-s. It might not be obvious right now, but when you pull out an old project months or years later, having version control helps you catch up and gives you the confidence to change things without fearing disaster.</p>\n<p>So I challenge you to learn Git! Not necessarily deeply, just a little bit.</p>\";s: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, 28 Sep 2017 22:31:59 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:32;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: WordCamp Incubator Program Gears Up for Round 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75159\";s: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:\"https://wptavern.com/wordcamp-incubator-program-gears-up-for-round-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2791:\"<p>Last year the WordPress Community Team launched an experimental <a href=\"https://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\" rel=\"noopener\" target=\"_blank\">WordCamp Incubator program</a> to bring WordCamps to new cities where meetups had not been very well established. After receiving 182 applications, organizers narrowed the selections to three cities with the most potential to foster an emerging WordPress community. Successful WordCamps were held in Denpasar, Harare, and Medellín. Six additional communities that applied to the program ended up organizing WordCamps as well with the help of community mentors.</p>\n<p>This week Andrea Middleton announced that the Community Team will be pursuing <a href=\"https://make.wordpress.org/community/2017/09/27/wordcamp-incubator-program-v2-new-role-name/\" rel=\"noopener\" target=\"_blank\">round two of the WordCamp Incubator program</a>. Given the rapid growth of the global WordPress community, Middleton said the greatest challenge to getting the program running again is finding people who can oversee the new WordCamps. The full-time sponsored volunteer staff from the previous year is already fully committed for 2018.</p>\n<p>“This is a time-intensive volunteer role,” Middleton said. “We estimate that lead organizers spend about 170 hours on a WordCamp, and I figure that the folks working to support the growth of an Incubator event need to dedicate about 200-250 hours over the planning cycle. The job is that of co-organizer, mentor, and ambassador — since it’s probable that no one you’re working with has ever actually attended a WordCamp.”</p>\n<p>Experience having organized WordCamps is a prerequisite for taking on the community advisor role. Middleton also emphasized the importance of sensitivity and experience collaborating with people from other cultures. She estimates the volunteer role is likely to require 25 hours per month. As this is almost a part-time job, the Community Team is looking at the possibility of having interested volunteers pitch their companies to sponsor some of their hours to work on the incubator program. They are also considering creating a team of incubator advisors to work together assisting multiple communities.</p>\n<p>The team is aiming to decide on a name for the advisor role and come up with a plan for recruiting volunteers by October 6. This will be followed by a call for communities that would like to be considered for the program and host their first WordCamp in 2018. Anyone interested in volunteering can jump in on the discussion on the <a href=\"https://make.wordpress.org/community/2017/09/27/wordcamp-incubator-program-v2-new-role-name/\" rel=\"noopener\" target=\"_blank\">make.wordpress.org/community</a> blog.</p>\";s: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, 28 Sep 2017 21:26: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:33;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: WPWeekly Episode 289 – Where Did WordPress’ Ease of Use Go?\";s: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:58:\"https://wptavern.com?p=75134&preview=true&preview_id=75134\";s: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:76:\"https://wptavern.com/wpweekly-episode-289-where-did-wordpress-ease-of-use-go\";s: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:3091:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"http://scottbolinger.com/\">Scott Bolinger</a>. Bolinger recently attended a Content and Commerce Summit where WordPress and WooCommerce were not mentioned. Bolinger <a href=\"http://scottbolinger.com/perspective-on-wordpress/\">shared the perspective</a> he gained from an attending the event and speaking with a friend who uses Shopify.</p>\n<p>We discuss what happened to WordPress’ ease of use, which user segment the project is developed for, and how can it provide an end-to-end user experience that’s on par with SaaS offerings like SquareSpace or Wix. We also talk about the challenges associated with setting up a WordPress site after the installation process. Last but not least, we discuss why some people are not recommending WordPress to friends or family anymore.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/donatewc-reaches-fundraising-goal\">DonateWC Reaches Fundraising Goal</a><br />\n<a href=\"https://wptavern.com/wordcamp-for-publishers-videos-now-available-on-youtube\">WordCamp for Publishers Videos Now Available on YouTube</a><br />\n<a href=\"https://wptavern.com/apply-filters-podcast-to-be-retired-after-83-episodes\">Apply Filters Podcast to be Retired after 83 Episodes</a><br />\n<a href=\"https://wptavern.com/facebook-to-re-license-react-after-backlash-from-open-source-community\">Facebook to Re-license React after Backlash from Open Source Community</a><br />\n<a href=\"https://wptavern.com/wordpress-explores-a-javascript-framework-agnostic-approach-to-building-gutenberg-blocks\">WordPress Explores a JavaScript Framework-Agnostic Approach to Building Gutenberg Blocks</a><br />\n<a href=\"https://wptavern.com/si-captcha-anti-spam-plugin-permanently-removed-from-wordpress-og-due-to-spam-code\">SI CAPTCHA Anti-Spam Plugin Permanently Removed from WordPress.org Due to Spam Code</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://make.wordpress.org/plugins/2016/02/12/on-the-topic-of-selling-your-plugins/\">Otto shares tips and advice on selling plugins</a>.</p>\n<p><a href=\"https://en.wikipedia.org/wiki/Metroid:_Samus_Returns\">Metroid: Samus Returns</a> and Nintendo 3DS.</p>\n<p><a href=\"http://amyciavolino.com/assets/MindfulCommunicationInCodeReviews.pdf\">Mindful Communication in Code Reviews by Amy Ciavolino</a>.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 4th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #289:</strong><br />\n</p>\";s: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, 27 Sep 2017 22:37: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:34;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: WordPress.com Adds Google Photos Integration, Available Now for Jetpack-Enabled 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75084\";s: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:\"https://wptavern.com/wordpress-com-adds-google-photos-integration-available-now-for-jetpack-enabled-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3566:\"<p>WordPress.com now supports <a href=\"https://en.blog.wordpress.com/2017/09/26/upload-once-blog-anywhere-photos-from-google/\" rel=\"noopener\" target=\"_blank\">seamless integration between Google Photos and the WordPress media library</a>. Users can connect their Google accounts to have access to their photos when inserting an image.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-27-at-3.39.22-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.google.com/photos/\" rel=\"noopener\" target=\"_blank\">Google Photos</a> has gained popularity due to its automatic tagless organization and free, unlimited backup for photos and videos up to 16MP and 1080p HD. In May 2017, the service reported <a href=\"https://www.blog.google/products/photos/google-photos-500-million-new-sharing/\" rel=\"noopener\" target=\"_blank\">500 million monthly users</a> backing up more than 1.2 billion photos and videos per day.</p>\n<p>When inserting pictures on WordPress.com, users can also take advantage of Google’s smart image searching capabilities. The service is fairly good at recognizing what is in your images and where they were taken, even if you haven’t specifically categorized them or added descriptions.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-27-at-3.46.51-PM.png?ssl=1\"><img /></a></p>\n<p>The new Google Photos integration is also available for Jetpack-enabled sites when posting via the WordPress.com interface. (It is not available in wp-admin of self-hosted sites.) Unfortunately, this experience is still rather buggy. After adding photos, WordPress.com didn’t seem to be able to save drafts and it was also unable to display the most recent photos from the past week.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-27-at-1.44.52-PM-e1506544898526.png?ssl=1\"><img /></a></p>\n<p>Users should also note that when you authenticate with Google Photos, it will open access to the photos from every single site that you have connected to that particular WordPress.com account. This access is, however, is limited to the specific user who connected. Multiple users on a site will each need to authenticate separately and can connect their own Google accounts. The users do not have access to each other’s photos. It’s also easy to revoke access at <a href=\"https://wordpress.com/sharing/\" rel=\"noopener\" target=\"_blank\">wordpress.com/sharing</a>.</p>\n<p>The new Google Photos feature has been very well received by WordPress.com users, as it saves them the trouble of downloading images from the service and then uploading to their media libraries. It’s not quite as convenient for Jetpack-enabled sites, because it adds additional steps to the publishing process.</p>\n<p>“Excellent feature, but will it be available directly from self-hosted sites without using WordPress.com?” one user asked. “This cuts out so many steps in our publishing workflow, but then adds several more if we then need to login to WordPress.com to do this. Our admin setup is complex, so switching to editing here isn’t an option. I have multiple contributors who write directly and this would be a game changer if they could directly upload their images from their account.”</p>\n<p>A WordPress.com representative confirmed that there are currently no plans to support a standalone version in Jetpack. They are, however, looking at supporting other services, such as Flickr, in the future.</p>\";s: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, 27 Sep 2017 22:17:02 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:35;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: Camp Press – A Detox from Digital Life\";s: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:29:\"https://wptavern.com/?p=75139\";s: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:\"https://wptavern.com/camp-press-a-detox-from-digital-life\";s: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:3381:\"<p>The following is a guest post by Brad Williams who shares his experience at <a href=\"https://camp.press/\">Camp Press</a> this past weekend. Brad is the Co-Founder and CEO of the website design and development agency <a href=\"https://webdevstudios.com\">WebDevStudios</a>.</p>\n<p>He is also a co-author of the Professional WordPress book series. Brad is a US Marine Corps veteran and has been developing websites for over 20 years, including the last 10 where he has focused on open-source technologies like WordPress.</p>\n<hr />\n<img />Brad Williams at Camp Press\n<p>I’ve been to a number of WordCamps and tech-related events over the years. They all follow a similar pattern of speakers, panels, sponsors, after-parties, etc. We’ve all been to these types of events and generally know what to expect; so when <a href=\"https://twitter.com/ifyouwillit?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Mendel Kurland</a> pitched the idea of <a href=\"https://camp.press/\">Camp Press</a> to me as ‘geeks camping,’ I was intrigued.</p>\n<p>I went to Camp Press with no idea of what to expect. I honestly have never felt less prepared for an event as I did for this one. I like to plan. So, going to an event where I wasn’t 100% sure how it would work had me feeling nervous. What I soon realized is that I liked being pushed out of my ‘safety bubble.’</p>\n<p>The Camp Press location was absolutely amazing and truly helped make the event special. We stayed at a large summer camp style setup, about an hour outside of Oklahoma City called Fry Lake. If you aren’t familiar with Oklahoma, just imagine driving an hour from a large city to the middle of nowhere. Perfect.</p>\n<p>Fry Lake had cabins, shower and bathroom facilities, an amazing swimming lake with diving boards, and a full cafeteria kitchen. We were literally back at the type of summer camp we experienced as kids, and we immediately knew it.</p>\n<img />Camp Press Fire\n<p>As we learned more about each other, we quickly became more comfortable as a group. We shared stories, laughed, cooked, and debated topics from tech to TV shows. We discussed very personal struggles and experiences, some of which I would guess haven’t been shared outside of close family. We sang songs around the campfire, performed late-night improv, made s’mores, and enjoyed each other’s company.</p>\n<p>Even more amazing is that nothing was scripted. There was no agenda, set activities, presentations. It was just natural interaction. Over the course of a few days, we all grew closer to each other. There was an unspoken bond forming between everyone at Camp Press.</p>\n<p>I didn’t know what to expect going to <a href=\"https://camp.press/\">Camp Press</a>. What I promptly learned is that was the entire point of the event—doing the unexpected, pushing yourself outside of your comfort zone, making new friends, having fun and serious conversations, and doing all of this without the normal technology that is always around us.</p>\n<p>When is the last time you had a detox from digital life? My detox was last weekend, and I can’t wait to do it again!</p>\n<img />Camp Press Attendees\n<p>For more insight into Camp Press and to get Mendel’s perspective, check out the event’s <a href=\"https://camp.press/general/inaugural-camp-press-2017-huge-success/\">official blog post</a>.</p>\";s: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, 27 Sep 2017 22:12: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:36;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Dev Blog: Global WordPress Translation Day 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4915\";s: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:70:\"https://wordpress.org/news/2017/09/global-wordpress-translation-day-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3298:\"<p><span>On September 30 2017, the WordPress Polyglots Team – whose mission is to translate WordPress into as many languages as possible – will hold its third <a href=\"https://wptranslationday.org/\">Global WordPress Translation Day</a>, a 24-hour, round-the-clock, digital and physical global marathon dedicated to the localisation and internationalisation of the WordPress platform and ecosystem, a structure that powers, today, over 28% of all existing websites.</span></p>\n<p><span>The localisation process allows for WordPress and for all WordPress-related products (themes and plugins) to be available in local languages, so to improve their accessibility and usage and to allow as many people as possible to take advantage of the free platform and services available.</span></p>\n<p><span>In a (not completely) serendipitous coincidence, September 30 has also been declared by the United Nations “International Translation Day”, to pay homage to the great services of translators everywhere, one that allows communication and exchange.</span></p>\n<p><span>The event will feature a series of multi-language live speeches (training sessions, tutorials, case histories, etc.) that will be screen-casted in streaming, starting from Australia and the Far East and ending in the Western parts of the United States.</span></p>\n<p><span>In that same 24-hour time frame, Polyglots worldwide will gather physically in local events, for dedicated training and translations sprints (and for some fun and socializing as well), while those unable to physically join their teams will do so remotely.</span></p>\n<p><span>A big, fun, useful and enlightening party and a lovely mix of growing, giving, learning and teaching, to empower, and cultivate, and shine.</span></p>\n<p><span>Here are some stats about the first two events:</span></p>\n<p><b>Global WordPress Translation Day 1</b></p>\n<ul>\n<li><span> </span><span>448 translators worldwide</span></li>\n<li><span> </span><span>50 local events worldwide</span></li>\n<li><span> </span><span>54 locales involved</span></li>\n<li><span> </span><span>40350 strings translated, in</span></li>\n<li><span> </span><span>597 projects</span></li>\n</ul>\n<p><b>Global WordPress Translation Day 2</b></p>\n<ul>\n<li><span> </span><span>780 translators worldwide</span></li>\n<li><span> </span><span>67 local events worldwide</span></li>\n<li><span> </span><span>133 locales involved</span></li>\n<li><span> </span><span>60426 strings translated, in</span></li>\n<li><span> </span><span>590 projects</span></li>\n</ul>\n<p><span>We would like your help in spreading this news and in reaching out to all four corners of the world to make the third #WPTranslationDay a truly amazing one and to help celebrate the unique and fundamental role that translators have in the Community but also in all aspects of life.</span></p>\n<p><span>A full press release is available, along with more information and visual assets at </span><a href=\"https://wptranslationday.org/press/\"><span>wptranslationday.org/press</span></a>.</p>\n<p><span>For any additional information please don’t hesitate to contact the event team on </span><a href=\"mailto:press@wptranslationday.org\"><span>press@wptranslationday.org</span></a><span>.</span></p>\";s: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, 27 Sep 2017 11:56:59 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";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:37;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"HeroPress: Challenge Gladly Accepted\";s: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:56:\"https://heropress.com/?post_type=heropress-essays&p=2129\";s: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:124:\"https://heropress.com/essays/challenge-gladly-accepted/#utm_source=rss&utm_medium=rss&utm_campaign=challenge-gladly-accepted\";s: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:8986:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/09/092717-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I could never have imagined that WordPress would become an important part of my life.\" /><p>I grew up in a suburb to Stockholm, where me and my brothers would wrestle over who was allowed to use our first PC. I think it was a pre-owned old beaten Compaq Deskpro 386. We only stopped arguing once we could sit down together and play Civ; one of us at the controls, the others giving advice on what moves to make.</p>\n<h3>Dipping Into The Web</h3>\n<p>I learnt HTML and built my first pages on Geocities and out of necessity: I needed a place to publish my angsty teenage poetry. But people didn’t come to my website for the bad poetry, instead they filled my guestbook with webdesign and HTML questions.</p>\n<p>I have built websites for myself and others since the mid 90’s and kept a few clients on the side while studying. At this time, there was not a lot of computer or programming classes available for high school students. It had been easy enough to learn HTML online by reading guides, message boards and similar. During one of my final semesters, my school announced a new class called “Computers for girls”. I signed up hoping to learn enough to assemble or upgrade my own PC. The class was a joke. Instead of teaching us about motherboards, memory or networks, our teacher showed us where to put the cords…</p>\n<p>He didn’t realise that most of us already spent every recess in the computer halls, chatting over IRC. In order to learn the basics of actual programming (not just HTML), I had to take adult education evening- and summer classes since my school didn’t offer any.</p>\n<h3>Derailed</h3>\n<p>After high school I did like many others of my generation: I fell in love with someone I had only met online, who lived on the other side of the world. All to the soundtrack of Savage Garden’s “I Knew I Loved You”.</p>\n<div class=\"jetpack-video-wrapper\"></div>\n<p>It took all my savings and courage to travel back and forward between Sweden and the US, while studying from a distance.</p>\n<blockquote><p>When my boyfriend suddenly passed away in 2001 I had to make drastic changes in my life.</p></blockquote>\n<p>I was in the middle of moving, I couldn’t keep up with deadlines or deal with clients, and I was barely able to finish my project managing and programming classes. I had to forget all our plans, start over, and take a desk job instead.</p>\n<h3>Coming Back To The Web</h3>\n<p>Many years later one of my former clients asked if I had tried WordPress. It took me a few months to decide if I liked it or not, partially because I didn’t know PHP, and because I didn’t have great experiences from trying Joomla and Drupal.</p>\n<p>I did some customization work and eventually I submitted my first theme to WordPress.org. Of course my theme was a mess and did not even work as expected.</p>\n<blockquote><p>But I appreciated that someone took the time to look at my code and explain what I needed to do to fix it and where I could read more. It was very rare to receive such feedback.</p></blockquote>\n<p>I joined the Theme Review Team’s mailing list, listening in and learning. I started reviewing themes to learn more and to improve my own themes.</p>\n<p>For those who do not know what the Theme Review Team does, we test and review the code (every single file) of themes that are submitted to be included in the WordPress.org theme directory.</p>\n<h3>My Secret Power</h3>\n<p>Because I am on the autism spectrum, the structure and patterns of coding languages suits me well. I need both structure and a creative outlet in my life, and coding is therapy, much like a puzzle or a coloring book. I love my once dreaded desk job, because it gives me the opportunity to help people on a different scale than I ever could as a freelancer. Being a volunteer on WordPress.org lets me combine both worlds.</p>\n<p>I could never have imagined that WordPress would become an important part of my life, that I would spend this much time on it (sometimes up to 20 hours per week), or that I would be asked to be one of the team leads for the Theme Review Team in 2017.</p>\n<p>Today I honestly don’t know what I would do if I could no longer contribute to WordPress the way I know and am familiar with. It is an essential part of my everyday life.</p>\n<p>WordPress is also challenging because you can only do so much without interacting with others… And even though I find that difficult, I have had to learn that it is something I need as well.</p>\n<blockquote><p>I have to remind myself from time to time that here, I am allowed to be myself, with all my flaws, to contribute as much or as little as I choose, at my own pace.</p></blockquote>\n<p>And to be able to contribute and to help others, I also have to remind myself that people are not scary.</p>\n<h3>And Then WordCamp</h3>\n<p>I was a volunteer online for 6 years before I had the courage to go to my first WordCamp, which took place in my own home town. When I was finally there, I only spoke to 3 or 4 people. My second WordCamp went better, but the experience was still overwhelming.</p>\n<p>During my third WordCamp, which was WCEU 2017, I helped lead the Theme Review section of the contributor day, having to speak in front of 500 people.</p>\n<blockquote><p>The thing is, even when it overwhelms you, this community and its energy is addicting.</p></blockquote>\n<p>Everything changes once you go to your first meetup or WordCamp, meeting people who share your interest and passion. The community at large is open and welcoming, passionate, curious and caring. And it is trying to be a safe place for us all.</p>\n<h3>The Theme Review Team</h3>\n<p>There always seem to be a lot of opinions and even controversy surrounding the Theme Review Team. It is not always easy to handle the pressure and the amount of responsibility that is placed on you because so many people have a financial interest in WordPress themes. As a team lead or moderator, you often have to try to find the least bad solution to many different kind of situations.</p>\n<p>By the end of September, it is time for the current team leads to step back and welcome our next leads. I am looking forward to the break, but also to see what new ideas they will bring.<br />\nIt takes time to change a system that has been in place for this many years, and truthfully, sometimes it is painfully slow. It has proven difficult to find a system where themes without errors can be added to the directory quickly, and where reviewers can support authors who need extra help.</p>\n<p>This amazing team of volunteers has managed to reduce the queue time from 7 months down to 8-10 weeks. We still hope to be able to reduce it further, possibly by automating parts of the code review.</p>\n<p>Finally, the Theme Review Team is open to everyone and always looking for new volunteers.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Challenge Gladly Accepted\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Challenge%20Gladly%20Accepted&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fchallenge-gladly-accepted%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Challenge Gladly Accepted\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fchallenge-gladly-accepted%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fchallenge-gladly-accepted%2F&title=Challenge+Gladly+Accepted\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Challenge Gladly Accepted\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/challenge-gladly-accepted/&media=https://heropress.com/wp-content/uploads/2017/09/092717-150x150.jpg&description=Challenge Gladly Accepted\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Challenge Gladly Accepted\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/challenge-gladly-accepted/\" title=\"Challenge Gladly Accepted\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/challenge-gladly-accepted/\">Challenge Gladly Accepted</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s: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, 27 Sep 2017 00:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Carolina Nymark\";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:38;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"WPTavern: WordPress Core JavaScript Framework Selection Discussion Continues with Input from Open Source Community Leaders\";s: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:29:\"https://wptavern.com/?p=75086\";s: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:133:\"https://wptavern.com/wordpress-core-javascript-framework-selection-discussion-continues-with-input-from-open-source-community-leaders\";s: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:10632:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/javascript.jpg?ssl=1\"><img /></a></p>\n<p>WordPress’ #core-js Slack channel hosted a lively and productive meeting this morning led by Andrew Duthie. The discussion focused less on specific framework comparisons and more on the role a framework will play in building JavaScript-powered interfaces for WordPress. Contributors were joined by core developers and leaders from the React and Vue communities, Chrome engineers, and other interested parties from outside the WordPress community.</p>\n<p>“This chat will focus largely on identifying requirements in building core features, overlap with plugin and theme authors, and patterns to reducing framework lock-in,” Duthie said. “Ideally this is higher-level than simply debating the merits of specific frameworks in a vacuum, and should be seen as an opportunity to collaborate between projects to set a path forward for WordPress which will provide flexibility and resiliency to future churn.”</p>\n<p>Duthie began by asking what role a framework should play in a WordPress developer’s workflow and also asked framework contributors to offer their perspectives on recommendations for extendable interfaces. This question provided attendees with the opportunity to weigh in on topics such as <a href=\"https://github.com/WordPress/gutenberg/pull/2791\" rel=\"noopener\" target=\"_blank\">support for web components</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/2463\" rel=\"noopener\" target=\"_blank\">framework-agnostic block interoperability</a> for Gutenberg, and how this might affect WordPress’ plugin ecosystem.</p>\n<p>“I disagree a bit with the idea that whatever core (in this case Gutenberg) uses to power some of the intricacies of building a stateful app is going to be the de facto standard for plugin development,” Gutenberg engineer Matías Ventura said. “The actual framework here, in general terms, is going to be what WordPress exposes and the APIs.”</p>\n<p>With a framework-agnostic approach to building Gutenblocks, the library that core decides to build on doesn’t have to become the de facto standard for plugin developers but many outside the Gutenberg team believe that it will inevitably end up that way in practice. There are entire teams of engineers waiting on this decision that are committed to adopt whichever framework WordPress bets on.</p>\n<p>“To provide some perspective on how WP’s decision on a framework impacts developers downstream, I’m a developer at Boston University and our plan is to focus on whichever framework WP decides upon, even if Gutenberg has a completely agnostic API,” Adam Pieniazek said. “We’re primarily a WP shop (~ 1,000 site WP install powers most/a lot of our public web presence) and end up creating huge customizations on top of WP that often require diving into core to see what is actually happening in the background. I like Vue more than React personally, but if WP decides upon React, BU will focus on building expertise in React for when we need to peek/debug beyond the API. It doesn’t mean we won’t also use Vue but it won’t be our primary focus.”</p>\n<p>Pieniazek feedback echoes that of Gravity Forms co-founder Carl Hancock, who said his team is ready to adopt whatever library WordPress selects.</p>\n<p>“People are going to end up adopting whatever core uses for the most part despite the rainbows and butterflies some are claiming as it relates to creating an abstraction layer so plugin/theme developers can use whatever they want,” Hancock said in the #core-js channel earlier this week.</p>\n<p>Many participants from outside the WordPress community seemed to be in agreement with a framework-agnostic approach and none were eager to force a single framework on all developers working with WordPress. The remaining concern is how this works out practically and whether it puts developers in the confusing position of using a framework on top of a framework.</p>\n<p>“Since Gutenberg itself is going to become a platform to build for, the best level of separation is if the framework is used to build the core, but isn’t exposed as API to block builders,” AMP engineer Paul Bakaus said. “This gives one the choice to replace the underlying foundation whenever necessary.”</p>\n<p>Gutenberg engineer Riad Benguella summarized the approach the team has been discussing:</p>\n<blockquote><p>I think what we try to communicate is something like:</p>\n<p>– WordPress Core is going to use this X framework internally<br />\n – If you want to use it, we think it’s good<br />\n – If you want to use something else, you can just as easily as you’d use the Core’s chosen framework</p></blockquote>\n<p>Benguella also said that one of the goals for Gutenberg is “to set the basis for how we extend WordPress’ UI in the future.” Once it ships, the team will likely set its sights on other parts of the wp-admin and build them in the same way.</p>\n<p>“If all parts of WP’s UI can be extended via a standard interface, whether it be a simple ‘data down, events up’ API, or expecting a WC, I think this would cleanly separate the concerns of ‘what framework to use for core’ vs. ‘what framework to use for extension development,\'” Vue.js creator Evan You said.</p>\n<p>When asked for his thoughts on on React becoming a primary framework for WordPress, React maintainer Dan Abromov was hesitant to advocate for WordPress adopting the library. His response underscored the necessity of having a framework-agnostic approach for extending Gutenberg and future WP interface overhauls.</p>\n<p>“I don’t really know WordPress well, so it’s hard for me to say whether it’s a great fit for the use case or not,” Abramov said. “Generally we use React for highly interactive UIs and find that it scales well with the app size. I’m also happy to answer technical questions about it. But I think in general people have strong opinions about, for example, templating vs expressiveness, and I don’t feel like forcing React upon everyone is the best way.”</p>\n<p>“I also feel the same way,” Evan You said. “Forcing a single framework on everyone, regardless of which one, is IMO not a good idea because it is bound to alienate the group of devs who are not into that framework, and imposes a bigger long term stability risk.”</p>\n<p>Abramov also said that people are already “very bitter and divisive” about the subject of selecting a framework. He also tweeted a similar sentiment prior to the meeting.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">When I read discussion threads (e.g. about WordPress) there’s a sense that people perceive every team as hostile to others. That’s false.</p>\n<p>— Dan Abramov (@dan_abramov) <a href=\"https://twitter.com/dan_abramov/status/912645022344007682\">September 26, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Think of it like tending a garden. You’re welcome to hang out at ours. Other gardens are great too <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>— Dan Abramov (@dan_abramov) <a href=\"https://twitter.com/dan_abramov/status/912653828977254401\">September 26, 2017</a></p></blockquote>\n<p></p>\n<p>“I believe it’s important (and technically feasible) to separate ‘which framework to use for core’ and ‘which framework community devs use for extensions,\'” Evan You said.</p>\n<p>“Yes, I think there’s a goal here to be unopinionated for what we’re exposing to plugin authors, so long as the APIs/interfaces we do expose are sufficiently flexible (and easy) to build the UIs and interactions they need to implement,” Andrew Duthie said.</p>\n<p>The topic of <a href=\"https://github.com/WordPress/gutenberg/pull/2791\" rel=\"noopener\" target=\"_blank\">supporting web components interoperability for Gutenblocks</a> was also part of the discussion during the meeting.</p>\n<p>“While less powerful than most of the actual frameworks at this point, they are likely to become a W3C standard, ensuring that they will stick around and evolve,” Felix Arntz said. “Plus once browser support is fully there, there’s less functionality to implement by an actual framework built on top.”</p>\n<p>Polymer.js representative Justin Fagnani said he disagreed that they are “less powerful” and noted that web components already are a W3C standard.</p>\n<p>“I think WP is also uniquely positioned to help drive forward support for web components natively everywhere,” EventEspresso core dev Darren Ethier said. “Pretty much all the frameworks have the ability to work with the web component spec now. It’s just a matter of proper implementation.”</p>\n<p>Several participants referenced <a href=\"https://custom-elements-everywhere.com/\" rel=\"noopener\" target=\"_blank\">custom-elements-everywhere.com</a>, a site that displays popular JS frameworks’ progress on communicating Custom Elements in a way that promotes interoperability. Matías Ventura asked React and Vue core devs how web components (and their future) fit into each framework at the moment.</p>\n<p>“In React, we have some web component support but haven’t made it a large priority since use cases have seemed slim in the past, especially since adding Web Components hasn’t made a lot of sense in a first-party application where you control the whole stack – but we do have some support for them nonetheless and I’m happy to entertain adding more, either now or in the future,” Sophie Alpert said.</p>\n<p>“On the high level I think frameworks like React/Vue provide what is not really addressed in web components: efficient and declarative DOM updates reacting to state changes,” Evan You said. “This is also why Polymer exists on top of WC. I have always acknowledged the value of WC as an interop interface.”</p>\n<p>Overall, attendees at the meeting were respectful, collaborative, and eager to contribute their expertise to help WordPress contributors find the best way forward in the framework selection process. The discussion will continue at next week’s meeting and likely in the comments of a forthcoming Make/Core post summarizing the meeting.</p>\";s: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, 26 Sep 2017 22:16:57 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:39;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: SI CAPTCHA Anti-Spam Plugin Permanently Removed from WordPress.org Due to Spam Code\";s: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:29:\"https://wptavern.com/?p=75059\";s: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:\"https://wptavern.com/si-captcha-anti-spam-plugin-permanently-removed-from-wordpress-og-due-to-spam-code\";s: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:4092:\"<p>The <a href=\"https://wordpress.org/plugins/si-captcha-for-wordpress/\" rel=\"noopener\" target=\"_blank\">SI CAPTCHA Anti-Spam</a> plugin has been removed from the WordPress Directory due to its author including spam code. The plugin added a CAPTCHA image test to WordPress forms to prevent spam and was compatible with forms generated by bbPress, BuddyPress, Jetpack, and WooCommerce. It had more than 300,000 active installs at the time of removal.</p>\n<p><a href=\"https://profiles.wordpress.org/mikechallis\" rel=\"noopener\" target=\"_blank\">Mike Challis</a>, the original author of the plugin, said that a WordPress.org user named “<a href=\"https://profiles.wordpress.org/fastsecure\" rel=\"noopener\" target=\"_blank\">fastsecure</a>” became the new owner of SI CAPTCHA Anti-Spam in June 2017. Challis was not aware of the new owner’s plans for the plugin but <a href=\"https://wordpress.org/support/topic/where-did-the-plugin-go-2/\" rel=\"noopener\" target=\"_blank\">posted a notice</a> on the WordPress.org support forums to inform users about why it was removed.</p>\n<p>“The new owner attempted to put code in several of his newly acquired WordPress plugins that would connect to a 3rd party server he also owned and place spam ads for payday loans and such in the WP posts,” Challis said. He also linked the incident to a ring of WordPress plugins that researchers at Wordfence say were part of a <a href=\"https://www.wordfence.com/blog/2017/09/coordinated-plugin-spam/\" rel=\"noopener\" target=\"_blank\">coordinated spam campaign</a>. Display Widgets, one of the most notable plugins in this group, was recently <a href=\"https://wptavern.com/display-widgets-plugin-permanently-removed-from-wordpress-org-due-to-malicious-code\" rel=\"noopener\" target=\"_blank\">permanently removed from WordPress.org</a> for a series of violations wherein the author had injected malicious code.</p>\n<p>Challis said the new owner failed to display any spam on sites due to how the code was implemented, but the code could have been activated at a later time:</p>\n<blockquote><p>The new owner put spam code in versions 3.0.1 and 3.0.2 but it failed to display any spam because he put the code in the secureimage.php file. The malicious code required WordPress libraries to also be loaded to execute. The reason the spam code did not do anything at all is because the secureimage.php file is not included in the WordPress run time environment. The secureimage.php file is included from another file securimage_show.php that loads the captcha image directly from html img src outside of the WordPress run time. The spam code in this plugin was never activated, it would not have corrupted your posts or changed anything in the WordPress database.</p></blockquote>\n<p>SI CAPTCHA Anti-Spam users who still have the plugin installed may see an update available in the WordPress admin. Plugin team member Samuel (Otto) Wood removed the malicious code and <a href=\"https://wordpress.org/support/topic/where-did-the-plugin-go-2/\" rel=\"noopener\" target=\"_blank\">released 3.0.3</a> as a clean version that is a safe update for users who still rely on the plugin. Wood recommends users find an alternative, because SI CAPTCHA Anti-Spam will not be re-listed in the directory or receive any future updates.</p>\n<p>The incident is another reminder for users to be on alert when WordPress.org plugins change hands, as the buyers do not always disclose their actual intentions for the plugin. Users in search of an alternative to SI CAPTCHA Anti-Spam will find many alternative options on WordPress.org. <a href=\"https://wordpress.org/plugins/cleantalk-spam-protect/\" rel=\"noopener\" target=\"_blank\">AntiSpam by CleanTalk</a>, <a href=\"https://wordpress.org/plugins/simple-google-recaptcha/\" rel=\"noopener\" target=\"_blank\">Simple Google reCAPTCHA</a>, and <a href=\"https://wordpress.org/plugins/captcha-code-authentication/\" rel=\"noopener\" target=\"_blank\">CAPTCHA Code</a> are a few examples that may work as replacements, depending on what other plugins you need the anti-spam capabilities to support.</p>\";s: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, 25 Sep 2017 21:50: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:40;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Facebook to Re-license React after Backlash from Open Source Community\";s: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:29:\"https://wptavern.com/?p=75021\";s: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:91:\"https://wptavern.com/facebook-to-re-license-react-after-backlash-from-open-source-community\";s: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:4566:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/react.png?ssl=1\"><img /></a></p>\n<p>Facebook has <a href=\"https://code.facebook.com/posts/300798627056246/relicensing-react-jest-flow-and-immutable-js/\" rel=\"noopener\" target=\"_blank\">announced</a> its intentions to re-license React, Jest, Flow, and Immutable.js under the MIT license. React community members began rallying around a <a href=\"https://wptavern.com/react-users-petition-facebook-to-re-license-react-js-after-apache-software-foundation-bans-bsdpatents-license-in-dependencies\" rel=\"noopener\" target=\"_blank\">petition to re-license React</a> after the Apache Software Foundation (ASF) added Facebook’s BSD+Patents license to its Category X list of disallowed licenses for Apache PMC members. Facebook’s engineering directors officially denied the request in mid-August, citing the burden of meritless patent litigation as the reason for keeping the patents clause.</p>\n<p>Facebook moved forward on this decision in full recognition that it might lose some React community members as a consequence. Many open source project maintainers began to look for alternatives. In a surprising move, Matt Mullenweg announced that <a href=\"https://wptavern.com/wordpress-abandons-react-due-to-patents-clause-gutenberg-to-be-rewritten-with-a-different-library\" rel=\"noopener\" target=\"_blank\">WordPress would also be parting ways with React</a> and planned to remove it from the upcoming Gutenberg editor.</p>\n<p>Mullenweg’s decision to drop React from consideration for WordPress was likely an influential factor in Facebook’s eventual about-face on the topic of re-licensing the project. Facebook’s announcement on Friday acknowledges that the company failed to convince the open source community of the benefits of its BSD + Patents license:</p>\n<blockquote><p>We’re relicensing these projects because React is the foundation of a broad ecosystem of open source software for the web, and we don’t want to hold back forward progress for nontechnical reasons. </p>\n<p>This decision comes after several weeks of disappointment and uncertainty for our community. Although we still believe our BSD + Patents license provides some benefits to users of our projects, we acknowledge that we failed to decisively convince this community.</p></blockquote>\n<p>The React 16 release, slated for this week, will ship with the updated MIT license. Facebook declined to respond to our request for further comment and said their post is the only public statement they will be providing.</p>\n<p>It’s not yet clear whether WordPress will continue on with React, picking up where the team left off on Gutenberg, or shift to another library. Core contributors had originally <a href=\"https://twitter.com/nacin/status/911356481936740352\" rel=\"noopener\" target=\"_blank\">decided on React</a> while attending WordPress’ community summit in Paris last June, although this decision had not yet been made public when the greater open source community started petitioning Facebook to re-license React.</p>\n<p>“I’m just so tired of this drama,” Gutenberg engineer Riad Benguella said. “We spent days and days thinking about the best framework for WP, and this change will just add more thinking, complexity, and uncertainty to our decision. I’m just tired of all this…we all have to rethink everything.”</p>\n<p>Mullenweg, who had previously penned a several-thousand word unpublished announcement about how WordPress would be adopting React, did not confirm whether WordPress is still examining other libraries.</p>\n<p>“Our decision to move away from React, based on their previous stance, has sparked a lot of interesting discussions in the WordPress world,” Mullenweg said in a <a href=\"https://ma.tt/2017/09/facebook-dropping-patent-clause/\" rel=\"noopener\" target=\"_blank\">post</a> published to his blog this weekend. “Particularly with Gutenberg there may be an approach that allows developers to write Gutenberg blocks (Gutenblocks) in the library of their choice including Preact, Polymer, or Vue, and now React could be an officially-supported option as well.”</p>\n<p>The regularly scheduled core JavaScript meeting is set for Tuesday, September 26 at 15:00 GMT and contributors plan to discuss the role a JS framework will play in current and future core focuses. The time has been changed to be two hours later than originally planned in an effort to accommodate more contributors across various timezones.</p>\";s: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, 25 Sep 2017 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:41;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Matt: Facebook Dropping Patent Clause\";s: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:22:\"https://ma.tt/?p=47574\";s: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:54:\"https://ma.tt/2017/09/facebook-dropping-patent-clause/\";s: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:1326:\"<p>I am surprised and excited to see the news that Facebook is going to drop the <a href=\"https://ma.tt/2017/09/on-react-and-wordpress/\">patent clause that I wrote about last week</a>. They’ve announced that with React 16 the license will just be <a href=\"https://code.facebook.com/posts/300798627056246/relicensing-react-jest-flow-and-immutable-js/\">regular MIT with no patent addition</a>. I applaud Facebook for making this move, and I hope that patent clause use is re-examined across all their open source projects.</p>\n<p>Our decision to move away from React, based on their previous stance, has sparked a lot of interesting discussions in the WordPress world. Particularly with <a href=\"https://github.com/WordPress/gutenberg\">Gutenberg</a> there may be an approach that allows developers to write Gutenberg blocks (Gutenblocks) in the library of their choice including Preact, Polymer, or Vue, and now React could be an officially-supported option as well.</p>\n<p>I want to say thank you to everyone who participated in the discussion thus far, I really appreciate it. The vigorous debate and discussion in the comments here and on Hacker News and Reddit was great for the passion people brought and the opportunity to learn about so many different points of view; it was even better that Facebook was listening.</p>\";s: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, 24 Sep 2017 16:20: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:42;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Scott Bolinger Shares Unique Perspective of WordPress From Outside the Bubble\";s: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:29:\"https://wptavern.com/?p=75015\";s: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:98:\"https://wptavern.com/scott-bolinger-shares-unique-perspective-of-wordpress-from-outside-the-bubble\";s: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:5058:\"<p>Scott Bolinger, a product developer focused on the WordPress space who has created several products, including <a title=\"Make native iOS and Android Apps with WordPress\" href=\"https://apppresser.com\" target=\"_blank\" rel=\"noopener\">AppPresser </a>and <a href=\"https://hollerwp.com/\">Holler Box</a>, recently attended <a href=\"http://contentandcommercesummit.com/\">Content and Commerce Summit 2017</a>.</p>\n<p>This conference focuses on what’s working in eCommerce, digital media, information publishing, and subscription commerce. <a href=\"http://scottbolinger.com/perspective-on-wordpress/\">According to Bolinger</a>, WordPress and WooCommerce were not topics of discussion.</p>\n<p>“It really opened my eyes going to an event where no one even said the word WordPress once,” Bolinger said. “The audience at this conference was non-technical, mostly marketers selling stuff online. I watched a presentation where the presenter had slides with 20+ different recommended tools on them, and not a single mention of WordPress.</p>\n<p>“This is an eCommerce conference, WooCommerce is 41% of all eCommerce stores, and not a single person said the word WooCommerce. All I heard about was Shopify and Amazon.”</p>\n<p>According to <a href=\"https://www.similartech.com/\">SimilarTech</a>, WooCommerce is leading in the top 100K sites, top 1M sites, and the entire web while Shopify is leading in the top 10K sites. While Shopify has a lot less market share, it’s used on substantially higher trafficked sites.</p>\n<p>Bolinger shared the perspective of a friend who uses Shopify to sell clothing and will gross more than $1M in revenue this year. According to his friend, Shopify is easy to use, from setting up a theme, to the plugin/app ecosystem to add functionality.</p>\n<p>“When my friend said Shopify is easy to use, this is a whole different category of great user experience,” Bolinger said. “This is building a site from scratch for a completely non-technical user, and them loving the end result and the experience.”</p>\n<p>Bolinger raised an interesting point in that, Wix, Shopify, and SquareSpace are closed, SaaS offerings where they can control the user experience from end-to-end. This is impossible to do with WordPress because there are too many moving parts and core can not control how plugins and themes take part in that experience.</p>\n<p>While WordPress core can’t necessarily solve the problem, it hasn’t stopped webhosts from trying. <a href=\"https://wptavern.com/godaddy-launches-new-onboarding-experience-for-wordpress-customers\">GoDaddy</a>, <a href=\"https://www.bluehost.com/blog/bluehost-news/welcome-to-the-new-bluehost-8973/\">Bluehost</a>, and others have created onboarding solutions that try to control the end-to-end user experience.</p>\n<p>Bolinger shared a sentiment that many in the WordPress community have advocated in recent years. “If we’re honest, the strength of WordPress is not that it’s easy to use for non-technical people. It’s an open-source platform that is easy for developers to extend and customize for clients.”</p>\n<ul>\n<li><a href=\"https://mattreport.com/wordpress-is-not-easy/\">WordPress is Not Easy</a></li>\n<li><a href=\"https://mor10.com/wordpress-easy-thats-ok/\">WordPress is not easy – and that’s OK</a></li>\n<li><a href=\"https://neliosoftware.com/blog/is-wordpress-as-easy-as-we-think/\">Is WordPress As Easy As We Think?</a></li>\n</ul>\n<p>There was a time, somewhere between WordPress 2.3 and WordPress 3.5, where one of the main reasons people used WordPress was because it was easy. Between then and now, what caused WordPress to lose its ease-of-use factor?</p>\n<p>SquareSpace, Wix, and Shopify didn’t exist in the early days of WordPress, they were late to market. This gave them the advantage of implementing all the lessons learned through WordPress’ lifespan and since it’s a closed system, they can iterate rapidly.</p>\n<p>The biggest reality check that Bolinger shares is that there are a lot of people WordPress simply doesn’t cater too.</p>\n<p>“There is a large contingent of people who just want to get stuff done, they don’t want to fuss with the tech”, He said. “They don’t care about open source or owning their data. They don’t want to install a theme and setup their widgets, or search thousands of results to find the best SEO plugin.</p>\n<p>“They don’t want to set up ‘managed hosting’, an SSL certificate, or a payment gateway. They just want to sell their products and make money as fast and easily as possible.”</p>\n<p>I encourage you to <a href=\"http://scottbolinger.com/perspective-on-wordpress/\">read the full post</a> as it provides a perspective of WordPress not often shared within the WordPress bubble. <a href=\"http://scottbolinger.com/perspective-on-wordpress/\"></a>How does WordPress become a platform that delivers the kind of experience from end-to-end that Bolinger’s friend describes?</p>\";s: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, 23 Sep 2017 00:43: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:43;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: WordPress Explores a JavaScript Framework-Agnostic Approach to Building Gutenberg Blocks\";s: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:29:\"https://wptavern.com/?p=74900\";s: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:109:\"https://wptavern.com/wordpress-explores-a-javascript-framework-agnostic-approach-to-building-gutenberg-blocks\";s: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:9072:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/blocks.jpg?ssl=1\"><img /></a>photo credit: found_drama <a href=\"http://www.flickr.com/photos/28555778@N00/30725752376\">E.’s pirate town</a> – <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>The discussion regarding WordPress’ JavaScript framework selection continues in the #core-js Slack channel ahead of next week’s meeting. One of the more recent topics is the possibility of <a href=\"https://github.com/WordPress/gutenberg/pull/2463\" rel=\"noopener\" target=\"_blank\">framework-agnostic block rendering</a> for Gutenberg, which would allow developers to extend the new editor using any JS library they prefer. This means that Gutenberg blocks, which are colloquially referred to as “Gutenblocks,” could be built with Vue, React, Preact, Angular, or whatever the developer feels comfortable using.</p>\n<p>Proponents of this idea contend that pursuing a more flexible approach makes WordPress’ core JS framework decision <a href=\"https://github.com/WordPress/gutenberg/pull/2463#issuecomment-330637007\" rel=\"noopener\" target=\"_blank\">less critical</a>. While answering questions on the #core-js channel, Gary Pendergast explained how Gutenberg could be built to maintain the separation.</p>\n<p>“I’m really not joking when I say that this decision doesn’t matter, even for people contributing to Gutenberg,” Pendergast said. “In <a href=\"https://github.com/WordPress/gutenberg/pull/2463\" rel=\"noopener\" target=\"_blank\">#2463</a>, the library is treated entirely as a utility library, much like we use lodash, for example. It performs a handful of tasks, and it can be relatively easily pulled out and replaced with something entirely different, with no disruption to the rest of the codebase. For people contributing to Gutenberg, they’re contributing in the Gutenberg coding style, not the style of whatever library we happen to import.”</p>\n<p>When asked about a timeline for when the decision will be made and what factors are being considered, Pendergast replied that there is no timeline and that those interested in participating should blog about their experiences and write examples of things they can build with the JS frameworks they are familiar with.</p>\n<p>“There is neither roadmap, nor timeline, nor does there need to be,” Pendergast said. “As Matt mentioned, it’s really just a technical decision – the important decision for the wider community was choosing ‘not React.’ Unfortunately, this decision has been blown way out of proportion, and heavily conflated with ‘what JS library will I be able to build my plugins with?’ and sometimes ‘what JS library’s practices will Gutenberg blocks resemble?,’ neither of which are related. Tweets and posts that treat it like a horse race are not helpful in this way.”</p>\n<p>Pendergast said whatever library is selected will “continue to be wrapped by the WordPress element, the underlying library won’t be exposed.” The Gutenberg team is working to remove all library dependencies from its components so that plugin developers can use any library they choose.</p>\n<p>However, other community members are not so eager to relegate the JS library selected for core to a simple technical decision or utility library.</p>\n<p>“Most developers understand that their plugins are not bound by the framework chosen for core/Gutenberg,” Kevin Hoffman said. “But that doesn’t diminish the significance of the decision. If we want to encourage more contributors, we’d be well served to choose a framework in which a significant majority feel capable and confident. If this majority is out there developing plugins with one framework and has to learn another in order to contribute to core, then we’re limiting the number of potential contributors.”</p>\n<p>Peter Booker contends that no matter how elegant Gutenberg’s separation is, having a decent understanding of the library chosen for core affects a developers’ ability to deeply troubleshoot certain issues.</p>\n<p>“I do not think we should be so dismissive of the choice as a minor technical decision,” Booker said. “Understanding how PHP, JavaScript, and Backbone (among other things) work is essential to be able to properly debug problems with WordPress. The JS framework chosen for Gutenberg is going to impact a great many people, even if we are not core contributors. It will be essential knowledge to be able to fully troubleshoot issues. This is a decision which will impact far more people than just the Gutenberg team.”</p>\n<h3>What are the implications of providing a flexible, framework-agnostic approach to building Gutenblocks?</h3>\n<p>Jason Bahl asked if anyone has tried mixing React, Preact, Vue, and Angular in a single app to see if it is “a recipe for a performance nightmare.” He posed an example scenario wherein Gravity Forms builds Vue-based Gutenblocks, Yoast has React-based blocks, WooCommerce builds blocks with Preact, and another plugin uses Ember.</p>\n<p>“It sounds kind of nice to be flexible and allow folks to use whatever but also like it could lead to a lot of division on best practices, and potentially performance issues,” Bahl said. “We’ll see tutorials pop up for how to build Gutenblocks in Vue, React, Preact, Ember, Vanilla JS, etc., which would be cool to see, but also confusing and potentially cause further divide in the community and accepted best practices. Flexibility is nice to a degree, but a strong opinion at some level is also good.”</p>\n<p>Carl Hancock, co-founder of Gravity Forms, contends that offering a framework-agnostic approach to building Gutenblocks will have little influence on developers who are extending the project. The decision cannot be made less critical by offering more flexibility, because developers will inevitably adopt whatever WordPress core uses.</p>\n<p>“People are going to end up adopting whatever core uses for the most part despite the rainbows and butterflies some are claiming as it relates to creating an abstraction layer so plugin/theme developers can use whatever they want,” Hancock said. “Which means however complex that core framework ends up being will have a direct impact on the barrier to entry for plugin and theme developers. That barrier to entry has been historically low to date and a direct contributor to the growth of WordPress as a self-hosted CMS. Dramatically raising that barrier to entry isn’t necessarily a bad thing. For example, Gravity Forms will use Preact, Vue, whatever, because we have the manpower and skillset to do so when we can finally decide to do so once core makes it’s decision.”</p>\n<h3>WordPress’ Opportunity to Advance the Web</h3>\n<p>WordPress currently powers 28% of all websites, according to <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\" rel=\"noopener\" target=\"_blank\">W3 Techs</a>, and whatever framework it chooses will make a major impact on which library many developers decide to learn in order to extend the software and advance their careers.</p>\n<p>Matías Ventura, one of the technical leads on the Gutenberg project, encouraged participants in the discussion to look at the bigger picture and embrace the opportunity to work together and collaborate on a solution for WordPress that will advance the web. The team’s efforts to collaborate with representatives from competing frameworks stands apart in an ecosystem that is generally fragmented and fractious.</p>\n<p>“I’m excited about the opportunity we have to advance web development in terms of JavaScript UI representation, in a similar way to how WordPress was a driving force for web standards during the past decade,” Ventura said. “That’s also where I see us having a responsibility as a project, as people will continue to learn web development through WP. Many people have been introduced to PHP through WordPress, originally just interacting with WP functions and APIs, eventually diving a bit more deeply into the language as needed. I do see our core remaining close to JS the language, as that gives the most meaningful tool to learn, spanning across all frameworks and libraries.”</p>\n<p>Ventura assured participants in the ongoing discussion that the Gutenberg team is listening and working towards a solution that will push the web forward.</p>\n<p>“We are absolutely aware that how we build and what we offer through Gutenberg is going to affect the dev community and we are not taking this lightly—quite the opposite,” Ventura said. “I’ve been talking with Evan (Vue) and Jason (Preact) because rather than having a ‘choose your framework’ contest, this seems an opportunity to collaborate and push the web forwards.”</p>\";s: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, 22 Sep 2017 22:26:59 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:44;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: DonateWC Reaches Fundraising Goal\";s: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:29:\"https://wptavern.com/?p=75001\";s: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:54:\"https://wptavern.com/donatewc-reaches-fundraising-goal\";s: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:1702:\"<p><a href=\"https://donatewc.org/\">DonateWC</a>, <a href=\"https://wptavern.com/donatewc-aims-to-provide-travel-sponsorships-to-attend-large-wordcamps\">an initiative</a> focused on providing less fortunate people an opportunity to attend large WordCamps has <a href=\"https://donatewc.org/news/surprise-our-goal-is-fully-funded/\">reached its fundraising goal</a> of 1,000€. Ines van Essen expressed gratitude and appreciation for the donations. “The responses and feedback that have come in during the past week have been overwhelming,” She said.</p>\n<p>“I can’t believe we can already move to legalizing things and actually getting things done. Lesson learned: do not spend two years thinking about something you could maybe do at some point in the future. The time is now, and it’s time to change some lives.”</p>\n<img />DonateWC Reaches Fundraising Goal\n<p>Essen confirmed that Automattic is not affiliated with the initiative although quite a few of her colleagues are supportive of the idea. “Everyone can do something to help another community member,” She said. “Whether that’s buying someone a meal, sharing a ride, or even sharing a room. DonateWC is a big picture thing, but there’s so many other things you can do to help under privileged groups.”</p>\n<p>Essen hopes to have the non-profit and other legal aspects of the project taken care of in time to sponsor at least one person to WordCamp US. Part of the funds will be used to pay someone to design a logo and for social media marketing. If you’re interested in helping out with the project, please <a href=\"https://donatewc.org/get-in-touch/\">get in touch.</a></p>\";s: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, 22 Sep 2017 00:13:59 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:45;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordCamp for Publishers Videos Now Available on YouTube\";s: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:29:\"https://wptavern.com/?p=74871\";s: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:76:\"https://wptavern.com/wordcamp-for-publishers-videos-now-available-on-youtube\";s: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:2772:\"<p><a href=\"https://2017-denver.journalist.wordcamp.org\" rel=\"noopener\" target=\"_blank\">WordCamp for Publishers</a>, held last month at The Denver Post building, was the first niche WordCamp to be focused around a specific industry. The event was designed for people who use WordPress to manage publications and also to encourage collaboration among project maintainers who build open source tools for publishers.</p>\n<p>In addition to hands-on technical workshops, the <a href=\"https://2017-denver.journalist.wordcamp.org/schedule/\" rel=\"noopener\" target=\"_blank\">schedule</a> included a variety of publishing-related topics, such as monetization, content distribution, newsletter tools, and print and digital workflows.</p>\n<p>“The schedule prompted a great deal of learning and discussion that extended well beyond the content typically found at a regional WordCamp,” attendee Maura Teal <a href=\"https://mlteal.com/2017/08/wordcamp-publishers-denver/\" rel=\"noopener\" target=\"_blank\">said</a>. “One of the best aspects of this conference was chatting with other developers and leaders involved in media on the web. There were multiple sessions and hallway discussions that brought intriguing solutions to the table. My primary takeaway was that there certainly needs to be more WordCamps of this kind – that is, focused on a niche but still rooted in community.”</p>\n<p>The unique format of the event offered more small group opportunities than a traditional WordCamp does for learning, asking questions, and collaborating around tools and strategies that directly relate to publishers.</p>\n<p>“WordCamp for Publishers was not your average or typical WordCamp,” attendee Dwayne McDaniel <a href=\"https://www.mcdwayne.com/2017/08/21/wordcamp-for-publishers/\" rel=\"noopener\" target=\"_blank\">said</a>. “It felt a lot more like WPCampus insofar as the general mood and feeling I got from the participants. Getting to see folks from competing media companies openly discussing how to solve their common challenges, I learned a whole lot and I am grateful to have had the chance to learn about the publishing space.”</p>\n<p>Videos for all of the sessions held in the auditorium are now available in a <a href=\"https://www.youtube.com/playlist?list=PLp4P7UHKK-kC1CGF3LDtfPDwtLEzDKiP9\" rel=\"noopener\" target=\"_blank\">YouTube playlist</a>. They will also be uploaded to WordPress.tv in the near future. Organizer Steph Yiu said the event was so successful that they are already planning next year’s conference. Anyone interested in volunteering or donating a venue can <a href=\"https://vip.wordpress.com/2017/09/01/wordcamp-for-publishers/\" rel=\"noopener\" target=\"_blank\">get in touch</a> with the organizing team.</p>\";s: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, 21 Sep 2017 18:53: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:46;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: Apply Filters Podcast to be Retired after 83 Episodes\";s: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:29:\"https://wptavern.com/?p=74948\";s: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:\"https://wptavern.com/apply-filters-podcast-to-be-retired-after-83-episodes\";s: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:2025:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/apply-filters.png?ssl=1\"><img /></a></p>\n<p><a href=\"http://bradt.ca/\" rel=\"noopener\" target=\"_blank\">Brad Touesnard</a> and <a href=\"http://pippinsplugins.com/\" rel=\"noopener\" target=\"_blank\">Pippin Williamson</a> are retiring from podcasting. Their bi-weekly show <a href=\"http://applyfilters.fm/\" rel=\"noopener\" target=\"_blank\">Apply Filters</a>, a favorite podcast among WordPress developers, will go off the air after publishing its 83rd episode. The hosts have not yet revealed why they are retiring but plan to share more details in the final episode.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">We’ll answer that next week during the episode! :)</p>\n<p>— Apply Filters (@applyfilters) <a href=\"https://twitter.com/applyfilters/status/910593317179555840\">September 20, 2017</a></p></blockquote>\n<p></p>\n<p>Apply Filters focused primarily on development and technical topics but also provided a wealth of information on business models, pricing, and marketing in the WordPress product ecosystem. The first episode aired August 15, 2013, just after the Heartbeat API was introduced in WordPress 3.6.</p>\n<p>The show’s imminent retirement was announced on Twitter today to the disappointment of its many loyal fans. According to the information available on the sponsors page, each episode was receiving more than 2,000 downloads in the first three months after publishing. Roughly 54% of the audience identified as developers.</p>\n<p>During the past six months, the frequency of the episodes had slowed to once per month. I wouldn’t be surprised if the hosts became too busy to keep up with the show, as they both lead successful WordPress product businesses. Touesnard and Williamson plan to record one final mailbag episode before retiring the show indefinitely and are inviting listeners to <a href=\"http://applyfilters.fm/submit-topic-idea/\" rel=\"noopener\" target=\"_blank\">send in any last questions</a>.</p>\";s: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, 21 Sep 2017 03:54:13 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:47;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: New Core Gallery Widget Targeted for WordPress 4.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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74896\";s: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:71:\"https://wptavern.com/new-core-gallery-widget-targeted-for-wordpress-4-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3816:\"<p>The <a href=\"https://wordpress.org/plugins/wp-core-media-widgets/\" rel=\"noopener\" target=\"_blank\">Core Media Widgets</a> feature plugin introduced a gallery widget in the 0.2.0 release this week. WordPress 4.8 added the new audio, image, and video widgets from this feature plugin. The gallery widget is targeted for merge into the upcoming WordPress 4.9 release.</p>\n<p>In testing the new feature I found it to be a simple, straightforward implementation of a gallery widget that could easily replace many plugins that are currently filling this need for users. The option to edit or replace a gallery is immediately available and users can easily rearrange or randomize the images included.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/core-gallery-widget.png?ssl=1\"><img /></a></p>\n<p>On the frontend the gallery displays neatly in a thumbnail grid. I was able to change the number of columns while editing the gallery, but the preview in the admin did not match the the way the gallery looks on the frontend. The number of columns is correct on the frontend but not in the admin preview. This might cause some confusion for users if it isn’t fixed before landing in core. Contributors to the plugin are looking at this <a href=\"https://github.com/xwp/wp-core-media-widgets/issues/190#issuecomment-331011895\" rel=\"noopener\" target=\"_blank\">issue</a>.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-20-at-3.16.22-PM-e1505938641908.png?ssl=1\"><img /></a></p>\n<p>Overall, the implementation is user-friendly and similar to adding galleries in posts and pages. However, the widget could still use some testing, especially with different plugins installed. For example, with Jetpack enabled, users can choose between a thumbnail and a slideshow gallery, but the slideshow option doesn’t seem to work correctly in the widget. WordPress.org has <a href=\"https://wordpress.org/plugins/search/gallery+widget/\" rel=\"noopener\" target=\"_blank\">several hundred plugins</a> that implement some sort of gallery widget and these plugin authors will want to test the new core widget.</p>\n<p>Theme authors will also need to test how the core gallery widget interacts with their themes. After testing the gallery widget with several popular WordPress.org themes, I found that many display the thumbnails with unsightly outlines and unpredictable spacing between images.</p>\n<p>Weston Ruter, who authored the <a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\" rel=\"noopener\" target=\"_blank\">dev note post</a> when the previous media widgets were introduced in 4.8, said that the paragraph regarding default theme updates is still applicable:</p>\n<blockquote><p>Themes that add custom styles to the MediaElement.js player (namely Twenty Thirteen and Twenty Fourteen) were updated from just styling it within syndicated content, to also include instances within widgets. Most themes don’t restrict styles for captioned images or media players to just post content, that is, limit CSS selectors to classes output by post_class(). If your theme does, make sure to either remove that constraint or include a .widget selector.</p></blockquote>\n<p>Ruter said another dev note will be coming with common theme changes that are required to add the right styling for galleries. Users and theme/plugin developers can test the gallery widget right now on 4.8.2 or 4.9-alpha using the <a href=\"https://wordpress.org/plugins/wp-core-media-widgets/\" rel=\"noopener\" target=\"_blank\">Core Media Widgets</a> plugin. Once the widget is added to WordPress, it will be deactivated in the feature plugin for future releases. Contributors plan to merge the new widget into core next week, provided testing goes well.</p>\";s: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, 21 Sep 2017 00:35:01 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:48;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WPWeekly Episode 288 – No React.js Framework for Gutenberg\";s: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:58:\"https://wptavern.com?p=74933&preview=true&preview_id=74933\";s: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:77:\"https://wptavern.com/wpweekly-episode-288-no-react-js-framework-for-gutenberg\";s: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:3046:\"<p>While I was supposed to be on vacation last week, I instead had surgery for a broken ankle. Tune in to hear the hilarious explanation on how I broke it. The lesson I learned is to not chase animals out of the yard.</p>\n<p><a href=\"https://jjj.blog/\">John James Jacoby</a> and I discuss the news of the week, including a major decision where Gutenberg will not be written in React due to a patent clause in its license. Other topics include, blind speaker selection for WordCamp US, <a href=\"https://jjj.blog/2017/09/turbo-boost-for-bbpress-2-6/\">bbPress performance improvements</a>, and our picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/equifax-launches-wordpress-powered-site-for-consumers-affected-by-security-breach\">Equifax Launches WordPress-Powered Site for Consumers Affected by Security Breach</a><br />\n<a href=\"https://wptavern.com/swfupload-will-officially-be-removed-from-wordpress\">SWFUpload Will Officially Be Removed From WordPress</a><br />\n<a href=\"https://wptavern.com/wordpress-org-adds-new-support-rep-role-for-plugin-pages\">WordPress.org Adds New Support Rep Role for Plugin Pages</a><br />\n<a href=\"https://wptavern.com/display-widgets-plugin-permanently-removed-from-wordpress-org-due-to-malicious-code\">Display Widgets Plugin Permanently Removed from WordPress.org Due to Malicious Code</a><br />\n<a href=\"https://wptavern.com/wordpress-abandons-react-due-to-patents-clause-gutenberg-to-be-rewritten-with-a-different-library\">WordPress Abandons React due to Patents Clause, Gutenberg to be Rewritten with a Different Library</a><br />\n<a href=\"https://wptavern.com/donatewc-aims-to-provide-travel-sponsorships-to-attend-large-wordcamps\">DonateWC Aims to Provide Travel Sponsorships to Attend Large WordCamps</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wptranslationday.org/\">WordPress Global Translation day</a> is next Saturday, September 30th. Twenty-four hours dedicated to translating the WordPress ecosystem through sessions, training marathons, and local events.</p>\n<p><a href=\"https://local.getflywheel.com\">Local by Flywheel</a> is software that easily creates a local environment for WordPress development.</p>\n<p>From the folks behind GiveWP, <a href=\"https://givewp.com/give-live/\">Give Live</a> is a series of webinars for the community.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, September 27th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #288:</strong><br />\n</p>\";s: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 Sep 2017 22:13: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:49;a:6:{s:4:\"data\";s:13:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"HeroPress: What I Do Does Not Define Who I Am\";s: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:56:\"https://heropress.com/?post_type=heropress-essays&p=2109\";s: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:142:\"https://heropress.com/essays/what-i-do-does-not-define-who-i-am/#utm_source=rss&utm_medium=rss&utm_campaign=what-i-do-does-not-define-who-i-am\";s: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:13146:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/09/092017-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I became completely inspired by the mission of WordPress. I had become a part of something bigger than myself.\" /><p>The first time I ever made a WordPress site, I got 180,000 views in 2 days, 253 comments, and (give or take) 7 death threats.</p>\n<p>It was 2014 and I was working on an MBA at Florida State University during the peak of the Jameis Winston controversy, where a football quarterback was accused of rape and protected from prosecution by the university and local police. I had used WordPress before, but not a lot. But, in true democratizing publishing, giving a voice to the voiceless fashion, when I had something I wanted to say, I knew just the thing to get it out there with minimal know-how: a free, single page WordPress.com site.</p>\n<p>I had just returned to Florida from a summer in New York City. To my amazement, I got the life-changing opportunity, paid for by the university’s College of Social Sciences paid, to go up there for a summer of exploration in the social entrepreneurship and technology circles after pitching Florida State on a concept for financial education.</p>\n<h3>Beginning the Journey</h3>\n<p>I had become interested in financial education around the age of 16, when my family became homeless for a month. My mom hadn’t been able to make the rent, so we got kicked out, and then couldn’t find an apartment easily due to my mom’s lack of credit. Later, I started working at a major commercial bank and met hundreds, if not thousands, of people in similar situations (and saw the ways in which major commercial banks don’t help these people, but that’s a different conversation).</p>\n<p>Imagine having been homeless at 16. Then, 6 years later, you’re attending graduate school, funded by the university, and that same university also paid for you to live in the country’s most expensive place for 3 months so that you could learn about executing your ideas on how to make a positive difference through technology entrepreneurship.</p>\n<p>You would probably be overcome with gratefulness. But you would also likely be extremely protective of the people making such a thing possible.</p>\n<p>Now imagine, that while Florida State University’s programs making such an impact on you, a football player’s actions are driving the narrative of this place you want to be proud of.</p>\n<blockquote><p>Imagine me, telling the story I just told you, and watching people connect the dots between what institution was making all of this possible for me, and what they had heard of it. “Oh, my God, with the quarterback that raped that girl?” they would say.</p></blockquote>\n<p>I would link you to the page I created, but quite honestly, it wasn’t a lot more than a profanity-laden rant (of admittedly epic proportions). But, it got a reaction: she needs to shut the f**k up. She’s completely right. She’s an “attention-seeking whore!”. She’s the story we should be focusing on. She’s just upset her Kickstarter campaign failed.</p>\n<p>There it was: WordPress had amplified my voice, and everyone else’s, too.</p>\n<h3>Finding WordPress Business</h3>\n<p>Today, I’m the lesser-known half of Caldera Labs, makers of Caldera Forms, a top drag-and-drop form building plugin for WordPress. A few weeks ago, we got a one-star review on WordPress.org that called me out by name: “their team is useless, especially Christie Chirinos.” I received caring notes from several seasoned WordPress product developers, reassuring me that these things happen and I ought to not take it personally. “It’s not the first time someone’s been mean to me on the internet, and it probably won’t be the last,” I wrote in a Slack DM to my incredible business partner, the part of Caldera Labs you probably know, Josh Pollock. Josh laughed.</p>\n<p>My road from single-page rants on WordPress.com to WordPress product leadership was actually pretty straightforward, although certainly wrapped in incredible fortune. I kept up that blog for a few months at the request of some of those 253 people (and the dismay of some others). Eventually it was forgotten for my financial education project’s website, which went from Wix to self-hosted WordPress.</p>\n<p>Some months of working on that site made me acutely aware that if I wanted to execute more of my ideas, I should learn more code. I started learning JavaScript and PHP. I met Josh somewhere around that time. He liked my WordPress.com story, and encouraged me to keep learning, while picking my brain on what my almost-finished MBA thought about Caldera Forms.</p>\n<p>A professor asked me if I would work on his academic WordPress website for a fee. I was a broke graduate student, so I said yes. Suddenly I had clients. When I graduated, Josh approached me with a proposal to join him in business. I said yes, but my only condition is that I’m moving back to New York City. Josh said, remote work is the norm.</p>\n<p><img class=\"aligncenter size-large wp-image-2118\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/09/screen_shot_2017-09-19_at_8.26.20_pm-1024x374.png\" alt=\"Screen shot of Caldera website\" width=\"960\" height=\"351\" /></p>\n<p> </p>\n<p>Despite the quote-unquote “formal business education,” I was flabbergasted when the full weight of what a WordPress product business entailed hit me. I didn’t understand the community. I didn’t understand the niche’s culture. Much of what I learned were business norms, were completely non-existent in WordPress. I communicated all of this to Josh.</p>\n<blockquote><p>“I have no idea what I’m doing.”</p>\n<p>“Of course you don’t, you’ve never done this before.”</p>\n<p>He introduced me to the extensive library of talks on WordPress TV on imposter syndrome.</p></blockquote>\n<h3>Diving Into WordCamp</h3>\n<p>For me, it clicked at the inaugural WordCamp US. I showed up to the event looking like a deer caught in the headlights and was welcomed with open arms. I got to put faces to all of the names I had learned in the last half-year, and surprise: they were nice. They were welcoming. They were understanding.</p>\n<p>I scoffed at the idea that I would have anything to contribute on Contributor Day, and then found out that the polyglots team could totally use an immigrant that speaks 4 languages. More importantly, I became completely inspired by the mission of WordPress. I realized that, by total accident (or perhaps completely on purpose), I had become a part of something bigger than myself. I had to stick with it, no matter how hard it was.</p>\n<p>In the year after that, I also began to find a small niche for myself. I became “the girl with the MBA,” smart, young, and clearly lucky. “There’s not a lot of people in the space with your background,” said the host interviewing me on a WordPress podcast. Meanwhile, I’m thinking to myself, “oh my god. I don’t even understand why you invited me. I’m very grateful, but I also really don’t know that much about business. Didn’t you notice? Didn’t anyone tell you?”</p>\n<p>Move forward a year, and results started rolling in. I spoke at 4 WordCamps and many other shows. Josh published his 2016 Year In Review, where he outlined the explosive growth that Caldera Forms experienced at the end of the year and acknowledged the benefit of having partnered with me. He doesn’t know this, but I cried when I read that (now he knows).</p>\n<blockquote><p>It was surreal: the unlikely thing that we set out to do was working.</p></blockquote>\n<p>This year, 2017, has consisted of taking on the next step in that process: teaching myself how to turn all of those thoughts on their heads. I have had to unlearn “why me?” and internalize “why not me?”, and most importantly, practice differentiating the story that I tell myself about myself versus the evidence-based reality.</p>\n<h3>Self Discovery</h3>\n<p>A crucial part of this stage has been learning that what I do does not define who I am. That’s a tired joke where I live. The joke goes that you can go to any bar, and participate in the same script: what’s your name? What do you do? “I’m Christie, and I’m a partner and the business manager at a commercial WordPress plugin shop, Caldera Labs” is a story, and it immediately sparks self-doubt. That isn’t an answer that describes an evidence-based reality, it is an answer that describes a story, and stories by definition require effort to be believed.</p>\n<blockquote><p>Who I am, I am learning, is the collection of my experiences, which then drive my priorities in how I do what I do, which is business.</p></blockquote>\n<p>In that podcast interview, I wasn’t told “there aren’t many business managers in the space.” I was told that there weren’t a lot of people with my background in the space. It’s the collection of my stories – of immigration, difficult childhoods, arguments in business school classrooms and accidentally viral WordPress websites, that perfectly positioned me to do what I’m doing right now.</p>\n<p>The main reason I wanted to write for HeroPress when Topher offered was to take these thoughts out of my story. The more I grow into this role, the more I’m learning that this is especially common with people like me.</p>\n<p>Research is being conducted more and more every day seeking to discover why we don’t become entrepreneurs who fearlessly pursue happiness and high-risk, high-reward situations (the common trope being that privilege is being told to strive to be anything one wants to be, while others are told to strive for an escape from instability).</p>\n<blockquote><p>Most of it boils down to the idea that many minorities, women, immigrants, people from low-income households – take your pick – have convinced themselves of a story that does not, in fact, reflect the reality of their possibilities.</p></blockquote>\n<p>It’s a shame, because there’s almost as much research that demonstrates that businesses with diverse leadership teams outperform homogeneous teams almost every single time.</p>\n<p>Let’s start talking about this, even if this isn’t something that directly relates to you. Because, if that is the case, chances are that this is a topic that relates to someone you know. Diversity of thought is an important part of our WordPress community narrative. If you are not the person who must assess replacing a story with an evidence-based reality, you may be someone who is positioned to engage in powerful actions to promote diversity of thought, like encouraging someone else to challenge the stories they tell themselves and the stories they tell others about themselves. “I’m Christie, and I lead all of the business development and marketing for a commercial WordPress plugin shop, Caldera Labs” sounds a lot better.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: What I Do Does Not Define Who I Am\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=What%20I%20Do%20Does%20Not%20Define%20Who%20I%20Am&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwhat-i-do-does-not-define-who-i-am%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: What I Do Does Not Define Who I Am\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwhat-i-do-does-not-define-who-i-am%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwhat-i-do-does-not-define-who-i-am%2F&title=What+I+Do+Does+Not+Define+Who+I+Am\" rel=\"nofollow\" target=\"_blank\" title=\"Share: What I Do Does Not Define Who I Am\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/what-i-do-does-not-define-who-i-am/&media=https://heropress.com/wp-content/uploads/2018/09/092017-150x150.jpg&description=What I Do Does Not Define Who I Am\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: What I Do Does Not Define Who I Am\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/what-i-do-does-not-define-who-i-am/\" title=\"What I Do Does Not Define Who I Am\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/what-i-do-does-not-define-who-i-am/\">What I Do Does Not Define Who I Am</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s: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 Sep 2017 12:00:59 +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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christie Chirinos\";s: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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 17 Oct 2017 06:51:44 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 17 Oct 2017 06:45:09 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(88336,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1508266305','no'),(88337,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1508223105','no'),(88338,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1508266306','no'),(88339,'_transient_feed_b9388c83948825c1edaef0d856b7b109','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:49:\"\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:29:\"Popular — WordPress 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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wordpress.org/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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Plugins extend and expand the functionality of 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, 17 Oct 2017 06:36:15 +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:40:\"https://wordpress.org/?v=4.9-beta2-41860\";s: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:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/contact-form-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:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/contact-form-7/#respond\";s: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, 02 Aug 2007 12:43: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins-wp/contact-form-7/\";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:54:\"Just another contact form plugin. Simple but flexible.\";s: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:16:\"Takayuki Miyoshi\";s: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:5872:\"<p><!--section=description--></p>\n<p>Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>\n<h4>Docs & Support</h4>\n<p>You can find <a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">docs</a>, <a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a> and more detailed information about Contact Form 7 on <a href=\"https://contactform7.com/\" rel=\"nofollow\">contactform7.com</a>. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the <a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">support forum</a> on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it.</p>\n<h4>Contact Form 7 Needs Your Support</h4>\n<p>It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider <a href=\"https://contactform7.com/donate/\" rel=\"nofollow\"><strong>making a donation</strong></a>. Your donation will help encourage and support the plugin’s continued development and better user support.</p>\n<h4>Recommended Plugins</h4>\n<p>The following plugins are recommended for Contact Form 7 users:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/flamingo/\">Flamingo</a> by Takayuki Miyoshi – With Flamingo, you can save submitted messages via contact forms in the database.</li>\n<li><a href=\"https://wordpress.org/plugins/postman-smtp/\">Postman</a> by<br />\nJason Hendriks – Postman is a next-generation SMTP Mailer, software that assists in the delivery of email generated by your WordPress site.</li>\n<li><a href=\"https://wordpress.org/plugins/bogo/\">Bogo</a> by Takayuki Miyoshi – Bogo is a straight-forward multilingual plugin that doesn’t cause headaches.</li>\n</ul>\n<h4>Translations</h4>\n<p>You can <a href=\"https://contactform7.com/translating-contact-form-7/\" rel=\"nofollow\">translate Contact Form 7</a> on <a href=\"https://translate.wordpress.org/projects/wp-plugins/contact-form-7\" rel=\"nofollow\"><strong>translate.wordpress.org</strong></a>.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n</ol>\n<p>You will find ‘Contact’ menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n<p><!--section=faq--></p>\n<p>Do you have questions or issues with Contact Form 7? Use these support channels appropriately.</p>\n<ol>\n<li><a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">Docs</a></li>\n<li><a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">Support Forum</a></li>\n</ol>\n<p><a href=\"https://contactform7.com/support/\" rel=\"nofollow\">Support</a></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n</ol>\n<p>You will find ‘Contact’ menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>For more information, see <a href=\"https://contactform7.com/category/releases/\" rel=\"nofollow\">Releases</a>.</p>\n<h4>4.9</h4>\n<ul>\n<li>Supports subscribers_only setting</li>\n<li>Changes the default value of WPCF7_VERIFY_NONCE to false</li>\n<li>WPCF7_FormTagsManager::collect_tag_types() supports invert option</li>\n<li>New filter hooks: wpcf7_verify_nonce, wpcf7_subscribers_only_notice, wpcf7_remote_ip_addr, and wpcf7_submission_is_blacklisted</li>\n<li>Fixed: Form-tag’s tabindex option did not accept 0 or negative integer values</li>\n<li>Shows a validation error when no option in a radio buttons group is checked</li>\n<li>Config validator: Adds a validation rule against the use of deprecated settings (on_sent_ok and on_submit)</li>\n<li>Allows to pass the skip_mail option through the WPCF7_ContactForm::submit() and WPCF7_Submission::get_instance() function parameters.</li>\n<li>Triggers wpcf7beforesubmit custom DOM event. You can manipulate the formData object through an event handler.</li>\n</ul>\n<h4>4.8.1</h4>\n<ul>\n<li>wpcf7.initForm JavaScript function added to isolate form initialization process.</li>\n<li>Fix response message duplication caused by repeated click on submit button.</li>\n<li>Clear $phpmailer->AltBody to avoid unintended inheritance from previous wp_mail() calls.</li>\n<li>Fix incorrect character count of textarea input.</li>\n<li>Akismet: Exclude the comment_author, comment_author_email, and comment_author_url values from the comment_content value.</li>\n<li>REST API: More reliable approach to build route URLs.</li>\n<li>Include free_text inputs into event.detail.inputs.</li>\n</ul>\n<h4>4.8</h4>\n<ul>\n<li>Stopped using jquery.form.js.</li>\n<li>Added custom REST API endpoints for Ajax form submissions.</li>\n<li>WPCF7_FormTag class implements ArrayAccess interface.</li>\n<li>WPCF7_FormTagsManager::filter() filters form-tags based on features they support.</li>\n<li>New form-tag features: do-not-store, display-block, and display-hidden</li>\n<li>Removed inappropriate content from h1 headings.</li>\n<li>Added the support of size:invisible option to the reCAPTCHA form-tag.</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:50:\"https://wordpress.org/plugins/contact-form-7/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:30:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast 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:44:\"https://wordpress.org/plugins/wordpress-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Oct 2010 20:55: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins-wp/wordpress-seo/\";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:103:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using…\";s: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:\"Joost de Valk\";s: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:17685:\"<p><!--section=description--></p>\n<p>WordPress out of the box is already technically quite a good platform for SEO. This was true when Joost wrote his original <a href=\"https://yoast.com/articles/wordpress-seo/\" rel=\"nofollow\">WordPress SEO</a> article in 2008 (updated every few months) and it’s still true today, but that doesn’t mean you can’t improve it further! This plugin is written from the ground up by Joost de Valk and his team at <a href=\"https://yoast.com/\" rel=\"nofollow\">Yoast</a> to improve your site’s SEO on <em>all</em> needed aspects. While this <a href=\"https://yoast.com/wordpress/plugins/seo/\" rel=\"nofollow\">Yoast SEO plugin</a> goes the extra mile to take care of all the technical optimization, more on that below, it first and foremost helps you write better content. Yoast SEO forces you to choose a focus keyword when you’re writing your articles, and then makes sure you use that focus keyword everywhere.</p>\n<blockquote>\n<p><strong>Premium Support</strong><br />\n The Yoast team does not always provide active support for the Yoast SEO plugin on the WordPress.org forums. One-on-one email support is available to people who bought the <a href=\"https://yoast.com/wordpress/plugins/seo-premium/\" rel=\"nofollow\">Premium Yoast SEO plugin</a> only.<br />\n Note that the Premium SEO plugin has several extra features too, including the option to have multiple focus keywords and a redirect manager, so it might be well worth your investment!</p>\n<p>You should also check out the <a href=\"https://yoast.com/wordpress/plugins/local-seo/\" rel=\"nofollow\">Yoast Local SEO</a>, <a href=\"https://yoast.com/wordpress/plugins/news-seo/\" rel=\"nofollow\">Yoast News SEO</a> and <a href=\"https://yoast.com/wordpress/plugins/video-seo/\" rel=\"nofollow\">Yoast Video SEO</a> extensions to Yoast SEO. These of course come with support too.</p>\n<p><strong>Bug Reports</strong><br />\n Bug reports for Yoast SEO are <a href=\"https://github.com/Yoast/wordpress-seo\" rel=\"nofollow\">welcomed on GitHub</a>. Please note GitHub is <em>not</em> a support forum, and issues that aren’t properly qualified as bugs will be closed.</p>\n</blockquote>\n<h4>Write better content with Yoast SEO</h4>\n<p>Using the snippet preview, you can see a rendering of what your post or page will look like in the search results, whether your title is too long or too short, and whether your meta description makes sense in the context of a search result. This way the plugin will help you not only increase rankings but also increase the click through rate for organic search results.</p>\n<h4>Page Analysis</h4>\n<p>The Yoast SEO plugins <a href=\"https://yoast.com/content-seo-wordpress-linkdex/\" rel=\"nofollow\">Page Analysis</a> functionality checks simple things you’re bound to forget. It checks, for instance, if you have images in your post and whether they have an alt tag containing the focus keyword for that post. It also checks whether your posts are long enough, whether you’ve written a meta description and if that meta description contains your focus keyword, if you’ve used any subheadings within your post, etc. etc.</p>\n<p>The plugin also allows you to write meta titles and descriptions for all your category, tag and custom taxonomy archives, giving you the option to further optimize those pages.</p>\n<p>Combined, this plugin makes sure that your content is the type of content search engines will love!</p>\n<h4>Technical WordPress Search Engine Optimization</h4>\n<p>While out of the box WordPress is pretty good for SEO, it needs some tweaks here and there. This Yoast SEO plugin guides you through some of the settings needed, for instance by reminding you to enable pretty permalinks. But it also goes beyond that, by automatically optimizing and inserting the meta tags and link elements that Google and other search engines like so much:</p>\n<h4>Meta & Link Elements</h4>\n<p>With the Yoast SEO plugin you can control which pages Google shows in its search results and which pages it doesn’t show. By default, it will tell search engines to index all of your pages, including category and tag archives, but to only show the first pages in the search results. It’s not very useful for a user to end up on the third page of your “personal” category, right?</p>\n<p>WordPress itself only shows canonical link elements on single pages, but Yoast SEO makes it output canonical link elements everywhere. Google has recently announced they would also use <code>rel=\"next\"</code> and <code>rel=\"prev\"</code> link elements in the <code>head</code> section of your paginated archives. This plugin adds those automatically. See <a href=\"https://yoast.com/rel-next-prev-paginated-archives/\" rel=\"nofollow\">this post</a> for more info.</p>\n<h4>XML Sitemaps</h4>\n<p>The Yoast SEO plugin has the most advanced XML Sitemaps functionality in any WordPress plugin. Once you check the box, it automatically creates XML sitemaps and notifies Google & Bing of the sitemaps’ existence. These XML sitemaps include the images in your posts & pages too, so that your images may be found better in the search engines too.</p>\n<p>These XML Sitemaps will even work on large sites, because of how they’re created, using one index sitemap that links to sub-sitemaps for each 1,000 posts. They will also work with custom post types and custom taxonomies automatically, while giving you the option to remove those from the XML sitemap should you wish to.</p>\n<p>Because of using <a href=\"https://yoast.com/xsl-stylesheet-xml-sitemap/\" rel=\"nofollow\">XSL stylesheets for these XML Sitemaps</a>, the XML sitemaps are easily readable for the human eye too, so you can spot things that shouldn’t be in there.</p>\n<h4>RSS Optimization</h4>\n<p>Are you being outranked by scrapers? Instead of cursing at them, use them to your advantage! By automatically adding a link to your RSS feed pointing back to the original article, you’re telling the search engine where they should be looking for the original. This way, the Yoast SEO plugin increases your own chance of ranking for your chosen keywords and gets rid of scrapers in one go!</p>\n<h4>Breadcrumbs</h4>\n<p>If your theme is compatible, and themes based on for instance Genesis or by WooThemes often are, you can use the built-in Breadcrumbs functionality. This allows you to create an easy navigation that is great for both users and search engines, and will support the search engines in understanding the structure of your site.</p>\n<p>Making your theme compatible isn’t hard either, check <a href=\"https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/\" rel=\"nofollow\">these instructions</a>.</p>\n<h4>Edit your .htaccess and robots.txt file</h4>\n<p>Using the built-in file editor, you can edit your WordPress blog’s <code>.htaccess</code> and <code>robots.txt</code> file, giving you direct access to the two most powerful files, from an SEO perspective, in your WordPress install.</p>\n<h4>Social Integration</h4>\n<p>SEO and Social Media are heavily intertwined. That’s why this plugin also comes with a Facebook OpenGraph implementation and will soon also support Google+ sharing tags.</p>\n<h4>Multi-Site Compatible</h4>\n<p>The Yoast SEO plugin, unlike some others, is fully Multi-Site compatible. The XML Sitemaps work fine in all setups and you even have the option, in the Network settings, to copy the settings from one blog to another, or make blogs default to the settings for a specific blog.</p>\n<h4>Import & Export functionality</h4>\n<p>If you have multiple blogs, setting up plugins like this one on all of them might seem like a daunting task. Except that it’s not, because what you can do is simple: you set up the plugin once. You then export your settings and simply import them on all your other sites. It’s that simple!</p>\n<h4>Import functionality for other WordPress SEO plugins</h4>\n<p>If you’ve used All In One SEO Pack or HeadSpace2 before using this plugin, you might want to import all your old titles and descriptions. You can do that easily using the built-in import functionality. There’s also import functionality for some of the older Yoast plugins, like Robots Meta and RSS footer.</p>\n<p>Should you have a need to import from another SEO plugin to Yoast SEO, or from a theme like Genesis or Thesis, you can use the <a href=\"https://wordpress.org/extend/plugins/seo-data-transporter/\" rel=\"nofollow\">SEO Data Transporter</a> plugin, which will easily convert your SEO meta data from and to a whole set of plugins like Platinum SEO, SEO Ultimate, Greg’s High Performance SEO, and themes like Headway, Hybrid, WooFramework, Catalyst etc.</p>\n<p>Read <a href=\"https://yoast.com/all-in-one-seo-pack-migration/\" rel=\"nofollow\">this migration guide</a> if you still have questions about migrating from another SEO plugin to Yoast SEO.</p>\n<h4>Yoast SEO Plugin in your Language!</h4>\n<p>Currently a huge translation project is underway, translating Yoast SEO in as much as 24 languages. So far, the translations for French and Dutch are complete, but we still need help on a lot of other languages, so if you’re good at translating, please join us at <a href=\"http://translate.yoast.com\" rel=\"nofollow\">translate.yoast.com</a>.</p>\n<h4>News SEO</h4>\n<p>Be sure to also check out the premium <a href=\"https://yoast.com/wordpress/plugins/news-seo/\" rel=\"nofollow\">News SEO module</a> if you need Google News Sitemaps. It tightly integrates with Yoast SEO to give you the combined power of News Sitemaps and full Search Engine Optimization.</p>\n<h4>Further Reading</h4>\n<p>For more info, check out the following articles:</p>\n<ul>\n<li>The <a href=\"https://kb.yoast.com/kb/category/yoast-seo/\" rel=\"nofollow\">Yoast SEO Knowledgebase</a>.</li>\n<li><a href=\"https://yoast.com/articles/wordpress-seo/\" rel=\"nofollow\">WordPress SEO – The definitive Guide by Yoast</a>.</li>\n<li>Once you have great SEO, you’ll need the <a href=\"https://yoast.com/articles/wordpress-hosting/\" rel=\"nofollow\">best WordPress Hosting</a>.</li>\n<li>The <a href=\"https://yoast.com/wordpress/plugins/seo/\" rel=\"nofollow\">Yoast SEO Plugin</a> official homepage.</li>\n<li>Other <a href=\"https://yoast.com/wordpress/plugins/\" rel=\"nofollow\">WordPress Plugins</a> by the same team.</li>\n<li>Follow Yoast on <a href=\"https://facebook.com/yoast\" rel=\"nofollow\">Facebook</a> & <a href=\"http://twitter.com/yoast\" rel=\"nofollow\">Twitter</a>.</li>\n</ul>\n<h3>From within WordPress</h3>\n<ol>\n<li>Visit ‘Plugins > Add New’</li>\n<li>Search for ‘Yoast SEO’</li>\n<li>Activate Yoast SEO from your Plugins page.</li>\n<li>Go to “after activation” below.</li>\n</ol>\n<h3>Manually</h3>\n<ol>\n<li>Upload the <code>wordpress-seo</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the Yoast SEO plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to “after activation” below.</li>\n</ol>\n<h3>After activation</h3>\n<ol>\n<li>You should see (a notice to start) the Yoast SEO configuration wizard.</li>\n<li>Go through the configuration wizard and set up the plugin for your site.</li>\n<li>You’re done!</li>\n</ol>\n<p><!--section=faq--></p>\n<p>You’ll find answers to many of your questions on <a href=\"https://kb.yoast.com/kb/category/yoast-seo/\" rel=\"nofollow\">kb.yoast.com</a>.</p>\n<p><!--section=changelog--></p>\n<h4>5.6.1</h4>\n<p>Release Date: October 13th, 2017</p>\n<p>Bugfixes<br />\n * Fixes a bug where the SEO Manager role was not being able to save SEO settings.</p>\n<h4>5.6.0</h4>\n<p>Release Date: October 10th, 2017</p>\n<p>Enhancements<br />\n * Removes legacy license page and shows the new license page by default.<br />\n * Changes references from licenses to subscriptions and sites on the premium submenu page.<br />\n * Changes the appearance of the Help Center in line with our design approach.<br />\n * Introduces an explanation bar when the <code>Cornerstone content</code> filter is active.</p>\n<p>Bugfixes<br />\n * Fixes a bug where Hebrew slugs aren’t decoded on display in the bulk editor.<br />\n * Fixes a bug where the internal link count is not updated when there are no links to that page or post anymore.<br />\n * Fixes the <code>Cornerstone content</code> filter to behave consistently with existing WordPress filters.</p>\n<h4>5.5.1</h4>\n<p>Release Date: September 28th, 2017</p>\n<ul>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixes Snippet preview error when Yoast metabox has been removed.</li>\n</ul>\n</li>\n<li>\n<p>Changes</p>\n<ul>\n<li>Change Yoast Blog feed to new endpoint.</li>\n</ul>\n</li>\n</ul>\n<h4>5.5.0</h4>\n<p>Release Date: September 26th, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Updated the Dashboard Widget with a new design.</li>\n<li>Added additional explanations to the Configuration wizard.</li>\n<li>Added <code>contentinfo</code> landmark for assistive technologies to the Configuration wizard page.</li>\n<li>Introduces <code>wpseo_manager</code> and <code>wpseo_editor</code> roles.</li>\n<li>Introduces <code>wpseo_manage_options</code> capability to control which users have access to all SEO settings.</li>\n<li>Introduces <code>wpseo_edit_advanced_metadata</code> capability to control which users have access to the advanced SEO settings.</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixed a bug where certain options (<code>site_type</code>, <code>environment_type</code> and <code>has_multiple_authors</code>) would be reset to their default value whenever one of the feature toggles were changed.</li>\n<li>Ensured that <code>has_multiple_authors</code> gets validated.</li>\n</ul>\n</li>\n</ul>\n<p>= 5.4.2</p>\n<p>Release Date: September 21st, 2017</p>\n<ul>\n<li>Bugfixes\n<ul>\n<li>Replace unsupported query <code>prepare</code> placeholder <code>%1$d</code> with <code>%d</code> to fix broken queries. Fixes compatibility issue with WordPress 4.8.2.</li>\n</ul>\n</li>\n</ul>\n<p>= 5.4.1</p>\n<p>Release Date: September 20th, 2017</p>\n<ul>\n<li>Bugfixes\n<ul>\n<li>Replace unsupported query <code>prepare</code> placeholder <code>%1$s</code> with <code>%d</code> to fix broken queries. Fixes compatibility issue with WordPress 4.8.2.</li>\n</ul>\n</li>\n</ul>\n<h4>5.4.0</h4>\n<p>Release Date: September 6th, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Added a hook to disabled the twitter card. (Props: @petenelson)</li>\n</ul>\n</li>\n<li>\n<p>Performance</p>\n<ul>\n<li>Replaced the use of <code>get_posts</code> and <code>get_children</code> by <code>WP_Query</code>.</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Archive pages are excluded from the sitemap based on the noindex setting. (Props: @stodorovic)</li>\n<li>Prevent the throwing of an error when <code>wpseoPostScraperL10n</code> is not defined.</li>\n<li>Escapes all input when generating links for the RSS feed.</li>\n<li>Apply the <code>wp_get_attachment_url</code> filter to Sitemap images.</li>\n</ul>\n</li>\n</ul>\n<h4>5.3.3</h4>\n<p>Release Date: August 28th, 2017</p>\n<ul>\n<li>Bugfixes\n<ul>\n<li>Fixes a bug where table listings were not giving expected content, props <a href=\"https://github.com/kjohnson\" rel=\"nofollow\">Kyle B. Johnson</a>.</li>\n</ul>\n</li>\n</ul>\n<h4>5.3.2</h4>\n<p>Release Date: August 23rd, 2017</p>\n<ul>\n<li>Bugfixes\n<ul>\n<li>Fixes a bug where an invalid license notification could be shown in certain situations.</li>\n</ul>\n</li>\n</ul>\n<h4>5.3.1</h4>\n<p>Release Date: August 22nd, 2017</p>\n<ul>\n<li>Bugfixes\n<ul>\n<li>Fixes a bug where “mark as fixed” on the search console page didn’t work.</li>\n<li>Fixes a bug where the configuration wizard JavaScript file was too large.</li>\n</ul>\n</li>\n</ul>\n<h4>5.3.0</h4>\n<p>Release Date: August 22nd, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Adds missing I18n function call to make a string translatable</li>\n<li>Adds XML schema for image sitemap, props: <a href=\"https://github.com/stodorovic\" rel=\"nofollow\">stodorovic</a></li>\n<li>Adds schema.org meta-data on every page, instead of only on the homepage</li>\n<li>Adds the possibility to filter posts by readability score.</li>\n<li>Exposes tinyMCEHelper as window.YoastSEO.wp._tinyMCEHelper in JavaScript</li>\n<li>Exposes the ReplaceVar class in YoastReplaceVarPlugin as window.YoastReplaceVarPlugin.ReplaceVar in JavaScript</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Adds sanitization for the Twitter Image meta field</li>\n<li>Fixes use of <code>register_meta</code> for usage in WordPress 4.6 and higher</li>\n<li>Initialize the providers on hook <code>after_theme_setup</code> to make sure custom providers are added properly, props: <a href=\"https://github.com/stodorovic\" rel=\"nofollow\">stodorovic</a></li>\n<li>Changes the label of the “Bad” score to “Needs improvement” while filtering on SEO or readability scores.</li>\n</ul>\n</li>\n</ul>\n<h4>5.2.0</h4>\n<p>Release Date: August 8th, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Added wpseo_pre_adjacent_rel_links filter to bypass built-in rel prev/next functionality.</li>\n<li>Introduces classes to allow collecting data in the Premium plugin.</li>\n<li>Renamed OnPage.org to Ryte.</li>\n<li>Allow WordPress WHIP messages to be dismissed for a period of 4 weeks.</li>\n<li>Adds a filter for word combinations that consist of a single one-character word.</li>\n<li>Adds aria-current to the onboarding wizard active step.</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Removes JQMIGRATE JavaScript warnings.</li>\n</ul>\n</li>\n</ul>\n<h4>Earlier versions</h4>\n<p>For the changelog of earlier versions, please refer to the separate changelog.txt file.</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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s: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:38:\"https://wordpress.org/plugins/akismet/\";s: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:47:\"https://wordpress.org/plugins/akismet/#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, 20 Oct 2005 08:57: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins-wp/akismet/\";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:103:\"Akismet checks your comments and contact form submissions against our global database of spam to…\";s: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:\"Automattic\";s: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:19828:\"<p><!--section=description--></p>\n<p>Akismet checks your comments and contact form submissions against our global database of spam to prevent your site from publishing malicious content. You can review the comment spam it catches on your blog’s “Comments” admin screen.</p>\n<p>Major features in Akismet include:</p>\n<ul>\n<li>Automatically checks all comments and filters out the ones that look like spam.</li>\n<li>Each comment has a status history, so you can easily see which comments were caught or cleared by Akismet and which were spammed or unspammed by a moderator.</li>\n<li>URLs are shown in the comment body to reveal hidden or misleading links.</li>\n<li>Moderators can see the number of approved comments for each user.</li>\n<li>A discard feature that outright blocks the worst spam, saving you disk space and speeding up your site.</li>\n</ul>\n<p>PS: You’ll need an <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a> to use it. Keys are free for personal blogs; paid subscriptions are available for businesses and commercial sites.</p>\n<p><!--section=installation--></p>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You’re done!</p>\n<p><!--section=changelog--></p>\n<h4>4.0</h4>\n<p><em>Release Date – 19 September 2017</em></p>\n<ul>\n<li>Added REST API endpoints for configuring Akismet and retrieving stats.</li>\n<li>Increased the minimum supported WordPress version to 4.0.</li>\n<li>Added compatibility with comments submitted via the REST API.</li>\n<li>Improved the progress indicator on the “Check for Spam” button.</li>\n</ul>\n<h4>3.3.4</h4>\n<p><em>Release Date – 3 August 2017</em></p>\n<ul>\n<li>Disabled Akismet’s debug log output by default unless AKISMET_DEBUG is defined.</li>\n<li>URL previews now begin preloading when the mouse moves near them in the comments section of wp-admin.</li>\n<li>When a comment is caught by the Comment Blacklist, Akismet will always allow it to stay in the trash even if it is spam as well.</li>\n<li>Fixed a bug that was preventing an error from being shown when a site can’t reach Akismet’s servers.</li>\n</ul>\n<h4>3.3.3</h4>\n<p><em>Release Date – 13 July 2017</em></p>\n<ul>\n<li>Reduced amount of bandwidth used by the URL Preview feature.</li>\n<li>Improved the admin UI when the API key is manually pre-defined for the site.</li>\n<li>Removed a workaround for WordPress installations older than 3.3 that will improve Akismet’s compatibility with other plugins.</li>\n<li>The number of spam blocked that is displayed on the WordPress dashboard will now be more accurate and updated more frequently.</li>\n<li>Fixed a bug in the Akismet widget that could cause PHP warnings.</li>\n</ul>\n<h4>3.3.2</h4>\n<p><em>Release Date – 10 May 2017</em></p>\n<ul>\n<li>Fixed a bug causing JavaScript errors in some browsers.</li>\n</ul>\n<h4>3.3.1</h4>\n<p><em>Release Date – 2 May 2017</em></p>\n<ul>\n<li>Improve performance by only requesting the akismet_comment_nonce option when absolutely necessary.</li>\n<li>Fixed two bugs that could cause PHP warnings.</li>\n<li>Fixed a bug that was preventing the “Remove author URL” feature from working after a comment was edited using “Quick Edit.”</li>\n<li>Fixed a bug that was preventing the URL preview feature from working after a comment was edited using “Quick Edit.”</li>\n</ul>\n<h4>3.3</h4>\n<p><em>Release Date – 23 February 2017</em></p>\n<ul>\n<li>Updated the Akismet admin pages with a new clean design.</li>\n<li>Fixed bugs preventing the <code>akismet_add_comment_nonce</code> and <code>akismet_update_alert</code> wrapper functions from working properly.</li>\n<li>Fixed bug preventing the loading indicator from appearing when re-checking all comments for spam.</li>\n<li>Added a progress indicator to the “Check for Spam” button.</li>\n<li>Added a success message after manually rechecking the Pending queue for spam.</li>\n</ul>\n<h4>3.2</h4>\n<p><em>Release Date – 6 September 2016</em></p>\n<ul>\n<li>Added a WP-CLI module. You can now check comments and recheck the moderation queue from the command line.</li>\n<li>Stopped using the deprecated jQuery function <code>.live()</code>.</li>\n<li>Fixed a bug in <code>remove_comment_author_url()</code> and <code>add_comment_author_url()</code> that could generate PHP notices.</li>\n<li>Fixed a bug that could cause an infinite loop for sites with very very very large comment IDs.</li>\n<li>Fixed a bug that could cause the Akismet widget title to be blank.</li>\n</ul>\n<h4>3.1.11</h4>\n<p><em>Release Date – 12 May 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause the “Check for Spam” button to skip some comments.</li>\n<li>Fixed a bug that could prevent some spam submissions from being sent to Akismet.</li>\n<li>Updated all links to use https:// when possible.</li>\n<li>Disabled Akismet debug logging unless WP_DEBUG and WP_DEBUG_LOG are both enabled.</li>\n</ul>\n<h4>3.1.10</h4>\n<p><em>Release Date – 1 April 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Fixed a bug that could have resulted in comments that were caught by the core WordPress comment blacklist not to have a corresponding History entry.</li>\n<li>Fixed a bug that could have caused avoidable PHP warnings in the error log.</li>\n</ul>\n<h4>3.1.9</h4>\n<p><em>Release Date – 28 March 2016</em></p>\n<ul>\n<li>Add compatibility with Jetpack so that Jetpack can automatically configure Akismet settings when appropriate.</li>\n<li>Fixed a bug preventing some comment data from being sent to Akismet.</li>\n</ul>\n<h4>3.1.8</h4>\n<p><em>Release Date – 4 March 2016</em></p>\n<ul>\n<li>Fixed a bug preventing Akismet from being used with some plugins that rewrite admin URLs.</li>\n<li>Reduced the amount of bandwidth used on Akismet API calls</li>\n<li>Reduced the amount of space Akismet uses in the database</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n</ul>\n<h4>3.1.7</h4>\n<p><em>Release Date – 4 January 2016</em></p>\n<ul>\n<li>Added documentation for the ‘akismet_comment_nonce’ filter.</li>\n<li>The post-install activation button is now accessible to screen readers and keyboard-only users.</li>\n<li>Fixed a bug that was preventing the “Remove author URL” feature from working in WordPress 4.4</li>\n</ul>\n<h4>3.1.6</h4>\n<p><em>Release Date – 14 December 2015</em></p>\n<ul>\n<li>Improve the notices shown after activating Akismet.</li>\n<li>Update some strings to allow for the proper plural forms in all languages.</li>\n</ul>\n<h4>3.1.5</h4>\n<p><em>Release Date – 13 October 2015</em></p>\n<ul>\n<li>Closes a potential XSS vulnerability.</li>\n</ul>\n<h4>3.1.4</h4>\n<p><em>Release Date – 24 September 2015</em></p>\n<ul>\n<li>Fixed a bug that was preventing some users from automatically connecting using Jetpack if they didn’t have a current Akismet subscription.</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Error messages and instructions have been simplified to be more understandable.</li>\n<li>Link previews are enabled for all links inside comments, not just the author’s website link.</li>\n</ul>\n<h4>3.1.3</h4>\n<p><em>Release Date – 6 July 2015</em></p>\n<ul>\n<li>Notify users when their account status changes after previously being successfully set up. This should help any users who are seeing blank Akismet settings screens.</li>\n</ul>\n<h4>3.1.2</h4>\n<p><em>Release Date – 7 June 2015</em></p>\n<ul>\n<li>Reduced the amount of space Akismet uses in the commentmeta table.</li>\n<li>Fixed a bug where some comments with quotes in the author name weren’t getting history entries</li>\n<li>Pre-emptive security improvements to ensure that the Akismet plugin can’t be used by attackers to compromise a WordPress installation.</li>\n<li>Better UI for the key entry field: allow whitespace to be included at the beginning or end of the key and strip it out automatically when the form is submitted.</li>\n<li>When deactivating the plugin, notify the Akismet API so the site can be marked as inactive.</li>\n<li>Clearer error messages.</li>\n</ul>\n<h4>3.1.1</h4>\n<p><em>Release Date – 17th March, 2015</em></p>\n<ul>\n<li>Improvements to the “Remove comment author URL” JavaScript</li>\n<li>Include the pingback pre-check from the 2.6 branch.</li>\n</ul>\n<h4>3.1</h4>\n<p><em>Release Date – 11th March, 2015</em></p>\n<ul>\n<li>Use HTTPS by default for all requests to Akismet.</li>\n<li>Fix for a situation where Akismet might strip HTML from a comment.</li>\n</ul>\n<h4>3.0.4</h4>\n<p><em>Release Date – 11th December, 2014</em></p>\n<ul>\n<li>Fix to make .htaccess compatible with Apache 2.4.</li>\n<li>Fix to allow removal of https author URLs.</li>\n<li>Fix to avoid stripping part of the author URL when removing and re-adding.</li>\n<li>Removed the “Check for Spam” button from the “Trash” and “Approved” queues, where it would have no effect.</li>\n<li>Allow automatic API key configuration when Jetpack is installed and connected to a WordPress.com account</li>\n</ul>\n<h4>3.0.3</h4>\n<p><em>Release Date – 3rd November, 2014</em></p>\n<ul>\n<li>Fix for sending the wrong data to delete_comment action that could have prevented old spam comments from being deleted.</li>\n<li>Added a filter to disable logging of Akismet debugging information.</li>\n<li>Added a filter for the maximum comment age when deleting old spam comments.</li>\n<li>Added a filter for the number per batch when deleting old spam comments.</li>\n<li>Removed the “Check for Spam” button from the Spam folder.</li>\n</ul>\n<h4>3.0.2</h4>\n<p><em>Release Date – 18th August, 2014</em></p>\n<ul>\n<li>Performance improvements.</li>\n<li>Fixed a bug that could truncate the comment data being sent to Akismet for checking.</li>\n</ul>\n<h4>3.0.1</h4>\n<p><em>Release Date – 9th July, 2014</em></p>\n<ul>\n<li>Removed dependency on PHP’s fsockopen function</li>\n<li>Fix spam/ham reports to work when reported outside of the WP dashboard, e.g., from Notifications or the WP app</li>\n<li>Remove jQuery dependency for comment form JavaScript</li>\n<li>Remove unnecessary data from some Akismet comment meta</li>\n<li>Suspended keys will now result in all comments being put in moderation, not spam.</li>\n</ul>\n<h4>3.0.0</h4>\n<p><em>Release Date – 15th April, 2014</em></p>\n<ul>\n<li>Move Akismet to Settings menu</li>\n<li>Drop Akismet Stats menu</li>\n<li>Add stats snapshot to Akismet settings</li>\n<li>Add Akismet subscription details and status to Akismet settings</li>\n<li>Add contextual help for each page</li>\n<li>Improve Akismet setup to use Jetpack to automate plugin setup</li>\n<li>Fix “Check for Spam” to use AJAX to avoid page timing out</li>\n<li>Fix Akismet settings page to be responsive</li>\n<li>Drop legacy code</li>\n<li>Tidy up CSS and Javascript</li>\n<li>Replace the old discard setting with a new “discard pervasive spam” feature.</li>\n</ul>\n<h4>2.6.0</h4>\n<p><em>Release Date – 18th March, 2014</em></p>\n<ul>\n<li>Add ajax paging to the check for spam button to handle large volumes of comments</li>\n<li>Optimize javascript and add localization support </li>\n<li>Fix bug in link to spam comments from right now dashboard widget</li>\n<li>Fix bug with deleting old comments to avoid timeouts dealing with large volumes of comments</li>\n<li>Include X-Pingback-Forwarded-For header in outbound WordPress pingback verifications</li>\n<li>Add pre-check for pingbacks, to stop spam before an outbound verification request is made</li>\n</ul>\n<h4>2.5.9</h4>\n<p><em>Release Date – 1st August, 2013</em></p>\n<ul>\n<li>Update ‘Already have a key’ link to redirect page rather than depend on javascript</li>\n<li>Fix some non-translatable strings to be translatable</li>\n<li>Update Activation banner in plugins page to redirect user to Akismet config page</li>\n</ul>\n<h4>2.5.8</h4>\n<p><em>Release Date – 20th January, 2013</em></p>\n<ul>\n<li>Simplify the activation process for new users</li>\n<li>Remove the reporter_ip parameter</li>\n<li>Minor preventative security improvements</li>\n</ul>\n<h4>2.5.7</h4>\n<p><em>Release Date – 13th December, 2012</em></p>\n<ul>\n<li>FireFox Stats iframe preview bug</li>\n<li>Fix mshots preview when using https</li>\n<li>Add .htaccess to block direct access to files</li>\n<li>Prevent some PHP notices</li>\n<li>Fix Check For Spam return location when referrer is empty</li>\n<li>Fix Settings links for network admins</li>\n<li>Fix prepare() warnings in WP 3.5</li>\n</ul>\n<h4>2.5.6</h4>\n<p><em>Release Date – 26th April, 2012</em></p>\n<ul>\n<li>Prevent retry scheduling problems on sites where wp_cron is misbehaving</li>\n<li>Preload mshot previews</li>\n<li>Modernize the widget code</li>\n<li>Fix a bug where comments were not held for moderation during an error condition</li>\n<li>Improve the UX and display when comments are temporarily held due to an error</li>\n<li>Make the Check For Spam button force a retry when comments are held due to an error</li>\n<li>Handle errors caused by an invalid key</li>\n<li>Don’t retry comments that are too old</li>\n<li>Improve error messages when verifying an API key</li>\n</ul>\n<h4>2.5.5</h4>\n<p><em>Release Date – 11th January, 2012</em></p>\n<ul>\n<li>Add nonce check for comment author URL remove action</li>\n<li>Fix the settings link</li>\n</ul>\n<h4>2.5.4</h4>\n<p><em>Release Date – 5th January, 2012</em></p>\n<ul>\n<li>Limit Akismet CSS and Javascript loading in wp-admin to just the pages that need it</li>\n<li>Added author URL quick removal functionality</li>\n<li>Added mShot preview on Author URL hover</li>\n<li>Added empty index.php to prevent directory listing</li>\n<li>Move wp-admin menu items under Jetpack, if it is installed</li>\n<li>Purge old Akismet comment meta data, default of 15 days</li>\n</ul>\n<h4>2.5.3</h4>\n<p><em>Release Date – 8th Febuary, 2011</em></p>\n<ul>\n<li>Specify the license is GPL v2 or later</li>\n<li>Fix a bug that could result in orphaned commentmeta entries</li>\n<li>Include hotfix for WordPress 3.0.5 filter issue</li>\n</ul>\n<h4>2.5.2</h4>\n<p><em>Release Date – 14th January, 2011</em></p>\n<ul>\n<li>Properly format the comment count for author counts</li>\n<li>Look for super admins on multisite installs when looking up user roles</li>\n<li>Increase the HTTP request timeout</li>\n<li>Removed padding for author approved count</li>\n<li>Fix typo in function name</li>\n<li>Set Akismet stats iframe height to fixed 2500px. Better to have one tall scroll bar than two side by side.</li>\n</ul>\n<h4>2.5.1</h4>\n<p><em>Release Date – 17th December, 2010</em></p>\n<ul>\n<li>Fix a bug that caused the “Auto delete” option to fail to discard comments correctly</li>\n<li>Remove the comment nonce form field from the ‘Akismet Configuration’ page in favor of using a filter, akismet_comment_nonce</li>\n<li>Fixed padding bug in “author” column of posts screen</li>\n<li>Added margin-top to “cleared by …” badges on dashboard</li>\n<li>Fix possible error when calling akismet_cron_recheck()</li>\n<li>Fix more PHP warnings</li>\n<li>Clean up XHTML warnings for comment nonce</li>\n<li>Fix for possible condition where scheduled comment re-checks could get stuck</li>\n<li>Clean up the comment meta details after deleting a comment</li>\n<li>Only show the status badge if the comment status has been changed by someone/something other than Akismet</li>\n<li>Show a ‘History’ link in the row-actions</li>\n<li>Translation fixes</li>\n<li>Reduced font-size on author name</li>\n<li>Moved “flagged by…” notification to top right corner of comment container and removed heavy styling</li>\n<li>Hid “flagged by…” notification while on dashboard</li>\n</ul>\n<h4>2.5.0</h4>\n<p><em>Release Date – 7th December, 2010</em></p>\n<ul>\n<li>Track comment actions under ‘Akismet Status’ on the edit comment screen</li>\n<li>Fix a few remaining deprecated function calls ( props Mike Glendinning ) </li>\n<li>Use HTTPS for the stats IFRAME when wp-admin is using HTTPS</li>\n<li>Use the WordPress HTTP class if available</li>\n<li>Move the admin UI code to a separate file, only loaded when needed</li>\n<li>Add cron retry feature, to replace the old connectivity check</li>\n<li>Display Akismet status badge beside each comment</li>\n<li>Record history for each comment, and display it on the edit page</li>\n<li>Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham</li>\n<li>Highlight links in comment content</li>\n<li>New option, “Show the number of comments you’ve approved beside each comment author.”</li>\n<li>New option, “Use a nonce on the comment form.”</li>\n</ul>\n<h4>2.4.0</h4>\n<p><em>Release Date – 23rd August, 2010</em></p>\n<ul>\n<li>Spell out that the license is GPLv2</li>\n<li>Fix PHP warnings</li>\n<li>Fix WordPress deprecated function calls</li>\n<li>Fire the delete_comment action when deleting comments</li>\n<li>Move code specific for older WP versions to legacy.php</li>\n<li>General code clean up</li>\n</ul>\n<h4>2.3.0</h4>\n<p><em>Release Date – 5th June, 2010</em></p>\n<ul>\n<li>Fix “Are you sure” nonce message on config screen in WPMU</li>\n<li>Fix XHTML compliance issue in sidebar widget</li>\n<li>Change author link; remove some old references to WordPress.com accounts</li>\n<li>Localize the widget title (core ticket #13879)</li>\n</ul>\n<h4>2.2.9</h4>\n<p><em>Release Date – 2nd June, 2010</em></p>\n<ul>\n<li>Eliminate a potential conflict with some plugins that may cause spurious reports</li>\n</ul>\n<h4>2.2.8</h4>\n<p><em>Release Date – 27th May, 2010</em></p>\n<ul>\n<li>Fix bug in initial comment check for ipv6 addresses</li>\n<li>Report comments as ham when they are moved from spam to moderation</li>\n<li>Report comments as ham when clicking undo after spam</li>\n<li>Use transition_comment_status action when available instead of older actions for spam/ham submissions</li>\n<li>Better diagnostic messages when PHP network functions are unavailable</li>\n<li>Better handling of comments by logged-in users</li>\n</ul>\n<h4>2.2.7</h4>\n<p><em>Release Date – 17th December, 2009</em></p>\n<ul>\n<li>Add a new AKISMET_VERSION constant</li>\n<li>Reduce the possibility of over-counting spam when another spam filter plugin is in use</li>\n<li>Disable the connectivity check when the API key is hard-coded for WPMU</li>\n</ul>\n<h4>2.2.6</h4>\n<p><em>Release Date – 20th July, 2009</em></p>\n<ul>\n<li>Fix a global warning introduced in 2.2.5</li>\n<li>Add changelog and additional readme.txt tags</li>\n<li>Fix an array conversion warning in some versions of PHP</li>\n<li>Support a new WPCOM_API_KEY constant for easier use with WordPress MU</li>\n</ul>\n<h4>2.2.5</h4>\n<p><em>Release Date – 13th July, 2009</em></p>\n<ul>\n<li>Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls</li>\n</ul>\n<h4>2.2.4</h4>\n<p><em>Release Date – 3rd June, 2009</em></p>\n<ul>\n<li>Fixed a key problem affecting the stats feature in WordPress MU</li>\n<li>Provide additional blog information in Akismet API calls</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You’re done!</p>\n</dd>\n</dl>\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:43:\"https://wordpress.org/plugins/akismet/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:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://wordpress.org/plugins/jetpack/\";s: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:47:\"https://wordpress.org/plugins/jetpack/#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, 20 Jan 2011 02:21: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins-wp/jetpack/\";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:112:\"The one plugin you need for stats, related posts, search engine optimization, social sharing, protection,…\";s: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:\"Automattic\";s: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:13272:\"<p><!--section=description--></p>\n<p>Keep any WordPress site secure, increase traffic, and engage your readers.</p>\n<h4>Traffic and SEO Tools</h4>\n<p>Traffic is the lifeblood of any website. Jetpack includes:</p>\n<ul>\n<li>[free] Site stats and analytics</li>\n<li>[free] Automatic sharing on Facebook, Twitter, LinkedIn, Tumblr, Reddit, and WhatsApp</li>\n<li>[free] Related posts</li>\n<li>[paid] Search engine optimization tools for Google, Bing, Twitter, Facebook, and WordPress.com</li>\n<li>[paid] Advertising program that includes the best of AdSense, Facebook Ads, AOL, Amazon, Google AdX, and Yahoo</li>\n</ul>\n<h4>Security and Backup Services</h4>\n<p>Stop worrying about data loss, downtime, and hacking. Jetpack provides:</p>\n<ul>\n<li>[free] Brute force attack protection</li>\n<li>[free] Downtime and uptime monitoring</li>\n<li>[free] Secured logins and two-factor authentication</li>\n<li>[paid] Malware scanning, code scanning, and threat resolution</li>\n<li>[paid] Site backups, restores, and migrations</li>\n</ul>\n<h4>Content Creation</h4>\n<p>Add rich, beautifully-presented media — no graphic design expertise necessary:</p>\n<ul>\n<li>[free] A high-speed CDN for your images</li>\n<li>[free] Carousels, slideshows, and tiled galleries</li>\n<li>[free] Simple embeds from YouTube, Google Documents, Spotify and more</li>\n<li>[free] Sidebar customization including Facebook, Twitter, and RSS feeds</li>\n<li>[free] Extra sidebar widgets including blog stats, calendar, and author widgets</li>\n<li>[paid] High-speed, ad-free, and high-definition video hosting</li>\n</ul>\n<h4>Discussion and Community</h4>\n<p>Create a connection with your readers and keep them coming back to your site with:</p>\n<ul>\n<li>[free] Email subscriptions</li>\n<li>[free] Comment login with Facebook, Twitter, and Google</li>\n<li>[free] Fully-customizable contact forms</li>\n<li>[free] Infinite scroll for your posts</li>\n</ul>\n<h4>Expert Support</h4>\n<p>We have an entire team of Happiness Engineers ready to help you. Ask your questions in the support forum, or <a href=\"https://jetpack.com/contact-support\" rel=\"nofollow\">contact us directly</a>.</p>\n<h4>Paid Services</h4>\n<p>Most of Jetpack’s features and services are free. Jetpack also provides advanced security and backup services, video hosting, site monetization, priority support, and more SEO tools in three <a href=\"https://jetpack.com/pricing?from=wporg\" rel=\"nofollow\">simple and affordable plans</a>.</p>\n<h4>Get Started</h4>\n<p>Installation is free, quick, and easy. Set up <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">the free plan</a> in minutes.</p>\n<p><!--section=installation--></p>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href=\"https://jetpack.com/support/installing-jetpack/\" rel=\"nofollow\">read our detailed instructions</a>.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href=\"https://jetpack.com/support/installing-jetpack/\" rel=\"nofollow\">read our detailed instructions</a>.</p>\n</dd>\n<dt>Is Jetpack Free?</dt>\n<dd>\n<p>Yes! Jetpack’s core features are and always will be free.</p>\n<p>These include: <a href=\"https://jetpack.com/features/traffic/site-stats\" rel=\"nofollow\">site stats</a>, a <a href=\"https://jetpack.com/features/writing/content-delivery-network/\" rel=\"nofollow\">high-speed CDN</a> for images, <a href=\"https://jetpack.com/features/traffic/related-posts\" rel=\"nofollow\">related posts</a>, <a href=\"https://jetpack.com/features/security/downtime-monitoring\" rel=\"nofollow\">downtime monitoring</a>, brute force <a href=\"https://jetpack.com/features/security/brute-force-attack-protection\" rel=\"nofollow\">attack protection</a>, <a href=\"https://jetpack.com/features/traffic/automatic-publishing/\" rel=\"nofollow\">automated sharing</a> to social networks, <a href=\"https://jetpack.com/features/writing/sidebar-customization/\" rel=\"nofollow\">sidebar customization</a>, and many more.</p>\n</dd>\n<dt>Should I purchase a paid plan?</dt>\n<dd>\n<p>Jetpack’s paid services include automated backups, security scanning, spam filtering, video hosting, site monetization, SEO tools, and priority support.</p>\n<p>If you’re interested in learning more about the extra layers of protection and advanced tools available, learn more about our <a href=\"https://jetpack.com/pricing?from=wporg\" rel=\"nofollow\">paid plans</a>.</p>\n</dd>\n<dt>Why do I need a WordPress.com account?</dt>\n<dd>\n<p>Since Jetpack and its services are provided and hosted by WordPress.com, a WordPress.com account is required for Jetpack to function.</p>\n</dd>\n<dt>I already have a WordPress account, but Jetpack isn’t working. What’s going on?</dt>\n<dd>\n<p>A WordPress.com account is different from the account you use to log into your self-hosted WordPress. If you can log into <a href=\"https://wordpress.com\" rel=\"nofollow\">WordPress.com</a>, then you already have a WordPress.com account. If you can’t, you can easily create one <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">during installation</a>.</p>\n</dd>\n<dt>How do I view my stats?</dt>\n<dd>\n<p>Once you’ve installed Jetpack your stats will be available on <a href=\"https://wordpress.com/stats\" rel=\"nofollow\">WordPress.com/Stats</a>, on the official <a href=\"https://apps.wordpress.com/mobile/\" rel=\"nofollow\">WordPress mobile apps</a>, and on your Jetpack dashboard.</p>\n</dd>\n<dt>How do I contribute to Jetpack?</dt>\n<dd>\n<p>There are opportunities for developers at all levels to contribute. <a href=\"https://jetpack.com/contribute\" rel=\"nofollow\">Learn more about contributing to Jetpack</a> or consider <a href=\"https://jetpack.com/beta\" rel=\"nofollow\">joining our beta program</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>5.4</h4>\n<ul>\n<li>Release date: October 3, 2017</li>\n<li>Release post: http://wp.me/p1moTy-67V</li>\n</ul>\n<p><strong>Major Enhancements</strong><br />\n* Multiple improvements to the connection process, to allow more people to use the Jetpack plugin, even on very specific server configurations.<br />\n* Add a new Welcome screen to guide site owners after they have purchased a Jetpack plan.</p>\n<p><strong>Enhancements</strong><br />\n* Add Schema.org markup to the Contact Info Widget.<br />\n* Add a new “Date” field to the Contact Form.<br />\n* Added support in the Google Analytics feature for IP anonymization and basic WooCommerce tracking.<br />\n* Do not show any update notices when in <a href=\"http://jetpack.com/support/development-mode\" rel=\"nofollow\">development mode</a>.<br />\n* Improve our documentation to help contributors set up a unit testing environment.<br />\n* Avoid conflicts between Jetpack’s Infinite Scroll and other Infinite Scroll plugins.<br />\n* Improvements to the WordPress.com REST API to avoid issues when interacting with your site’s categories and tags on WordPress.com.<br />\n* Allow third party plugin and theme authors to add new menu items to the WordPress.com toolbar.<br />\n* Improve the Content Options panel displayed in the Customizer with certain themes.<br />\n* Add architecture for the Jetpack Search feature, available for Jetpack Professional users.<br />\n* Simple Payments: improve the display of the payment items when used on your site.<br />\n* Ensure a proper display of the Recipe shortcode on sites using an RTL language.<br />\n* Improve the display of the Facebook posts, images, and all other Facebook embeds in your posts.<br />\n* Synchronize the author information for all published posts.<br />\n* Record how Jetpack was discovered and activated to better understand how site owners first discover Jetpack.<br />\n* Improve the display and options offered with the Milestone Widget.</p>\n<p><strong>Bug fixes</strong><br />\n* We fixed layout issues appearing in the admin interface for IE11 users.<br />\n* Comment Form: avoid whitespace sometimes appearing below the form with some themes.<br />\n* Contact Form: avoid errors in the post editor on sites using RTL languages.<br />\n* Toolbar: always display the Toolbar when it’s active, regardless of other admin bar settings.<br />\n* Widget Visibility: make sure rules are correctly migrated from the old Jetpack image widget to the new WordPress Image Widget.<br />\n* Avoid errors showing that Jetpack is out of date on WordPress.com, when running a Multisite network.<br />\n* WP CLI: avoid warnings when using the <code>wp jetpack protect whitelist list</code> command to list the whitelisted IP addresses in the Protect feature.<br />\n* Avoid displaying raw HTML in the Stats Configuration screen.<br />\n* Comment edits are reflected properly in wordpress.com.</p>\n<h4>5.3</h4>\n<ul>\n<li>Release date: September 5, 2017</li>\n<li>Release post: http://wp.me/p1moTy-5Xv</li>\n</ul>\n<p><strong>Major Enhancements</strong><br />\n* Full PHP 7.1 compatibility.<br />\n* It’s now possible to preview your site within WordPress.com.</p>\n<p><strong>Enhancements</strong><br />\n* The Ads feature now gives you more options and control over the ads displayed on your site.<br />\n* Increased performance in the admin by cutting back on unnecessary requests.<br />\n* Loading comment avatars from Facebook and Twitter through a more secure https.<br />\n* Admin UI is much friendlier on initial activation when there are no stats to display.<br />\n* You’re now able to stop VideoPress from looping a video during autoplay through the shortcode.<br />\n* Made some optimizations to the Jetpack connection process which means connecting your site more is more reliable.<br />\n* The EU Cookie Law widget got some styling improvements and looks better in any theme.<br />\n* There’s a new Jetpack CLI command to allow testing of the Jetpack connection.<br />\n* Added the Likes and Monitor features to our recommended features list, making it easier to activate for new sites.<br />\n* Improvements made that makes sure we have the most up-to-date version of your site when managing from WordPress.com.<br />\n* Added a link to view your Comments in the WordPress.com toolbar.<br />\n* Lots of minor design improvements to the Jetpack admin area.<br />\n* We’ve found a few places where we were able to optimize the loading of css files.<br />\n* Removed the Omnisearch feature.</p>\n<p><strong>Bug fixes</strong><br />\n* Fixed compatibility issues with plugins using TinyMCE.<br />\n* Contact Form submission emails have been fixed for sites hosted on SiteGround.<br />\n* Updating WordPress.com themes will no longer have any problems.<br />\n* The Sitemaps feature will no longer error with posts/images with special characters in the title.<br />\n* There are no more conflicts with the ACF plugin when adding a new custom field.<br />\n* Fixed a bug that would cause some plugins to throw warnings with the Shortcode feature.<br />\n* We’re no longer loading a font on the front-end for the Likes feature, which will also have some performance benefits.<br />\n* The Jetpack admin UI had some bugs that were causing some features to not display the correct active status, which are squashed now.<br />\n* Cleaned up our markup to avoid XHTML validation errors.<br />\n* Brought back a filter for the Widget Visibility feature that was accidentally removed.<br />\n* Managing your comments and comment authors more reliable from WordPress.com.</p>\n<h4>5.2.1</h4>\n<ul>\n<li>Release date: August 2, 2017</li>\n<li>Release post: https://jetpack.com/?p=22686</li>\n</ul>\n<p><strong>Bug fixes</strong><br />\n* Solves an issue that caused widgets to lose their content when saved in WP Admin or Customizer.</p>\n<h4>5.2</h4>\n<ul>\n<li>Release date: August 1, 2017</li>\n<li>Release post: https://jetpack.com/?p=22509</li>\n</ul>\n<p><strong>Major Enhancements</strong><br />\n* Contact Forms now sports a fancy new interface that allows you to visually compose your form in the editor.<br />\n* We have a new and slick way to showcase and explain the features we recommend to activate to new users.</p>\n<p><strong>Enhancements</strong><br />\n* Reduced 500kb from plugin zip file, which means faster updates.<br />\n* Refactored and reduced code for Comment Likes so it’s faster and lighter.</p>\n<p><strong>Bug fixes</strong><br />\n* An inconsistency experienced in WordPress.com dashboard when Related Posts settings were set in the local site’s WP Admin is now fixed.<br />\n* Fixed a 404 when loading Open Sans font from a stylesheet plus now it’s only enqueued if it will be used.<br />\n* Solve PHP warnings when Image widget wasn’t migrated.</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:43:\"https://wordpress.org/plugins/jetpack/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:33:\"\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:18:\"WordPress Importer\";s: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:\"https://wordpress.org/plugins/wordpress-importer/\";s: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, 20 May 2010 18:48:47 +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:13:\"Uncategorized\";s: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:52:\"https://wordpress.org/plugins-wp/wordpress-importer/\";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:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s: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:\"Brian Colinger\";s: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:4618:\"<p><!--section=description--></p>\n<p>The WordPress Importer will import the following content from a WordPress export file:</p>\n<ul>\n<li>Posts, pages and other custom post types</li>\n<li>Comments</li>\n<li>Custom fields and post meta</li>\n<li>Categories, tags and terms from custom taxonomies</li>\n<li>Authors</li>\n</ul>\n<p>For further information and instructions please see the <a href=\"https://codex.wordpress.org/Importing_Content#WordPress\" rel=\"nofollow\">Codex page on Importing Content</a></p>\n<h3>Filters</h3>\n<p>The importer has a couple of filters to allow you to completely enable/block certain features:</p>\n<ul>\n<li><code>import_allow_create_users</code>: return false if you only want to allow mapping to existing users</li>\n<li><code>import_allow_fetch_attachments</code>: return false if you do not wish to allow importing and downloading of attachments</li>\n<li><code>import_attachment_size_limit</code>: return an integer value for the maximum file size in bytes to save (default is 0, which is unlimited)</li>\n</ul>\n<p>There are also a few actions available to hook into:</p>\n<ul>\n<li><code>import_start</code>: occurs after the export file has been uploaded and author import settings have been chosen</li>\n<li><code>import_end</code>: called after the last output from the importer</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>The quickest method for installing the importer is:</p>\n<ol>\n<li>Visit Tools -> Import in the WordPress dashboard</li>\n<li>Click on the WordPress link in the list of importers</li>\n<li>Click “Install Now”</li>\n<li>Finally click “Activate Plugin & Run Importer”</li>\n</ol>\n<p>If you would prefer to do things manually then follow these instructions:</p>\n<ol>\n<li>Upload the <code>wordpress-importer</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to the Tools -> Import screen, click on WordPress</li>\n</ol>\n</dd>\n<dt>Help! I’m getting out of memory errors or a blank screen.</dt>\n<dd>\n<p>If your exported file is very large, the import script may run into your host’s configured memory limit for PHP.</p>\n<p>A message like “Fatal error: Allowed memory size of 8388608 bytes exhausted” indicates that the script can’t successfully import your XML file under the current PHP memory limit. If you have access to the php.ini file, you can manually increase the limit; if you do not (your WordPress installation is hosted on a shared server, for instance), you might have to break your exported XML file into several smaller pieces and run the import script one at a time.</p>\n<p>For those with shared hosting, the best alternative may be to consult hosting support to determine the safest approach for running the import. A host may be willing to temporarily lift the memory limit and/or run the process directly from their end.</p>\n<p>— <a href=\"https://codex.wordpress.org/Importing_Content#Before_Importing\" rel=\"nofollow\">WordPress Codex: Importing Content</a></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>0.6.3</h4>\n<ul>\n<li>Add support for import term metadata.</li>\n<li>Fix bug that caused slashes to be stripped from imported content.</li>\n<li>Fix bug that caused characters to be stripped inside of CDATA in some cases.</li>\n<li>Fix PHP notices.</li>\n</ul>\n<h4>0.6.2</h4>\n<ul>\n<li>Add wp_import_existing_post filter. See: https://core.trac.wordpress.org/ticket/33721</li>\n</ul>\n<h4>0.6</h4>\n<ul>\n<li>Support for WXR 1.2 and multiple CDATA sections</li>\n<li>Post aren’t duplicates if their post_type’s are different</li>\n</ul>\n<h4>0.5.2</h4>\n<ul>\n<li>Double check that the uploaded export file exists before processing it. This prevents incorrect error messages when<br />\nan export file is uploaded to a server with bad permissions and WordPress 3.3 or 3.3.1 is being used.</li>\n</ul>\n<h4>0.5</h4>\n<ul>\n<li>Import comment meta (requires export from WordPress 3.2)</li>\n<li>Minor bugfixes and enhancements</li>\n</ul>\n<h4>0.4</h4>\n<ul>\n<li>Map comment user_id where possible</li>\n<li>Import attachments from <code>wp:attachment_url</code></li>\n<li>Upload attachments to correct directory</li>\n<li>Remap resized image URLs correctly</li>\n</ul>\n<h4>0.3</h4>\n<ul>\n<li>Use an XML Parser if possible</li>\n<li>Proper import support for nav menus</li>\n<li>… and much more, see <a href=\"https://core.trac.wordpress.org/ticket/15197\" rel=\"nofollow\">Trac ticket #15197</a></li>\n</ul>\n<h4>0.1</h4>\n<ul>\n<li>Initial release</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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s: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:42:\"https://wordpress.org/plugins/woocommerce/\";s: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:50:\"https://wordpress.org/plugins/woocommerce/#respond\";s: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, 27 Sep 2011 15:32:48 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins-wp/woocommerce/\";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:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s: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:9:\"WooThemes\";s: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:22616:\"<p><!--section=description--></p>\n<p>WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the world’s favorite eCommerce solution that gives both store owners and developers complete control.</p>\n<p>With endless flexibility and access to hundreds of free and premium WordPress extensions, WooCommerce now powers 30% of all online stores — more than any other platform.</p>\n<iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/1KahlicghaE?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe>\n<h4>Sell anything, anywhere</h4>\n<p>With WooCommerce, you can sell both physical and digital goods in all shapes and sizes, offer product variations, multiple configurations, and instant downloads to shoppers, and even sell affiliate goods from online marketplaces.</p>\n<p>With premium extensions, you can offer bookings, memberships, and recurring subscriptions. Perhaps you’d like to sell monthly subscriptions for physical goods, or offer your members a discount on digital downloads? It’s all possible.</p>\n<h4>Ship wherever you like</h4>\n<p>Offer free shipping, flat rate shipping, or make real-time calculations. Limit your shipments to specific countries, or open your store up to the world. Shipping is highly configurable, and WooCommerce even supports drop shipping.</p>\n<h4>Extensive payment options</h4>\n<p>WooCommerce comes bundled with the ability to accept major credit cards, PayPal, BACS (bank transfers), and cash on delivery. Need additional options? More than 140 region-specific gateways integrate with WooCommerce, including popular choices like Stripe, Authorize.Net, and Amazon Payments.</p>\n<h4>You control it all — forever</h4>\n<p>WooCommerce gives you complete control of your store, from taxes to stock levels to customer accounts. Add and remove extensions, change your design, and switch settings as you please. It’s all under your control.</p>\n<p>One of the biggest risks of using a hosted eCommerce platform is what happens to your store if the provider closes up shop. With WooCommerce, you have complete control, so there’s never any reason to worry. Your data belongs to you — and it’s kept secure, thanks to regular audits by industry leaders.</p>\n<h4>Define your style with Storefront</h4>\n<p><a href=\"https://wordpress.org/themes/storefront/\" rel=\"nofollow\">Storefront</a> is a free WordPress theme available to any WooCommerce store. Along with deep WooCommerce integration, Storefront prioritizes speed and uptime while eliminating theme and plugin conflicts during major updates.</p>\n<p>Define your style even further by customizing Storefront to your liking or choosing from one of our several <a href=\"https://woocommerce.com/product-category/themes/storefront-child-theme-themes/\" rel=\"nofollow\">Storefront child themes</a>. It’s all up to you, and all open source.</p>\n<h4>Built with developers in mind</h4>\n<p>Extendable, adaptable, and open source — WooCommerce was created with developers in mind. With its strong, robust framework, you can scale your client’s store all the way from basic to high-end (infinity and beyond).</p>\n<p>Built with a REST API, WooCommerce can integrate with virtually any service. Your store’s data can be accessed anywhere, anytime, 100% securely. WooCommerce allows developers to easily create, modify, and grow a store that meets their specifications.</p>\n<p>No matter the size of the store you want to build, WooCommerce will scale to meet your requirements. With a growing collection of more than 300 extensions, you can enhance each store’s features to meet your client’s unique needs — or even create your own solution.</p>\n<p>If security is a concern, rest easy. WooCommerce is audited by a dedicated team of developers working around the clock to identify and patch any and all discovered bugs.</p>\n<p>We also support WooCommerce and all its extensions with comprehensive, easily-accessible documentation. With our docs, you’ll learn how to create the exact site your client needs.</p>\n<h4>Extensions galore</h4>\n<p>WordPress.org is home to some amazing extensions for WooCommerce, including:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-google-analytics-integration/\">Google Analytics</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-delivery-notes/\">Delivery Notes</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/\">PDF Invoices and Packing Slips</a></li>\n<li><a href=\"https://wordpress.org/plugins/affiliates-woocommerce-light/\">Affiliates Integration Light</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-new-product-badge/\">New Product Badges</a></li>\n</ul>\n<p>Keen to see them all? Search WordPress.org for ‘WooCommerce’ to dive in.</p>\n<p>If you’re looking for something endorsed and maintained by the developers who built WooCommerce, there are a plethora of premium eCommerce extensions, the most popular of which include:</p>\n<ul>\n<li><a href=\"https://woocommerce.com/products/woocommerce-subscriptions/\" rel=\"nofollow\">WooCommerce Subscriptions</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-memberships/\" rel=\"nofollow\">WooCommerce Memberships</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-bookings/\" rel=\"nofollow\">WooCommerce Bookings</a></li>\n<li><a href=\"https://woocommerce.com/products/dynamic-pricing/\" rel=\"nofollow\">Dynamic Pricing</a></li>\n<li><a href=\"https://woocommerce.com/products/table-rate-shipping/\" rel=\"nofollow\">Table Rate Shipping</a></li>\n<li><a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">Product CSV Import Suite</a></li>\n</ul>\n<p>And there’s plenty more where they came from. Visit our <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/\" rel=\"nofollow\">extensions page</a> to find out everything you’re capable of and all that’s possible with premium WooCommerce extensions.</p>\n<h4>Join our growing community</h4>\n<p>When you download WooCommerce, you join a community of more than a million store owners, developers, and WordPress enthusiasts. We’re one of the fastest-growing open source communities online, and whether you’re a n00b or a Ninja, we’d love to have you!</p>\n<p>If you’re interested in contributing to WooCommerce we’ve got more than 350 contributors, and there’s always room for more. Head over to the <a href=\"https://github.com/woocommerce/woocommerce\" rel=\"nofollow\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>Want to add a new language to WooCommerce? Swell! You can contribute via <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce\" rel=\"nofollow\">translate.wordpress.org</a>.</p>\n<p>And, finally, consider joining or spearheading a WooCommerce Meetup locally, more about those <a href=\"https://woocommerce.com/woocommerce/meetups/\" rel=\"nofollow\">here</a>.</p>\n<p><!--section=installation--></p>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n</dd>\n<dt>Where can I find WooCommerce documentation and user guides?</dt>\n<dd>\n<p>For help setting up and configuring WooCommerce please refer to our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/\" rel=\"nofollow\">user guide</a></p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a>.</p>\n</dd>\n<dt>Where can I get support or talk to other users?</dt>\n<dd>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce\" rel=\"nofollow\">WooCommerce Plugin Forum</a>.</p>\n<p>For help with premium extensions from WooCommerce.com, use <a href=\"https://woocommerce.com/my-account/tickets/\" rel=\"nofollow\">our helpdesk</a>.</p>\n</dd>\n<dt>Will WooCommerce work with my theme?</dt>\n<dd>\n<p>Yes; WooCommerce will work with any theme, but may require some styling to make it match nicely. Please see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a> for help. If you’re looking for a theme with built in WooCommerce integration we recommend <a href=\"https://woocommerce.com/storefront/\" rel=\"nofollow\">Storefront</a>.</p>\n</dd>\n<dt>Where can I request new features, eCommerce themes and extensions?</dt>\n<dd>\n<p>You can vote on and request new features and extensions in our <a href=\"http://ideas.woothemes.com/forums/133476-woocommerce\" rel=\"nofollow\">WooIdeas board</a></p>\n</dd>\n<dt>Where can I report bugs or contribute to the project?</dt>\n<dd>\n<p>Bugs can be reported either in our support forum or preferably on the <a href=\"https://github.com/woocommerce/woocommerce/issues\" rel=\"nofollow\">WooCommerce GitHub repository</a>.</p>\n</dd>\n<dt>Where can I find the REST API documentation?</dt>\n<dd>\n<p>You can find the documentation of our REST API on the <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/\" rel=\"nofollow\">WooCommerce REST API Docs</a>.</p>\n</dd>\n<dt>WooCommerce is awesome! Can I contribute?</dt>\n<dd>\n<p>Yes you can! Join in on our <a href=\"http://github.com/woocommerce/woocommerce/\" rel=\"nofollow\">GitHub repository</a> <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>3.2.1 – 2017-10-13</h4>\n<ul>\n<li>Fix – Made grouped products display in the saved order, vs the menu order.</li>\n<li>Fix – Made variations with ‘same as parent’ tax class calculate taxes correctly.</li>\n<li>Fix – Fixed tax rate reverting to 0 when the tax rate itself is not changed and the row is saved.</li>\n<li>Fix – Made tax rates sort correctly when defining postcodes and cities.</li>\n<li>Fix – Made guided tour help tab videos lazy-load to prevent performance issues.</li>\n<li>Fix – Added SelectWoo dependency to admin meta box scripts.</li>\n<li>Fix – Fixed cart subtotal 1p rounding error.</li>\n<li>Fix – Fixed discount logic to also look at variation parent categories when validating coupons.</li>\n<li>Fix – Product import filename based matching, and full URL based matching where the date part would still be present.</li>\n<li>Fix – Fixed storage of cart discounts when prices include tax.</li>\n<li>Fix – Added styling for screen-reader-text for themes which do not define it.</li>\n<li>Fix – Fixed legacy cart <code>prices_include_tax</code> variable.</li>\n<li>Fix – Hide cat-parent class when category will show no children due to the new depth setting.</li>\n<li>Fix – Make sure image zoom is enable for calling initZoomForTarget.</li>\n<li>Fix – {blogname} email placeholder.</li>\n<li>Fix – API – Use edit context when updating prices.</li>\n<li>Tweak – Clearly describe when a feature is powered by WooCommerce Services in the setup wizard.</li>\n<li>Tweak – Restored discount total line in order screen when discounts are present.</li>\n<li>Tweak – Add back option to send admin new order email, and include order number and customer email in order emails.</li>\n<li>Tweak – Replace settings screenshot on wp.org listing.</li>\n</ul>\n<h4>3.2.0 – 2017-10-11</h4>\n<ul>\n<li>Feature – Coupons can now be applied and removed in admin when editing unpaid orders.</li>\n<li>Feature – Simplified the ability to resend order details to customers with a single “Resend Order Details” action.</li>\n<li>Feature – Added store street address, city and postal code to settings for use by plugins.</li>\n<li>Feature – Wrapping values in quotes now let’s you use commas in the product CSV importer.</li>\n<li>Feature – If a fatal error occurs, WooCommerce will catch and log it to be viewed in WC > Status > Logs.</li>\n<li>Feature – Drag and drop sorting on the grouped product field to control display order.</li>\n<li>Feature – Integrated selectWoo; more accessible Select2 (enhanced select boxes) in admin and on the front-end.</li>\n<li>Feature – Enhanced select boxes in the shipping calculator.</li>\n<li>Feature – Enhanced select boxes in layered nav “or” widget.</li>\n<li>Feature – Ajaxified the product category filter on the products screen.</li>\n<li>Feature – <code>[products]</code> shortcode can be used in place of other product shortcodes – one shortcode to rule them all.</li>\n<li>Feature – Added option to control maximum depth of product category widget, and cleaned up widget naming.</li>\n<li>Feature – Show sorting options when viewing search results. This defaults to sorting by relevance.</li>\n<li>Feature – Support for the <code>WC tested up to</code> plugin header to show which extensions have been tested against updates.</li>\n<li>Feature – Helper – Filters on the subscription management screen, update notifications, and support for shared licenses.</li>\n<li>Tweak – Importer now supports menu_order property, adds filename based titles to imported images, and correctly sets post status of variations.</li>\n<li>Tweak – Made the buyer phone number clickable in the in the order back-end.</li>\n<li>Tweak – Clean up user is_paying_customer after deleting an order.</li>\n<li>Tweak – If stock changes between page load and editing, reject stock changes to avoid incorrect stock changes.</li>\n<li>Tweak – Disable search engines indexing core, dynamic, cart/checkout pages.</li>\n<li>Tweak – Added shortcodes to description output in structured data, and improved variable product data.</li>\n<li>Tweak – Use AJAX when restoring an item in the cart, and removing an item from the mini-cart.</li>\n<li>Tweak – On-boarding: added “next” button to pointers and allowed them to be dismissed.</li>\n<li>Tweak – Display post states for WC pages e.g. shop, checkout etc.</li>\n<li>Tweak – Improved order tracking page display and validation.</li>\n<li>Tweak – Wizard improvements, with store-owner newsletter sign-up.</li>\n<li>Tweak – Improved tax calculations on negative fees by apportioning to all items.</li>\n<li>Tweak – Added logic to install the plugins and themes asynchronously without using wp-cron.</li>\n<li>Tweak – Modify product API returned data by context.</li>\n<li>Tweak – Move js clipboards off of zeroclipboard script.</li>\n<li>Tweak – Remove spam trap field from registration form.</li>\n<li>Tweak – Added screen reader text to quantity input template.</li>\n<li>Fix – Improved error handling in the CSV importer when invalid files are uploaded.</li>\n<li>Fix – Handle full refunds in tax report by date.</li>\n<li>Fix – API – Return empty result when there is no on_sale products.</li>\n<li>Fix – Fixed WC_Emails::wrap_message hooks .</li>\n<li>Fix – Load up gateways on ajax order status transitions so PayPal funds capture when order is completed.</li>\n<li>Fix – Replace wistia videos with youtube.</li>\n<li>Fix – Handle sale dates on the fly in case of missed cron schedule.</li>\n<li>Fix – If sorting by date in the REST API, fallback to ID so searches are consistant.</li>\n<li>Fix – Do not apply custom sorting to product feeds.</li>\n<li>Fix – Make importer columns case-insensitive.</li>\n<li>Dev – Make parse_date_for_wp_query public.</li>\n<li>Dev – API – Creating webhooks uses the current API version rather than the latest API version.</li>\n<li>Dev – Product CRUD search helpers.</li>\n<li>Dev – Refactor shipping rate to include instance IDs, and pass instance IDs through filters.</li>\n<li>Dev – New attribute helper functions.</li>\n<li>Dev – Order note helper functions.</li>\n<li>Dev – Added the “Terms and conditions” page to the api system status report.</li>\n<li>Dev – Made date inputs reusable.</li>\n<li>Dev – Added option for merging when using ‘Order Again’ via filter <code>woocommerce_empty_cart_when_order_again</code>.</li>\n<li>Dev – Added system status tool for re-populating order address search indexes.</li>\n<li>Dev – Added system status tool for clearing webhook logs.</li>\n<li>Dev – Added woocommerce_get_asset_url filter.</li>\n<li>Dev – Show notice when internal meta props are accessed directly.</li>\n<li>Dev – Improve meta data updates so data is only updated when changed.</li>\n<li>Dev – Improved get_filtered_term_product_counts performance.</li>\n<li>Dev – Introduced wc_get_account_orders_actions function.</li>\n<li>Dev – <code>wc_get_account_formatted_address</code> can get address by customer ID.</li>\n<li>Dev – Added <code>woocommerce_get_product_id_by_sku</code> filter.</li>\n<li>Dev – Refactored cart to use new WC_Cart_Session/WC_Cart_Totals/WC_Cart_Fees/WC_Discounts classes.</li>\n<li>Dev – New <code>WC_Shortcode_Products</code> class to handle all product based shortcodes.</li>\n<li>Theming – Display downloads in their own table, universally, using a new template file.</li>\n<li>Theming – Checkout: Order pay template</li>\n<li>Localization – Added cantons of Switzerland.</li>\n<li>Localization – Updated XAF and XOF currency codes.</li>\n<li>Localization – Added rtl support for activation.css.</li>\n<li>Localization – Updated Mexican states to use correct 2 letter codes.</li>\n<li>Localization – Improved many strings by excluding HTML.</li>\n<li>Many smaller fixes and improvements – see GitHub!</li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/master/CHANGELOG.txt\" rel=\"nofollow\">See changelog for all versions</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:47:\"https://wordpress.org/plugins/woocommerce/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 \";s: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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s: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:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s: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:\"https://wordpress.org/plugins/all-in-one-seo-pack/#respond\";s: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, 30 Mar 2007 19:30: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins-wp/all-in-one-seo-pack/\";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:83:\"The original SEO plugin for WordPress, downloaded over 30,000,000 times since 2007.\";s: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:\"uberdose\";s: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:5016:\"<p><!--section=description--></p>\n<p>Use <strong>All in One SEO Pack</strong> to optimize your WordPress site for SEO. It’s easy and works out of the box for beginners, and has advanced features and an API for developers.</p>\n<p><strong><a href=\"http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/?loc=readme_utpv\" rel=\"nofollow\">Upgrade to Pro Version</a></strong></p>\n<p><a href=\"http://semperplugins.com/support/?loc=readme_ps\" rel=\"nofollow\">Premium Support</a></p>\n<p>First created in 2007, see why AIOSEO is one of the all time most downloaded plugins for WordPress.</p>\n<ul>\n<li>XML Sitemap support – submit your sitemap to Google and Bing and improve your SEO</li>\n<li>Image XML Sitemap submitted to Google and Bing to improve your Image SEO</li>\n<li>Google AMP support (Accelerated Mobile Pages)</li>\n<li>Google Analytics support</li>\n<li>Support for SEO on Custom Post Types</li>\n<li>Advanced Canonical URLs</li>\n<li>Redirect attachment pages to parent post</li>\n<li>Automatically notifies search engines like Google and Bing about changes to your site</li>\n<li>Built-in API so other plugins/themes can access and extend functionality</li>\n<li>ONLY free plugin to provide SEO Integration for e-Commerce sites, including WooCommerce</li>\n<li>Nonce Security built into All in One SEO Pack</li>\n<li>Automatically optimizes your <strong>titles</strong> for Google and other search engines</li>\n<li>Generates <strong>META tags automatically</strong></li>\n<li>Avoids the typical duplicate content found on WordPress blogs</li>\n<li>For beginners, you don’t even have to look at the options, it works out-of-the-box. Just install.</li>\n<li>For advanced users, you can fine-tune everything to optimize your SEO</li>\n<li>You can override any title and set any META description and any META keywords you want.</li>\n<li>Compatibility with many other plugins</li>\n<li>Translated into 57 languages</li>\n<li>PHP 7 100% Compatible</li>\n</ul>\n<p>Follow me on Twitter to keep up with the latest updates <a href=\"http://twitter.com/michaeltorbert/\" rel=\"nofollow\">Michael<br />\nTorbert</a></p>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/46MR4FboMaA?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n<h4>Tags</h4>\n<p>seo, SEO, All in One, google, meta, meta description, search engine optimization, xml sitemap, xml sitemaps, google sitemap, sitemap, sitemaps, robots meta, rss, rss footer, yahoo, bing, widget, Post, plugin, admin, posts, shortcode, sidebar, twitter, page, images, comments, image, news sitemaps, XML News Sitemaps, WordPress SEO, multisite, canonical, nofollow, noindex, keywords, meta keywords, description, webmaster tools, google webmaster tools, seo pack, schema.org, search engines, custom post types, custom taxonomies, canonical</p>\n<p><!--section=faq--></p>\n<p>Please visit our complete <strong><a href=\"http://semperplugins.com/documentation/\" rel=\"nofollow\">Documentation</a></strong> before requesting support for SEO from the<br />\n<strong><a href=\"http://semperplugins.com/support/\" rel=\"nofollow\">All in One SEO Pack Support Forum</a></strong></p>\n<p><a href=\"http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/translations-for-all-in-one-seo-pack/\" rel=\"nofollow\">Translations</a></p>\n<dl>\n<dt>General Settings</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/uGt6CVbA5bI?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>XML Sitemaps</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/zvNU92Low8A?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Social Meta</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/Dfe49FiiAog?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Performance</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/A0VKinM5s00?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>All in One SEO Pack <a href=\"http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-seo-pack-release-history/\" rel=\"nofollow\">Changelog</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:\"https://wordpress.org/plugins/all-in-one-seo-pack/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 \";s: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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s: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:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s: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:63:\"https://wordpress.org/plugins/google-sitemap-generator/#respond\";s: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, 16 Jun 2005 09:33: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins-wp/google-sitemap-generator/\";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:94:\"This plugin will improve SEO by helping search enginess better index your site using sitemaps.\";s: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:\"Arne Brachhold\";s: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:27964:\"<p><!--section=description--></p>\n<p>Use this plugin to greatly improve SEO to create special XML sitemaps which will help search engines like Google, Bing, Yahoo and Ask.com to better index your site.</p>\n<p>With such a sitemap, it’s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content.</p>\n<p>Supported since <em>over 9 years</em> and rated as the <a href=\"https://wordpress.org/plugins/browse/top-rated/\">best WordPress plugin</a>, it will do exactly what it’s supposed to do – providing a complete XML sitemap for search engines. It will not break your site, slow it down or annoy you. Guaranteed!</p>\n<blockquote>\n<p>If you like the plugin, feel free to rate it (on the right side of this page)! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</blockquote>\n<p>Related Links:</p>\n<ul>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" title=\"Google XML Sitemaps Plugin for WordPress\" rel=\"nofollow\">Plugin Homepage</a></li>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Changelog of the Google XML Sitemaps Plugin for WordPress\" rel=\"nofollow\">Changelog</a></li>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/\" title=\"Google Sitemaps FAQ\" rel=\"nofollow\">Plugin help and sitemaps FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/topic/read-before-opening-a-new-support-topic\" rel=\"nofollow\">Support Forum</a></li>\n</ul>\n<h3>License</h3>\n<p>Good news, this plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial site.</p>\n<h3>Translations</h3>\n<p>The plugin comes with various translations, please refer to the <a href=\"https://codex.wordpress.org/Installing_WordPress_in_Your_Language\" title=\"Installing WordPress in Your Language\" rel=\"nofollow\">WordPress Codex</a> for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all definitions and may be used with a <a href=\"http://www.gnu.org/software/gettext/\" rel=\"nofollow\">gettext</a> editor like <a href=\"http://www.poedit.net/\" rel=\"nofollow\">Poedit</a> (Windows).</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Install the plugin like you always install plugins, either by uploading it via FTP or by using the “Add Plugin” function of WordPress.</li>\n<li>Activate the plugin at the plugin administration page</li>\n<li>If you want: Open the plugin configuration page, which is located under Settings -> XML-Sitemap and customize settings like priorities and change frequencies.</li>\n<li>The plugin will automatically update your sitemap of you publish a post, so there is nothing more to do <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ol>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Install the plugin like you always install plugins, either by uploading it via FTP or by using the “Add Plugin” function of WordPress.</li>\n<li>Activate the plugin at the plugin administration page</li>\n<li>If you want: Open the plugin configuration page, which is located under Settings -> XML-Sitemap and customize settings like priorities and change frequencies.</li>\n<li>The plugin will automatically update your sitemap of you publish a post, so there is nothing more to do <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ol>\n</dd>\n<dt>Where can I find the options page of the plugin?</dt>\n<dd>\n<p>It is under Settings > XML Sitemap. I know nowadays many plugins add top-level menu items, but in most of the cases it is just not necessary. I’ve seen WP installations which looked like an Internet Explorer ten years ago with 20 toolbars installed. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</dd>\n<dt>Do I have to create a sitemap.xml and sitemap.xml.gz by myself?</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated. <em>There must be no sitemap.xml or sitemap.xml.gz in your site directory anymore!</em> The plugin will try to rename them to sitemap.xml.bak if they still exists.</p>\n</dd>\n<dt>Does this plugin use static files or “I can’t find the sitemap.xml file!”</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated just like any other WordPress content.</p>\n</dd>\n<dt>There are no comments yet (or I’ve disabled them) and all my postings have a priority of zero!</dt>\n<dd>\n<p>Please disable automatic priority calculation and define a static priority for posts.</p>\n</dd>\n<dt>So many configuration options… Do I need to change them?</dt>\n<dd>\n<p>No, only if you want to. Default values are ok for most sites.</p>\n</dd>\n<dt>Does this plugin work with all WordPress versions?</dt>\n<dd>\n<p>This version works with WordPress 3.3 and better. If you’re using an older version, please check the <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" title=\"Google (XML) Sitemap Generator Plugin Homepage\" rel=\"nofollow\">Google Sitemaps Plugin Homepage</a> for the legacy releases. There is a working release for every WordPress version since 1.5, but you really should consider updating your WordPress installation!</p>\n</dd>\n<dt>My question isn’t answered here</dt>\n<dd>\n<p>Most of the plugin options are described at the <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" rel=\"nofollow\">plugin homepage</a> as well as the dedicated <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/\" title=\"List of common questions / problems regarding Google (XML) Sitemaps\" rel=\"nofollow\">Google Sitemaps FAQ</a>.</p>\n</dd>\n<dt>My question isn’t even answered there</dt>\n<dd>\n<p>Please post your question at the <a href=\"https://wordpress.org/support/topic/read-before-opening-a-new-support-topic\" rel=\"nofollow\">WordPress support forum</a> and tag your post with “google-sitemap-generator”.</p>\n</dd>\n<dt>What’s new in the latest version?</dt>\n<dd>\n<p>The changelog is maintained <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Google (XML) Sitemap Generator Plugin Changelog\" rel=\"nofollow\">here</a></p>\n</dd>\n<dt>Why is the changelog on a separate page and not here?</dt>\n<dd>\n<p>The WordPress.org repository is just another place to download this plugin. I don’t want to maintain too many pages with the same content. Thank you for your understanding!</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>4.0.9 (2017-07-24)</h4>\n<ul>\n<li>Fixed security issue related to donation functionality.</li>\n</ul>\n<h4>4.0.8 (2014-11-15)</h4>\n<ul>\n<li>Fixed bug regarding the exclude categories feature, thanks to Claus Schöffel!</li>\n</ul>\n<h4>4.0.7.1 (2014-09-02)</h4>\n<ul>\n<li>Sorry, no new features this time… This release only updates the Compatibility-Tag to WordPress 4.0. Unfortunately there is no way to do this anymore without a new version</li>\n</ul>\n<h4>4.0.7 (2014-06-23)</h4>\n<ul>\n<li>Better compatibility with GoDaddy managed WP hosting</li>\n<li>Better compatibility with QuickCache</li>\n<li>Removed WordPress version from the sitemap</li>\n<li>Corrected link to WordPress privacy settings (if search engines are blocked)</li>\n<li>Changed hook which is being used for sitemap pings to avoid pings on draft edit</li>\n</ul>\n<h4>4.0.6 (2014-06-03)</h4>\n<ul>\n<li>Added option to disable automatic gzipping</li>\n<li>Fixed bug with duplicated external sitemap entries</li>\n<li>Don’t gzip if behind Varnish since Varnish can do that</li>\n</ul>\n<h4>4.0.5 (2014-05-18)</h4>\n<ul>\n<li>Added function to manually start ping for main-sitemap or all sub-sitemaps</li>\n<li>Added support for changing the base of the sitemap URL to another URL (for WP installations in sub-folders)</li>\n<li>Fixed issue with empty post sitemaps (related to GMT/local time offset)</li>\n<li>Fixed some timing issues in archives</li>\n<li>Improved check for possible problems before gzipping</li>\n<li>Fixed empty archives and author sitemaps in case there were no posts</li>\n<li>Fixed bug which caused the Priority Provider to disappear in recent PHP versions</li>\n<li>Plugin will also ping with the corresponding sub-sitemap in case a post was modified</li>\n<li>Better checking for empty external urls</li>\n<li>Changed text in XSL template to be more clear about sitemap-index and sub-sitemaps</li>\n<li>Changed content type to text/xml to improve compatibility with caching plugins</li>\n<li>Changed query parameters to is_feed=true to improve compatibility with caching plugins</li>\n<li>Switched from using WP_Query to load posts to a custom SQL statement to avoid problems with other plugin filters</li>\n<li>Added caching of some SQL statements</li>\n<li>Added support feed for more help topics</li>\n<li>Added link to new help page</li>\n<li>Cleaned up code and renamed variables to be more readable</li>\n<li>Updated Japanese Translation, thanks to Daisuke Takahashi</li>\n</ul>\n<h4>4.0.4 (2014-04-19)</h4>\n<ul>\n<li>Removed deprecated get_page call</li>\n<li>Changed last modification time of sub-sitemaps to the last modification date of the posts instead of the publish date</li>\n<li>Removed information window if the statistic option has not been activated</li>\n<li>Added link regarding new sitemap format</li>\n<li>Updated Portuguese translation, thanks to Pedro Martinho</li>\n<li>Updated German translation</li>\n</ul>\n<h4>4.0.3 (2014-04-13)</h4>\n<ul>\n<li>Fixed compression if an gzlib handler was already active</li>\n<li>Help regarding permalinks for Nginx users</li>\n<li>Fix with gzip compression in case there was other output before already</li>\n<li>Return 404 for HTML sitemaps if the option has been disabled</li>\n<li>Updated translations</li>\n</ul>\n<h4>4.0.2 (2014-04-01)</h4>\n<ul>\n<li>Fixed warning if an gzip handler is already active</li>\n</ul>\n<h4>4.0.1 (2014-03-31)</h4>\n<ul>\n<li>Fixed bug with custom post types including a “-“</li>\n<li>Fixed some 404 Not Found Errors</li>\n</ul>\n<h4>4.0 (2014-03-30)</h4>\n<ul>\n<li>No static files anymore, sitemap is created on the fly!</li>\n<li>Sitemap is split-up into sub-sitemaps by month, allowing up to 50.000 posts per month! <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/google-xml-sitemap-generator-new-sitemap-format/\" rel=\"nofollow\">More information</a></li>\n<li>Support for custom post types and custom taxonomis!</li>\n<li>100% Multisite compatible, including by-blog and network activation.</li>\n<li>Reduced server resource usage due to less content per request.</li>\n<li>New API allows other plugins to add their own, separate sitemaps.</li>\n<li>Note: PHP 5.1 and WordPress 3.3 is required! The plugin will not work with lower versions!</li>\n<li>Note: This version will try to rename your old sitemap files to *-old.xml. If that doesn’t work, please delete them manually since no static files are needed anymore!</li>\n</ul>\n<h4>3.4.1 (2014-04-10)</h4>\n<ul>\n<li>Compatibility with mysqli</li>\n</ul>\n<h4>Version 3.4 (2013-11-24)</h4>\n<ul>\n<li>Fixed deprecation warnings in PHP 5.4, thanks to Dion Hulse!</li>\n</ul>\n<h4>3.3 (2013-09-28)</h4>\n<ul>\n<li>Fixed problem with file permission checking</li>\n<li>Filter out hashs (#) in URLs</li>\n</ul>\n<h4>3.2.9 (2013-01-11)</h4>\n<ul>\n<li>Fixed security issue with change frequencies and filename of sitemap file. Exploit was only possible with admin account.</li>\n</ul>\n<h4>3.2.8 (2012-08-08)</h4>\n<ul>\n<li>Fixed wrong custom taxonomy URLs, thanks to ramon fincken of the wordpress.org forum!</li>\n<li>Removed ASK ping since they shut down their service.</li>\n<li>Exclude post_format taxonomy from custom taxonomy list</li>\n</ul>\n<h4>3.2.7 (2012-04-24)</h4>\n<ul>\n<li>Fixed custom post types, thanks to clearsite of the wordpress.org forum!</li>\n<li>Fixed broken admin layout on WP 3.4</li>\n</ul>\n<h4>3.2.6 (2011-09-19)</h4>\n<ul>\n<li>Removed YAHOO ping since YAHOO uses bing now</li>\n<li>Removed deprecated function call</li>\n</ul>\n<h4>3.2.5 (2011-07-11)</h4>\n<ul>\n<li>Backported Bing ping success fix from beta</li>\n<li>Added friendly hint to try out the new beta</li>\n</ul>\n<h4>3.2.4 (2010-05-29)</h4>\n<ul>\n<li>Added (GMT) to date column in sitemap xslt template to avoid confusion with different time zones</li>\n<li>Fixed wrong SQL statement for author pages, thanks to twoenoug</li>\n<li>Fixed several deprecated function calls</li>\n<li>Note: This release does not support the new multisite feature of WordPress yet and will not be active when multisite is enabled.</li>\n</ul>\n<h4>3.2.3 (2010-04-02)</h4>\n<ul>\n<li>Fixed that all pages were missing in the sitemap if the “Uncategorized” category was excluded</li>\n</ul>\n<h4>3.2.2 (2009-12-19)</h4>\n<ul>\n<li>Updated compatibility tag to WordPress 2.9</li>\n<li>Fixed PHP4 problems</li>\n</ul>\n<h4>3.2.1 (2009-12-16)</h4>\n<ul>\n<li>Notes and update messages at the top of the admin page could interfere with the manual build function</li>\n<li>Help links in the WP contextual help were not shown anymore since the last update</li>\n<li>IE 7 sometimes displayed a cached admin page</li>\n<li>Removed invalid link to config page from the plugin description (The link lead to a “Not enough permission error”)</li>\n<li>Improved performance of getting the current plugin version by caching</li>\n<li>Updated Spanish language files</li>\n</ul>\n<h4>3.2 (2009-11-23)</h4>\n<ul>\n<li>Added function to show the actual results of a ping instead of only linking to the url</li>\n<li>Added new hook (sm_rebuild) for third party plugins to start building the sitemap</li>\n<li>Fixed bug which showed the wrong URL for the latest Google ping result</li>\n<li>Added some missing documentation</li>\n<li>Removed hardcoded php name for sitemap file in admin urls</li>\n<li>Uses KSES for showing ping test results</li>\n<li>Ping test fixed for WP < 2.3</li>\n</ul>\n<h4>3.1.9 (2009-11-13)</h4>\n<ul>\n<li>Fixed MySQL Error if author pages were included</li>\n</ul>\n<h4>3.1.8 (2009-11-07)</h4>\n<ul>\n<li>Improved custom taxonomy handling and fixed wrong last modification date</li>\n<li>Fixed fatal error in WordPress versions lower than 2.3</li>\n<li>Fixed Update Notice for WordPress 2.8 and higher</li>\n<li>Added warning if blog privacy is activated</li>\n<li>Fixed priorities of additional pages were shown as 0 instead of 1</li>\n</ul>\n<h4>3.1.7 (2009-10-21)</h4>\n<ul>\n<li>Added support for custom taxonomies. Thanks to Lee!</li>\n</ul>\n<h4>3.1.6 (2009-08-31)</h4>\n<ul>\n<li>Fixed PHP error “Only variables can be passed by reference”</li>\n<li>Fixed wrong URLS of multi-page posts (Thanks artstorm!)</li>\n<li>Updated many language files</li>\n</ul>\n<h4>3.1.5 (2009-08-24)</h4>\n<ul>\n<li>Added option to completely disable the last modification time</li>\n<li>Fixed problem with HTTPS url for the XSL stylesheet if the sitemap was build via the admin panel</li>\n<li>Improved handling of homepage entry if a single page was set for it</li>\n<li>Fixed mktime warning which appeared sometimes</li>\n<li>Fixed bug which caused inf. reloads after rebuilding the sitemap via the admin panel</li>\n<li>Improved handling of missing sitemaps files if WP was moved to another location</li>\n</ul>\n<h4>3.1.4 (2009-06-22)</h4>\n<ul>\n<li>Fixed bug which broke all pings in WP older than 2.7</li>\n<li>Added more output in debug mode if pings fail</li>\n<li>Moved global post variable so other plugins can use it in get_permalink()</li>\n<li>Added small icon for ozh admin menu</li>\n<li>Added more help links in UI</li>\n</ul>\n<h4>3.1.3 (2009-06-07)</h4>\n<ul>\n<li>Changed MSN Live Search to Bing</li>\n<li>Exclude categories also now exludes the category itself and not only the posts</li>\n<li>Pings now use the new WordPress HTTP API instead of Snoopy</li>\n<li>Fixed bug that in localized WP installations priorities could not be saved</li>\n<li>The sitemap cron job is now cleared after a manual rebuild or after changing the config</li>\n<li>Adjusted style of admin area for WP 2.8 and refreshed icons</li>\n<li>Disabled the “Exclude categories” feature for WP 2.5.1, since it doesn’t have the required functions yet</li>\n</ul>\n<h4>3.1.2 (2008-12-26)</h4>\n<ul>\n<li>Changed the way the stylesheet is saved (default / custom stylesheet)</li>\n<li>Sitemap is now rebuild when a page is published</li>\n<li>Removed support for static robots.txt files, this is now handled via WordPress functions</li>\n<li>Added compat. exceptions for WP 2.0 and WP 2.1</li>\n</ul>\n<h4>3.1.1 (2008-12-21)</h4>\n<ul>\n<li>Fixed redirect issue if wp-admin is rewritten via mod_rewrite, thanks to macjoost</li>\n<li>Fixed wrong path to assets, thanks PozHonks</li>\n<li>Fixed wrong plugin URL if wp-content was renamed / redirected, thanks to wnorris</li>\n<li>Updated WP User Interface for 2.7</li>\n<li>Various other small things</li>\n</ul>\n<h4>3.1.0.1 (2008-05-27)</h4>\n<ul>\n<li>Extracted UI JS to external file</li>\n<li>Enabled the option to include following pages of multi-page posts</li>\n<li>Script tries to raise memory and time limit if active</li>\n</ul>\n<h4>3.1 (2008-05-22)</h4>\n<ul>\n<li>Marked as stable</li>\n</ul>\n<h4>3.1b3 (2008-05-19)</h4>\n<ul>\n<li>Cleaned up plugin directory and moved img files to subfolders</li>\n<li>Fixed background building bug in WP 2.1</li>\n<li>Removed auto-update plugin link for WP < 2.5</li>\n</ul>\n<h4>3.1b2 (2008-05-18)</h4>\n<ul>\n<li>Fixed critical bug with the build in background option</li>\n<li>Added notification if a build is scheduled</li>\n</ul>\n<h4>3.1b1 (2008-05-08)</h4>\n<ul>\n<li>Splitted plugin in loader, generator and user interface to save memory</li>\n<li>Generator and UI will only be loaded when needed</li>\n<li>Secured all admin actions with nonces</li>\n<li>Improved WP 2.5 handling</li>\n<li>New “Suggest a Feature” link</li>\n</ul>\n<h4>3.0.3.3 (2008-04-29)</h4>\n<ul>\n<li>Fixed author pages</li>\n<li>Enhanced background building and increased delay to 15 seconds</li>\n<li>Enabled background building by default</li>\n</ul>\n<h4>3.0.3.2 (2008-04-28)</h4>\n<ul>\n<li>Improved WP 2.5 handling (fixes blank screens and timeouts)</li>\n</ul>\n<h4>3.0.3.1 (2008-03-30)</h4>\n<ul>\n<li>Added compatibility CSS for WP 2.5</li>\n</ul>\n<h4>3.0.3 (2007-12-30)</h4>\n<ul>\n<li>Added option to ping MSN Live Search</li>\n<li>Removed some WordPress hooks (the sitemap isn’t updates with every comment anymore)</li>\n</ul>\n<h4>3.0.2.1 (2007-11-28)</h4>\n<ul>\n<li>Fixed wrong XML Schema Location (Thanks to Emanuele Tessore)</li>\n<li>Added Russian Language files by Sergey http://ryvkin.ru</li>\n</ul>\n<h4>3.0.2 (2007-11-25)</h4>\n<ul>\n<li>Fixed bug which caused that some settings were not saved correctly</li>\n<li>Added option to exclude pages or post by ID</li>\n<li>Restored YAHOO ping service with API key since the other one is to unreliable</li>\n</ul>\n<h4>3.0.1 (2007-11-03)</h4>\n<ul>\n<li>Changed HTTP client for ping requests to Snoopy</li>\n<li>Added “safemode” for SQL which doesn’t use unbuffered results</li>\n<li>Added option to run the building process in background using wp-cron</li>\n<li>Added links to test the ping if it failed</li>\n</ul>\n<h4>3.0 final (2007-09-24)</h4>\n<ul>\n<li>Marked as stable</li>\n<li>Removed useless functions</li>\n</ul>\n<h4>3.0b11 (2007-09-23)</h4>\n<ul>\n<li>Changed mysql queries to unbuffered queries</li>\n<li>Uses MUCH less memory</li>\n<li>Option to limit the number of posts</li>\n</ul>\n<h4>3.0b10 (2007-09-04)</h4>\n<ul>\n<li>Added category support for WordPress 2.3</li>\n<li>Fixed bug with empty URLs in sitemap</li>\n<li>Repaired GET building</li>\n</ul>\n<h4>3.0b9 (2007-09-02)</h4>\n<ul>\n<li>Added tag support for WordPress 2.3</li>\n<li>Fixed archive bug with static pages (Thanks to Peter Claus Lamprecht)</li>\n<li>Fixed some missing translation strings, thanks to Kirin Lin</li>\n</ul>\n<h4>3.0b8 (2007-07-22)</h4>\n<ul>\n<li>Fixed bug with empty categories</li>\n<li>Fixed bug with translation plugins</li>\n<li>Added support for robots.txt</li>\n<li>Switched YAHOO ping API from YAHOO Web Services to the “normal” ping service</li>\n<li>Search engines will only be pinged if the sitemap file has changed</li>\n</ul>\n<h4>3.0b7 (2007-05-17)</h4>\n<ul>\n<li>Added Ask.com notification</li>\n<li>Added option to include the author pages like /author/john</li>\n<li>Fixed WP 2.1 / Pre 2.1 post / pages database changes</li>\n<li>Added check to not build the sitemap if importing posts</li>\n<li>Fixed wrong XSLT location (Thanks froosh)</li>\n<li>Small enhancements and bug fixes</li>\n</ul>\n<h4>3.0b6 (2007-01-23)</h4>\n<ul>\n<li>sitemap.xml.gz was not compressed</li>\n<li>YAHOO update-notification was PHP5 only (Thanks to Joseph Abboud!)</li>\n<li>More WP 2.1 optimizations</li>\n<li>Reduced memory usage with PHP5</li>\n</ul>\n<h4>3.0b5 (2007-01-19)</h4>\n<ul>\n<li>WordPress 2 Design</li>\n<li>YAHOO update notification</li>\n<li>New status report, removed ugly logfiles</li>\n<li>Added option to define a XSLT stylesheet and added a default one</li>\n<li>Fixed bug with sub-pages, thanks to <a href=\"http://baptiste.us/\" rel=\"nofollow\">Mike</a>, <a href=\"http://fastagent.de/\" rel=\"nofollow\">Peter</a> and <a href=\"http://publicityship.com.au/\" rel=\"nofollow\">Glenn</a></li>\n<li>Improved file handling, thanks to <a href=\"http://www.vjtd3.com/\" rel=\"nofollow\">VJTD3</a></li>\n<li>WP 2.1 improvements</li>\n</ul>\n<h4>3.0b4 (2006-11-16)</h4>\n<ul>\n<li>Fixed some smaller bugs</li>\n<li>Decreased memory usage which should solve timeout and memory problems</li>\n<li>Updated namespace to support YAHOO and MSN</li>\n</ul>\n<h4>3.0b2 (2006-01-14)</h4>\n<ul>\n<li>Fixed several bugs reported by users</li>\n</ul>\n<h4>3.0b (2005-11-25)</h4>\n<ul>\n<li>WordPress 2.0 (Beta, RC1) compatible</li>\n<li>Added different priority calculation modes and introduced an API to create custom ones (Some people didn’t like the way to calculate the post priority based on the count of user comments. This will give you the possibility to develop custom priority providers which fit your needs.)</li>\n<li>Added support to use the <a href=\"http://www.alexking.org/blog/2005/07/27/popularity-contest-11/\" rel=\"nofollow\">Popularity Contest</a> plugin by <a href=\"http://www.alexking.org/\" rel=\"nofollow\">Alex King</a> to calculate post priority (If you are already using the Popularity Contest plugin, this will be the best way to determine the priority of the posts. Uses to new priority API noted above.)</li>\n<li>Added option to exclude password protected posts (This was one of the most requested features.)</li>\n<li>Posts and pages marked for publish with a date in the future won’t be included</li>\n<li>Added function to start sitemap creation via GET and a secret key (If you are using external software which directly writes into the database without using the WordPress API, you can rebuild the sitemap with a simple HTTP Request. This can be made with a cron job for example.)</li>\n<li>Improved compatibility with other plugins (There should no longer be problems with other plugins now which checked for existence of a specified function to determine if you are in the control panel or not.)</li>\n<li>Recoded plugin architecture which is now fully OOP (The code is now cleaner and better to understand which makes it easier to modify. This should also avoid namespace problems.)</li>\n<li>Improved speed and optimized settings handling (Settings and pages are only loaded if the sitemap generation process starts and not every time a page loads. This saves one MySQL Query on every request.)</li>\n<li>Added Button to restore default configuration (Messed up the config? You’ll need just one click to restore all settings.)</li>\n<li>Added log file to check everything is running (In the new log window you can see when your sitemap was rebuilt or if there was any error.)</li>\n<li>Improved user-interface</li>\n<li>Added several links to homepage and support (This includes the Notify List about new releases and the WordPress support forum.)</li>\n</ul>\n<h4>2.7 (2005-11-25)</h4>\n<ul>\n<li>Added Polish Translation by <a href=\"http://kubazwolinski.com/\" rel=\"nofollow\">kuba</a></li>\n</ul>\n<h4>2.7 (2005-11-01)</h4>\n<ul>\n<li>Added French Translation by <a href=\"http://www.chezthierry.info/\" rel=\"nofollow\">Thierry Lanfranchi</a></li>\n</ul>\n<h4>2.7 (2005-07-21)</h4>\n<ul>\n<li>Fixed bug with incorrect date in additional pages (wrong format)</li>\n<li>Added Swedish Translation by <a href=\"http://tobiasbergius.se/\" rel=\"nofollow\">Tobias Bergius</a></li>\n</ul>\n<h4>2.6 (2005-07-16)</h4>\n<ul>\n<li>Included Chinese (Simplified) language files by <a href=\"http://www.june6.cn/\" rel=\"nofollow\">june6</a></li>\n</ul>\n<h4>2.6 (2005-07-04)</h4>\n<ul>\n<li>Added support to store the files at a custom location</li>\n<li>Changed the home URL to have a slash at the end</li>\n<li>Fixed errors with wp-mail</li>\n<li>Added support for other plugins to add content to the sitemap</li>\n</ul>\n<h4>2.5 (2005-06-15)</h4>\n<ul>\n<li>You can include now external pages which aren’t generated by WordPress or are not recognized by this plugin</li>\n<li>You can define a minimum post priority, which will overrride the calculated value if it’s too low</li>\n<li>The plugin will automatically ping Google whenever the sitemap gets regenerated</li>\n<li>Update 1: Included Spanish translations by <a href=\"http://www.cesargomez.org/\" rel=\"nofollow\">Cesar Gomez Martin</a></li>\n<li>Update 2: Included Italian translations by <a href=\"http://wordpress-it.it/\" rel=\"nofollow\">Stefano Aglietti</a></li>\n<li>Update 3: Included Traditional Chinese translations by <a href=\"http://kirin-lin.idv.tw/\" rel=\"nofollow\">Kirin Lin</a></li>\n</ul>\n<h4>2.2 (2005-06-08)</h4>\n<ul>\n<li>Language file support: <a href=\"http://hiromasa.zone.ne.jp/\" rel=\"nofollow\">Hiromasa</a> from <a href=\"http://hiromasa.zone.ne.jp/\" rel=\"nofollow\">http://hiromasa.zone.ne.jp</a> sent me a japanese version of the user interface and modified the script to support it! Thanks for this! Check <a href=\"https://codex.wordpress.org/WordPress_Localization\" rel=\"nofollow\">the WordPress Codex</a> how to set the language in WordPress.</li>\n<li>Added Japanese user interface by <a href=\"http://hiromasa.zone.ne.jp/\" rel=\"nofollow\">Hiromasa</a></li>\n<li>Added German user interface by me</li>\n</ul>\n<h4>2.12 (2005-06-07)</h4>\n<ul>\n<li>Changed SQL Statement for categories that it also works on MySQL 3</li>\n</ul>\n<h4>2.11 (2005-06-07)</h4>\n<ul>\n<li>Fixed a hardcoded tablename which made a SQL error</li>\n</ul>\n<h4>2.1 (2005-06-07)</h4>\n<ul>\n<li>Can also generate a gzipped version of the xml file (sitemap.xml.gz)</li>\n<li>Uses correct last modification dates for categories and archives. (Thanks to thx <a href=\"http://www.shupe.ca/\" rel=\"nofollow\">Rodney Shupe</a> for the SQL)</li>\n<li>Supports now different WordPress / Blog directories</li>\n<li>Fixed bug which ignored different post/page priorities (Reported by <a href=\"http://h3h.net/\" rel=\"nofollow\">Brad</a>)</li>\n</ul>\n<h4>2.01 (2005-06-07)</h4>\n<ul>\n<li>Fixed compatibility for PHP installations which are not configured to use short open tags</li>\n<li>Changed Line 147 from _e($i); to _e(strval($i));</li>\n<li>Thanks to <a href=\"http://publicvoidblog.de/\" rel=\"nofollow\">Christian Aust</a> for reporting this!</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:60:\"https://wordpress.org/plugins/google-sitemap-generator/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:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Limit Login Attempts\";s: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:51:\"https://wordpress.org/plugins/limit-login-attempts/\";s: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:\"https://wordpress.org/plugins/limit-login-attempts/#respond\";s: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, 15 Jan 2009 14:20:42 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins-wp/limit-login-attempts/\";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:91:\"Limit rate of login attempts, including by way of cookies, for each IP. Fully customizable.\";s: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: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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11629:\"<p><!--section=description--></p>\n<p>Limit the number of login attempts possible both through normal login as well as using auth cookies.</p>\n<p>By default WordPress allows unlimited login attempts either through the login page or by sending special cookies. This allows passwords (or hashes) to be brute-force cracked with relative ease.</p>\n<p>Limit Login Attempts blocks an Internet address from making further attempts after a specified limit on retries is reached, making a brute-force attack difficult or impossible.</p>\n<p>Features</p>\n<ul>\n<li>Limit the number of retry attempts when logging in (for each IP). Fully customizable</li>\n<li>Limit the number of attempts to log in using auth cookies in same way</li>\n<li>Informs user about remaining retries or lockout time on login page</li>\n<li>Optional logging, optional email notification</li>\n<li>Handles server behind reverse proxy</li>\n<li>It is possible to whitelist IPs using a filter. But you probably shouldn’t. ?</li>\n</ul>\n<p>Translations: Bulgarian, Brazilian Portuguese, Catalan, Chinese (Traditional), Czech, Dutch, Finnish, French, German, Hungarian, Norwegian, Persian, Romanian, Russian, Spanish, Swedish, Turkish</p>\n<p>Plugin uses standard actions and filters only.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Download and extract plugin files to a wp-content/plugin directory.</li>\n<li>Activate the plugin through the WordPress admin interface.</li>\n<li>Customize the settings on the options page, if desired. If your server is located behind a reverse proxy make sure to change this setting.</li>\n</ol>\n<p>If you have any questions or problems please make a post here: https://wordpress.org/tags/limit-login-attempts</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Why not reset failed attempts on a successful login?</dt>\n<dd>\n<p>This is very much by design. Otherwise you could brute force the “admin” password by logging in as your own user every 4th attempt.</p>\n</dd>\n<dt>What is this option about site connection and reverse proxy?</dt>\n<dd>\n<p>A reverse proxy is a server in between the site and the Internet (perhaps handling caching or load-balancing). This makes getting the correct client IP to block slightly more complicated.</p>\n<p>The option default to NOT being behind a proxy — which should be by far the common case.</p>\n</dd>\n<dt>How do I know if my site is behind a reverse proxy?</dt>\n<dd>\n<p>You probably are not or you would know. We show a pretty good guess on the option page. Set the option using this unless you are sure you know better.</p>\n</dd>\n<dt>Can I whitelist my IP so I don’t get locked out?</dt>\n<dd>\n<p>First please consider if you really need this. Generally speaking it is not a good idea to have exceptions to your security policies.</p>\n<p>That said, there is now a filter which allows you to do it: “limit_login_whitelist_ip”.</p>\n<p>Example:<br />\nfunction my_ip_whitelist($allow, $ip) {<br />\n return ($ip == ‘my-ip’) ? true : $allow;<br />\n}<br />\nadd_filter(‘limit_login_whitelist_ip’, ‘my_ip_whitelist’, 10, 2);</p>\n<p>Note that we still do notification and logging as usual. This is meant to allow you to be aware of any suspicious activity from whitelisted IPs.</p>\n</dd>\n<dt>I locked myself out testing this thing, what do I do?</dt>\n<dd>\n<p>Either wait, or:</p>\n<p>If you know how to edit / add to PHP files you can use the IP whitelist functionality described above. You should then use the “Restore Lockouts” button on the plugin settings page and remove the whitelist function again.</p>\n<p>If you have ftp / ssh access to the site rename the file “wp-content/plugins/limit-login-attempts/limit-login-attempts.php” to deactivate the plugin.</p>\n<p>If you have access to the database (for example through phpMyAdmin) you can clear the limit_login_lockouts option in the wordpress options table. In a default setup this would work: “UPDATE wp_options SET option_value = ” WHERE option_name = ‘limit_login_lockouts\'”</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>1.7.1</h4>\n<p>This version fixes a security bug in version 1.6.2 and 1.7.0. Please upgrade immediately.</p>\n<p>“Auth cookies” are special cookies set at login that authenticating you to the system. It is how WordPress “remembers” that you are logged in between page loads.</p>\n<p>During lockout these are supposed to be cleared, but a change in 1.6.2 broke this. It allowed an attacker to keep trying to break these cookies during a lockout.</p>\n<p>Lockout of normal password login attempts still worked as it should, and it appears that all “auth cookie” attempts would keep getting logged.</p>\n<p>In theory the “auth cookie” is quite resistant to brute force attack. It contains a cryptographic hash of the user password, and the difficulty to break it is not based on the password strength but instead on the cryptographic operations used and the length of the hash value. In theory it should take many many years to break this hash. As theory and practice does not always agree it is still a good idea to have working lockouts of any such attempts.</p>\n<h4>1.7.0</h4>\n<ul>\n<li>Added filter that allows whitelisting IP. Please use with care!!</li>\n<li>Update to Spanish translation, thanks to Marcelo Pedra</li>\n<li>Updated Swedish translation</li>\n<li>Tested against WordPress 3.3.2</li>\n</ul>\n<h4>1.6.2</h4>\n<ul>\n<li>Fix bug where log would not get updated after it had been cleared</li>\n<li>Do plugin setup in ‘init’ action</li>\n<li>Small update to Spanish translation file, thanks to Marcelo Pedra</li>\n<li>Tested against WordPress 3.2.1</li>\n</ul>\n<h4>1.6.1</h4>\n<ul>\n<li>(WordPress 3.0+) An invalid cookie can sometimes get sent multiple times before it gets cleared, resulting in multiple failed attempts or even a lockout from a single invalid cookie. Store the latest failed cookie to make sure we only count it as one failed attempt</li>\n<li>Define “Text Domain” correctly</li>\n<li>Include correct Dutch tranlation file. Thanks to Martin1 for noticing. Thanks again to Bjorn Wijers for the translation</li>\n<li>Updated POT file for this version</li>\n<li>Tested against WordPress 3.1-RC4</li>\n</ul>\n<h4>1.6.0</h4>\n<ul>\n<li>Happy New Year</li>\n<li>Tested against WordPress 3.1-RC1</li>\n<li>Plugin now requires WordPress version 2.8+. Of course you should never ever use anything but the latest version</li>\n<li>Fixed deprecation warnings that had been piling up with the old version requirement. Thanks to Johannes Ruthenberg for the report that prompted this</li>\n<li>Removed auth cookie admin check for version 2.7.</li>\n<li>Make sure relevant values in $_COOKIE get cleared right away on auth cookie validation failure. There are still some problems with cookie auth handling. The lockout can trigger prematurely in rare cases, but fixing it is plugin version 2 stuff unfortunately.</li>\n<li>Changed default time for retries to reset from 24 hours to 12 hours. The security impact is very minor and it means the warning will disappear “overnight”</li>\n<li>Added question to FAQ (“Why not reset failed attempts on a successful login?”)</li>\n<li>Updated screenshots</li>\n</ul>\n<h4>1.5.2</h4>\n<ul>\n<li>Reverted minor cookie-handling cleanup which might somehow be responsible for recently reported cookie related lockouts</li>\n<li>Added version 1.x Brazilian Portuguese translation, thanks to Luciano Passuello</li>\n<li>Added Finnish translation, thanks to Ari Kontiainen</li>\n</ul>\n<h4>1.5.1</h4>\n<ul>\n<li>Further multisite & WPMU support (again thanks to <a href=\"mailto:erik@erikshosting.com\" rel=\"nofollow\">erik@erikshosting.com</a>)</li>\n<li>Better error handling if option variables are damaged</li>\n<li>Added Traditional Chinese translation, thanks to Denny Huang <a href=\"mailto:bigexplorations@bigexplorations.com.tw\" rel=\"nofollow\">bigexplorations@bigexplorations.com.tw</a></li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Tested against WordPress 3.0</li>\n<li>Handle 3.0 login page failure “shake”</li>\n<li>Basic multisite support (parts thanks to <a href=\"mailto:erik@erikshosting.com\" rel=\"nofollow\">erik@erikshosting.com</a>)</li>\n<li>Added Dutch translation, thanks to Bjorn Wijers <a href=\"mailto:burobjorn@burobjorn.nl\" rel=\"nofollow\">burobjorn@burobjorn.nl</a></li>\n<li>Added Hungarian translation, thanks to B?lint Vereskuti <a href=\"mailto:balint@vereskuti.info\" rel=\"nofollow\">balint@vereskuti.info</a></li>\n<li>Added French translation, thanks to oVa <a href=\"mailto:ova13lastar@gmail.com\" rel=\"nofollow\">ova13lastar@gmail.com</a></li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Added Turkish translation, thanks to Yazan Canarkadas</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Protect admin page update using wp_nonce</li>\n<li>Added Czech translation, thanks to Jakub Jedelsky</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Added Bulgarian translation, thanks to Hristo Chakarov</li>\n<li>Added Norwegian translation, thanks to Rune Gulbrands?y</li>\n<li>Added Spanish translation, thanks to Marcelo Pedra</li>\n<li>Added Persian translation, thanks to Mostafa Soufi</li>\n<li>Added Russian translation, thanks to Jack Leonid (http://studio-xl.com)</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Added Catalan translation, thanks to Robert Buj</li>\n<li>Added Romanian translation, thanks to Robert Tudor</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Support for getting the correct IP for clients while server is behind reverse proxy, thanks to Michael Skerwiderski</li>\n<li>Added German translation, thanks to Michael Skerwiderski</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>No longer replaces pluggable function when cookie handling active. Re-implemented using available actions and filters</li>\n<li>Filter error messages during login to avoid information leak regarding available usernames</li>\n<li>Do not show retries or lockout messages except for login (registration, lost password pages). No change in actual enforcement</li>\n<li>Slightly more aggressive in trimming old retries data</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Added translation support</li>\n<li>Added Swedish translation</li>\n<li>During lockout, filter out all other login errors</li>\n<li>Minor cleanups</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial version</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:56:\"https://wordpress.org/plugins/limit-login-attempts/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:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s: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:\"https://wordpress.org/plugins/tinymce-advanced/\";s: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:55:\"https://wordpress.org/plugins/tinymce-advanced/#respond\";s: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, 22 Jun 2007 06:02: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins-wp/tinymce-advanced/\";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:58:\"Extends and enhances TinyMCE, the WordPress Visual Editor.\";s: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:\"Andrew Ozz\";s: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:10701:\"<p><!--section=description--></p>\n<p>This plugin will let you add, remove and arrange the buttons that are shown on the Visual Editor toolbar. You can configure up to four rows of buttons including Font Sizes, Font Family, text and background colors, tables, etc. It will also let you enable the editor menu, see the <a href=\"screenshots\" rel=\"nofollow\">screenshots</a>.</p>\n<p>It includes 15 plugins for <a href=\"http://tinymce.com/\" rel=\"nofollow\">TinyMCE</a> that are automatically enabled or disabled depending on the buttons you have chosen. In addition this plugin adds some commonly used options as keeping the paragraph tags in the Text editor and importing the CSS classes from the theme’s editor-style.css.</p>\n<h4>Some of the features added by this plugin</h4>\n<ul>\n<li>Support for creating and editing tables.</li>\n<li>More options when inserting lists.</li>\n<li>Search and Replace in the editor.</li>\n<li>Ability to set Font Family and Font Sizes.</li>\n<li>And many others.</li>\n</ul>\n<p>With this plugin you can also enable the TinyMCE menu above the toolbars. This will make the editor even more powerful and convenient.</p>\n<p><!--section=installation--></p>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named “tinymce-advanced” (not two nested folders) in the WordPress plugins folder, usually “wp-content/plugins”.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named “tinymce-advanced” (not two nested folders) in the WordPress plugins folder, usually “wp-content/plugins”.</p>\n</dd>\n<dt>No styles are imported in the Formats sub-menu.</dt>\n<dd>\n<p>These styles are imported from your current theme editor-style.css file. However some themes do not have this functionality. For these themes TinyMCE Advanced has the option to let you add a customized editor-style.css and import it into the editor.</p>\n</dd>\n<dt>I have just installed this plugin, but it does not do anything.</dt>\n<dd>\n<p>Change some buttons on one of the toolbars, save your changes, clear your browser cache, and try again. If that does not work try reloding the Edit page several times while holding down Shift or Ctrl. There may also be a network cache somewhere between you and your host. You may need to wait for a few hours until this cache expires.</p>\n</dd>\n<dt>When I add “Smilies”, they do not show in the editor.</dt>\n<dd>\n<p>The “Emoticons” button in TinyMCE adds the codes for the smilies. The actual images are added by WordPress when viewing the Post. Make sure the checkbox “Convert emoticons to graphics on display” in “Options – Writing” is checked.</p>\n</dd>\n<dt>The plugin does not add any buttons.</dt>\n<dd>\n<p>Make sure the “Disable the visual editor when writing” checkbox under “Users – Your Profile” is <strong>not</strong> checked.</p>\n</dd>\n<dt>I still see the “old” buttons in the editor</dt>\n<dd>\n<p>Click the “Restore Default Settings” button on the plugin settings page and then set the buttons again and save.</p>\n</dd>\n<dt>Other questions? More screenshots?</dt>\n<dd>\n<p>Please post on the support forum or visit the homepage for <a href=\"http://www.laptoptips.ca/projects/tinymce-advanced/\" rel=\"nofollow\">TinyMCE Advanced</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>4.6.3</h4>\n<ul>\n<li>Updated for WordPress 4.8 and TinyMCE 4.6.3.</li>\n</ul>\n<h4>4.5.6</h4>\n<ul>\n<li>Updated for WordPress 4.7.4 and TinyMCE 4.5.6.</li>\n<li>Fixed PHP notice after importing settings.</li>\n</ul>\n<h4>4.4.3</h4>\n<ul>\n<li>Updated for WordPress 4.7 and TinyMCE 4.4.3.</li>\n<li>Fixed missing “Source code” button bug.</li>\n</ul>\n<h4>4.4.1</h4>\n<ul>\n<li>Updated for WordPress 4.6 and TinyMCE 4.4.1.</li>\n<li>Fixed multisite saving bug.</li>\n<li>Added new button in the Text editor to add or reset the line breaks. Adds line breaks only between tags. Works only when it detects that line breaks are missing so it doesn’t reformat posts with removed paragraphs.</li>\n</ul>\n<h4>4.3.10.1</h4>\n<ul>\n<li>Fixed adding paragraph tags when loading posts that were saved before turning autop off.</li>\n<li>Disabled the (new) inline toolbar for tables as it was overlapping the table in some cases.</li>\n</ul>\n<h4>4.3.10</h4>\n<ul>\n<li>Updated for WordPress 4.5.1 and TinyMCE 4.3.10.</li>\n<li>Fixed support for adding editor-style.css to themes that don’t have it.</li>\n</ul>\n<h4>4.3.8</h4>\n<ul>\n<li>Updated for WordPress 4.5 and TinyMCE 4.3.8.</li>\n<li>Separated standard options and admin options.</li>\n<li>Added settings that can disable the plugin for the main editor, other editors in wp-admin or editors on the front-end.</li>\n<li>Korean translation by Josh Kim and Greek translation by Stathis Mellios.</li>\n</ul>\n<h4>4.2.8</h4>\n<ul>\n<li>Updated for WordPress 4.4 and TinyMCE 4.2.8.</li>\n<li>Japanese translation by Manabu Miwa.</li>\n</ul>\n<h4>4.2.5</h4>\n<ul>\n<li>Updated for WordPress 4.3.1 and TinyMCE 4.2.5.</li>\n<li>Fixed text domain and plugin headers.</li>\n</ul>\n<h4>4.2.3.1</h4>\n<ul>\n<li>Fix error with removing the ‘textpattern’ plugin.</li>\n</ul>\n<h4>4.2.3</h4>\n<ul>\n<li>Updated for WordPress 4.3 and TinyMCE 4.2.3.</li>\n<li>Removed the ‘textpattern’ plugin as WordPress 4.3 includes similar functionality by default.</li>\n<li>French translation by Nicolas Schneider.</li>\n</ul>\n<h4>4.1.9</h4>\n<ul>\n<li>Updated for WordPress 4.2 and TinyMCE 4.1.9.</li>\n<li>Fixed bugs with showing oEmbed previews when pasting an URL.</li>\n<li>Fixed bugs with getting the content from TinyMCE with line breaks.</li>\n</ul>\n<h4>4.1.7</h4>\n<ul>\n<li>Updated for WordPress 4.1 and TinyMCE 4.1.7.</li>\n<li>Fixed bug where consecutive caption shortcodes may be split with an empty paragraph tag.</li>\n</ul>\n<h4>4.1.1</h4>\n<ul>\n<li>Fix bug with image captions when wpautop is disabled.</li>\n<li>Add translation support to the settings page. Button names/descriptions are translated from JS using the existing WordPress translation, so this part of the settings page will be translated by default. The other text still needs separate translation.</li>\n</ul>\n<h4>4.1</h4>\n<ul>\n<li>Updated for WordPress 4.0 and TinyMCE 4.1.</li>\n<li>Add the ‘textpattern’ plugin that supports some of the markdown syntax while typing, <a href=\"http://www.tinymce.com/wiki.php/Configuration:textpattern_patterns\" rel=\"nofollow\">(more info)</a>.</li>\n<li>Add the updated ‘table’ plugin that supports background and border color.</li>\n</ul>\n<h4>4.0.2</h4>\n<ul>\n<li>Fix showing of the second, third and forth button rows when the Toolbar Toggle button is not used.</li>\n<li>Fix adding the ”directionality” plugin when RTL or LTR button is selected.</li>\n<li>Show the ”Advanced Options” to super admins on multisite installs.</li>\n<li>Add the ”link” plugin including link rel setting. Replaces the Insert/Edit Link dialog when enabled.</li>\n<li>Include updated ”table” plugin that has support for vertical align for cells.</li>\n</ul>\n<h4>4.0.1</h4>\n<p>Fix warnings on pages other than Edit Post. Update the description.</p>\n<h4>4.0</h4>\n<p>Updated for WordPress 3.9 and TinyMCE 4.0. Refreshed the settings screen. Added support for exporting and importing of the settings.</p>\n<h4>3.5.9.1</h4>\n<p>Updated for WordPress 3.8, fixed auto-embedding of single line URLs when not removing paragraph tags.</p>\n<h4>3.5.9</h4>\n<p>Updated for WordPress 3.7 and TinyMCE 3.5.9.</p>\n<h4>3.5.8</h4>\n<p>Updated for WordPress 3.5 and TinyMCE 3.5.8.</p>\n<h4>3.4.9</h4>\n<p>Updated for WordPress 3.4 and TinyMCE 3.4.9.</p>\n<h4>3.4.5.1</h4>\n<p>Fixed a bug preventing TinyMCE from importing CSS classes from editor-style.css.</p>\n<h4>3.4.5</h4>\n<p>Updated for WordPress 3.3 or later and TinyMCE 3.4.5.</p>\n<h4>3.4.2.1</h4>\n<p>Fix the removal of the <em>media</em> plugin so it does not require re-saving the settings.</p>\n<h4>3.4.2</h4>\n<p>Compatibility with WordPress 3.2 and TinyMCE 3.4.2, removed the options for support for iframe and HTML 5.0 elements as they are supported by default in WordPress 3.2, removed the <em>media</em> plugin as it is included by default.</p>\n<h4>3.3.9.1</h4>\n<p>Added advanced options: stop removing iframes, stop removing HTML 5.0 elements, moved the support for custom editor styles to editor-style.css in the current theme.</p>\n<p>Attention: if you have a customized tadv-mce.css file and your theme doesn’t have editor-style.css, please download tadv-mce.css, rename it to editor-style.css and upload it to your current theme directory. Alternatively you can add there the editor-style.css from the Twenty Ten theme. If your theme has editor-style.css you can add any custom styles there.</p>\n<h4>3.3.9</h4>\n<p>Compatibility with WordPress 3.1 and TinyMCE 3.3.9, improved P and BR tags option.</p>\n<h4>3.2.7</h4>\n<p>Compatibility with WordPress 2.9 and TinyMCE 3.2.7, several minor bug fixes.</p>\n<h4>3.2.4</h4>\n<p>Compatibility with WordPress 2.8 and TinyMCE 3.2.4, minor bug fixes.</p>\n<h4>3.2</h4>\n<p>Compatibility with WordPress 2.7 and TinyMCE 3.2, minor bug fixes.</p>\n<h4>3.1</h4>\n<p>Compatibility with WordPress 2.6 and TinyMCE 3.1, keeps empty paragraphs when disabling the removal of P and BR tags, the buttons for MCImageManager and MCFileManager can be arranged (if installed).</p>\n<h4>3.0.1</h4>\n<p>Compatibility with WordPress 2.5.1 and TinyMCE 3.0.7, added option to disable the removal of P and BR tags when saving and in the HTML editor (autop), added two more buttons to the HTML editor: autop and undo, fixed the removal of non-default TinyMCE buttons.</p>\n<h4>3.0</h4>\n<p>Support for WordPress 2.5 and TinyMCE 3.0.</p>\n<h4>2.2</h4>\n<p>Deactivate/Uninstall option page, font size drop-down menu and other small changes.</p>\n<h4>2.1</h4>\n<p>Improved language selection, improved compatibility with WordPress 2.3 and TinyMCE 2.1.1.1, option to override some of the imported css classes and other small improvements and bugfixes.</p>\n<h4>2.0</h4>\n<p>Includes an admin page for arranging the TinyMCE toolbar buttons, easy installation, a lot of bugfixes, customized “Smilies” plugin that uses the built-in WordPress smilies, etc. The admin page uses jQuery and jQuery UI that lets you “drag and drop” the TinyMCE buttons to arrange your own toolbars and enables/disables the corresponding plugins depending on the used buttons.</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:\"https://wordpress.org/plugins/tinymce-advanced/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:50:\"https://wordpress.org/plugins/browse/popular/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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 17 Oct 2017 06:51:46 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 17 Oct 2017 06:36:15 GMT\";s:4:\"link\";s:66:\"<https://wordpress.org/plugins/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(88340,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1508266306','no'),(88341,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1508223106','no'),(88342,'_transient_timeout_plugin_slugs','1508309644','no'),(88343,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";}','no'),(88344,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1508266306','no'),(88345,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\'>WordPress 4.9 Beta 2</a> <span class=\"rss-date\">October 12, 2017</span><div class=\"rssSummary\">WordPress 4.9 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/medium-opens-partner-program-allows-anyone-to-publish-behind-its-5-paywall\'>WPTavern: Medium Opens Partner Program, Allows Anyone to Publish Behind Its $5 Paywall</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/bear-app-users-want-wordpress-publishing-integration\'>WPTavern: Bear App Users Want WordPress Publishing Integration</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-4-9-protects-users-from-fatal-errors-created-in-the-theme-and-plugin-editors\'>WPTavern: WordPress 4.9 Protects Users From Fatal Errors Created in the Theme and Plugin Editors</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>Popular Plugin:</span> WordPress Importer <a href=\"plugin-install.php?tab=plugin-information&plugin=wordpress-importer&_wpnonce=ae64cd3592&TB_iframe=true&width=600&height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"Install WordPress Importer\">(Install)</a></li></ul></div>','no'),(88346,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1508234001','no'),(88347,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4386;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2512;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2370;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2351;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1837;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1607;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1598;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1438;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1360;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1355;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1347;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1277;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1273;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1143;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1058;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1053;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:998;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:958;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:827;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:825;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:816;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:778;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:773;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:672;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:671;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:666;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:655;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:652;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:647;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:638;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:630;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:615;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:598;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:593;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:588;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:586;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:579;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:579;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:563;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:558;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:547;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:535;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:529;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:520;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:507;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:503;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:497;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:493;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:477;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:475;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:475;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:473;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:452;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:448;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:447;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:441;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:441;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:438;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:425;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:417;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:412;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:411;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:406;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:405;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:404;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:397;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:391;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:383;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:382;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:371;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:356;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:347;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:340;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:333;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:333;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:333;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:331;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:330;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:329;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:327;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:324;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:323;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:323;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:318;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:306;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:302;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:300;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:294;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:294;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:292;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:290;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:286;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:284;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:283;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:280;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:278;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:276;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:276;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:273;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:270;}}','no'),(88352,'wpmm_settings','a:3:{s:7:\"general\";a:10:{s:6:\"status\";i:1;s:11:\"bypass_bots\";i:0;s:11:\"meta_robots\";i:0;s:11:\"redirection\";s:0:\"\";s:7:\"exclude\";a:3:{i:0;s:4:\"feed\";i:1;s:8:\"wp-login\";i:2;s:5:\"login\";}s:6:\"notice\";i:1;s:10:\"admin_link\";i:0;s:11:\"status_date\";s:19:\"2017-10-17 06:56:22\";s:12:\"backend_role\";a:0:{}s:13:\"frontend_role\";a:0:{}}s:6:\"design\";a:10:{s:5:\"title\";s:16:\"Maintenance mode\";s:7:\"heading\";s:16:\"Maintenance mode\";s:13:\"heading_color\";s:0:\"\";s:4:\"text\";s:138:\"<p>Sorry for the inconvenience.<br />Our website is currently undergoing scheduled maintenance.<br />Thank you for your understanding.</p>\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:9:\"bg_custom\";s:0:\"\";s:13:\"bg_predefined\";s:7:\"bg1.jpg\";s:10:\"custom_css\";a:0:{}}s:7:\"modules\";a:22:{s:16:\"countdown_status\";i:0;s:15:\"countdown_start\";s:19:\"2017-10-17 06:54:03\";s:17:\"countdown_details\";a:3:{s:4:\"days\";i:0;s:5:\"hours\";i:1;s:7:\"minutes\";i:0;}s:15:\"countdown_color\";s:0:\"\";s:16:\"subscribe_status\";i:0;s:14:\"subscribe_text\";s:25:\"Notify me when it\'s ready\";s:20:\"subscribe_text_color\";s:0:\"\";s:13:\"social_status\";i:0;s:13:\"social_target\";i:1;s:13:\"social_github\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:14:\"social_twitter\";s:0:\"\";s:15:\"social_facebook\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:14:\"social_google+\";s:0:\"\";s:15:\"social_linkedin\";s:0:\"\";s:14:\"contact_status\";i:0;s:13:\"contact_email\";s:23:\"saiful.cems92@gmail.com\";s:15:\"contact_effects\";s:20:\"move_top|move_bottom\";s:9:\"ga_status\";i:0;s:7:\"ga_code\";s:0:\"\";s:10:\"custom_css\";a:0:{}}}','yes'),(88353,'wpmm_version','2.0.9','yes'),(89623,'_site_transient_timeout_theme_roots','1523604325','no'),(89624,'_site_transient_theme_roots','a:4:{s:6:\"expo18\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(89626,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1523602529;s:7:\"checked\";a:4:{s:6:\"expo18\";s:5:\"1.2.4\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.9\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.9.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.1.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.4.zip\";}}s:12:\"translations\";a:0:{}}','no'),(89627,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1523602529;s:8:\"response\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";N;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/wp-maintenance-mode\";s:4:\"slug\";s:19:\"wp-maintenance-mode\";s:6:\"plugin\";s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";s:11:\"new_version\";s:5:\"2.1.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/wp-maintenance-mode/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wp-maintenance-mode/assets/icon-256x256.png?rev=1746218\";s:2:\"1x\";s:72:\"https://ps.w.org/wp-maintenance-mode/assets/icon-128x128.png?rev=1746218\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/wp-maintenance-mode/assets/banner-772x250.png?rev=1833485\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";N;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(89628,'_transient_doing_cron','1524880578.9573481082916259765625','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2464 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(4,5,'_edit_last','1'),(5,5,'_edit_lock','1494140899:1'),(6,6,'_wp_attached_file','2015/05/image003.jpg'),(7,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:93;s:6:\"height\";i:128;s:4:\"file\";s:20:\"2015/05/image003.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8,7,'_wp_attached_file','2015/05/image001.jpg'),(9,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1150;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2015/05/image001.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image001-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:\"image001-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image001-1024x801.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image001-125x97.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"image001-615x481.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10,5,'_wp_page_template','template-home.php'),(11,11,'_menu_item_type','post_type'),(12,11,'_menu_item_menu_item_parent','0'),(13,11,'_menu_item_object_id','5'),(14,11,'_menu_item_object','page'),(15,11,'_menu_item_target',''),(16,11,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17,11,'_menu_item_xfn',''),(18,11,'_menu_item_url',''),(20,13,'_wp_attached_file','2015/05/map22.gif'),(21,13,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:244;s:6:\"height\";i:202;s:4:\"file\";s:17:\"2015/05/map22.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(22,12,'_edit_last','1'),(23,12,'_edit_lock','1496303619:1'),(24,12,'_wp_page_template','template-full-width.php'),(25,15,'_menu_item_type','post_type'),(26,15,'_menu_item_menu_item_parent','18'),(27,15,'_menu_item_object_id','12'),(28,15,'_menu_item_object','page'),(29,15,'_menu_item_target',''),(30,15,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(31,15,'_menu_item_xfn',''),(32,15,'_menu_item_url',''),(34,16,'_edit_last','1'),(35,16,'_wp_page_template','default'),(36,16,'_edit_lock','1456384408:1'),(37,18,'_menu_item_type','post_type'),(38,18,'_menu_item_menu_item_parent','0'),(39,18,'_menu_item_object_id','16'),(40,18,'_menu_item_object','page'),(41,18,'_menu_item_target',''),(42,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(43,18,'_menu_item_xfn',''),(44,18,'_menu_item_url',''),(46,19,'_edit_last','1'),(47,19,'_edit_lock','1496302979:1'),(48,19,'_wp_page_template','default'),(49,21,'_menu_item_type','post_type'),(50,21,'_menu_item_menu_item_parent','18'),(51,21,'_menu_item_object_id','19'),(52,21,'_menu_item_object','page'),(53,21,'_menu_item_target',''),(54,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(55,21,'_menu_item_xfn',''),(56,21,'_menu_item_url',''),(58,22,'_edit_last','1'),(59,22,'_edit_lock','1496302975:1'),(60,22,'_wp_page_template','default'),(61,24,'_menu_item_type','post_type'),(62,24,'_menu_item_menu_item_parent','18'),(63,24,'_menu_item_object_id','22'),(64,24,'_menu_item_object','page'),(65,24,'_menu_item_target',''),(66,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(67,24,'_menu_item_xfn',''),(68,24,'_menu_item_url',''),(70,25,'_edit_last','1'),(71,25,'_edit_lock','1481717907:1'),(72,25,'_wp_page_template','default'),(73,27,'_menu_item_type','post_type'),(74,27,'_menu_item_menu_item_parent','0'),(75,27,'_menu_item_object_id','25'),(76,27,'_menu_item_object','page'),(77,27,'_menu_item_target',''),(78,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(79,27,'_menu_item_xfn',''),(80,27,'_menu_item_url',''),(82,28,'_edit_last','1'),(83,28,'_edit_lock','1496303252:1'),(84,28,'_wp_page_template','default'),(85,30,'_menu_item_type','post_type'),(86,30,'_menu_item_menu_item_parent','0'),(87,30,'_menu_item_object_id','28'),(88,30,'_menu_item_object','page'),(89,30,'_menu_item_target',''),(90,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(91,30,'_menu_item_xfn',''),(92,30,'_menu_item_url',''),(94,31,'_edit_last','1'),(95,31,'_edit_lock','1496302851:1'),(96,31,'_wp_page_template','default'),(97,33,'_menu_item_type','post_type'),(98,33,'_menu_item_menu_item_parent','0'),(99,33,'_menu_item_object_id','31'),(100,33,'_menu_item_object','page'),(101,33,'_menu_item_target',''),(102,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(103,33,'_menu_item_xfn',''),(104,33,'_menu_item_url',''),(106,35,'_edit_last','1'),(107,35,'_edit_lock','1456384612:1'),(108,35,'_wp_page_template','default'),(109,37,'_menu_item_type','post_type'),(110,37,'_menu_item_menu_item_parent','18'),(111,37,'_menu_item_object_id','35'),(112,37,'_menu_item_object','page'),(113,37,'_menu_item_target',''),(114,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(115,37,'_menu_item_xfn',''),(116,37,'_menu_item_url',''),(118,38,'_edit_last','1'),(119,38,'_edit_lock','1496302968:1'),(120,38,'_wp_page_template','default'),(121,40,'_menu_item_type','post_type'),(122,40,'_menu_item_menu_item_parent','18'),(123,40,'_menu_item_object_id','38'),(124,40,'_menu_item_object','page'),(125,40,'_menu_item_target',''),(126,40,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(127,40,'_menu_item_xfn',''),(128,40,'_menu_item_url',''),(130,41,'_edit_last','1'),(131,41,'_edit_lock','1484827369:1'),(132,41,'_wp_page_template','default'),(133,43,'_menu_item_type','post_type'),(134,43,'_menu_item_menu_item_parent','18'),(135,43,'_menu_item_object_id','41'),(136,43,'_menu_item_object','page'),(137,43,'_menu_item_target',''),(138,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(139,43,'_menu_item_xfn',''),(140,43,'_menu_item_url',''),(142,44,'_edit_last','1'),(143,44,'_edit_lock','1505550978:1'),(144,44,'_wp_page_template','default'),(145,46,'_menu_item_type','post_type'),(146,46,'_menu_item_menu_item_parent','0'),(147,46,'_menu_item_object_id','44'),(148,46,'_menu_item_object','page'),(149,46,'_menu_item_target',''),(150,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(151,46,'_menu_item_xfn',''),(152,46,'_menu_item_url',''),(154,47,'_edit_last','1'),(155,47,'_edit_lock','1443862358:1'),(156,48,'_wp_attached_file','2015/05/EXPO-APPLICATION-FORM.pdf'),(157,47,'_wp_page_template','default'),(158,50,'_menu_item_type','post_type'),(159,50,'_menu_item_menu_item_parent','18'),(160,50,'_menu_item_object_id','47'),(161,50,'_menu_item_object','page'),(162,50,'_menu_item_target',''),(163,50,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(164,50,'_menu_item_xfn',''),(165,50,'_menu_item_url',''),(167,60,'_wp_attached_file','2015/05/cems-china.jpg'),(168,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:35;s:4:\"file\";s:22:\"2015/05/cems-china.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(169,61,'_wp_attached_file','2015/05/cems-india.jpg'),(170,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:35;s:4:\"file\";s:22:\"2015/05/cems-india.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(171,65,'_edit_last','1'),(172,65,'_edit_lock','1481776128:1'),(173,65,'_wp_page_template','template-full-width.php'),(258,74,'__defaults_set','1'),(259,74,'filter','raw'),(260,74,'id_field','ID'),(261,75,'__defaults_set','1'),(262,75,'filter','raw'),(263,75,'id_field','ID'),(273,78,'__defaults_set','1'),(274,78,'filter','raw'),(275,78,'id_field','ID'),(282,80,'__defaults_set','1'),(283,80,'filter','raw'),(284,80,'id_field','ID'),(291,82,'__defaults_set','1'),(292,82,'filter','raw'),(293,82,'id_field','ID'),(300,84,'__defaults_set','1'),(301,84,'filter','raw'),(302,84,'id_field','ID'),(309,86,'__defaults_set','1'),(310,86,'filter','raw'),(311,86,'id_field','ID'),(318,88,'__defaults_set','1'),(319,88,'filter','raw'),(320,88,'id_field','ID'),(327,90,'__defaults_set','1'),(328,90,'filter','raw'),(329,90,'id_field','ID'),(336,94,'_menu_item_type','post_type'),(337,94,'_menu_item_menu_item_parent','0'),(338,94,'_menu_item_object_id','65'),(339,94,'_menu_item_object','page'),(340,94,'_menu_item_target',''),(341,94,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(342,94,'_menu_item_xfn',''),(343,94,'_menu_item_url',''),(354,97,'__defaults_set','1'),(355,97,'filter','raw'),(356,97,'id_field','ID'),(487,102,'__defaults_set','1'),(488,102,'filter','raw'),(489,102,'id_field','ID'),(490,103,'__defaults_set','1'),(491,103,'filter','raw'),(492,103,'id_field','ID'),(502,106,'__defaults_set','1'),(503,106,'filter','raw'),(504,106,'id_field','ID'),(511,108,'__defaults_set','1'),(512,108,'filter','raw'),(513,108,'id_field','ID'),(520,110,'__defaults_set','1'),(521,110,'filter','raw'),(522,110,'id_field','ID'),(529,112,'__defaults_set','1'),(530,112,'filter','raw'),(531,112,'id_field','ID'),(538,114,'__defaults_set','1'),(539,114,'filter','raw'),(540,114,'id_field','ID'),(547,116,'__defaults_set','1'),(548,116,'filter','raw'),(549,116,'id_field','ID'),(556,98,'__defaults_set','1'),(557,98,'filter','raw'),(558,98,'id_field','ID'),(562,77,'__defaults_set','1'),(563,77,'filter','raw'),(564,77,'id_field','ID'),(565,76,'__defaults_set','1'),(566,76,'filter','raw'),(567,76,'id_field','ID'),(568,79,'__defaults_set','1'),(569,79,'filter','raw'),(570,79,'id_field','ID'),(571,81,'__defaults_set','1'),(572,81,'filter','raw'),(573,81,'id_field','ID'),(574,83,'__defaults_set','1'),(575,83,'filter','raw'),(576,83,'id_field','ID'),(577,85,'__defaults_set','1'),(578,85,'filter','raw'),(579,85,'id_field','ID'),(580,87,'__defaults_set','1'),(581,87,'filter','raw'),(582,87,'id_field','ID'),(583,89,'__defaults_set','1'),(584,89,'filter','raw'),(585,89,'id_field','ID'),(586,91,'__defaults_set','1'),(587,91,'filter','raw'),(588,91,'id_field','ID'),(589,105,'__defaults_set','1'),(590,105,'filter','raw'),(591,105,'id_field','ID'),(592,104,'__defaults_set','1'),(593,104,'filter','raw'),(594,104,'id_field','ID'),(595,107,'__defaults_set','1'),(596,107,'filter','raw'),(597,107,'id_field','ID'),(598,109,'__defaults_set','1'),(599,109,'filter','raw'),(600,109,'id_field','ID'),(601,111,'__defaults_set','1'),(602,111,'filter','raw'),(603,111,'id_field','ID'),(604,113,'__defaults_set','1'),(605,113,'filter','raw'),(606,113,'id_field','ID'),(607,115,'__defaults_set','1'),(608,115,'filter','raw'),(609,115,'id_field','ID'),(610,117,'__defaults_set','1'),(611,117,'filter','raw'),(612,117,'id_field','ID'),(617,65,'ngg_gallery_id',''),(618,67,'filter','raw'),(619,67,'meta_id','178'),(620,67,'post_id','67'),(621,67,'meta_key','name'),(622,67,'meta_value','photocrati-nextgen_basic_thumbnails'),(623,67,'title','NextGEN Basic Thumbnails'),(624,67,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumb_preview.jpg'),(625,67,'default_source','galleries'),(626,67,'view_order','10000'),(627,67,'name','photocrati-nextgen_basic_thumbnails'),(628,67,'installed_at_version','2.1.0'),(629,67,'hidden_from_ui',''),(630,67,'__defaults_set','1'),(631,67,'entity_types','WyJpbWFnZSJd'),(632,67,'id_field','ID'),(633,67,'settings','eyJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIwIiwidGh1bWJuYWlsX3dpZHRoIjoiMjQwIiwidGh1bWJuYWlsX2hlaWdodCI6IjE2MCIsInRodW1ibmFpbF9jcm9wIjoiMSIsImltYWdlc19wZXJfcGFnZSI6IjIwIiwibnVtYmVyX29mX2NvbHVtbnMiOiIwIiwiYWpheF9wYWdpbmF0aW9uIjoiMCIsInNob3dfYWxsX2luX2xpZ2h0Ym94IjoiMCIsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjoiMCIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInRodW1ibmFpbF9xdWFsaXR5IjoiMTAwIiwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9'),(634,68,'filter','raw'),(635,68,'meta_id','190'),(636,68,'post_id','68'),(637,68,'meta_key','name'),(638,68,'meta_value','photocrati-nextgen_basic_slideshow'),(639,68,'title','NextGEN Basic Slideshow'),(640,68,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow_preview.jpg'),(641,68,'default_source','galleries'),(642,68,'view_order','10010'),(643,68,'name','photocrati-nextgen_basic_slideshow'),(644,68,'installed_at_version','2.1.0'),(645,68,'hidden_from_ui',''),(646,68,'__defaults_set','1'),(647,68,'entity_types','WyJpbWFnZSJd'),(648,68,'id_field','ID'),(649,68,'settings','eyJnYWxsZXJ5X3dpZHRoIjoiMjAwIiwiZ2FsbGVyeV9oZWlnaHQiOiIxNTAiLCJjeWNsZV9lZmZlY3QiOiJmYWRlIiwiY3ljbGVfaW50ZXJ2YWwiOiIxMCIsInNob3dfdGh1bWJuYWlsX2xpbmsiOiIxIiwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHRodW1ibmFpbHNdIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwidGh1bWJuYWlsX3dpZHRoIjoiNDAwIiwidGh1bWJuYWlsX2hlaWdodCI6IjI1MCIsImVmZmVjdF9jb2RlIjoiY2xhc3M9XCJuZ2ctZmFuY3lib3hcIiByZWw9XCIlR0FMTEVSWV9OQU1FJVwiIiwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(650,69,'filter','raw'),(651,69,'meta_id','202'),(652,69,'post_id','69'),(653,69,'meta_key','name'),(654,69,'meta_value','photocrati-nextgen_basic_imagebrowser'),(655,69,'title','NextGEN Basic ImageBrowser'),(656,69,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/static/preview.jpg'),(657,69,'default_source','galleries'),(658,69,'view_order','10020'),(659,69,'name','photocrati-nextgen_basic_imagebrowser'),(660,69,'installed_at_version','2.1.0'),(661,69,'hidden_from_ui',''),(662,69,'__defaults_set','1'),(663,69,'entity_types','WyJpbWFnZSJd'),(664,69,'id_field','ID'),(665,69,'settings','eyJhamF4X3BhZ2luYXRpb24iOiIwIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(666,70,'filter','raw'),(667,70,'meta_id','215'),(668,70,'post_id','70'),(669,70,'meta_key','name'),(670,70,'meta_value','photocrati-nextgen_basic_singlepic'),(671,70,'title','NextGEN Basic SinglePic'),(672,70,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/static/preview.gif'),(673,70,'default_source','galleries'),(674,70,'view_order','10060'),(675,70,'hidden_from_ui','1'),(676,70,'name','photocrati-nextgen_basic_singlepic'),(677,70,'installed_at_version','2.1.0'),(678,70,'__defaults_set','1'),(679,70,'entity_types','WyJpbWFnZSJd'),(680,70,'id_field','ID'),(681,70,'settings','eyJ3aWR0aCI6IiIsImhlaWdodCI6IiIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsImZsb2F0IjoiIiwicXVhbGl0eSI6IjEwMCIsImNyb3AiOiIwIiwiZGlzcGxheV93YXRlcm1hcmsiOiIwIiwiZGlzcGxheV9yZWZsZWN0aW9uIjoiMCIsInRlbXBsYXRlIjoiIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwibW9kZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),(682,71,'filter','raw'),(683,71,'meta_id','226'),(684,71,'post_id','71'),(685,71,'meta_key','name'),(686,71,'meta_value','photocrati-nextgen_basic_tagcloud'),(687,71,'title','NextGEN Basic TagCloud'),(688,71,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/static/preview.gif'),(689,71,'default_source','tags'),(690,71,'view_order','10100'),(691,71,'name','photocrati-nextgen_basic_tagcloud'),(692,71,'installed_at_version','2.1.0'),(693,71,'hidden_from_ui',''),(694,71,'__defaults_set','1'),(695,71,'entity_types','WyJpbWFnZSJd'),(696,71,'id_field','ID'),(697,71,'settings','eyJudW1iZXIiOiI0NSIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9'),(698,72,'filter','raw'),(699,72,'meta_id','238'),(700,72,'post_id','72'),(701,72,'meta_key','name'),(702,72,'meta_value','photocrati-nextgen_basic_compact_album'),(703,72,'title','NextGEN Basic Compact Album'),(704,72,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/compact_preview.jpg'),(705,72,'default_source','albums'),(706,72,'view_order','10200'),(707,72,'name','photocrati-nextgen_basic_compact_album'),(708,72,'installed_at_version','2.1.0'),(709,72,'hidden_from_ui',''),(710,72,'__defaults_set','1'),(711,72,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(712,72,'id_field','ID'),(713,72,'settings','eyJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjoiMCIsImVuYWJsZV9icmVhZGNydW1icyI6IjEiLCJ0ZW1wbGF0ZSI6IiIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiI2MDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiNDUwIiwidGh1bWJuYWlsX2Nyb3AiOiIwIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(714,73,'filter','raw'),(715,73,'meta_id','250'),(716,73,'post_id','73'),(717,73,'meta_key','name'),(718,73,'meta_value','photocrati-nextgen_basic_extended_album'),(719,73,'title','NextGEN Basic Extended Album'),(720,73,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/extended_preview.jpg'),(721,73,'default_source','albums'),(722,73,'view_order','10210'),(723,73,'name','photocrati-nextgen_basic_extended_album'),(724,73,'installed_at_version','2.1.0'),(725,73,'hidden_from_ui',''),(726,73,'__defaults_set','1'),(727,73,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(728,73,'id_field','ID'),(729,73,'settings','eyJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjoiMCIsImVuYWJsZV9icmVhZGNydW1icyI6IjEiLCJ0ZW1wbGF0ZSI6IiIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIyNDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMTYwIiwidGh1bWJuYWlsX2Nyb3AiOiIxIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(733,136,'__defaults_set','1'),(734,136,'filter','raw'),(735,136,'id_field','ID'),(736,137,'__defaults_set','1'),(737,137,'filter','raw'),(738,137,'id_field','ID'),(739,138,'__defaults_set','1'),(740,138,'filter','raw'),(741,138,'id_field','ID'),(751,141,'__defaults_set','1'),(752,141,'filter','raw'),(753,141,'id_field','ID'),(760,143,'__defaults_set','1'),(761,143,'filter','raw'),(762,143,'id_field','ID'),(781,146,'__defaults_set','1'),(782,146,'filter','raw'),(783,146,'id_field','ID'),(790,148,'__defaults_set','1'),(791,148,'filter','raw'),(792,148,'id_field','ID'),(799,150,'__defaults_set','1'),(800,150,'filter','raw'),(801,150,'id_field','ID'),(808,152,'__defaults_set','1'),(809,152,'filter','raw'),(810,152,'id_field','ID'),(817,154,'__defaults_set','1'),(818,154,'filter','raw'),(819,154,'id_field','ID'),(826,156,'__defaults_set','1'),(827,156,'filter','raw'),(828,156,'id_field','ID'),(835,158,'__defaults_set','1'),(836,158,'filter','raw'),(837,158,'id_field','ID'),(844,160,'__defaults_set','1'),(845,160,'filter','raw'),(846,160,'id_field','ID'),(853,162,'__defaults_set','1'),(854,162,'filter','raw'),(855,162,'id_field','ID'),(862,164,'__defaults_set','1'),(863,164,'filter','raw'),(864,164,'id_field','ID'),(871,166,'__defaults_set','1'),(872,166,'filter','raw'),(873,166,'id_field','ID'),(880,168,'__defaults_set','1'),(881,168,'filter','raw'),(882,168,'id_field','ID'),(889,170,'__defaults_set','1'),(890,170,'filter','raw'),(891,170,'id_field','ID'),(899,182,'_wp_attached_file','2015/05/Capture.jpg'),(900,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:347;s:4:\"file\";s:19:\"2015/05/Capture.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Capture-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:\"Capture-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Capture-125x87.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(901,183,'_wp_attached_file','2015/05/Capture.gif'),(902,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:927;s:6:\"height\";i:644;s:4:\"file\";s:19:\"2015/05/Capture.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(903,184,'_wp_attached_file','2015/05/Presentation-of-Food-Pro-Agro-Bangladesh-Intl.-Expo-2015.pdf'),(904,188,'_wp_attached_file','2015/05/p1-logo.png'),(905,188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:58;s:4:\"file\";s:19:\"2015/05/p1-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"p1-logo-150x58.png\";s:5:\"width\";i:150;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"p1-logo-125x36.png\";s:5:\"width\";i:125;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(906,189,'_wp_attached_file','2015/05/p2-logo.png'),(907,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:62;s:4:\"file\";s:19:\"2015/05/p2-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"p2-logo-150x62.png\";s:5:\"width\";i:150;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"p2-logo-125x39.png\";s:5:\"width\";i:125;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(908,190,'_wp_attached_file','2015/05/p3-logo.png'),(909,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:45;s:4:\"file\";s:19:\"2015/05/p3-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"p3-logo-150x45.png\";s:5:\"width\";i:150;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"p3-logo-125x28.png\";s:5:\"width\";i:125;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(910,191,'_wp_attached_file','2015/05/p4-logo.png'),(911,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:52;s:4:\"file\";s:19:\"2015/05/p4-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"p4-logo-150x52.png\";s:5:\"width\";i:150;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"p4-logo-125x33.png\";s:5:\"width\";i:125;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(912,192,'_wp_attached_file','2015/05/p5-logo.png'),(913,192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:46;s:4:\"file\";s:19:\"2015/05/p5-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"p5-logo-150x46.png\";s:5:\"width\";i:150;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"p5-logo-125x29.png\";s:5:\"width\";i:125;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(914,198,'_wp_attached_file','2015/05/sincos.jpg'),(915,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:50;s:4:\"file\";s:18:\"2015/05/sincos.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sincos-150x50.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"sincos-125x31.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(916,199,'_wp_attached_file','2015/05/market.jpg'),(917,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:89;s:4:\"file\";s:18:\"2015/05/market.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"market-150x89.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"market-125x56.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(918,200,'_wp_attached_file','2015/05/sullar.jpg'),(919,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:78;s:4:\"file\";s:18:\"2015/05/sullar.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sullar-150x78.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"sullar-125x49.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(920,203,'_wp_attached_file','2015/05/Food-Agro.jpg'),(921,203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:599;s:4:\"file\";s:21:\"2015/05/Food-Agro.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Food-Agro-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:\"Food-Agro-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Food-Agro-1024x409.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Food-Agro-125x50.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:21:\"Food-Agro-615x246.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(922,211,'_wp_attached_file','2015/05/p6-logo.png'),(923,211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1705;s:6:\"height\";i:893;s:4:\"file\";s:19:\"2015/05/p6-logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"p6-logo-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:19:\"p6-logo-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"p6-logo-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"p6-logo-125x65.png\";s:5:\"width\";i:125;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:19:\"p6-logo-615x322.png\";s:5:\"width\";i:615;s:6:\"height\";i:322;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(924,213,'_wp_attached_file','2015/05/p7-logo.png'),(925,213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:677;s:4:\"file\";s:19:\"2015/05/p7-logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"p7-logo-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:19:\"p7-logo-300x242.png\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"p7-logo-125x101.png\";s:5:\"width\";i:125;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:19:\"p7-logo-615x496.png\";s:5:\"width\";i:615;s:6:\"height\";i:496;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(926,214,'_wp_attached_file','2015/05/p8-logo.png'),(927,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:870;s:4:\"file\";s:19:\"2015/05/p8-logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"p8-logo-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:19:\"p8-logo-300x249.png\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"p8-logo-1024x848.png\";s:5:\"width\";i:1024;s:6:\"height\";i:848;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"p8-logo-125x104.png\";s:5:\"width\";i:125;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:19:\"p8-logo-615x510.png\";s:5:\"width\";i:615;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(928,215,'_wp_attached_file','2015/05/p9-logo.png'),(929,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:338;s:4:\"file\";s:19:\"2015/05/p9-logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"p9-logo-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:19:\"p9-logo-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"p9-logo-125x201.png\";s:5:\"width\";i:125;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(930,222,'_wp_attached_file','2015/05/p6-logo.jpg'),(931,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:110;s:4:\"file\";s:19:\"2015/05/p6-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"p6-logo-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"p6-logo-125x65.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(932,225,'_wp_attached_file','2015/05/Chaldal-new.png'),(933,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1204;s:6:\"height\";i:386;s:4:\"file\";s:23:\"2015/05/Chaldal-new.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Chaldal-new-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:22:\"Chaldal-new-300x96.png\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Chaldal-new-1024x328.png\";s:5:\"width\";i:1024;s:6:\"height\";i:328;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Chaldal-new-125x40.png\";s:5:\"width\";i:125;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:23:\"Chaldal-new-615x197.png\";s:5:\"width\";i:615;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(934,228,'_wp_attached_file','2015/05/Food-Agro-Partners.png'),(935,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3259;s:6:\"height\";i:389;s:4:\"file\";s:30:\"2015/05/Food-Agro-Partners.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Food-Agro-Partners-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:29:\"Food-Agro-Partners-300x36.png\";s:5:\"width\";i:300;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Food-Agro-Partners-1024x122.png\";s:5:\"width\";i:1024;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Food-Agro-Partners-125x15.png\";s:5:\"width\";i:125;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:29:\"Food-Agro-Partners-615x73.png\";s:5:\"width\";i:615;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(936,239,'_wp_attached_file','2015/05/Food-Agro-BBoard-S-50-X-20.jpg'),(937,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1200;s:4:\"file\";s:38:\"2015/05/Food-Agro-BBoard-S-50-X-20.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Food-Agro-BBoard-S-50-X-20-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:\"Food-Agro-BBoard-S-50-X-20-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Food-Agro-BBoard-S-50-X-20-1024x410.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Food-Agro-BBoard-S-50-X-20-125x50.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:38:\"Food-Agro-BBoard-S-50-X-20-615x246.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(938,244,'_wp_attached_file','2015/05/Naogaon-trade-logo-01.png'),(939,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:172;s:4:\"file\";s:33:\"2015/05/Naogaon-trade-logo-01.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Naogaon-trade-logo-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Naogaon-trade-logo-01-125x108.png\";s:5:\"width\";i:125;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(940,248,'_wp_attached_file','2015/05/Logo_Sticker.jpg'),(941,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:161;s:4:\"file\";s:24:\"2015/05/Logo_Sticker.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Logo_Sticker-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:\"Logo_Sticker-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Logo_Sticker-125x67.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(942,254,'_wp_attached_file','2015/05/KFK-Logo.jpg'),(943,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:127;s:4:\"file\";s:20:\"2015/05/KFK-Logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"KFK-Logo-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"KFK-Logo-125x79.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(944,255,'_wp_attached_file','2015/05/Untitled-3.jpg'),(945,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:361;s:4:\"file\";s:22:\"2015/05/Untitled-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-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:22:\"Untitled-3-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-3-125x150.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(946,256,'_wp_attached_file','2015/05/Bellissimo-Final-logo.jpg'),(947,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:118;s:4:\"file\";s:33:\"2015/05/Bellissimo-Final-logo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Bellissimo-Final-logo-150x118.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Bellissimo-Final-logo-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Bellissimo-Final-logo-125x49.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(952,260,'__defaults_set','1'),(953,260,'filter','raw'),(954,260,'id_field','ID'),(955,261,'__defaults_set','1'),(956,261,'filter','raw'),(957,261,'id_field','ID'),(967,264,'__defaults_set','1'),(968,264,'filter','raw'),(969,264,'id_field','ID'),(976,266,'__defaults_set','1'),(977,266,'filter','raw'),(978,266,'id_field','ID'),(985,268,'__defaults_set','1'),(986,268,'filter','raw'),(987,268,'id_field','ID'),(994,270,'__defaults_set','1'),(995,270,'filter','raw'),(996,270,'id_field','ID'),(1003,272,'__defaults_set','1'),(1004,272,'filter','raw'),(1005,272,'id_field','ID'),(1012,274,'__defaults_set','1'),(1013,274,'filter','raw'),(1014,274,'id_field','ID'),(1021,276,'__defaults_set','1'),(1022,276,'filter','raw'),(1023,276,'id_field','ID'),(1030,278,'__defaults_set','1'),(1031,278,'filter','raw'),(1032,278,'id_field','ID'),(1039,280,'__defaults_set','1'),(1040,280,'filter','raw'),(1041,280,'id_field','ID'),(1048,282,'__defaults_set','1'),(1049,282,'filter','raw'),(1050,282,'id_field','ID'),(1057,284,'__defaults_set','1'),(1058,284,'filter','raw'),(1059,284,'id_field','ID'),(1066,286,'__defaults_set','1'),(1067,286,'filter','raw'),(1068,286,'id_field','ID'),(1075,288,'__defaults_set','1'),(1076,288,'filter','raw'),(1077,288,'id_field','ID'),(1084,290,'__defaults_set','1'),(1085,290,'filter','raw'),(1086,290,'id_field','ID'),(1093,292,'__defaults_set','1'),(1094,292,'filter','raw'),(1095,292,'id_field','ID'),(1102,295,'__defaults_set','1'),(1103,295,'filter','raw'),(1104,295,'id_field','ID'),(1207,297,'__defaults_set','1'),(1208,297,'filter','raw'),(1209,297,'id_field','ID'),(1264,299,'__defaults_set','1'),(1265,299,'filter','raw'),(1266,299,'id_field','ID'),(1321,301,'__defaults_set','1'),(1322,301,'filter','raw'),(1323,301,'id_field','ID'),(1330,303,'__defaults_set','1'),(1331,303,'filter','raw'),(1332,303,'id_field','ID'),(1339,305,'__defaults_set','1'),(1340,305,'filter','raw'),(1341,305,'id_field','ID'),(1348,307,'__defaults_set','1'),(1349,307,'filter','raw'),(1350,307,'id_field','ID'),(1357,309,'__defaults_set','1'),(1358,309,'filter','raw'),(1359,309,'id_field','ID'),(1408,311,'__defaults_set','1'),(1409,311,'filter','raw'),(1410,311,'id_field','ID'),(1417,313,'__defaults_set','1'),(1418,313,'filter','raw'),(1419,313,'id_field','ID'),(1426,315,'__defaults_set','1'),(1427,315,'filter','raw'),(1428,315,'id_field','ID'),(1435,317,'__defaults_set','1'),(1436,317,'filter','raw'),(1437,317,'id_field','ID'),(1495,319,'__defaults_set','1'),(1496,319,'filter','raw'),(1497,319,'id_field','ID'),(1504,321,'__defaults_set','1'),(1505,321,'filter','raw'),(1506,321,'id_field','ID'),(1561,323,'__defaults_set','1'),(1562,323,'filter','raw'),(1563,323,'id_field','ID'),(1570,325,'__defaults_set','1'),(1571,325,'filter','raw'),(1572,325,'id_field','ID'),(1579,327,'__defaults_set','1'),(1580,327,'filter','raw'),(1581,327,'id_field','ID'),(1588,329,'__defaults_set','1'),(1589,329,'filter','raw'),(1590,329,'id_field','ID'),(1597,331,'__defaults_set','1'),(1598,331,'filter','raw'),(1599,331,'id_field','ID'),(1606,333,'__defaults_set','1'),(1607,333,'filter','raw'),(1608,333,'id_field','ID'),(1615,335,'__defaults_set','1'),(1616,335,'filter','raw'),(1617,335,'id_field','ID'),(1672,337,'__defaults_set','1'),(1673,337,'filter','raw'),(1674,337,'id_field','ID'),(1681,339,'_wp_attached_file','2015/05/Food-Agro-Partners-02.png'),(1682,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2015/05/Food-Agro-Partners-02.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Food-Agro-Partners-02-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:33:\"Food-Agro-Partners-02-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Food-Agro-Partners-02-125x56.png\";s:5:\"width\";i:125;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:33:\"Food-Agro-Partners-02-615x273.png\";s:5:\"width\";i:615;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1683,355,'_wp_attached_file','2015/05/Swad-Musthead.png'),(1684,355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:455;s:4:\"file\";s:25:\"2015/05/Swad-Musthead.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Swad-Musthead-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:25:\"Swad-Musthead-300x137.png\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Swad-Musthead-125x57.png\";s:5:\"width\";i:125;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:25:\"Swad-Musthead-615x280.png\";s:5:\"width\";i:615;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1685,363,'__defaults_set','1'),(1686,363,'filter','raw'),(1687,363,'id_field','ID'),(1694,365,'__defaults_set','1'),(1695,365,'filter','raw'),(1696,365,'id_field','ID'),(1703,367,'__defaults_set','1'),(1704,367,'filter','raw'),(1705,367,'id_field','ID'),(1712,369,'__defaults_set','1'),(1713,369,'filter','raw'),(1714,369,'id_field','ID'),(1721,371,'__defaults_set','1'),(1722,371,'filter','raw'),(1723,371,'id_field','ID'),(1730,373,'__defaults_set','1'),(1731,373,'filter','raw'),(1732,373,'id_field','ID'),(1739,375,'__defaults_set','1'),(1740,375,'filter','raw'),(1741,375,'id_field','ID'),(1748,377,'__defaults_set','1'),(1749,377,'filter','raw'),(1750,377,'id_field','ID'),(1757,379,'__defaults_set','1'),(1758,379,'filter','raw'),(1759,379,'id_field','ID'),(1766,381,'__defaults_set','1'),(1767,381,'filter','raw'),(1768,381,'id_field','ID'),(1775,383,'__defaults_set','1'),(1776,383,'filter','raw'),(1777,383,'id_field','ID'),(1784,385,'__defaults_set','1'),(1785,385,'filter','raw'),(1786,385,'id_field','ID'),(1793,387,'__defaults_set','1'),(1794,387,'filter','raw'),(1795,387,'id_field','ID'),(1802,389,'__defaults_set','1'),(1803,389,'filter','raw'),(1804,389,'id_field','ID'),(1811,391,'__defaults_set','1'),(1812,391,'filter','raw'),(1813,391,'id_field','ID'),(1820,393,'__defaults_set','1'),(1821,393,'filter','raw'),(1822,393,'id_field','ID'),(1829,395,'__defaults_set','1'),(1830,395,'filter','raw'),(1831,395,'id_field','ID'),(1940,440,'_wp_attached_file','2015/05/CEMS-Global-Expo-Form.pdf'),(1941,445,'__defaults_set','1'),(1942,445,'filter','raw'),(1943,445,'id_field','ID'),(1950,456,'_wp_attached_file','2015/05/Food-Agro-Partners-03.png'),(1951,456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2015/05/Food-Agro-Partners-03.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Food-Agro-Partners-03-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:33:\"Food-Agro-Partners-03-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Food-Agro-Partners-03-125x56.png\";s:5:\"width\";i:125;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:33:\"Food-Agro-Partners-03-615x273.png\";s:5:\"width\";i:615;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1952,459,'_wp_attached_file','2015/05/Food-Agro-FB.jpg'),(1953,459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5170;s:6:\"height\";i:1955;s:4:\"file\";s:24:\"2015/05/Food-Agro-FB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Food-Agro-FB-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:\"Food-Agro-FB-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Food-Agro-FB-1024x387.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Food-Agro-FB-125x47.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:24:\"Food-Agro-FB-615x233.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1954,476,'_wp_attached_file','2015/05/Food-Agro-Partners-021.png'),(1955,476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:730;s:6:\"height\";i:399;s:4:\"file\";s:34:\"2015/05/Food-Agro-Partners-021.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Food-Agro-Partners-021-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:34:\"Food-Agro-Partners-021-300x164.png\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Food-Agro-Partners-021-125x68.png\";s:5:\"width\";i:125;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:34:\"Food-Agro-Partners-021-615x336.png\";s:5:\"width\";i:615;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1956,482,'__defaults_set','1'),(1957,482,'filter','raw'),(1958,482,'id_field','ID'),(1965,484,'__defaults_set','1'),(1966,484,'filter','raw'),(1967,484,'id_field','ID'),(1974,486,'__defaults_set','1'),(1975,486,'filter','raw'),(1976,486,'id_field','ID'),(1983,488,'__defaults_set','1'),(1984,488,'filter','raw'),(1985,488,'id_field','ID'),(1992,490,'_edit_last','1'),(1993,490,'_edit_lock','1496551884:1'),(1994,490,'_wp_page_template','template-full-width.php'),(1995,496,'__defaults_set','1'),(1996,496,'filter','raw'),(1997,496,'id_field','ID'),(2004,498,'__defaults_set','1'),(2005,498,'filter','raw'),(2006,498,'id_field','ID'),(2013,500,'__defaults_set','1'),(2014,500,'filter','raw'),(2015,500,'id_field','ID'),(2022,502,'__defaults_set','1'),(2023,502,'filter','raw'),(2024,502,'id_field','ID'),(2031,504,'__defaults_set','1'),(2032,504,'filter','raw'),(2033,504,'id_field','ID'),(2040,506,'_wp_attached_file','2015/05/Food-Agro-FB1.jpg'),(2041,506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3102;s:6:\"height\";i:1173;s:4:\"file\";s:25:\"2015/05/Food-Agro-FB1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Food-Agro-FB1-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:\"Food-Agro-FB1-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Food-Agro-FB1-1024x387.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Food-Agro-FB1-125x47.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:25:\"Food-Agro-FB1-615x233.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2042,263,'__defaults_set','1'),(2043,263,'filter','raw'),(2044,263,'id_field','ID'),(2045,483,'__defaults_set','1'),(2046,483,'filter','raw'),(2047,483,'id_field','ID'),(2048,487,'__defaults_set','1'),(2049,487,'filter','raw'),(2050,487,'id_field','ID'),(2051,489,'__defaults_set','1'),(2052,489,'filter','raw'),(2053,489,'id_field','ID'),(2054,505,'__defaults_set','1'),(2055,505,'filter','raw'),(2056,505,'id_field','ID'),(2057,262,'__defaults_set','1'),(2058,262,'filter','raw'),(2059,262,'id_field','ID'),(2060,281,'__defaults_set','1'),(2061,281,'filter','raw'),(2062,281,'id_field','ID'),(2063,300,'__defaults_set','1'),(2064,300,'filter','raw'),(2065,300,'id_field','ID'),(2066,302,'__defaults_set','1'),(2067,302,'filter','raw'),(2068,302,'id_field','ID'),(2069,306,'__defaults_set','1'),(2070,306,'filter','raw'),(2071,306,'id_field','ID'),(2072,310,'__defaults_set','1'),(2073,310,'filter','raw'),(2074,310,'id_field','ID'),(2075,316,'__defaults_set','1'),(2076,316,'filter','raw'),(2077,316,'id_field','ID'),(2078,320,'__defaults_set','1'),(2079,320,'filter','raw'),(2080,320,'id_field','ID'),(2081,322,'__defaults_set','1'),(2082,322,'filter','raw'),(2083,322,'id_field','ID'),(2084,326,'__defaults_set','1'),(2085,326,'filter','raw'),(2086,326,'id_field','ID'),(2087,328,'__defaults_set','1'),(2088,328,'filter','raw'),(2089,328,'id_field','ID'),(2090,330,'__defaults_set','1'),(2091,330,'filter','raw'),(2092,330,'id_field','ID'),(2093,332,'__defaults_set','1'),(2094,332,'filter','raw'),(2095,332,'id_field','ID'),(2096,334,'__defaults_set','1'),(2097,334,'filter','raw'),(2098,334,'id_field','ID'),(2099,336,'__defaults_set','1'),(2100,336,'filter','raw'),(2101,336,'id_field','ID'),(2102,338,'__defaults_set','1'),(2103,338,'filter','raw'),(2104,338,'id_field','ID'),(2105,364,'__defaults_set','1'),(2106,364,'filter','raw'),(2107,364,'id_field','ID'),(2108,366,'__defaults_set','1'),(2109,366,'filter','raw'),(2110,366,'id_field','ID'),(2111,368,'__defaults_set','1'),(2112,368,'filter','raw'),(2113,368,'id_field','ID'),(2114,370,'__defaults_set','1'),(2115,370,'filter','raw'),(2116,370,'id_field','ID'),(2117,372,'__defaults_set','1'),(2118,372,'filter','raw'),(2119,372,'id_field','ID'),(2120,374,'__defaults_set','1'),(2121,374,'filter','raw'),(2122,374,'id_field','ID'),(2123,376,'__defaults_set','1'),(2124,376,'filter','raw'),(2125,376,'id_field','ID'),(2126,378,'__defaults_set','1'),(2127,378,'filter','raw'),(2128,378,'id_field','ID'),(2129,380,'__defaults_set','1'),(2130,380,'filter','raw'),(2131,380,'id_field','ID'),(2132,382,'__defaults_set','1'),(2133,382,'filter','raw'),(2134,382,'id_field','ID'),(2135,384,'__defaults_set','1'),(2136,384,'filter','raw'),(2137,384,'id_field','ID'),(2138,386,'__defaults_set','1'),(2139,386,'filter','raw'),(2140,386,'id_field','ID'),(2141,388,'__defaults_set','1'),(2142,388,'filter','raw'),(2143,388,'id_field','ID'),(2144,390,'__defaults_set','1'),(2145,390,'filter','raw'),(2146,390,'id_field','ID'),(2147,394,'__defaults_set','1'),(2148,394,'filter','raw'),(2149,394,'id_field','ID'),(2150,396,'__defaults_set','1'),(2151,396,'filter','raw'),(2152,396,'id_field','ID'),(2153,446,'__defaults_set','1'),(2154,446,'filter','raw'),(2155,446,'id_field','ID'),(2156,515,'__defaults_set','1'),(2157,515,'filter','raw'),(2158,515,'id_field','ID'),(2162,516,'__defaults_set','1'),(2163,516,'filter','raw'),(2164,516,'id_field','ID'),(2165,517,'__defaults_set','1'),(2166,517,'filter','raw'),(2167,517,'id_field','ID'),(2171,518,'__defaults_set','1'),(2172,518,'filter','raw'),(2173,518,'id_field','ID'),(2174,519,'__defaults_set','1'),(2175,519,'filter','raw'),(2176,519,'id_field','ID'),(2180,520,'__defaults_set','1'),(2181,520,'filter','raw'),(2182,520,'id_field','ID'),(2183,523,'_wp_attached_file','2015/05/associative.jpg'),(2184,523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:262;s:4:\"file\";s:23:\"2015/05/associative.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"associative-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:\"associative-300x79.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"associative-125x33.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:23:\"associative-615x161.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2185,530,'_wp_attached_file','2015/05/Beverage-Partner-Acme.png'),(2186,530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:887;s:6:\"height\";i:140;s:4:\"file\";s:33:\"2015/05/Beverage-Partner-Acme.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Beverage-Partner-Acme-150x140.png\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Beverage-Partner-Acme-300x47.png\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Beverage-Partner-Acme-125x20.png\";s:5:\"width\";i:125;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:32:\"Beverage-Partner-Acme-615x97.png\";s:5:\"width\";i:615;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2187,539,'__defaults_set','1'),(2188,539,'filter','raw'),(2189,539,'id_field','ID'),(2196,541,'__defaults_set','1'),(2197,541,'filter','raw'),(2198,541,'id_field','ID'),(2202,542,'__defaults_set','1'),(2203,542,'filter','raw'),(2204,542,'id_field','ID'),(2208,142,'__defaults_set','1'),(2209,142,'filter','raw'),(2210,142,'id_field','ID'),(2211,144,'__defaults_set','1'),(2212,144,'filter','raw'),(2213,144,'id_field','ID'),(2214,147,'__defaults_set','1'),(2215,147,'filter','raw'),(2216,147,'id_field','ID'),(2217,151,'__defaults_set','1'),(2218,151,'filter','raw'),(2219,151,'id_field','ID'),(2220,155,'__defaults_set','1'),(2221,155,'filter','raw'),(2222,155,'id_field','ID'),(2223,157,'__defaults_set','1'),(2224,157,'filter','raw'),(2225,157,'id_field','ID'),(2226,159,'__defaults_set','1'),(2227,159,'filter','raw'),(2228,159,'id_field','ID'),(2229,161,'__defaults_set','1'),(2230,161,'filter','raw'),(2231,161,'id_field','ID'),(2232,169,'__defaults_set','1'),(2233,169,'filter','raw'),(2234,169,'id_field','ID'),(2235,171,'__defaults_set','1'),(2236,171,'filter','raw'),(2237,171,'id_field','ID'),(2238,572,'_wp_attached_file','2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf'),(2239,573,'_edit_last','1'),(2240,573,'_edit_lock','1481712046:1'),(2241,573,'_wp_page_template','default'),(2242,575,'_menu_item_type','post_type'),(2243,575,'_menu_item_menu_item_parent','18'),(2244,575,'_menu_item_object_id','573'),(2245,575,'_menu_item_object','page'),(2246,575,'_menu_item_target',''),(2247,575,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2248,575,'_menu_item_xfn',''),(2249,575,'_menu_item_url',''),(2269,576,'__defaults_set','1'),(2270,576,'filter','raw'),(2271,576,'id_field','ID'),(2272,577,'__defaults_set','1'),(2273,577,'filter','raw'),(2274,577,'id_field','ID'),(2284,581,'__defaults_set','1'),(2285,581,'filter','raw'),(2286,581,'id_field','ID'),(2290,582,'__defaults_set','1'),(2291,582,'filter','raw'),(2292,582,'id_field','ID'),(2293,140,'__defaults_set','1'),(2294,140,'filter','raw'),(2295,140,'id_field','ID'),(2296,583,'__defaults_set','1'),(2297,583,'filter','raw'),(2298,583,'id_field','ID'),(2302,584,'__defaults_set','1'),(2303,584,'filter','raw'),(2304,584,'id_field','ID'),(2305,585,'__defaults_set','1'),(2306,585,'filter','raw'),(2307,585,'id_field','ID'),(2311,586,'__defaults_set','1'),(2312,586,'filter','raw'),(2313,586,'id_field','ID'),(2314,587,'__defaults_set','1'),(2315,587,'filter','raw'),(2316,587,'id_field','ID'),(2320,588,'__defaults_set','1'),(2321,588,'filter','raw'),(2322,588,'id_field','ID'),(2323,589,'__defaults_set','1'),(2324,589,'filter','raw'),(2325,589,'id_field','ID'),(2329,590,'__defaults_set','1'),(2330,590,'filter','raw'),(2331,590,'id_field','ID'),(2332,591,'__defaults_set','1'),(2333,591,'filter','raw'),(2334,591,'id_field','ID'),(2338,592,'__defaults_set','1'),(2339,592,'filter','raw'),(2340,592,'id_field','ID'),(2341,593,'__defaults_set','1'),(2342,593,'filter','raw'),(2343,593,'id_field','ID'),(2347,594,'__defaults_set','1'),(2348,594,'filter','raw'),(2349,594,'id_field','ID'),(2350,595,'__defaults_set','1'),(2351,595,'filter','raw'),(2352,595,'id_field','ID'),(2356,596,'__defaults_set','1'),(2357,596,'filter','raw'),(2358,596,'id_field','ID'),(2359,597,'__defaults_set','1'),(2360,597,'filter','raw'),(2361,597,'id_field','ID'),(2365,598,'__defaults_set','1'),(2366,598,'filter','raw'),(2367,598,'id_field','ID'),(2368,599,'__defaults_set','1'),(2369,599,'filter','raw'),(2370,599,'id_field','ID'),(2374,600,'__defaults_set','1'),(2375,600,'filter','raw'),(2376,600,'id_field','ID'),(2377,601,'__defaults_set','1'),(2378,601,'filter','raw'),(2379,601,'id_field','ID'),(2383,602,'__defaults_set','1'),(2384,602,'filter','raw'),(2385,602,'id_field','ID'),(2386,603,'__defaults_set','1'),(2387,603,'filter','raw'),(2388,603,'id_field','ID'),(2392,604,'__defaults_set','1'),(2393,604,'filter','raw'),(2394,604,'id_field','ID'),(2395,605,'__defaults_set','1'),(2396,605,'filter','raw'),(2397,605,'id_field','ID'),(2401,606,'__defaults_set','1'),(2402,606,'filter','raw'),(2403,606,'id_field','ID'),(2404,607,'__defaults_set','1'),(2405,607,'filter','raw'),(2406,607,'id_field','ID'),(2410,608,'__defaults_set','1'),(2411,608,'filter','raw'),(2412,608,'id_field','ID'),(2413,609,'__defaults_set','1'),(2414,609,'filter','raw'),(2415,609,'id_field','ID'),(2419,610,'__defaults_set','1'),(2420,610,'filter','raw'),(2421,610,'id_field','ID'),(2422,621,'_edit_last','1'),(2423,621,'_wp_page_template','default'),(2424,621,'_edit_lock','1468486664:1'),(2425,623,'_wp_attached_file','2015/05/Floor-Plan-button.png'),(2426,623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:75;s:4:\"file\";s:29:\"2015/05/Floor-Plan-button.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Floor-Plan-button-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Floor-Plan-button-300x64.png\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Floor-Plan-button-125x27.png\";s:5:\"width\";i:125;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2427,665,'_wp_attached_file','2016/12/AgroChemSriLanka-2017.jpg'),(2428,665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:126;s:4:\"file\";s:33:\"2016/12/AgroChemSriLanka-2017.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"AgroChemSriLanka-2017-150x126.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"AgroChemSriLanka-2017-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"AgroChemSriLanka-2017-125x39.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2429,666,'_wp_attached_file','2015/05/Sri-Lanka-Map.jpg'),(2430,666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:277;s:6:\"height\";i:230;s:4:\"file\";s:25:\"2015/05/Sri-Lanka-Map.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Sri-Lanka-Map-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Sri-Lanka-Map-125x104.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2431,665,'_wp_attachment_image_alt','agrochemsrilanka-2017'),(2432,674,'_edit_last','1'),(2433,674,'_wp_page_template','default'),(2434,674,'_edit_lock','1481714482:1'),(2435,685,'_wp_attached_file','2017/03/cems-mp-logo.png'),(2436,685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:121;s:4:\"file\";s:24:\"2017/03/cems-mp-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cems-mp-logo-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"cems-mp-logo-125x53.png\";s:5:\"width\";i:125;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2437,686,'_edit_last','1'),(2438,686,'_edit_lock','1489568479:1'),(2439,693,'_edit_last','1'),(2440,693,'_edit_lock','1489571118:1'),(2441,693,'_wp_page_template','default'),(2460,705,'_wp_attached_file','2017/03/mp-events.jpg'),(2461,705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:171;s:6:\"height\";i:62;s:4:\"file\";s:21:\"2017/03/mp-events.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"mp-events-150x62.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"mp-events-125x45.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2462,718,'_wp_attached_file','2017/06/agro-sri-lgo-joint.jpg'),(2463,718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:119;s:4:\"file\";s:30:\"2017/06/agro-sri-lgo-joint.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"agro-sri-lgo-joint-150x119.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"agro-sri-lgo-joint-125x74.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` mediumtext COLLATE utf8mb4_unicode_ci 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 COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=724 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (2,1,'2015-05-26 08:46:14','2015-05-26 08:46:14','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://cems-foodagro.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','open','open','','sample-page','','','2015-05-26 08:46:14','2015-05-26 08:46:14','',0,'http://cems-foodagro.com/?page_id=2',0,'page','',0),(5,1,'2015-05-26 09:17:02','2015-05-26 09:17:02','[one_fourth]\r\n<a href=\"#\"><img src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png\" alt=\"E\" width=\"100%\" height=\"auto\" /></a>\r\n<span><strong><em><span style=\"color: #000000;\">Jointly Present,</span></em></strong></span>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/three_fourth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. Based in New York, which hosts the group\'s headquarters; the branches of CEMS Global\'s expanded offices are operated in the following countries: India, China, Bangladesh, Sri Lanka, Singapore, Indonesia, and Brazil..........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo,\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','publish','open','open','','home','','','2017-05-07 07:10:36','2017-05-07 07:10:36','',0,'http://cems-foodagro.com/?page_id=5',0,'page','',0),(6,1,'2015-05-26 09:12:24','2015-05-26 09:12:24','','image003','','inherit','open','open','','image003','','','2015-05-26 09:12:24','2015-05-26 09:12:24','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg',0,'attachment','image/jpeg',0),(7,1,'2015-05-26 09:13:11','2015-05-26 09:13:11','','image001','','inherit','open','open','','image001','','','2015-05-26 09:13:11','2015-05-26 09:13:11','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg',0,'attachment','image/jpeg',0),(8,1,'2015-05-26 09:17:02','2015-05-26 09:17:02','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"image003\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" alt=\"image001\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<em> <span style=\"color: #333300;\">The biggest 3-days expo For</span></em>\r\n<em> <span style=\"color: #333300;\">International Food, Agriculture Eqpt. Trade Exhibition</span>.</em></h3>\r\n<h3 align=\"right\"><span style=\"color: #339966;\"><em>5~7 November, 2015.</em></span></h3>\r\n<div align=\"right\"><em><span style=\"color: #000000;\">International Convention City Bashundhara, Dhaka. Bangladesh</span>.</em></div>','Home','','inherit','open','open','','5-revision-v1','','','2015-05-26 09:17:02','2015-05-26 09:17:02','',5,'http://cems-foodagro.com/?p=8',0,'revision','',0),(10,1,'2015-05-26 09:18:11','2015-05-26 09:18:11','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"image003\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" alt=\"image001\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em> The biggest 3-days expo For</em></span></strong>\r\n<strong><span style=\"color: #000000;\"> <em> International Food, Agriculture Eqpt. Trade Exhibition.</em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>5~7 November, 2015.</em></span></h3>\r\n<div align=\"right\"><strong><em><span style=\"color: #000000;\">International Convention City Bashundhara, Dhaka. Bangladesh</span>.</em></strong></div>','Home','','inherit','open','open','','5-revision-v1','','','2015-05-26 09:18:11','2015-05-26 09:18:11','',5,'http://cems-foodagro.com/?p=10',0,'revision','',0),(11,1,'2015-05-26 09:20:14','2015-05-26 09:20:14',' ','','','publish','open','closed','','11','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=11',1,'nav_menu_item','',0),(12,1,'2015-05-26 09:24:17','2015-05-26 09:24:17','<a href=\"http://www.cems-foodagro.com/foodsri/wp-content/uploads/2015/05/Sri-Lanka-Map-300x248.jpg\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://www.cems-foodagro.com/foodsri/wp-content/uploads/2015/05/Sri-Lanka-Map-300x248.jpg\" alt=\"map22\" width=\"244\" height=\"202\"></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Colombo, Srilanka</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA </span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – MP EVENTS LANKA ,Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','publish','open','open','','fact-sheet','','','2017-06-01 07:55:53','2017-06-01 07:55:53','',0,'http://cems-foodagro.com/?page_id=12',0,'page','',0),(13,1,'2015-05-26 09:22:11','2015-05-26 09:22:11','','map22','','inherit','open','open','','map22','','','2015-05-26 09:22:11','2015-05-26 09:22:11','',12,'http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif',0,'attachment','image/gif',0),(14,1,'2015-05-26 09:24:17','2015-05-26 09:24:17','<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\"><img class=\"alignnone size-full wp-image-13\" alt=\"map22\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\" width=\"244\" height=\"202\" /></a></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<table width=\"80%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\">Event</p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><strong><b>Food Pro & Agro Bangladesh International Expo 2015</b></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\">Detail</p>\r\n</td>\r\n<td>\r\n<div align=\"left\">\r\n\r\n<b>The biggest 3-days expo For</b>\r\n\r\n<b>International Food, Agriculture Eqpt. Trade Exhibition.</b></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Date</div></td>\r\n<td>\r\n<div align=\"left\"><strong><b>5~7 November, 2015.</b></strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Location</div></td>\r\n<td>\r\n<div align=\"left\">Dhaka, Bangladesh</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Venue</div></td>\r\n<td>\r\n<div align=\"left\">International Convention City Bashundhara.</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Opening Hours</div></td>\r\n<td>\r\n<div align=\"left\">10.30 am to 7.30 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Frequency</div></td>\r\n<td>\r\n<div align=\"left\">Annual</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Open to</div></td>\r\n<td>\r\n<div align=\"left\">Business Visitors</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Organizer</div></td>\r\n<td>\r\n<div align=\"left\">CEMS USA in association with CEMS Bangladesh</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\">Cooperated by</div></td>\r\n<td>\r\n<div align=\"left\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\">Expected number Of Booths</p>\r\n</td>\r\n<td>\r\n<div align=\"left\">200</div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\">Standard Booth Size</p>\r\n</td>\r\n<td>\r\n<div align=\"left\">Minimum 6 sqm</div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-05-26 09:24:17','2015-05-26 09:24:17','',12,'http://cems-foodagro.com/?p=14',0,'revision','',0),(15,1,'2015-05-26 09:24:33','2015-05-26 09:24:33',' ','','','publish','open','closed','','15','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=15',5,'nav_menu_item','',0),(16,1,'2015-05-26 09:25:03','2015-05-26 09:25:03','','Exhibitor','','publish','open','open','','exhibitor','','','2015-05-26 09:25:03','2015-05-26 09:25:03','',0,'http://cems-foodagro.com/?page_id=16',0,'page','',0),(17,1,'2015-05-26 09:25:03','2015-05-26 09:25:03','','Exhibitor','','inherit','open','open','','16-revision-v1','','','2015-05-26 09:25:03','2015-05-26 09:25:03','',16,'http://cems-foodagro.com/?p=17',0,'revision','',0),(18,1,'2015-05-26 09:25:25','2015-05-26 09:25:25',' ','','','publish','open','closed','','18','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=18',3,'nav_menu_item','',0),(19,1,'2015-05-26 09:27:26','2015-05-26 09:27:26','<span style=\"color: #008000;\">Sri Lanka – the highest user of Agro-chemicals in the world…….</span>\r\n<span style=\"color: #008000;\"> A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</span>\r\n\r\nCEMS-Global in association with MP International have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n‘AGRO-CHEM Sri Lanka International Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','publish','open','open','','highlights','','','2017-06-01 07:42:58','2017-06-01 07:42:58','',0,'http://cems-foodagro.com/?page_id=19',0,'page','',0),(20,1,'2015-05-26 09:27:26','2015-05-26 09:27:26','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b> </b>`CEMS Global’ brings to you <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ scheduled to be held from 5~7 November 2015, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span>\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Highlights','','inherit','open','open','','19-revision-v1','','','2015-05-26 09:27:26','2015-05-26 09:27:26','',19,'http://cems-foodagro.com/?p=20',0,'revision','',0),(21,1,'2015-05-26 09:27:49','2015-05-26 09:27:49',' ','','','publish','open','closed','','21','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=21',6,'nav_menu_item','',0),(22,1,'2015-05-26 09:29:27','2015-05-26 09:29:27','<span style=\"color: #008000;\">‘INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017’</span> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Focus','','publish','open','open','','focus','','','2017-06-01 07:45:09','2017-06-01 07:45:09','',0,'http://cems-foodagro.com/?page_id=22',0,'page','',0),(23,1,'2015-05-26 09:29:27','2015-05-26 09:29:27','<p style=\"text-align: justify;\"><span style=\"color: #000000;\">‘<em><strong>FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015’</strong></em> will be a perfect platform for Area Manager / GM / Operation Manager / Owner / CEO / President / Vice President, F&B Manager / Banqueting Manager, Housekeeping Manager / Public Relation Manager / Marketing Manager / Financial Manager, Architect / Engineer / Interior Design, Ambassador -Trade Attaché, Head Waiters, Executive Chef / Pastry Chef, Hotel / Resort / Furnished Apartment, Restaurant / Café, Bakery / Pastry, Hospital / Healthcare, Supermarket, Architect / Engineer / Contractors / Interior Design / Consultant, Supplier (Hospitality and Foodservice Industry), Financial Company, Association / Tourism Board / Governmental Institutions / Chamber of Commerce / Embassy / Ministry, Events Management / Procurement / Communication / Public Relation Agency / Advertising Agency / Airline, etc.</span></p>','Focus','','inherit','open','open','','22-revision-v1','','','2015-05-26 09:29:27','2015-05-26 09:29:27','',22,'http://cems-foodagro.com/?p=23',0,'revision','',0),(24,1,'2015-05-26 09:29:48','2015-05-26 09:29:48',' ','','','publish','open','closed','','24','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=24',7,'nav_menu_item','',0),(25,1,'2015-05-26 09:31:34','2015-05-26 09:31:34','<p align=\"left\"><strong><span style=\"color: #ff6600;\">Sri</span> <span style=\"color: #008000;\">Lanka</span></strong></p>\r\n<p style=\"text-align: center;\" align=\"left\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/srilanka-med.gif\"><img class=\"alignnone size-full wp-image-69\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/srilanka-med.gif\" alt=\"srilanka-med\" width=\"139\" height=\"92\" /></a></p>\r\n\r\n<table cellspacing=\"5\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\" width=\"194\">\r\n<h5>Country Name</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\" width=\"756\">Conventional long form: Democratic Socialist Republic of Sri Lanka\r\nConventional short form: Sri Lanka\r\nFormer: Ceylon</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Size</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">65,525 sq km</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Capital</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Jayawardanapura</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Commercial Capital</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Colombo</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Government</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Lanka, is a free, independent and sovereign nation with a population of 19 million (1998 mid year estimates). Legislative power is exercised by a Parliament, elected by universal franchise on proportional representation basis. A President, who is also elected by the people, exercises executive power inclusive of defense. Sri Lanka enjoys a multi party system, and the people vote to elect a new government every six years.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>National Flag</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">National Flag of Sri Lanka is the Lion Flag. A Lion bearing a sword in its right hand is depicted in gold on red background with a yellow border. Four Bo leaves pointing inwards are at the four corners. Two vertical bands of green and orange at the mast end represent the minority ethnic groups. It is an adaptation of the standard of the last King of Sri Lanka.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>National Anthem</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">\"Sri Lanka Matha\" composed by late Mr. Ananda Samarakoon. Click on the Speaker Icon to listen to a few bars of the Anthem</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>National Flower</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">The Blue Water Lily (Nymphaea stellata) is the National Flower.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Population</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">19 million</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Population density</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">309 people per sq km</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Life expectancy at birth</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">74 female, 64 male</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Literacy rate</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">91.8%</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Languages</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sinhala & Tamil English is widely spoken throughout Sri Lanka, with the exception of remote villages.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Ethnic mix</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sihalese- 74 per cent; Tamil- 18 per cent; Muslim -7 per cent; Burgher (descendants of Dutch and Portuguese colonist) and others- 1 per cent</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Religion</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Buddhism- 70 per cent; Hinduism- 16 per cent; Christianity- 7 per cent; Islam-7 per cent</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Climate</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Low Lands – tropical, average 270C Central Hills – cooler, with temperatures dropping to 140C. The south-west monsoon brings rain to the western, southern and central regions from May to July, while the north-eastern monsoon occurs in the north and east in December and January. Sri Lanka has a good climate for holiday-makers throughout the year.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Annual per capita GNP</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">US$ 1000</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Industries</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Processing of rubber, tea, coconuts, and other agricultural commodities; clothing, cement, petroleum refining, textiles, tobacco.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Agriculture - Products</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Rice, sugarcane, grains, pulses, oilseed, roots, spices, tea, rubber, coconuts; milk, eggs, hides, meat.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Currency</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Lanka follows decimal currency system in Rupees (Rs.) and cents (Cts.) with 100 cents equal to a rupee. Currency notes are available in the denominations of Rs. 10,20,50,100,200, 500 and 1000. Coins are issued in values of Cts. 25 and 50 and Rs.1,2,5 and 10. The intervention currency continuously will be the US Dollar.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Visa</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Residents from countries are issued visas on arrival. Consult your local Sri Lanka embassy, consulate, tourist office or your travel agent.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Working week</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Lanka works a five-day week, from Monday to Friday.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Business hours</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Government offices 8.30 a.m. - 4.15 p.m, Monday to Friday</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Banks</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">9.00 a.m. to 1.00 p.m. or 3.00 p.m. Monday to Saturday</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Post office</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">8.30 a.m.- 5.00 p.m., Monday to Friday 8.30 a.m. – 1.00 p.m. on Saturday. The Central Mail Exchange, at D.R.Wijewardene Mawatha, Colombo 10, (Telephone : 2326203) is open 24-hours.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Government\r\n</strong>Type: Republic.\r\nIndependence: February 4, 1948.\r\nConstitution: August 31, 1978.\r\nSuffrage: Universal over 18.\r\nBranches: Executive--president, chief of state and head of government, elected for a 6-year term. Legislative--unicameral 225-member Parliament. Judicial--Supreme Court, Court of Appeal, High Court, subordinate courts.\r\nAdministrative subdivisions: Nine provinces and 25 administrative districts.\r\nPolitical parties: Janatha Vimukthi Peramuna, National Freedom Front, Jathika Hela Urumaya, Sri Lanka Freedom Party, Tamil National Alliance, United National Party, Tamileela Makkal Viduthalai Pulikal, Sri Lankan Muslim Congress, National Unity Alliance, Ceylon Workers\' Congress, Up-Country People\'s Front, several small Tamil and Muslim parties, Marxists, and others.\r\n\r\n<strong>Economy</strong> (2008)\r\nGDP: $40.7 billion.\r\nAnnual growth rate: 6%.\r\nNatural resources: Limestone, graphite, mineral sands, gems, and phosphate.\r\nAgriculture (12% of GDP): Major products--rice, tea, rubber, coconut, and spices.\r\nServices (60% of GDP): Major types--tourism, wholesale and retail trade, transport, telecom, financial services.\r\nIndustry (28% of GDP): Major types--garments and leather goods, rubber products, food processing, chemicals, refined petroleum, gems and jewelry, non-metallic mineral-based products, and construction.\r\nTrade: Exports--$8.1 billion: garments, tea, rubber products, jewelry and gems, refined petroleum, and coconuts. Major markets--U.S. ($2 billion), U.K., India. Imports--$14 billion. Major suppliers--India, Singapore, Hong Kong, China, Iran, Malaysia, Japan, U.K., U.A.E., Belgium, Indonesia, South Korea, U.S. ($283 million).\r\n<p style=\"text-align: left;\" align=\"left\"><strong>Trade and Foreign Assistance\r\n</strong>Sri Lanka\'s exports (mainly apparel, tea, rubber, gems and jewelry) are estimated at $8.1 billion and imports (mainly oil, textiles, food, and machinery) were estimated at $14 billion for 2008. The resulting large trade deficit was financed primarily by remittances from Sri Lankan expatriate workers, foreign assistance, and commercial borrowing. Sri Lanka must diversify its exports beyond garments and tea. Garment exports face increased competition since the 2005 expiration of the worldwide Multifiber Arrangement. Sri Lanka\'s exports to the European Union (EU) increased sharply in 2006-2008 due to duty-free entry of goods under the EU GSP Plus program, granted in 2005 to help Sri Lanka rebuild after the 2004 tsunami. The GSP Plus program expired at the end of 2008 and was temporarily renewed subject to an investigation on human rights practices. The tea industry is challenged by a shortage of plantation labor and by growing competition.</p>\r\nExports to the United States, Sri Lanka\'s most important single-country market, were estimated to be around $2 billion for 2008, or 25% of total exports. As a result of the GSP Plus program, the EU as a whole is Sri Lanka\'s biggest export market. For many years, the United States has been Sri Lanka\'s biggest market for garments, taking almost 50% of total garment exports. India is Sri Lanka\'s largest supplier, accounting for over 20% of imports. United States exports to Sri Lanka were estimated to be around $280 million for 2008, consisting primarily of wheat, electrical apparatus, textiles and specialized fabrics, medical and scientific equipment, plastics, and paper.\r\n\r\nSri Lanka is highly dependent on foreign assistance, with the World Bank, the Asian Development Bank, Japan, and other donors disbursing loans totaling $1.4 billion in 2007. Iran is becoming the largest provider of foreign assistance. During the Iranian President\'s visit in April 2008, Iran committed $450 million for the Uma Oya multipurpose irrigation project. Iran is also a major lender to Sri Lanka and has provided infrastructure project loans and an interest-free credit facility for oil imports. Under this facility, Sri Lanka has imported substantial amount of oil (valued at $700 million as of June 30, 2008). Iran promised assistance for modernization of Sri Lanka\'s only oil refinery, though no firm commitments are in place. China has also become a major lender for infrastructure projects, such as a new port and a coal power plant. Foreign grants amounted to $275 million in 2007. While implementation of aid projects has been spotty over the years, the government is trying to improve this record by streamlining tender processes and increasing project management skills.','About Srilanka','','publish','open','open','','about-srilanka','','','2016-12-14 10:58:48','2016-12-14 10:58:48','',0,'http://cems-foodagro.com/?page_id=25',0,'page','',0),(26,1,'2015-05-26 09:31:34','2015-05-26 09:31:34','<em><span style=\"color: #000000;\"><strong>BANGLA<span style=\"color: #ff0000;\">DESH</span></strong></span></em>\r\n\r\n<span style=\"color: #000000;\"><a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><span style=\"color: #000000;\"><img class=\"aligncenter\" alt=\"flag\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" width=\"138\" height=\"130\" /></span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<div align=\"center\">\r\n<table width=\"698\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"351\"><span style=\"color: #000000;\"><b>Population</b>:</span></td>\r\n<td valign=\"top\" width=\"347\"><span style=\"color: #000000;\">138.4 million</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Urban Population</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">26%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Major Ethnic and Linguistic Groups</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Bengali – 98%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Religions</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Muslim – 83%</span>\r\n<span style=\"color: #000000;\"> Hindu – 16%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Population Growth Rate</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">2.06%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Life Expectancy</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">61.3 years</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Infant Mortality</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">66 per 1,000 live births</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Under Five Mortality</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">77 per 1,000 live births</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Maternal Mortality Rate</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">400 per 100,000 live births</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>GNP Per Capita</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">$370</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Percentage of Literate Adult Males</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">54%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Percentage of Literate Adult Females</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">32%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Percentage Population With Access\r\nTo Safe Drinking Water</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">97%</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<span style=\"color: #000000;\"> </span>\r\n<p align=\"center\"><span style=\"color: #000000;\">Economy at A Glance</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Bangladesh has an agrarian economy with 25% of GDP coming from the agriculture, forestry and fisheries sector. Major agricultural products are rice, jute, wheat, potato, pulse, tobacco, tea, sugarcane, and etc. The country is the largest exporter of jute and jute goods in the world. Readymade Garments occupy the topmost position among the exportable items. Tea, frozen shrimps, leather goods, fish and vegetables ceramic-ware flowers and handicrafts are also major exportable commodities.</span></p>\r\n\r\n<table width=\"95%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"><b>GDP at Current Price</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Tk. 3,004.85 billion US$ 51.897 billion</span>\r\n<span style=\"color: #000000;\"> Annual per Capita GDP US$ 389</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>GDP Growth (at FY ’96 Constant Price)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">5.33%</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Industrial Growth (at FY ’96 Constant Price)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">7.3%</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Inflation Rate</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">5.1%</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Investment Rate</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">23.2% of GDP</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>National Savings Rate</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">23.7% of GDP</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Exports (US $)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">US $ 6,548 million</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Imports (US $)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">US $ 8,699 million</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Industries</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Jute, tea, textiles, garments, paper, newsprint, fertilizer, leather and leather goods, sugar, cement, fish processing, pharmaceuticals, chemical industries, etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Exports</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Garments, raw jute, jute manufactures, jute products, tea, leather, leather products, frozen shrimps, other fish products, newsprint, paper, naphtha, furnace oil, urea, ceramic products etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Imports</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Wheat, oil, seeds, crude petroleum, raw cotton, edible oil, petroleum products, fertilizer, staple fibers, yarn, iron & steel, capital goods, etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Trading Partners</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">USA, EU Countries, India, China, Japan, South Korea, Australia, Malaysia, Hong Kong, Taiwan, Indonesia, Thailand, Saudi Arabia, UAE.</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-05-26 09:31:34','2015-05-26 09:31:34','',25,'http://cems-foodagro.com/?p=26',0,'revision','',0),(27,1,'2015-05-26 09:31:49','2015-05-26 09:31:49',' ','','','publish','open','closed','','27','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=27',13,'nav_menu_item','',0),(28,1,'2015-05-26 09:32:53','2015-05-26 09:32:53','<p align=\"justify\"><span style=\"color: #000000;\"><em><strong>About CEMS – The Organizer</strong></em></span></p>\r\n\r\n<div>\r\n<div class=\"one_third widget-text\">\r\n\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. Based in New York, which hosts the group’s headquarters; the branches of CEMS Global’s expanded offices are operated in the following countries: India, China, Bangladesh, Sri Lanka, Singapore, Indonesia, and Brazil.\r\n\r\n</div>\r\n<div class=\"one_third widget-services\"> </div>\r\n</div>\r\n<span style=\"color: #000000;\"><em><strong>About MP International Lanka (Pvt) Ltd. (Joint - Organizer)</strong></em></span>\r\n\r\nMP International Lanka (Pvt) Ltd. is the oldest and the most experienced professional exhibition organizer in the country with the widest and most diverse portfolio of exhibitions. With over 22 years and over 350 exhibitions, MP Events Lanka possesses the required knowledge, expertise, skills and professionalism to successfully conduct exhibitions.\r\n\r\nMP International is an accredited Professional Exhibition Organizer incorporated in Sri Lanka under the Board of Investment approval and an active member of the MICE promotion spearheaded by Sri Lanka Convention Bureau under the aegis of the Ministry of Tourism.','About Organizer','','publish','open','open','','about-cems','','','2017-06-01 07:47:30','2017-06-01 07:47:30','',0,'http://cems-foodagro.com/?page_id=28',0,'page','',0),(29,1,'2015-05-26 09:32:53','2015-05-26 09:32:53','<p align=\"justify\"><span style=\"color: #000000;\"><em><strong>About CEMS – The Organizer</strong></em></span></p>\r\n\r\n<div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em>Since its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 7 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, CEMS Indonesia and over 10 Associate offices around the world.</em></span></p>\r\n\r\n</div>','About CEMS','','inherit','open','open','','28-revision-v1','','','2015-05-26 09:32:53','2015-05-26 09:32:53','',28,'http://cems-foodagro.com/?p=29',0,'revision','',0),(30,1,'2015-05-26 09:33:13','2015-05-26 09:33:13',' ','','','publish','open','closed','','30','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=30',12,'nav_menu_item','',0),(31,1,'2015-05-26 09:34:16','2015-05-26 09:34:16','<span style=\"color: #008000;\">Sri Lanka – the highest user of Agro-chemicals in the world…….</span>\r\n<span style=\"color: #008000;\"> A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</span>\r\n\r\nCEMS-Global in association with MP International have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n‘AGRO-CHEM Sri Lanka International Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Event Profile','','publish','open','open','','event-profile','','','2017-06-01 07:41:50','2017-06-01 07:41:50','',0,'http://cems-foodagro.com/?page_id=31',0,'page','',0),(32,1,'2015-05-26 09:34:16','2015-05-26 09:34:16','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b> </b><b></b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ scheduled to be held from 5~7 November 2015, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span>\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2015-05-26 09:34:16','2015-05-26 09:34:16','',31,'http://cems-foodagro.com/?p=32',0,'revision','',0),(33,1,'2015-05-26 09:34:36','2015-05-26 09:34:36',' ','','','publish','open','closed','','33','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=33',2,'nav_menu_item','',0),(35,1,'2015-05-26 09:36:03','2015-05-26 09:36:03','<span style=\"color: #ff0000;\"><strong>Pls write to us at cems@cemsonline.com</strong></span>','Exhibitor Manual','','publish','open','open','','exhibitor-manual','','','2015-05-27 11:41:53','2015-05-27 11:41:53','',0,'http://cems-foodagro.com/?page_id=35',0,'page','',0),(36,1,'2015-05-26 09:36:03','2015-05-26 09:36:03','<span style=\"color: #000000;\"><strong>Pls write to us at cems@cemsonline.com</strong></span>','Exhibitor Manual','','inherit','open','open','','35-revision-v1','','','2015-05-26 09:36:03','2015-05-26 09:36:03','',35,'http://cems-foodagro.com/?p=36',0,'revision','',0),(37,1,'2015-05-26 09:36:21','2015-05-26 09:36:21',' ','','','publish','open','closed','','37','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=37',11,'nav_menu_item','',0),(38,1,'2015-05-26 09:37:42','2015-05-26 09:37:42','<span style=\"color: #008000;\">Agriculture Chemicals:</span> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<span style=\"color: #008000;\">Agricultural Fertilizer:</span> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer, Biological Fertilizer, Compound Fertilizer, New Specialized Fertilizers (Seaweed Fertilizers, Biological Fertilizers, Foliage Fertilizers, Slow Release Fertilizers, Trace Element Fertilizers, Humid Acid Fertilizers)\r\n\r\n<span style=\"color: #008000;\">Chemical Pesticides:</span> Products of insecticide, Herbicide, Fungicide, Intermediates, Ecological Chemical Pesticides, Biological Pesticide, Pesticide Production, Pesticide Processing Technology.\r\n\r\n<span style=\"color: #008000;\">Crop Protection & Biotechnology:</span> Plant Growth Regulators, Transgenic Products, Soil Additives, Nutritional Agents, Turf.\r\n\r\n<span style=\"color: #008000;\">Agrochemical Machinery:</span> Equipment for Agrochemical Products, Spraying Machine, Agricultural Plastic, Farming Machine, Horticultural Grass Mown, Sprinkler Machine, Irrigating Equipment and the relative packaging.\r\n\r\n<span style=\"color: #008000;\">Agricultural Plastic:</span> Shed Film, Farmland Film, Shading Net, Anti-insect Net, Modern Agricultural Covering Stuff, Seed Nursery Container, Plastic Water Saving Irrigating Equipment.','Profile of Exhibits','','publish','open','open','','profile-of-exhibits','','','2017-06-01 07:44:46','2017-06-01 07:44:46','',0,'http://cems-foodagro.com/?page_id=38',0,'page','',0),(39,1,'2015-05-26 09:37:42','2015-05-26 09:37:42','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>Food Pro Exhibits: </b>Food & Beverage Featuring / Halal Food / Drink , Juice Processing Equipment / Chilled & Frozen Foods / Food Ingredients: Aromas / Flavors & Fragrances / Food Technology / Herbal & Medicinal Plants Exporters , Importer, Traders / Herbal Foods Products / Bakery, Snaks, Rice, Tea, Coffee, Flour, Sugar, Salt, Sweet Manufacturers / Chain Shop / Fast Food Chains / Food Processing and Packaging / Manufacturers and Distributors of Farm Machinery / Hospitality Services and Retails & Franchise / Organic Agricultural Products / Seafood: Fresh Seafood Products / Display, Retails Equipment / Individuals, Companies, Organizations associated with: Spices & Medicinal Plants / Animal Food & Health / Buffaloo Meat Products & Processing Technology / Government Departments / Inputs for Organic Agriculture / Equipments for Food and Agricultural Sectors / Institutional Catering Management etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>Agro Bangladesh Exhibit</b><b>:</b> Agricultural Machinery and Technologies / Agriculture Seed Manufacturers, Importers / Agricultural Products Traders, Wholeseller/ Agro Chemical, Pesticides, Insecticides Manufacturers, Importers/Agricultural Cures / Organic Agriculture Sector / Animal Husbandry / Fisheries / Animal Husbandry Machinery / Animal Care and Veterinarian Services / Animal Breeding Equipments / Poultry and Poultry Equipment / Packaging and Equipments / Agriculture Chemistry Products / Tractors and Combines / Sub-Industry / Water and Irrigation Techniques / Greenhouse / Greenhouse Construction and Equipments / Fertilizers, Seed, Seedling, Sapling and Gardening / Biotechnology/Tissue Culture Technology/ Dairy Poultry & Live Stock/ Post Harvest Handling Equipment/ Soil Testing Equipment / Certification Companies/ Horticulture Processing Technology/ Plasticulture & Aquaculture / Aquaculture Technology / Workshop Tools & Equipments / Digital Temperature Controller & Data Logger / Refrigerated Van & Truck , Body Builders/ Garden Equipments / Ecological Agriculture Measuring and Recording Equipment / Cooling Pads & Heat Extractors/ Transporting / Manual Tools / Energy Sources / Banks & Insurance Services/Related Institutions and Companies / Related Sectoral Publications etc.</span></p>','Profile of Exhibits','','inherit','open','open','','38-revision-v1','','','2015-05-26 09:37:42','2015-05-26 09:37:42','',38,'http://cems-foodagro.com/?p=39',0,'revision','',0),(40,1,'2015-05-26 09:38:05','2015-05-26 09:38:05',' ','','','publish','open','closed','','40','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=40',4,'nav_menu_item','',0),(41,1,'2015-05-26 09:39:10','2015-05-26 09:39:10','<strong>‘INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017’</strong> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Profile of Visitors','','publish','open','open','','profile-of-visitors','','','2017-01-19 12:04:58','2017-01-19 12:04:58','',0,'http://cems-foodagro.com/?page_id=41',0,'page','',0),(42,1,'2015-05-26 09:39:10','2015-05-26 09:39:10','<em><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015’</strong> will be a perfect platform for Area Manager / GM / Operation Manager / Owner / CEO / President / Vice President, F&B Manager / Banqueting Manager, Housekeeping Manager / Public Relation Manager / Marketing Manager / Financial Manager, Architect / Engineer / Interior Design, Ambassador -Trade Attaché, Head Waiters, Executive Chef / Pastry Chef, Hotel / Resort / Furnished Apartment, Restaurant / Café, Bakery / Pastry, Hospital / Healthcare, Supermarket, Architect / Engineer / Contractors / Interior Design / Consultant, Supplier (Hospitality and Foodservice Industry), Financial Company, Association / Tourism Board / Governmental Institutions / Chamber of Commerce / Embassy / Ministry, Events Management / Procurement / Communication / Public Relation Agency / Advertising Agency / Airline, etc.</span></em>','Profile of Visitors','','inherit','open','open','','41-revision-v1','','','2015-05-26 09:39:10','2015-05-26 09:39:10','',41,'http://cems-foodagro.com/?p=42',0,'revision','',0),(43,1,'2015-05-26 09:39:30','2015-05-26 09:39:30',' ','','','publish','open','closed','','43','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=43',8,'nav_menu_item','',0),(44,1,'2015-05-26 09:42:17','2015-05-26 09:42:17','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate office:</strong></span>\r\n<span class=\"strong\">MP Events Lanka (Pvt) Ltd. </span>\r\n<span class=\"strong\">Colombo , Sri Lanka</span>\r\nT :(94) (11) 2343 239-41 F : (94) (11) 2343 237\r\nEmail : shanti.o@sl.pico.com\r\nWeb : www.pico.lk\r\nContact Numbers : +94766341100 – Kathija (Projects), +94773018888-Emile (Director) , +94777685444- Shanti (Director)\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\"> www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','publish','open','open','','contact-us','','','2017-09-16 08:36:17','2017-09-16 08:36:17','',0,'http://cems-foodagro.com/?page_id=44',0,'page','',0),(45,1,'2015-05-26 09:42:17','2015-05-26 09:42:17','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<strong> </strong>\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-usa.jpg\"><img alt=\"cems usa\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-usa.jpg\" width=\"100\" height=\"35\" /></a>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> 57 W. 57th Street, 4th Floor,</span>\r\n<span style=\"color: #000000;\"> New York, NY 10019</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +1 646 416 7902</span>\r\n<span style=\"color: #000000;\"> Fax: +1 646 365 8625</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-motorshow.com , cems@cemsonline.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cems-global.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Asia-Pacific</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-sml.jpg\"><img alt=\"CEMS GLOBAL sml\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-sml.jpg\" width=\"50\" height=\"71\" /></a>\r\n<span style=\"color: #000000;\">CEMS-Global Asia Pacific Pte. Ltd.</span>\r\n<span style=\"color: #000000;\"> 8 Temasek Boulevard, # 42-00 Suntec Tower Three, Singapore 038988</span>\r\n\r\n<span style=\"color: #000000;\">Tel : + 65 – 6829 – 2144</span>\r\n<span style=\"color: #000000;\"> Fax : + 65 – 6829 – 2145</span>\r\n<span style=\"color: #000000;\"> Mail :contact@cems-motorshow.com , cems@cems-asiapacific.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsonline.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-india.jpg\"><img alt=\"cems india\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-india.jpg\" width=\"100\" height=\"35\" /></a>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services India Pvt. Ltd.</span>\r\n<span style=\"color: #000000;\"> C-398, 1st Floor, Palam Extn. ,Dwarka, Sector 7 , New Delhi 110 075, India</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12</span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 42004717</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-motorshow.com , cems@cemsindia.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsindia.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-china.jpg\"><img alt=\"cems china\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-china.jpg\" width=\"100\" height=\"35\" /></a>\r\n\r\nCEMS CHINA CO.,LTD\r\nRm1008,Dragon Pearl Complex,NO.2123 Pudong Avenue, Shanghai, China\r\nTel : +86-021-58600828\r\nFax : +86-021-58600366\r\nMail : contact@cems-motorshow.com , cems@cemschina.cn\r\nWeb : www.cemschina.cn\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" width=\"100\" height=\"35\" /></a>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-motorshow.com , cems@cemsbangladesh.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsbangladesh.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img alt=\"CEMS Lanka Logo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" width=\"100\" height=\"34\" /></a>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span>\r\n<span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 – 753</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-motorshow.com , cems@cemslanka.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemslanka.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Indonesia</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-INDO.jpg\"><img alt=\"CEMS INDO\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-INDO.jpg\" width=\"100\" height=\"35\" /></a>\r\n<span style=\"color: #000000;\">PT CEMS INDONESIA</span>\r\n<span style=\"color: #000000;\"> Hall E 2nd Floor Lot#214</span>\r\n<span style=\"color: #000000;\"> Arena Pekan Raya Jakarta ( JIExpo ) – Kemayoran</span>\r\n<span style=\"color: #000000;\"> Jl. Benyamin Sueb</span>\r\n<span style=\"color: #000000;\"> Jakarta Pusat 10620</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +62 21 2664 5313 / 14</span>\r\n<span style=\"color: #000000;\"> Fax : +62 21 6586 8585</span>\r\n<span style=\"color: #000000;\"> Mail :contact@cems-motorshow.com , cems@cemsindonesia.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsindonesia.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS-Global Brazil Representative Office</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> Alameda Santos, 1827, Conj. 112, Sao Paulo SP – 01419-002 ,Brazil</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +55 11 3882 0065,</span>\r\n<span style=\"color: #000000;\"> Mail : cems@cemsbrazil.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsbrazil.com</span>\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon……………</span>.\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-05-26 09:42:17','2015-05-26 09:42:17','',44,'http://cems-foodagro.com/?p=45',0,'revision','',0),(46,1,'2015-05-26 09:42:35','2015-05-26 09:42:35',' ','','','publish','open','closed','','46','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=46',14,'nav_menu_item','',0),(47,1,'2015-05-26 09:43:41','2015-05-26 09:43:41','<h3><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/CEMS-Global-Expo-Form.pdf\" target=\"_blank\">Expo Application Form</a></h3>','Expo Application Form','','publish','open','open','','expo-application-form','','','2015-10-03 06:39:07','2015-10-03 06:39:07','',0,'http://cems-foodagro.com/?page_id=47',0,'page','',0),(48,1,'2015-05-26 09:43:36','2015-05-26 09:43:36','','EXPO-APPLICATION-FORM','','inherit','open','open','','expo-application-form','','','2015-05-26 09:43:36','2015-05-26 09:43:36','',47,'http://cems-foodagro.com/wp-content/uploads/2015/05/EXPO-APPLICATION-FORM.pdf',0,'attachment','application/pdf',0),(49,1,'2015-05-26 09:43:41','2015-05-26 09:43:41','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/EXPO-APPLICATION-FORM.pdf\">EXPO-APPLICATION-FORM</a>','Expo Application Form','','inherit','open','open','','47-revision-v1','','','2015-05-26 09:43:41','2015-05-26 09:43:41','',47,'http://cems-foodagro.com/?p=49',0,'revision','',0),(50,1,'2015-05-26 09:44:07','2015-05-26 09:44:07',' ','','','publish','open','closed','','50','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=50',10,'nav_menu_item','',0),(51,1,'2015-05-26 10:15:04','2015-05-26 10:15:04','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"image003\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" alt=\"image001\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em> The biggest 3-days expo For</em></span></strong>\r\n<strong><span style=\"color: #000000;\"> <em> International Food, Agriculture Eqpt. Trade Exhibition.</em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>5~7 November, 2015.</em></span></h3>\r\n<div align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></div>','Home','','inherit','open','open','','5-revision-v1','','','2015-05-26 10:15:04','2015-05-26 10:15:04','',5,'http://cems-foodagro.com/?p=51',0,'revision','',0),(52,1,'2015-05-26 10:15:49','2015-05-26 10:15:49','<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-13\" alt=\"map22\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\" width=\"244\" height=\"202\" /></span></a></span></p>\r\n\r\n<table width=\"80%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2015</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #000000;\"><b>The biggest 3-days expo For</b></span>\r\n\r\n<span style=\"color: #000000;\"><b>International Food, Agriculture Eqpt. Trade Exhibition.</b></span>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><b>5~7 November, 2015.</b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 7.30 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Business Visitors</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-05-26 10:15:49','2015-05-26 10:15:49','',12,'http://cems-foodagro.com/?p=52',0,'revision','',0),(53,1,'2015-05-26 10:54:56','2015-05-26 10:54:56','<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015’</strong> will be a perfect platform for Area Manager / GM / Operation Manager / Owner / CEO / President / Vice President, F&B Manager / Banqueting Manager, Housekeeping Manager / Public Relation Manager / Marketing Manager / Financial Manager, Architect / Engineer / Interior Design, Ambassador -Trade Attaché, Head Waiters, Executive Chef / Pastry Chef, Hotel / Resort / Furnished Apartment, Restaurant / Café, Bakery / Pastry, Hospital / Healthcare, Supermarket, Architect / Engineer / Contractors / Interior Design / Consultant, Supplier (Hospitality and Foodservice Industry), Financial Company, Association / Tourism Board / Governmental Institutions / Chamber of Commerce / Embassy / Ministry, Events Management / Procurement / Communication / Public Relation Agency / Advertising Agency / Airline, etc.</span></em></p>','Profile of Visitors','','inherit','open','open','','41-revision-v1','','','2015-05-26 10:54:56','2015-05-26 10:54:56','',41,'http://cems-foodagro.com/?p=53',0,'revision','',0),(54,1,'2015-05-27 08:58:51','2015-05-27 08:58:51','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"image003\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" alt=\"image001\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em> The biggest 3-days expo For</em></span></strong>\r\n<strong><span style=\"color: #000000;\"> <em> International Food, Agriculture Eqpt. Trade Exhibition.</em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n<div align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></div>','Home','','inherit','open','open','','5-revision-v1','','','2015-05-27 08:58:51','2015-05-27 08:58:51','',5,'http://cems-foodagro.com/?p=54',0,'revision','',0),(55,1,'2015-05-27 08:59:30','2015-05-27 08:59:30','<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-13\" alt=\"map22\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\" width=\"244\" height=\"202\" /></span></a></span></p>\r\n\r\n<table width=\"80%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2015</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #000000;\"><b>The biggest 3-days expo For</b></span>\r\n\r\n<span style=\"color: #000000;\"><b>International Food, Agriculture Eqpt. Trade Exhibition.</b></span>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><b>26~28 November, 2015.</b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 7.30 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Business Visitors</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-05-27 08:59:30','2015-05-27 08:59:30','',12,'http://cems-foodagro.com/?p=55',0,'revision','',0),(56,1,'2015-05-27 11:41:53','2015-05-27 11:41:53','<span style=\"color: #ff0000;\"><strong>Pls write to us at cems@cemsonline.com</strong></span>','Exhibitor Manual','','inherit','open','open','','35-revision-v1','','','2015-05-27 11:41:53','2015-05-27 11:41:53','',35,'http://cems-foodagro.com/?p=56',0,'revision','',0),(57,1,'2015-06-07 10:07:44','2015-06-07 10:07:44','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"image003\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" alt=\"image001\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong></strong><strong><span style=\"color: #000000;\"><em><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i><b>. </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n<div align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></div>','Home','','inherit','open','open','','5-revision-v1','','','2015-06-07 10:07:44','2015-06-07 10:07:44','',5,'http://cems-foodagro.com/?p=57',0,'revision','',0),(58,1,'2015-06-07 10:09:30','2015-06-07 10:09:30','<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-13\" alt=\"map22\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\" width=\"244\" height=\"202\" /></span></a></span></p>\r\n\r\n<table width=\"80%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2015</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><strong><span style=\"color: #000000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><span style=\"color: #000000;\">.</span> </strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><b>26~28 November, 2015.</b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 7.30 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Business Visitors</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-06-07 10:09:30','2015-06-07 10:09:30','',12,'http://cems-foodagro.com/?p=58',0,'revision','',0),(59,1,'2017-03-15 09:44:56','2017-03-15 09:44:56','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n <span style=\"color: #ff0000;\"><strong>Corporate office:</strong></span>\r\n<span class=\"strong\">MP Events Lanka (Pvt) Ltd. </span>\r\n<span class=\"strong\">Colombo , Sri Lanka</span>\r\nT :(94) (11) 2343 239-41 F : (94) (11) 2343 237\r\nEmail : shanti.o@sl.pico.com\r\nWeb : www.pico.lk\r\nContact Numbers : +94766341100 – Kathija (Projects), +94773018888-Emile (Director) , +94777685444- Shanti (Director)\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\"> www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-autosave-v1','','','2017-03-15 09:44:56','2017-03-15 09:44:56','',44,'http://cems-foodagro.com/?p=59',0,'revision','',0),(60,1,'2015-06-09 06:35:57','2015-06-09 06:35:57','','cems china','','inherit','open','open','','cems-china','','','2015-06-09 06:35:57','2015-06-09 06:35:57','',44,'http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg',0,'attachment','image/jpeg',0),(61,1,'2015-06-09 06:36:18','2015-06-09 06:36:18','','cems india','','inherit','open','open','','cems-india','','','2015-06-09 06:36:18','2015-06-09 06:36:18','',44,'http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg',0,'attachment','image/jpeg',0),(62,1,'2015-06-09 06:37:10','2015-06-09 06:37:10','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" width=\"100\" height=\"35\" /></a>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> ,<a href=\"mailto:cems@cems-asiapacific.com\">cems@cems-asiapacific.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img alt=\"CEMS Lanka Logo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" width=\"100\" height=\"34\" /></a>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span>\r\n<span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 – 753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" alt=\"cems india\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 2410 5201 ~ 4 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradexpo.org\">www.asiantradexpo.org</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate Office for China :</span></i></b></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\"><img class=\"alignnone size-full wp-image-60\" alt=\"cems china\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>CEMS China Co., Ltd.</b></span>\r\n<span style=\"color: #000000;\"><b>Shanghai, China</b></span>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">Tel : +86 - 21 - 50492570 ~ 73</span>\r\n<span style=\"color: #000000;\">Fax : +86 - 21 – 50492575</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a> </span>\r\n<span style=\"color: #000000;\"> Web : </span><a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon……………</span>.\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-06-09 06:37:10','2015-06-09 06:37:10','',44,'http://cems-foodagro.com/?p=62',0,'revision','',0),(63,1,'2015-06-09 06:39:31','2015-06-09 06:39:31','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> ,<a href=\"mailto:cems@cems-asiapacific.com\">cems@cems-asiapacific.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img alt=\"CEMS Lanka Logo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 – 753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" alt=\"cems india\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 2410 5201 ~ 4 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradexpo.org\">www.asiantradexpo.org</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate Office for China :</span></i></b></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\"><img class=\"alignnone size-full wp-image-60\" alt=\"cems china\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>CEMS China Co., Ltd.</b></span>\r\n<span style=\"color: #000000;\"><b>Shanghai, China</b></span>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">Tel : +86 - 21 - 50492570 ~ 73</span>\r\n<span style=\"color: #000000;\">Fax : +86 - 21 – 50492575</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a> </span>\r\n<span style=\"color: #000000;\"> Web : </span><a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon……………</span>.\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-06-09 06:39:31','2015-06-09 06:39:31','',44,'http://cems-foodagro.com/?p=63',0,'revision','',0),(64,1,'2015-06-09 06:41:21','2015-06-09 06:41:21','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> ,<a href=\"mailto:cems@cems-asiapacific.com\">cems@cems-asiapacific.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img alt=\"CEMS Lanka Logo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 – 753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" alt=\"cems india\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 2410 5201 ~ 4 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.asiantradexpo.org\">www.asiantradexpo.org</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate Office for China :</span></i></b></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\"><img class=\"alignnone size-full wp-image-60\" alt=\"cems china\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>CEMS China Co., Ltd.</b></span>\r\n<span style=\"color: #000000;\"><b>Shanghai, China</b></span>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">Tel : +86 - 21 - 50492570 ~ 73</span>\r\n<span style=\"color: #000000;\">Fax : +86 - 21 – 50492575</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@asiantradeexpo.org\">contact@asiantradeexpo.org</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a> </span>\r\n<span style=\"color: #000000;\"> Web : </span><a href=\"http://www.asiantradeexpo.org\">www.asiantradeexpo.org</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon……………</span>.\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-06-09 06:41:21','2015-06-09 06:41:21','',44,'http://cems-foodagro.com/?p=64',0,'revision','',0),(65,1,'2015-06-09 06:53:32','2015-06-09 06:53:32',' \r\n\r\n \r\n\r\n ','Gallery','','publish','open','open','','gallery','','','2016-12-15 04:28:46','2016-12-15 04:28:46','',0,'http://cems-foodagro.com/?page_id=65',0,'page','',0),(66,1,'2015-06-09 06:53:32','2015-06-09 06:53:32','','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 06:53:32','2015-06-09 06:53:32','',65,'http://cems-foodagro.com/?p=66',0,'revision','',0),(67,1,'2015-06-09 06:56:20','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTc4IiwicG9zdF9pZCI6IjY3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRodW1ibmFpbHMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfZ2FsbGVyeVwvc3RhdGljXC90aHVtYl9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMDAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjAiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoiMCIsInRodW1ibmFpbF93aWR0aCI6IjI0MCIsInRodW1ibmFpbF9oZWlnaHQiOiIxNjAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjoiMCIsImFqYXhfcGFnaW5hdGlvbiI6IjAiLCJzaG93X2FsbF9pbl9saWdodGJveCI6IjAiLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6IjAiLCJzaG93X3NsaWRlc2hvd19saW5rIjoiMSIsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBzbGlkZXNob3ddIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic Thumbnails','','draft','open','open','','','','','2015-06-17 09:21:53','2015-06-17 09:21:53','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTc4IiwicG9zdF9pZCI6IjY3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRodW1ibmFpbHMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfZ2FsbGVyeVwvc3RhdGljXC90aHVtYl9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMDAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjAiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoiMCIsInRodW1ibmFpbF93aWR0aCI6IjI0MCIsInRodW1ibmFpbF9oZWlnaHQiOiIxNjAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjoiMCIsImFqYXhfcGFnaW5hdGlvbiI6IjAiLCJzaG93X2FsbF9pbl9saWdodGJveCI6IjAiLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6IjAiLCJzaG93X3NsaWRlc2hvd19saW5rIjoiMSIsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBzbGlkZXNob3ddIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://cems-foodagro.com/?post_type=display_type&p=67',0,'display_type','',0),(68,1,'2015-06-09 06:56:20','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTkwIiwicG9zdF9pZCI6IjY4IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7ImdhbGxlcnlfd2lkdGgiOiIyMDAiLCJnYWxsZXJ5X2hlaWdodCI6IjE1MCIsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJjeWNsZV9pbnRlcnZhbCI6IjEwIiwic2hvd190aHVtYm5haWxfbGluayI6IjEiLCJ0aHVtYm5haWxfbGlua190ZXh0IjoiW1Nob3cgdGh1bWJuYWlsc10iLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0aHVtYm5haWxfd2lkdGgiOiI0MDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMjUwIiwiZWZmZWN0X2NvZGUiOiJjbGFzcz1cIm5nZy1mYW5jeWJveFwiIHJlbD1cIiVHQUxMRVJZX05BTUUlXCIiLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic Slideshow','','draft','open','open','','','','','2015-06-17 09:21:53','2015-06-17 09:21:53','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTkwIiwicG9zdF9pZCI6IjY4IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7ImdhbGxlcnlfd2lkdGgiOiIyMDAiLCJnYWxsZXJ5X2hlaWdodCI6IjE1MCIsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJjeWNsZV9pbnRlcnZhbCI6IjEwIiwic2hvd190aHVtYm5haWxfbGluayI6IjEiLCJ0aHVtYm5haWxfbGlua190ZXh0IjoiW1Nob3cgdGh1bWJuYWlsc10iLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0aHVtYm5haWxfd2lkdGgiOiI0MDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMjUwIiwiZWZmZWN0X2NvZGUiOiJjbGFzcz1cIm5nZy1mYW5jeWJveFwiIHJlbD1cIiVHQUxMRVJZX05BTUUlXCIiLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://cems-foodagro.com/?post_type=display_type&p=68',0,'display_type','',0),(69,1,'2015-06-09 06:56:20','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjAyIiwicG9zdF9pZCI6IjY5IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgSW1hZ2VCcm93c2VyIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3Nlclwvc3RhdGljXC9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJhamF4X3BhZ2luYXRpb24iOiIwIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic ImageBrowser','','draft','open','open','','','','','2015-06-17 09:21:53','2015-06-17 09:21:53','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjAyIiwicG9zdF9pZCI6IjY5IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgSW1hZ2VCcm93c2VyIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3Nlclwvc3RhdGljXC9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJhamF4X3BhZ2luYXRpb24iOiIwIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?post_type=display_type&p=69',0,'display_type','',0),(70,1,'2015-06-09 06:56:20','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjE1IiwicG9zdF9pZCI6IjcwIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpY1wvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsImhpZGRlbl9mcm9tX3VpIjp0cnVlLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjAiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJsaW5rIjoiIiwibGlua190YXJnZXQiOiJfYmxhbmsiLCJmbG9hdCI6IiIsInF1YWxpdHkiOiIxMDAiLCJjcm9wIjoiMCIsImRpc3BsYXlfd2F0ZXJtYXJrIjoiMCIsImRpc3BsYXlfcmVmbGVjdGlvbiI6IjAiLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIm1vZGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic SinglePic','','draft','open','open','','','','','2015-06-17 09:21:53','2015-06-17 09:21:53','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjE1IiwicG9zdF9pZCI6IjcwIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpY1wvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsImhpZGRlbl9mcm9tX3VpIjp0cnVlLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjAiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJsaW5rIjoiIiwibGlua190YXJnZXQiOiJfYmxhbmsiLCJmbG9hdCI6IiIsInF1YWxpdHkiOiIxMDAiLCJjcm9wIjoiMCIsImRpc3BsYXlfd2F0ZXJtYXJrIjoiMCIsImRpc3BsYXlfcmVmbGVjdGlvbiI6IjAiLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIm1vZGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'http://cems-foodagro.com/?post_type=display_type&p=70',0,'display_type','',0),(71,1,'2015-06-09 06:56:20','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjI2IiwicG9zdF9pZCI6IjcxIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUYWdDbG91ZCIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY190YWdjbG91ZFwvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoidGFncyIsInZpZXdfb3JkZXIiOjEwMTAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJudW1iZXIiOiI0NSIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic TagCloud','','draft','open','open','','','','','2015-06-17 09:21:53','2015-06-17 09:21:53','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjI2IiwicG9zdF9pZCI6IjcxIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUYWdDbG91ZCIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY190YWdjbG91ZFwvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoidGFncyIsInZpZXdfb3JkZXIiOjEwMTAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJudW1iZXIiOiI0NSIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'http://cems-foodagro.com/?post_type=display_type&p=71',0,'display_type','',0),(72,1,'2015-06-09 06:56:20','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjM4IiwicG9zdF9pZCI6IjcyIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIENvbXBhY3QgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2NvbXBhY3RfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0iLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7ImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOiIwIiwiZW5hYmxlX2JyZWFkY3J1bWJzIjoiMSIsInRlbXBsYXRlIjoiIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoiMCIsInRodW1ibmFpbF93aWR0aCI6IjYwMCIsInRodW1ibmFpbF9oZWlnaHQiOiI0NTAiLCJ0aHVtYm5haWxfY3JvcCI6IjAiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic Compact Album','','draft','open','open','','','','','2015-06-17 09:21:53','2015-06-17 09:21:53','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjM4IiwicG9zdF9pZCI6IjcyIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIENvbXBhY3QgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2NvbXBhY3RfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0iLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7ImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOiIwIiwiZW5hYmxlX2JyZWFkY3J1bWJzIjoiMSIsInRlbXBsYXRlIjoiIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoiMCIsInRodW1ibmFpbF93aWR0aCI6IjYwMCIsInRodW1ibmFpbF9oZWlnaHQiOiI0NTAiLCJ0aHVtYm5haWxfY3JvcCI6IjAiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://cems-foodagro.com/?post_type=display_type&p=72',0,'display_type','',0),(73,1,'2015-06-09 06:56:20','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjUwIiwicG9zdF9pZCI6IjczIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBFeHRlbmRlZCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfYWxidW1cL3N0YXRpY1wvZXh0ZW5kZWRfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjEwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjoiMCIsImVuYWJsZV9icmVhZGNydW1icyI6IjEiLCJ0ZW1wbGF0ZSI6IiIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIyNDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMTYwIiwidGh1bWJuYWlsX2Nyb3AiOiIxIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic Extended Album','','draft','open','open','','','','','2015-06-17 09:21:53','2015-06-17 09:21:53','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjUwIiwicG9zdF9pZCI6IjczIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBFeHRlbmRlZCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfYWxidW1cL3N0YXRpY1wvZXh0ZW5kZWRfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjEwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjoiMCIsImVuYWJsZV9icmVhZGNydW1icyI6IjEiLCJ0ZW1wbGF0ZSI6IiIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIyNDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMTYwIiwidGh1bWJuYWlsX2Nyb3AiOiIxIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?post_type=display_type&p=73',0,'display_type','',0),(74,1,'2015-06-09 07:00:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:00:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=74',0,'ngg_gallery','',0),(75,1,'2015-06-09 07:00:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:00:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=75',0,'ngg_pictures','',0),(76,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=76',0,'ngg_pictures','',0),(77,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=77',0,'ngg_gallery','',0),(78,1,'2015-06-09 07:01:10','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:01:10','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=78',0,'ngg_pictures','',0),(79,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=79',0,'ngg_pictures','',0),(80,1,'2015-06-09 07:01:12','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:01:12','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=80',0,'ngg_pictures','',0),(81,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=81',0,'ngg_pictures','',0),(82,1,'2015-06-09 07:01:12','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:01:12','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=82',0,'ngg_pictures','',0),(83,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=83',0,'ngg_pictures','',0),(84,1,'2015-06-09 07:01:14','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:01:14','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=84',0,'ngg_pictures','',0),(85,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=85',0,'ngg_pictures','',0),(86,1,'2015-06-09 07:01:15','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:01:15','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=86',0,'ngg_pictures','',0),(87,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=87',0,'ngg_pictures','',0),(88,1,'2015-06-09 07:01:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:01:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=88',0,'ngg_pictures','',0),(89,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=89',0,'ngg_pictures','',0),(90,1,'2015-06-09 07:01:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:01:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=90',0,'ngg_pictures','',0),(91,1,'2015-06-09 09:50:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:17','2015-06-09 09:50:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=91',0,'ngg_pictures','',0),(92,1,'2016-12-15 04:28:38','2016-12-15 04:28:38',' \n\n \n\n ','Gallery','','inherit','open','open','','65-autosave-v1','','','2016-12-15 04:28:38','2016-12-15 04:28:38','',65,'http://cems-foodagro.com/?p=92',0,'revision','',0),(93,1,'2015-06-09 07:02:41','2015-06-09 07:02:41','[nggallery id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 07:02:41','2015-06-09 07:02:41','',65,'http://cems-foodagro.com/?p=93',0,'revision','',0),(94,1,'2015-06-09 07:03:01','2015-06-09 07:03:01',' ','','','publish','open','closed','','94','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',0,'http://cems-foodagro.com/?p=94',15,'nav_menu_item','',0),(95,1,'2015-06-09 07:04:28','2015-06-09 07:04:28','[slideshow id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 07:04:28','2015-06-09 07:04:28','',65,'http://cems-foodagro.com/?p=95',0,'revision','',0),(96,1,'2015-06-09 07:07:09','2015-06-09 07:07:09','[nggallery id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 07:07:09','2015-06-09 07:07:09','',65,'http://cems-foodagro.com/?p=96',0,'revision','',0),(97,1,'2015-06-09 07:08:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_album','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:08:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?post_type=ngg_album&p=97',0,'ngg_album','',0),(98,1,'2015-06-09 09:48:01','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_album','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:48:01','2015-06-09 09:48:01','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?post_type=ngg_album&p=98',0,'ngg_album','',0),(99,1,'2015-06-09 07:08:45','2015-06-09 07:08:45','[album id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 07:08:45','2015-06-09 07:08:45','',65,'http://cems-foodagro.com/?p=99',0,'revision','',0),(100,1,'2015-06-09 07:17:27','2015-06-09 07:17:27','[slideshow id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 07:17:27','2015-06-09 07:17:27','',65,'http://cems-foodagro.com/?p=100',0,'revision','',0),(101,1,'2015-06-09 07:18:12','2015-06-09 07:18:12','[album id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 07:18:12','2015-06-09 07:18:12','',65,'http://cems-foodagro.com/?p=101',0,'revision','',0),(102,1,'2015-06-09 07:24:03','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:03','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=102',0,'ngg_gallery','',0),(103,1,'2015-06-09 07:24:03','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:03','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=103',0,'ngg_pictures','',0),(104,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=104',0,'ngg_pictures','',0),(105,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=105',0,'ngg_gallery','',0),(106,1,'2015-06-09 07:24:04','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:04','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=106',0,'ngg_pictures','',0),(107,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=107',0,'ngg_pictures','',0),(108,1,'2015-06-09 07:24:05','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:05','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=108',0,'ngg_pictures','',0),(109,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=109',0,'ngg_pictures','',0),(110,1,'2015-06-09 07:24:06','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:06','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=110',0,'ngg_pictures','',0),(111,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=111',0,'ngg_pictures','',0),(112,1,'2015-06-09 07:24:07','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:07','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=112',0,'ngg_pictures','',0),(113,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=113',0,'ngg_pictures','',0),(114,1,'2015-06-09 07:24:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=114',0,'ngg_pictures','',0),(115,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=115',0,'ngg_pictures','',0),(116,1,'2015-06-09 07:24:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-09 07:24:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=116',0,'ngg_pictures','',0),(117,1,'2015-06-09 09:50:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-09 09:50:55','2015-06-09 09:50:55','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=117',0,'ngg_pictures','',0),(118,1,'2015-06-09 07:24:41','2015-06-09 07:24:41','[nggallery id=2]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 07:24:41','2015-06-09 07:24:41','',65,'http://cems-foodagro.com/?p=118',0,'revision','',0),(120,1,'2015-06-09 09:49:09','2015-06-09 09:49:09','[album id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-09 09:49:09','2015-06-09 09:49:09','',65,'http://cems-foodagro.com/?p=120',0,'revision','',0),(121,1,'2015-06-09 10:03:46','2015-06-09 10:03:46','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"image003\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" alt=\"image001\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong></strong><strong><span style=\"color: #000000;\"><em><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i><b>. </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>','Home','','inherit','open','open','','5-revision-v1','','','2015-06-09 10:03:46','2015-06-09 10:03:46','',5,'http://cems-foodagro.com/?p=121',0,'revision','',0),(122,1,'2015-06-13 11:23:38','2015-06-13 11:23:38','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b> </b><b></b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ scheduled to be held from 26~28 November 2015, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span>\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2015-06-13 11:23:38','2015-06-13 11:23:38','',31,'http://cems-foodagro.com/?p=122',0,'revision','',0),(123,1,'2015-06-13 11:59:34','2015-06-13 11:59:34','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b> </b>`CEMS Global’ brings to you <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ scheduled to be held from 26~28 November 2015, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span>\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Highlights','','inherit','open','open','','19-revision-v1','','','2015-06-13 11:59:34','2015-06-13 11:59:34','',19,'http://cems-foodagro.com/?p=123',0,'revision','',0),(124,1,'2015-06-15 07:39:32','2015-06-15 07:39:32','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a href=\"mailto:cems@cems-asiapacific.com\">cems@cems-asiapacific.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img alt=\"CEMS Lanka Logo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 – 753</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodpro.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" alt=\"cems india\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 2410 5201 ~ 4 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate Office for China :</span></i></b></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\"><img class=\"alignnone size-full wp-image-60\" alt=\"cems china\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>CEMS China Co., Ltd.</b></span>\r\n<span style=\"color: #000000;\"><b>Shanghai, China</b></span>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">Tel : +86 - 21 - 50492570 ~ 73</span>\r\n<span style=\"color: #000000;\">Fax : +86 - 21 – 50492575</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodpro.com</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a> </span>\r\n<span style=\"color: #000000;\"> Web : </span><a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon……………</span>.\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-06-15 07:39:32','2015-06-15 07:39:32','',44,'http://cems-foodagro.com/?p=124',0,'revision','',0),(126,1,'2015-06-15 07:42:30','2015-06-15 07:42:30','<div style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #339966;\"><em><b>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</b></em></span>\r\n<b> </b><b></b>\r\n<span style=\"color: #000000;\">`CEMS Global’ brings to you <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ scheduled to be held from 26 - 28 November 2015, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span>\r\n\r\n<span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ showcasing all products/services from the food and agro sector from local and global companies.</span>\r\n\r\n<span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</b>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span>\r\n\r\n</div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</b>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Highlights','','inherit','open','open','','19-revision-v1','','','2015-06-15 07:42:30','2015-06-15 07:42:30','',19,'http://cems-foodagro.com/?p=126',0,'revision','',0),(127,1,'2015-06-17 08:03:03','2015-06-17 08:03:03','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a href=\"mailto:cems@cems-asiapacific.com\">cems@cems-asiapacific.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img alt=\"CEMS Lanka Logo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 – 753</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" alt=\"cems india\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 2410 5201 ~ 4 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate Office for China :</span></i></b></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\"><img class=\"alignnone size-full wp-image-60\" alt=\"cems china\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>CEMS China Co., Ltd.</b></span>\r\n<span style=\"color: #000000;\"><b>Shanghai, China</b></span>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">Tel : +86 - 21 - 50492570 ~ 73</span>\r\n<span style=\"color: #000000;\">Fax : +86 - 21 – 50492575</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a> </span>\r\n<span style=\"color: #000000;\"> Web : </span><a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon……………</span>.\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-06-17 08:03:03','2015-06-17 08:03:03','',44,'http://cems-foodagro.com/44-revision-v1/',0,'revision','',0),(130,1,'2015-06-17 09:06:22','2015-06-17 09:06:22','[nggallery id=1]\r\n\r\n[nggallery id=2]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-17 09:06:22','2015-06-17 09:06:22','',65,'http://cems-foodagro.com/65-revision-v1/',0,'revision','',0),(131,1,'2015-06-17 09:07:37','2015-06-17 09:07:37','[nggallery id=1]\r\n\r\n[nggallery id=2]\r\n\r\n[ slideshow id=1 ]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-17 09:07:37','2015-06-17 09:07:37','',65,'http://cems-foodagro.com/65-revision-v1/',0,'revision','',0),(132,1,'2015-06-17 09:08:08','2015-06-17 09:08:08','[nggallery id=1]\r\n\r\n[nggallery id=2]\r\n\r\n[slideshow id=1]','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-17 09:08:08','2015-06-17 09:08:08','',65,'http://cems-foodagro.com/65-revision-v1/',0,'revision','',0),(133,1,'2015-06-17 09:15:07','2015-06-17 09:15:07','[nggallery id=3]\r\n\r\n \r\n\r\n ','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-17 09:15:07','2015-06-17 09:15:07','',65,'http://cems-foodagro.com/65-revision-v1/',0,'revision','',0),(134,1,'2015-06-17 09:19:54','2015-06-17 09:19:54','[ nggallery id=3 ]\r\n\r\n \r\n\r\n ','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-17 09:19:54','2015-06-17 09:19:54','',65,'http://cems-foodagro.com/65-revision-v1/',0,'revision','',0),(135,1,'2015-06-17 09:20:28','2015-06-17 09:20:28','[nggallery id=3]\r\n\r\n \r\n\r\n ','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-17 09:20:28','2015-06-17 09:20:28','',65,'http://cems-foodagro.com/65-revision-v1/',0,'revision','',0),(136,1,'2015-06-17 09:23:02','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2015-06-17 09:23:02','2015-06-17 09:23:02','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?post_type=ngg_pictures&p=136',0,'ngg_pictures','',0),(137,1,'2015-06-17 09:24:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:24:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=137',0,'ngg_gallery','',0),(138,1,'2015-06-17 09:24:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:24:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=138',0,'ngg_pictures','',0),(140,1,'2016-05-25 08:02:43','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:02:43','2016-05-25 08:02:43','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=140',0,'ngg_gallery','',0),(141,1,'2015-06-17 09:24:32','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:24:32','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=141',0,'ngg_pictures','',0),(142,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=142',0,'ngg_pictures','',0),(143,1,'2015-06-17 09:24:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:24:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=143',0,'ngg_pictures','',0),(144,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=144',0,'ngg_pictures','',0),(145,1,'2015-06-17 09:24:51','2015-06-17 09:24:51','[nggallery id=4]\r\n\r\n \r\n\r\n ','Gallery','','inherit','open','open','','65-revision-v1','','','2015-06-17 09:24:51','2015-06-17 09:24:51','',65,'http://cems-foodagro.com/65-revision-v1/',0,'revision','',0),(146,1,'2015-06-17 09:27:47','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:27:47','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=146',0,'ngg_pictures','',0),(147,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=147',0,'ngg_pictures','',0),(148,1,'2015-06-17 09:27:48','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:27:48','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=148',0,'ngg_pictures','',0),(150,1,'2015-06-17 09:27:50','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:27:50','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=150',0,'ngg_pictures','',0),(151,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=151',0,'ngg_pictures','',0),(152,1,'2015-06-17 09:27:50','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:27:50','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=152',0,'ngg_pictures','',0),(154,1,'2015-06-17 09:27:51','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:27:51','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=154',0,'ngg_pictures','',0),(155,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=155',0,'ngg_pictures','',0),(156,1,'2015-06-17 09:27:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:27:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=156',0,'ngg_pictures','',0),(157,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=157',0,'ngg_pictures','',0),(158,1,'2015-06-17 09:27:53','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:27:53','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=158',0,'ngg_pictures','',0),(159,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=159',0,'ngg_pictures','',0),(160,1,'2015-06-17 09:29:44','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:29:44','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=160',0,'ngg_pictures','',0),(161,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=161',0,'ngg_pictures','',0),(162,1,'2015-06-17 09:29:46','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:29:46','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=162',0,'ngg_pictures','',0),(164,1,'2015-06-17 09:33:26','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:33:26','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=164',0,'ngg_pictures','',0),(166,1,'2015-06-17 09:34:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:34:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=166',0,'ngg_pictures','',0),(168,1,'2015-06-17 09:35:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:35:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=168',0,'ngg_pictures','',0),(169,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=169',0,'ngg_pictures','',0),(170,1,'2015-06-17 09:35:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-06-17 09:35:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=170',0,'ngg_pictures','',0),(171,1,'2016-05-25 06:09:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 06:09:35','2016-05-25 06:09:35','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=171',0,'ngg_pictures','',0),(173,1,'2015-06-28 06:02:28','2015-06-28 06:02:28','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO-2015’</strong></em> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Food Technologist, Owners from the below industries,</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Association/Bakeries/Bakery & Confectionery Manufacturers/Catering Management/Chefs/Clubs and Resorts/Common public/Convenience Retailers/Food Catering/Food marts/Food Manufacturers/Food Technologists/Foodservice Equipment/High rank officers from government sector etc/Hotel & Resort Management/Hotel Supplies Dealers/Convenience Retailers Hypermarkets/Decision and policy makers of the industry/Departmental Stores/Departmental Stores Managers/Dieticians/Electronic and print media/Exporter/F & B Importers & Distributors/Fast Food Chains/Fast Food Outlets/Food Beverage services providers/Financial Company/Hypermarkets/Importers, Distributors, Wholesalers and Retailers/Leisure & Entertainment Staff/Manufacturer/Merchants/Nutritionists/Packaging and Distribution Centers/Policy makers/Restaurant Management/Sales and marketing department of the food industry/Grocery and Convenience Stores/Supply Chain Distributors/Airline etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em> </em></span></p>','Profile of Visitors','','inherit','open','open','','41-revision-v1','','','2015-06-28 06:02:28','2015-06-28 06:02:28','',41,'http://cems-foodagro.com/41-revision-v1/',0,'revision','',0),(174,1,'2015-06-28 06:04:15','2015-06-28 06:04:15','<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-13\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></span></a></span></p>\r\n\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2015</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><strong><span style=\"color: #000000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><span style=\"color: #000000;\">.</span> </strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><b>26~28 November, 2015.</b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-06-28 06:04:15','2015-06-28 06:04:15','',12,'http://cems-foodagro.com/12-revision-v1/',0,'revision','',0),(175,1,'2017-03-15 09:37:29','2017-03-15 09:37:29','<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\n \r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\n \r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n‘AGRO-CHEM Sri Lanka Internationall Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Event Profile','','inherit','open','open','','31-autosave-v1','','','2017-03-15 09:37:29','2017-03-15 09:37:29','',31,'http://cems-foodagro.com/31-autosave-v1/',0,'revision','',0),(176,1,'2015-06-28 06:06:26','2015-06-28 06:06:26','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</strong>’ scheduled to be held from 26 - 28 November 2015, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2015-06-28 06:06:26','2015-06-28 06:06:26','',31,'http://cems-foodagro.com/31-revision-v1/',0,'revision','',0),(177,1,'2015-06-28 06:07:32','2015-06-28 06:07:32','<p style=\"text-align: justify;\"><span style=\"color: #339966;\"><em><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\">`CEMS Global’ brings to you <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</strong>’ scheduled to be held from 26 - 28 November 2015, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></em>\r\n\r\n<em><span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></em></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2015</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></em></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2015</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></em></p>','Highlights','','inherit','open','open','','19-revision-v1','','','2015-06-28 06:07:32','2015-06-28 06:07:32','',19,'http://cems-foodagro.com/19-revision-v1/',0,'revision','',0),(179,1,'2015-07-07 10:46:18','2015-07-07 10:46:18','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>','Home','','inherit','open','open','','5-revision-v1','','','2015-07-07 10:46:18','2015-07-07 10:46:18','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(182,1,'2015-08-01 06:25:07','2015-08-01 06:25:07','','Capture','','inherit','open','open','','capture','','','2015-08-01 06:25:07','2015-08-01 06:25:07','',16,'http://cems-foodagro.com/wp-content/uploads/2015/05/Capture.jpg',0,'attachment','image/jpeg',0),(183,1,'2015-08-01 06:28:08','2015-08-01 06:28:08','','Capture','','inherit','open','open','','capture-2','','','2015-08-01 06:28:08','2015-08-01 06:28:08','',16,'http://cems-foodagro.com/wp-content/uploads/2015/05/Capture.gif',0,'attachment','image/gif',0),(184,1,'2015-08-01 06:31:48','2015-08-01 06:31:48','','Presentation of Food Pro & Agro Bangladesh Intl. Expo 2015','','inherit','open','open','','presentation-of-food-pro-agro-bangladesh-intl-expo-2015','','','2015-08-01 06:31:48','2015-08-01 06:31:48','',16,'http://cems-foodagro.com/wp-content/uploads/2015/05/Presentation-of-Food-Pro-Agro-Bangladesh-Intl.-Expo-2015.pdf',0,'attachment','application/pdf',0),(185,1,'2015-08-01 07:14:19','2015-08-01 07:14:19','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" height=\"279\" width=\"492\" allowfullscreen=\"\" frameborder=\"0\"></iframe></p>','Home','','inherit','open','open','','5-revision-v1','','','2015-08-01 07:14:19','2015-08-01 07:14:19','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(186,1,'2015-08-09 08:10:10','2015-08-09 08:10:10','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[logos]<a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Logo-TVS.png\"><img class=\"alignnone size-full wp-image-220\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Logo-TVS.png\" alt=\"Logo-TVS\" width=\"150\" height=\"28\" /></a><a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Haojue-logo.jpg\"><img class=\"alignnone size-full wp-image-183\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Haojue-logo.jpg\" alt=\"Haojue-logo\" width=\"150\" height=\"25\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Bajaj_Auto_Logo.jpg\"><img class=\"alignnone size-full wp-image-174\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Bajaj_Auto_Logo.jpg\" alt=\"Bajaj_Auto_Logo\" width=\"150\" height=\"34\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Italjet-logo.jpg\"><img class=\"alignnone size-full wp-image-177\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Italjet-logo.jpg\" alt=\"Italjet-logo\" width=\"100\" height=\"58\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/motrac-logo.jpg\"><img class=\"alignnone size-full wp-image-178\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/motrac-logo.jpg\" alt=\"motrac-logo\" width=\"150\" height=\"41\" /></a><a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/lifan.png\"><img class=\"alignnone size-full wp-image-223\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/lifan.png\" alt=\"lifan\" width=\"101\" height=\"102\" /></a><a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/logo.png\"><img class=\"alignnone size-full wp-image-225\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/logo.png\" alt=\"logo\" width=\"94\" height=\"111\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/SYM-logo.png\"><img class=\"alignnone size-full wp-image-227\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/SYM-logo.png\" alt=\"SYM-logo\" width=\"150\" height=\"58\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-09 08:10:10','2015-08-09 08:10:10','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(187,1,'2015-08-09 08:10:57','2015-08-09 08:10:57','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[big_header]Our Participants 2015[/big_header]\r\n[logos]<a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Logo-TVS.png\"><img class=\"alignnone size-full wp-image-220\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Logo-TVS.png\" alt=\"Logo-TVS\" width=\"150\" height=\"28\" /></a><a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Haojue-logo.jpg\"><img class=\"alignnone size-full wp-image-183\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Haojue-logo.jpg\" alt=\"Haojue-logo\" width=\"150\" height=\"25\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Bajaj_Auto_Logo.jpg\"><img class=\"alignnone size-full wp-image-174\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Bajaj_Auto_Logo.jpg\" alt=\"Bajaj_Auto_Logo\" width=\"150\" height=\"34\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Italjet-logo.jpg\"><img class=\"alignnone size-full wp-image-177\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/Italjet-logo.jpg\" alt=\"Italjet-logo\" width=\"100\" height=\"58\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/motrac-logo.jpg\"><img class=\"alignnone size-full wp-image-178\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/motrac-logo.jpg\" alt=\"motrac-logo\" width=\"150\" height=\"41\" /></a><a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/lifan.png\"><img class=\"alignnone size-full wp-image-223\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/lifan.png\" alt=\"lifan\" width=\"101\" height=\"102\" /></a><a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/logo.png\"><img class=\"alignnone size-full wp-image-225\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/logo.png\" alt=\"logo\" width=\"94\" height=\"111\" /></a> <a href=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/SYM-logo.png\"><img class=\"alignnone size-full wp-image-227\" src=\"http://www.cems-bikeshow.com/wp-content/uploads/2014/11/SYM-logo.png\" alt=\"SYM-logo\" width=\"150\" height=\"58\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-09 08:10:57','2015-08-09 08:10:57','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(188,1,'2015-08-09 08:13:51','2015-08-09 08:13:51','','p1-logo','','inherit','open','open','','p1-logo','','','2015-08-09 08:13:51','2015-08-09 08:13:51','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png',0,'attachment','image/png',0),(189,1,'2015-08-09 08:14:20','2015-08-09 08:14:20','','p2-logo','','inherit','open','open','','p2-logo','','','2015-08-09 08:14:20','2015-08-09 08:14:20','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png',0,'attachment','image/png',0),(190,1,'2015-08-09 08:14:40','2015-08-09 08:14:40','','p3-logo','','inherit','open','open','','p3-logo','','','2015-08-09 08:14:40','2015-08-09 08:14:40','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png',0,'attachment','image/png',0),(191,1,'2015-08-09 08:15:07','2015-08-09 08:15:07','','p4-logo','','inherit','open','open','','p4-logo','','','2015-08-09 08:15:07','2015-08-09 08:15:07','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png',0,'attachment','image/png',0),(192,1,'2015-08-09 08:15:18','2015-08-09 08:15:18','','p5-logo','','inherit','open','open','','p5-logo','','','2015-08-09 08:15:18','2015-08-09 08:15:18','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png',0,'attachment','image/png',0),(193,1,'2015-08-09 08:15:33','2015-08-09 08:15:33','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n[logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\"><img class=\"alignnone size-full wp-image-192\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\" alt=\"p5-logo\" width=\"200\" height=\"46\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-09 08:15:33','2015-08-09 08:15:33','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(194,1,'2015-08-09 08:29:46','2015-08-09 08:29:46','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\"><img class=\"alignnone size-full wp-image-192\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\" alt=\"p5-logo\" width=\"200\" height=\"46\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2015-08-09 08:29:46','2015-08-09 08:29:46','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(195,1,'2015-08-09 08:30:27','2015-08-09 08:30:27','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n[logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\"><img class=\"alignnone size-full wp-image-192\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\" alt=\"p5-logo\" width=\"200\" height=\"46\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-09 08:30:27','2015-08-09 08:30:27','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(196,1,'2015-08-09 08:33:22','2015-08-09 08:33:22','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\"><img class=\"alignnone size-full wp-image-192\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p5-logo.png\" alt=\"p5-logo\" width=\"200\" height=\"46\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-09 08:33:22','2015-08-09 08:33:22','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(197,1,'2015-08-09 12:00:52','2015-08-09 12:00:52','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a> [/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-09 12:00:52','2015-08-09 12:00:52','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(198,1,'2015-08-10 05:18:09','2015-08-10 05:18:09','','sincos','','inherit','open','open','','sincos','','','2015-08-10 05:18:09','2015-08-10 05:18:09','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg',0,'attachment','image/jpeg',0),(199,1,'2015-08-10 05:18:33','2015-08-10 05:18:33','','market','','inherit','open','open','','market','','','2015-08-10 05:18:33','2015-08-10 05:18:33','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg',0,'attachment','image/jpeg',0),(200,1,'2015-08-10 05:19:05','2015-08-10 05:19:05','','sullar','','inherit','open','open','','sullar','','','2015-08-10 05:19:05','2015-08-10 05:19:05','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg',0,'attachment','image/jpeg',0),(201,1,'2015-08-10 05:19:29','2015-08-10 05:19:29','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a>\r\n[/logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2015-08-10 05:19:29','2015-08-10 05:19:29','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(202,1,'2015-08-10 05:20:42','2015-08-10 05:20:42','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001.jpg\"><img class=\"size-medium wp-image-7 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image001-300x234.jpg\" alt=\"image001\" width=\"204\" height=\"159\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-10 05:20:42','2015-08-10 05:20:42','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(203,1,'2015-08-11 11:10:11','2015-08-11 11:10:11','','Food-Agro','','inherit','open','open','','food-agro','','','2015-08-11 11:10:11','2015-08-11 11:10:11','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg',0,'attachment','image/jpeg',0),(204,1,'2015-08-11 11:10:56','2015-08-11 11:10:56','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\" wp-image-203 alignright\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"583\" height=\"214\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h3 style=\"text-align: right;\"><span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span>\r\n<strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:10:56','2015-08-11 11:10:56','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(205,1,'2015-08-11 11:12:08','2015-08-11 11:12:08','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n<p style=\"text-align: right;\"><strong> <span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span></strong></p>\r\n\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:12:08','2015-08-11 11:12:08','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(206,1,'2015-08-11 11:13:26','2015-08-11 11:13:26','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 \" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\" alt=\"Food-Agro\" width=\"1058\" height=\"298\" /></a>\r\n\r\n \r\n<h3 style=\"text-align: right;\"><strong> <span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span></strong></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:13:26','2015-08-11 11:13:26','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(207,1,'2015-08-11 11:14:18','2015-08-11 11:14:18','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 \" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\" alt=\"Food-Agro\" width=\"810\" height=\"246\" /></a>\r\n\r\n \r\n \r\n<h3 style=\"text-align: right;\"><strong> <span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span></strong></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:14:18','2015-08-11 11:14:18','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(208,1,'2015-08-11 11:15:00','2015-08-11 11:15:00','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 \" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\" alt=\"Food-Agro\" width=\"833\" height=\"247\" /></a>\r\n\r\n \r\n<h3 style=\"text-align: right;\"><strong> <span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span></strong></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:15:00','2015-08-11 11:15:00','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(209,1,'2015-08-11 11:16:32','2015-08-11 11:16:32','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n<h3 style=\"text-align: right;\"><strong> <span style=\"color: #008000;\"><em>Food Pro & Agro Bangladesh International Expo 2015</em></span></strong></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #000000;\"><em><span style=\"color: #008000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><b><span style=\"color: #008000;\">.</span> </b></em></span></strong></h3>\r\n<h3 align=\"right\"><span style=\"color: #008000;\"><em>26~28 November, 2015.</em></span></h3>\r\n \r\n<h3 align=\"right\"><strong><em><span style=\"color: #000000;\">Bangabandhu International Conference Centre, Dhaka – Bangladesh</span>\r\n</em></strong></h3>\r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:16:32','2015-08-11 11:16:32','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(210,1,'2015-08-11 11:17:29','2015-08-11 11:17:29','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:17:29','2015-08-11 11:17:29','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(211,1,'2015-08-11 11:19:11','2015-08-11 11:19:11','','p6-logo','','inherit','open','open','','p6-logo','','','2015-08-11 11:19:11','2015-08-11 11:19:11','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png',0,'attachment','image/png',0),(212,1,'2015-08-11 11:19:15','2015-08-11 11:19:15','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png\"><img src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo-300x157.png\" alt=\"p6-logo\" width=\"300\" height=\"157\" class=\"alignnone size-medium wp-image-211\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:19:15','2015-08-11 11:19:15','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(213,1,'2015-08-11 11:20:07','2015-08-11 11:20:07','','p7-logo','','inherit','open','open','','p7-logo','','','2015-08-11 11:20:07','2015-08-11 11:20:07','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png',0,'attachment','image/png',0),(214,1,'2015-08-11 11:20:22','2015-08-11 11:20:22','','p8-logo','','inherit','open','open','','p8-logo','','','2015-08-11 11:20:22','2015-08-11 11:20:22','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png',0,'attachment','image/png',0),(215,1,'2015-08-11 11:20:32','2015-08-11 11:20:32','','p9-logo','','inherit','open','open','','p9-logo','','','2015-08-11 11:20:32','2015-08-11 11:20:32','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png',0,'attachment','image/png',0),(216,1,'2015-08-11 11:20:37','2015-08-11 11:20:37','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png\"><img src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo-300x157.png\" alt=\"p6-logo\" width=\"300\" height=\"157\" class=\"alignnone size-medium wp-image-211\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"300\" height=\"242\" class=\"alignnone size-medium wp-image-213\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"300\" height=\"249\" class=\"alignnone size-medium wp-image-214\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"186\" height=\"300\" class=\"alignnone size-medium wp-image-215\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:20:37','2015-08-11 11:20:37','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(217,1,'2015-08-11 11:21:45','2015-08-11 11:21:45','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png\"><img class=\"alignnone wp-image-211\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo-300x157.png\" alt=\"p6-logo\" width=\"269\" height=\"124\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"269\" height=\"202\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"287\" height=\"208\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"168\" height=\"225\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:21:45','2015-08-11 11:21:45','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(218,1,'2015-08-11 11:22:11','2015-08-11 11:22:11','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png\"><img class=\"alignnone wp-image-211\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo-300x157.png\" alt=\"p6-logo\" width=\"269\" height=\"124\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"233\" height=\"175\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"287\" height=\"208\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"168\" height=\"225\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:22:11','2015-08-11 11:22:11','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(219,1,'2015-08-11 11:23:26','2015-08-11 11:23:26','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n\r\n \r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n \r\n<p style=\"text-align: right;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png\"><img class=\"alignnone wp-image-211\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo-300x157.png\" alt=\"p6-logo\" width=\"269\" height=\"124\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"233\" height=\"175\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"287\" height=\"208\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"168\" height=\"225\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:23:26','2015-08-11 11:23:26','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(220,1,'2015-08-11 11:24:26','2015-08-11 11:24:26','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n\r\n \r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png\"><img class=\"alignnone wp-image-211\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo-300x157.png\" alt=\"p6-logo\" width=\"269\" height=\"124\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"233\" height=\"175\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"287\" height=\"208\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"168\" height=\"225\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:24:26','2015-08-11 11:24:26','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(221,1,'2015-08-11 11:26:07','2015-08-11 11:26:07','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.png\"><img class=\"alignnone wp-image-211\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo-300x157.png\" alt=\"p6-logo\" width=\"219\" height=\"81\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:26:07','2015-08-11 11:26:07','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(222,1,'2015-08-11 11:27:40','2015-08-11 11:27:40','','p6-logo','','inherit','open','open','','p6-logo-2','','','2015-08-11 11:27:40','2015-08-11 11:27:40','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg',0,'attachment','image/jpeg',0),(223,1,'2015-08-11 11:27:48','2015-08-11 11:27:48','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-11 11:27:48','2015-08-11 11:27:48','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(225,1,'2015-08-16 08:02:42','2015-08-16 08:02:42','','Chaldal-new','','inherit','open','open','','chaldal-new','','','2015-08-16 08:02:42','2015-08-16 08:02:42','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Chaldal-new.png',0,'attachment','image/png',0),(226,1,'2015-08-16 08:03:02','2015-08-16 08:03:02','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n<p style=\"text-align: left;\"><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Chaldal-new.png\"><img class=\"alignnone wp-image-225\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Chaldal-new-300x96.png\" alt=\"Chaldal-new\" width=\"388\" height=\"103\" /></a></p>','Home','','inherit','open','open','','5-revision-v1','','','2015-08-16 08:03:02','2015-08-16 08:03:02','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(227,1,'2015-08-16 08:03:30','2015-08-16 08:03:30','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n<p style=\"text-align: left;\"><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Chaldal-new.png\"><img class=\" wp-image-225 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Chaldal-new-300x96.png\" alt=\"Chaldal-new\" width=\"388\" height=\"103\" /></a></p>','Home','','inherit','open','open','','5-revision-v1','','','2015-08-16 08:03:30','2015-08-16 08:03:30','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(228,1,'2015-08-17 07:25:11','2015-08-17 07:25:11','','Food & Agro- Partners','','inherit','open','open','','food-agro-partners','','','2015-08-17 07:25:11','2015-08-17 07:25:11','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-Partners.png',0,'attachment','image/png',0),(229,1,'2015-08-17 07:26:59','2015-08-17 07:26:59','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-Partners.png\"><img class=\" wp-image-228 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-Partners-1024x122.png\" alt=\"Food & Agro- Partners\" width=\"845\" height=\"103\" /></a></p>','Home','','inherit','open','open','','5-revision-v1','','','2015-08-17 07:26:59','2015-08-17 07:26:59','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(230,1,'2015-08-23 05:07:16','2015-08-23 05:07:16','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n<p class=\"placemenu\">\r\n<ul>\r\n<li>\r\n<a href=\"#\"></a>\r\n</li>\r\n<li>\r\n<a href=\"#\"></a>\r\n</li>\r\n<li>\r\n<a href=\"#\"></a>\r\n</li>\r\n<li>\r\n<a href=\"#\"></a>\r\n</li>\r\n<li>\r\n<a href=\"#\"></a>\r\n</li>\r\n</ul>\r\n</P>\r\n','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 05:07:16','2015-08-23 05:07:16','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(231,1,'2015-08-23 05:08:37','2015-08-23 05:08:37','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n<p class=\"placemenu\">\r\n<ul>\r\n<li>\r\n<a href=\"#\">jjj</a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jj</a>\r\n</li>\r\n<li>\r\n<a href=\"#\"></a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jj</a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jjj</a>\r\n</li>\r\n</ul>\r\n</P>\r\n','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 05:08:37','2015-08-23 05:08:37','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(232,1,'2015-08-23 05:09:38','2015-08-23 05:09:38','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n<li>\r\n<a href=\"#\">jjj</a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jj</a>\r\n</li>\r\n<li>\r\n<a href=\"#\"></a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jj</a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jjj</a>\r\n</li>\r\n</ul>\r\n\r\n','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 05:09:38','2015-08-23 05:09:38','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(233,1,'2015-08-23 05:19:57','2015-08-23 05:19:57','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n<li class=\"placemenu2\">\r\n<a href=\"#\">jjj</a>\r\n</li>\r\n<li class=\"placemenu3\">\r\n<a href=\"#\">jj</a>\r\n</li>\r\n<li class=\"placemenu4\">\r\n<a href=\"#\"></a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jj</a>\r\n</li>\r\n<li>\r\n<a href=\"#\">jjj</a>\r\n</li>\r\n</ul>\r\n\r\n','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 05:19:57','2015-08-23 05:19:57','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(234,1,'2015-08-23 05:33:52','2015-08-23 05:33:52','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu2\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu4\"></li>\r\n <li><a href=\"#\">jj</a></li>\r\n <li><a href=\"#\">jjj</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 05:33:52','2015-08-23 05:33:52','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(235,1,'2015-08-23 05:41:21','2015-08-23 05:41:21','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 05:41:21','2015-08-23 05:41:21','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(236,1,'2015-08-23 06:03:35','2015-08-23 06:03:35','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"#\">jjj</a></li>\r\n\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 06:03:35','2015-08-23 06:03:35','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(237,1,'2015-08-23 06:19:52','2015-08-23 06:19:52','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\">chaldal</a></li>\r\n\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 06:19:52','2015-08-23 06:19:52','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(238,1,'2015-08-23 06:21:22','2015-08-23 06:21:22','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro.jpg\"><img class=\"alignnone wp-image-203 size-large\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-1024x409.jpg\" alt=\"Food-Agro\" width=\"920\" height=\"367\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 06:21:22','2015-08-23 06:21:22','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(239,1,'2015-08-23 07:08:31','2015-08-23 07:08:31','','Food-Agro--BBoard-S---50\'--X--20\'','','inherit','open','open','','food-agro-bboard-s-50-x-20','','','2015-08-23 07:08:31','2015-08-23 07:08:31','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg',0,'attachment','image/jpeg',0),(240,1,'2015-08-23 07:09:35','2015-08-23 07:09:35','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"664\" height=\"269\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 07:09:35','2015-08-23 07:09:35','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(241,1,'2015-08-23 07:10:33','2015-08-23 07:10:33','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"849\" height=\"332\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 07:10:33','2015-08-23 07:10:33','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(242,1,'2015-08-23 07:11:26','2015-08-23 07:11:26','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-23 07:11:26','2015-08-23 07:11:26','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(244,1,'2015-08-29 04:54:47','2015-08-29 04:54:47','','Naogaon-trade-logo-01','','inherit','open','open','','naogaon-trade-logo-01','','','2015-08-29 04:54:47','2015-08-29 04:54:47','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png',0,'attachment','image/png',0),(246,1,'2015-08-29 04:55:36','2015-08-29 04:55:36','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\"><img class=\"alignnone wp-image-244\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\" alt=\"Naogaon-trade-logo-01\" width=\"137\" height=\"111\" /></a> [/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-08-29 04:55:36','2015-08-29 04:55:36','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(248,1,'2015-09-13 06:20:53','2015-09-13 06:20:53','','Logo_Sticker','','inherit','open','open','','logo_sticker','','','2015-09-13 06:20:53','2015-09-13 06:20:53','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg',0,'attachment','image/jpeg',0),(249,1,'2015-09-13 06:21:09','2015-09-13 06:21:09','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\"><img class=\"alignnone wp-image-244\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\" alt=\"Naogaon-trade-logo-01\" width=\"137\" height=\"111\" /></a> [/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"300\" height=\"161\" class=\"alignnone size-full wp-image-248\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-13 06:21:09','2015-09-13 06:21:09','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(250,1,'2015-09-13 06:21:57','2015-09-13 06:21:57','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\"><img class=\"alignnone wp-image-244\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\" alt=\"Naogaon-trade-logo-01\" width=\"137\" height=\"111\" /></a> [/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"228\" height=\"122\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-13 06:21:57','2015-09-13 06:21:57','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(251,1,'2015-09-13 06:22:54','2015-09-13 06:22:54','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\"><img class=\"alignnone wp-image-244\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\" alt=\"Naogaon-trade-logo-01\" width=\"137\" height=\"111\" /></a> [/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\nRadio Partner\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"228\" height=\"122\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-13 06:22:54','2015-09-13 06:22:54','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(252,1,'2015-09-13 06:23:34','2015-09-13 06:23:34','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\"><img class=\"alignnone wp-image-244\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\" alt=\"Naogaon-trade-logo-01\" width=\"137\" height=\"111\" /></a> [/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><em><strong>Radio Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"228\" height=\"122\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-13 06:23:34','2015-09-13 06:23:34','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(253,1,'2015-09-13 06:29:49','2015-09-13 06:29:49','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\"><img class=\"alignnone wp-image-244\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\" alt=\"Naogaon-trade-logo-01\" width=\"137\" height=\"111\" /></a> [/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><em><strong>Radio Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"161\" height=\"86\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-13 06:29:49','2015-09-13 06:29:49','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(254,1,'2015-09-16 04:21:39','2015-09-16 04:21:39','','KFK-Logo','','inherit','open','open','','kfk-logo','','','2015-09-16 04:21:39','2015-09-16 04:21:39','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/KFK-Logo.jpg',0,'attachment','image/jpeg',0),(255,1,'2015-09-16 04:21:56','2015-09-16 04:21:56','','Untitled-3','','inherit','open','open','','untitled-3','','','2015-09-16 04:21:56','2015-09-16 04:21:56','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Untitled-3.jpg',0,'attachment','image/jpeg',0),(256,1,'2015-09-16 04:22:24','2015-09-16 04:22:24','','Bellissimo-Final-logo','','inherit','open','open','','bellissimo-final-logo','','','2015-09-16 04:22:24','2015-09-16 04:22:24','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Bellissimo-Final-logo.jpg',0,'attachment','image/jpeg',0),(257,1,'2015-09-16 04:22:52','2015-09-16 04:22:52','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header][logos]<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\"><img class=\"alignnone size-full wp-image-222\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p6-logo.jpg\" alt=\"p6-logo\" width=\"210\" height=\"110\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo.png\"><img class=\"alignnone wp-image-213\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p7-logo-300x242.png\" alt=\"p7-logo\" width=\"170\" height=\"128\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo.png\"><img class=\"alignnone wp-image-214\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p8-logo-300x249.png\" alt=\"p8-logo\" width=\"201\" height=\"146\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo.png\"><img class=\"alignnone wp-image-215\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p9-logo-186x300.png\" alt=\"p9-logo\" width=\"133\" height=\"178\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\"><img class=\"alignnone size-full wp-image-188\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p1-logo.png\" alt=\"p1-logo\" width=\"200\" height=\"58\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\"><img class=\"alignnone size-full wp-image-189\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p2-logo.png\" alt=\"p2-logo\" width=\"200\" height=\"62\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\"><img class=\"alignnone size-full wp-image-190\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p3-logo.png\" alt=\"p3-logo\" width=\"200\" height=\"45\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\"><img class=\"alignnone size-full wp-image-191\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/p4-logo.png\" alt=\"p4-logo\" width=\"200\" height=\"52\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\"><img class=\"alignnone size-full wp-image-198\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sincos.jpg\" alt=\"sincos\" width=\"200\" height=\"50\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\"><img class=\"alignnone size-full wp-image-199\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/market.jpg\" alt=\"market\" width=\"200\" height=\"89\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\"><img class=\"alignnone size-full wp-image-200\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/sullar.jpg\" alt=\"sullar\" width=\"200\" height=\"78\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\"><img class=\"alignnone wp-image-244\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Naogaon-trade-logo-01.png\" alt=\"Naogaon-trade-logo-01\" width=\"137\" height=\"111\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/KFK-Logo.jpg\"><img class=\"alignnone size-full wp-image-254\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/KFK-Logo.jpg\" alt=\"KFK-Logo\" width=\"200\" height=\"127\" /></a><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Untitled-3.jpg\"><img class=\"alignnone wp-image-255\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Untitled-3.jpg\" alt=\"Untitled-3\" width=\"125\" height=\"150\" /></a> <a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Bellissimo-Final-logo.jpg\"><img class=\"alignnone size-full wp-image-256\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Bellissimo-Final-logo.jpg\" alt=\"Bellissimo-Final-logo\" width=\"300\" height=\"118\" /></a>[/logos]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><em><strong>Radio Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"161\" height=\"86\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 04:22:52','2015-09-16 04:22:52','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(260,1,'2015-09-16 04:40:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:40:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=260',0,'ngg_gallery','',0),(261,1,'2015-09-16 04:40:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:40:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=261',0,'ngg_pictures','',0),(262,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=262',0,'ngg_pictures','',0),(263,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=263',0,'ngg_gallery','',0),(264,1,'2015-09-16 04:40:56','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:40:56','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=264',0,'ngg_pictures','',0),(266,1,'2015-09-16 04:41:27','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:27','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=266',0,'ngg_pictures','',0),(268,1,'2015-09-16 04:41:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=268',0,'ngg_pictures','',0),(270,1,'2015-09-16 04:41:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=270',0,'ngg_pictures','',0),(272,1,'2015-09-16 04:41:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=272',0,'ngg_pictures','',0),(274,1,'2015-09-16 04:41:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=274',0,'ngg_pictures','',0),(276,1,'2015-09-16 04:41:31','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:31','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=276',0,'ngg_pictures','',0),(278,1,'2015-09-16 04:41:31','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:31','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=278',0,'ngg_pictures','',0),(280,1,'2015-09-16 04:41:32','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:32','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=280',0,'ngg_pictures','',0),(281,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=281',0,'ngg_pictures','',0),(282,1,'2015-09-16 04:41:33','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:33','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=282',0,'ngg_pictures','',0),(284,1,'2015-09-16 04:41:34','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:34','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=284',0,'ngg_pictures','',0),(286,1,'2015-09-16 04:41:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=286',0,'ngg_pictures','',0),(288,1,'2015-09-16 04:41:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=288',0,'ngg_pictures','',0),(290,1,'2015-09-16 04:41:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=290',0,'ngg_pictures','',0),(292,1,'2015-09-16 04:41:50','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:41:50','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=292',0,'ngg_pictures','',0),(294,1,'2015-09-16 04:44:49','2015-09-16 04:44:49','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><em><strong>Radio Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"161\" height=\"86\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 04:44:49','2015-09-16 04:44:49','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(295,1,'2015-09-16 04:52:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:52:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=295',0,'ngg_pictures','',0),(297,1,'2015-09-16 04:53:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:53:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=297',0,'ngg_pictures','',0),(299,1,'2015-09-16 04:54:54','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:54:54','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=299',0,'ngg_pictures','',0),(300,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=300',0,'ngg_pictures','',0),(301,1,'2015-09-16 04:58:13','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 04:58:13','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=301',0,'ngg_pictures','',0),(302,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=302',0,'ngg_pictures','',0),(303,1,'2015-09-16 05:00:18','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:00:18','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=303',0,'ngg_pictures','',0),(305,1,'2015-09-16 05:02:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:02:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=305',0,'ngg_pictures','',0),(306,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=306',0,'ngg_pictures','',0),(307,1,'2015-09-16 05:04:32','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:04:32','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=307',0,'ngg_pictures','',0),(309,1,'2015-09-16 05:05:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:05:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=309',0,'ngg_pictures','',0),(310,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=310',0,'ngg_pictures','',0),(311,1,'2015-09-16 05:07:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:07:35','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=311',0,'ngg_pictures','',0),(313,1,'2015-09-16 05:07:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:07:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=313',0,'ngg_pictures','',0),(315,1,'2015-09-16 05:07:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:07:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=315',0,'ngg_pictures','',0),(316,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=316',0,'ngg_pictures','',0),(317,1,'2015-09-16 05:08:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:08:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=317',0,'ngg_pictures','',0),(319,1,'2015-09-16 05:09:15','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:09:15','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=319',0,'ngg_pictures','',0),(320,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=320',0,'ngg_pictures','',0),(321,1,'2015-09-16 05:10:21','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:10:21','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=321',0,'ngg_pictures','',0),(322,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=322',0,'ngg_pictures','',0),(323,1,'2015-09-16 05:12:02','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:12:02','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=323',0,'ngg_pictures','',0),(325,1,'2015-09-16 05:15:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:15:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=325',0,'ngg_pictures','',0),(326,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=326',0,'ngg_pictures','',0),(327,1,'2015-09-16 05:18:46','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:18:46','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=327',0,'ngg_pictures','',0),(328,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=328',0,'ngg_pictures','',0),(329,1,'2015-09-16 05:20:45','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:20:45','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=329',0,'ngg_pictures','',0),(330,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=330',0,'ngg_pictures','',0),(331,1,'2015-09-16 05:21:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:21:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=331',0,'ngg_pictures','',0),(332,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=332',0,'ngg_pictures','',0),(333,1,'2015-09-16 05:29:04','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:29:04','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=333',0,'ngg_pictures','',0),(334,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=334',0,'ngg_pictures','',0),(335,1,'2015-09-16 05:34:07','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 05:34:07','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=335',0,'ngg_pictures','',0),(336,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=336',0,'ngg_pictures','',0),(337,1,'2015-09-16 08:11:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-16 08:11:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=337',0,'ngg_pictures','',0),(338,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=338',0,'ngg_pictures','',0),(339,1,'2015-09-16 10:29:59','2015-09-16 10:29:59','','Food-&-Agro--Partners-02','','inherit','open','open','','food-agro-partners-02','','','2015-09-16 10:29:59','2015-09-16 10:29:59','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-Partners-02.png',0,'attachment','image/png',0),(340,1,'2015-09-16 10:36:37','2015-09-16 10:36:37','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">AamarTech</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><em><strong>Radio Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"161\" height=\"86\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 10:36:37','2015-09-16 10:36:37','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(341,1,'2015-09-16 10:36:49','2015-09-16 10:36:49','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\"></a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n<span style=\"color: #000000;\"><em><strong>Radio Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"161\" height=\"86\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 10:36:49','2015-09-16 10:36:49','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(342,1,'2015-09-16 10:38:24','2015-09-16 10:38:24','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\"></a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\"><img class=\"alignnone wp-image-248\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Logo_Sticker.jpg\" alt=\"Logo_Sticker\" width=\"161\" height=\"86\" /></a>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 10:38:24','2015-09-16 10:38:24','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(343,1,'2015-09-16 10:39:06','2015-09-16 10:39:06','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\"></a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 10:39:06','2015-09-16 10:39:06','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(344,1,'2015-09-16 10:42:12','2015-09-16 10:42:12','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"80\" height=\"111\" /></a><span style=\"color: #000000;\"><strong><em>Presents</em></strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"https://chaldal.com/\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\"></a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"\" target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 10:42:12','2015-09-16 10:42:12','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(345,1,'2015-09-16 11:00:59','2015-09-16 11:00:59','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"https://chaldal.com/\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:00:59','2015-09-16 11:00:59','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(346,1,'2015-09-16 11:03:11','2015-09-16 11:03:11','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"https://chaldal.com/\"target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\">ggg</li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:03:11','2015-09-16 11:03:11','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(347,1,'2015-09-16 11:03:50','2015-09-16 11:03:50','\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\">ggg</li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:03:50','2015-09-16 11:03:50','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(348,1,'2015-09-16 11:05:05','2015-09-16 11:05:05','\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:05:05','2015-09-16 11:05:05','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(349,1,'2015-09-16 11:06:16','2015-09-16 11:06:16','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"https://chaldal.com/\"target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\"target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:06:16','2015-09-16 11:06:16','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(350,1,'2015-09-16 11:07:03','2015-09-16 11:07:03','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"https://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:07:03','2015-09-16 11:07:03','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(351,1,'2015-09-16 11:07:51','2015-09-16 11:07:51','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"http://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:07:51','2015-09-16 11:07:51','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(352,1,'2015-09-16 11:10:19','2015-09-16 11:10:19','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"http://chaldal.com/\" target=\"_blank\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:10:19','2015-09-16 11:10:19','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(353,1,'2015-09-16 11:15:50','2015-09-16 11:15:50','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a target=\"_blank\">ttt</a></li>\r\n <li class=\"placemenu7\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:15:50','2015-09-16 11:15:50','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(354,1,'2015-09-16 11:17:30','2015-09-16 11:17:30','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-16 11:17:30','2015-09-16 11:17:30','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(355,1,'2015-09-17 06:07:40','2015-09-17 06:07:40','','Swad-Musthead','','inherit','open','open','','swad-musthead','','','2015-09-17 06:07:40','2015-09-17 06:07:40','',5,'http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png',0,'attachment','image/png',0),(356,1,'2015-09-17 06:08:41','2015-09-17 06:08:41','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\">Magazine Partner\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-17 06:08:41','2015-09-17 06:08:41','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(357,1,'2015-09-17 06:09:30','2015-09-17 06:09:30','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">jj</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-17 06:09:30','2015-09-17 06:09:30','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(358,1,'2015-09-17 08:58:31','2015-09-17 08:58:31','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu5\"><a href=\"#\">jjj</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-17 08:58:31','2015-09-17 08:58:31','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(359,1,'2015-09-17 09:10:15','2015-09-17 09:10:15','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">ggg</a></li>\r\n <li class=\"placemenu4\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-17 09:10:15','2015-09-17 09:10:15','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(360,1,'2015-09-17 09:15:53','2015-09-17 09:15:53','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-17 09:15:53','2015-09-17 09:15:53','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(361,1,'2015-09-17 09:49:27','2015-09-17 09:49:27','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"#\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"http://independent24.tv/\" target=\"_blank\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-17 09:49:27','2015-09-17 09:49:27','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(362,1,'2015-09-17 09:51:10','2015-09-17 09:51:10','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/U8KmrWfEkYI\" width=\"492\" height=\"279\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-17 09:51:10','2015-09-17 09:51:10','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(363,1,'2015-09-19 04:08:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-19 04:08:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=363',0,'ngg_pictures','',0),(364,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=364',0,'ngg_pictures','',0),(365,1,'2015-09-21 06:27:12','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:12','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=365',0,'ngg_pictures','',0),(366,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=366',0,'ngg_pictures','',0),(367,1,'2015-09-21 06:27:13','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:13','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=367',0,'ngg_pictures','',0),(368,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=368',0,'ngg_pictures','',0),(369,1,'2015-09-21 06:27:14','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:14','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=369',0,'ngg_pictures','',0),(370,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=370',0,'ngg_pictures','',0),(371,1,'2015-09-21 06:27:15','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:15','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=371',0,'ngg_pictures','',0),(372,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=372',0,'ngg_pictures','',0),(373,1,'2015-09-21 06:27:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=373',0,'ngg_pictures','',0),(374,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=374',0,'ngg_pictures','',0),(375,1,'2015-09-21 06:27:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=375',0,'ngg_pictures','',0),(376,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=376',0,'ngg_pictures','',0),(377,1,'2015-09-21 06:27:18','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:18','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=377',0,'ngg_pictures','',0),(378,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=378',0,'ngg_pictures','',0),(379,1,'2015-09-21 06:27:19','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:19','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=379',0,'ngg_pictures','',0),(380,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=380',0,'ngg_pictures','',0),(381,1,'2015-09-21 06:27:20','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:20','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=381',0,'ngg_pictures','',0),(382,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=382',0,'ngg_pictures','',0),(383,1,'2015-09-21 06:27:21','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:21','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=383',0,'ngg_pictures','',0),(384,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=384',0,'ngg_pictures','',0),(385,1,'2015-09-21 06:27:22','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:22','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=385',0,'ngg_pictures','',0),(386,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=386',0,'ngg_pictures','',0),(387,1,'2015-09-21 06:27:23','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:23','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=387',0,'ngg_pictures','',0),(388,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=388',0,'ngg_pictures','',0),(389,1,'2015-09-21 06:27:24','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:24','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=389',0,'ngg_pictures','',0),(390,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=390',0,'ngg_pictures','',0),(391,1,'2015-09-21 06:27:25','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:25','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=391',0,'ngg_pictures','',0),(393,1,'2015-09-21 06:27:26','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:26','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=393',0,'ngg_pictures','',0),(394,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=394',0,'ngg_pictures','',0),(395,1,'2015-09-21 06:27:27','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-21 06:27:27','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=395',0,'ngg_pictures','',0),(396,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=396',0,'ngg_pictures','',0),(397,1,'2015-09-22 09:23:17','2015-09-22 09:23:17','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\n\n<table>\n<tbody>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Official Name</span></strong><span style=\"color: #000000;\"> </span></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Government</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Geographical Location</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Area/Land</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Borders</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Seasons</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Climate</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Annual Rainfall</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Standard Time</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Population / Literacy</span></strong><span style=\"color: #000000;\"> </span></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Language</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Capital</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Administrative Units</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Major Cities</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Airports</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">International Airports</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sea Ports</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Places of tourist interest</span></strong><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span>\n\n<span style=\"color: #000000;\"> </span>\n\n<span style=\"color: #000000;\"> </span>\n\n<span style=\"color: #000000;\"> </span>\n\n<span style=\"color: #000000;\"> </span></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Banking hour</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Business Hours</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Currency</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Exchange Rate</span></strong><span style=\"color: #000000;\"> </span></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Religion</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sectoral share of GDP</span></strong><span style=\"color: #000000;\"> </span></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">GDP/rate of growth</span></strong><span style=\"color: #000000;\"> </span></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Per Capita GDP/GNI</span><span style=\"color: #000000;\"> </span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Industries</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Crops</span><span style=\"color: #000000;\"> </span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Annual Export / Import</span><span style=\"color: #000000;\"> </span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Exports</span><span style=\"color: #000000;\"> </span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Imports</span><span style=\"color: #000000;\"> </span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major trading partners</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span><span style=\"color: #000000;\"> </span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span><span style=\"color: #000000;\"> </span></td>\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\n</tr>\n</tbody>\n</table>\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\n\n<ul style=\"text-align: justify;\">\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>\n<p style=\"text-align: justify;\"></p>','About Bangladesh','','inherit','open','open','','25-autosave-v1','','','2015-09-22 09:23:17','2015-09-22 09:23:17','',25,'http://cems-foodagro.com/25-autosave-v1/',0,'revision','',0),(398,1,'2015-09-21 06:51:29','2015-09-21 06:51:29','<em><span style=\"color: #000000;\"><strong>BANGLA<span style=\"color: #ff0000;\">DESH</span></strong></span></em>\r\n\r\n<span style=\"color: #000000;\"><a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><span style=\"color: #000000;\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<div align=\"center\">\r\n<table border=\"0\" width=\"698\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"351\"><span style=\"color: #000000;\"><b>Population</b>:</span></td>\r\n<td valign=\"top\" width=\"347\"><span style=\"color: #000000;\">138.4 million</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Urban Population</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">26%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Major Ethnic and Linguistic Groups</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Bengali – 98%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Religions</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Muslim – 83%</span>\r\n<span style=\"color: #000000;\"> Hindu – 16%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Population Growth Rate</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">2.06%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Life Expectancy</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">70.30 years</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Infant Mortality</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">66 per 1,000 live births</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Under Five Mortality</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">77 per 1,000 live births</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Maternal Mortality Rate</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">400 per 100,000 live births</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>GNP Per Capita</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">$370</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Percentage of Literate Adult Males</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">54%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Percentage of Literate Adult Females</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">32%</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div align=\"center\">\r\n\r\n<hr align=\"center\" size=\"1\" width=\"100%\" />\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><span style=\"color: #000000;\"><b>Percentage Population With Access\r\nTo Safe Drinking Water</b>:</span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">97%</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<span style=\"color: #000000;\"> </span>\r\n<p align=\"center\"><span style=\"color: #000000;\">Economy at A Glance</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Bangladesh has an agrarian economy with 25% of GDP coming from the agriculture, forestry and fisheries sector. Major agricultural products are rice, jute, wheat, potato, pulse, tobacco, tea, sugarcane, and etc. The country is the largest exporter of jute and jute goods in the world. Readymade Garments occupy the topmost position among the exportable items. Tea, frozen shrimps, leather goods, fish and vegetables ceramic-ware flowers and handicrafts are also major exportable commodities.</span></p>\r\n\r\n<table border=\"0\" width=\"95%\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"><b>GDP at Current Price</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Tk. 3,004.85 billion US$ 51.897 billion</span>\r\n<span style=\"color: #000000;\"> Annual per Capita GDP US$ 389</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>GDP Growth (at FY ’96 Constant Price)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">5.33%</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Industrial Growth (at FY ’96 Constant Price)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">7.3%</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Inflation Rate</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">5.1%</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Investment Rate</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">23.2% of GDP</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>National Savings Rate</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">23.7% of GDP</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Exports (US $)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">US $ 6,548 million</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Imports (US $)</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">US $ 8,699 million</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Industries</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Jute, tea, textiles, garments, paper, newsprint, fertilizer, leather and leather goods, sugar, cement, fish processing, pharmaceuticals, chemical industries, etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Exports</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Garments, raw jute, jute manufactures, jute products, tea, leather, leather products, frozen shrimps, other fish products, newsprint, paper, naphtha, furnace oil, urea, ceramic products etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Imports</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">Wheat, oil, seeds, crude petroleum, raw cotton, edible oil, petroleum products, fertilizer, staple fibers, yarn, iron & steel, capital goods, etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"284\"><span style=\"color: #000000;\"><b>Major Trading Partners</b></span></td>\r\n<td valign=\"top\"><span style=\"color: #000000;\">USA, EU Countries, India, China, Japan, South Korea, Australia, Malaysia, Hong Kong, Taiwan, Indonesia, Thailand, Saudi Arabia, UAE.</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 06:51:29','2015-09-21 06:51:29','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(399,1,'2015-09-21 10:31:12','2015-09-21 10:31:12','<em><span style=\"color: #000000;\"><strong>BANGLA<span style=\"color: #ff0000;\">DESH</span></strong></span></em>\r\n\r\n<span style=\"color: #000000;\"><a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><span style=\"color: #000000;\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></span></a></span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:31:12','2015-09-21 10:31:12','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(400,1,'2015-09-21 10:35:36','2015-09-21 10:35:36','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Government : Parliamentary form of government, headed by Prime Minister</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\' North</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Climate : Winter 11o C - 20o C (October - February)</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September).</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Standard Time : GMT +6 hours</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Population / Literacy : 145 million / 60%</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> English is widely understood and spoken.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq. km.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> safari park, Sitakund echo park at Chittagong, century old historical</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> green tea gargens of Sylhet, riverine life etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> and others 0.3%</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Information Technology : </strong>Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:35:36','2015-09-21 10:35:36','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(401,1,'2015-09-21 10:39:52','2015-09-21 10:39:52','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n \r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">Official Name : The People’s Republic of Bangladesh\r\n\r\nGovernment : Parliamentary form of government, headed by Prime Minister\r\n\r\nGeographical Location : Latitude between 20o34\' and 26o38\' North\r\n\r\nLongitude between 88o01\' and 92o41\' East\r\n\r\nArea/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n\r\nBorders : North - India (West Bengal & Meghalaya), West - India (West Bengal),\r\n\r\nEast - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.\r\n\r\nSeasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.\r\n\r\nClimate : Winter 11o C - 20o C (October - February)\r\n\r\nSummer 21o C - 38o C (March - September).\r\n\r\nAnnual Rainfall : Varies from 110 cm to 340 cm at different areas.\r\n\r\nStandard Time : GMT +6 hours\r\n\r\nPopulation / Literacy : 145 million / 60%\r\n\r\nLanguage : Bangla (National Language) spoken by 95%, other dialects 5%,\r\n\r\nEnglish is widely understood and spoken.\r\n\r\nCapital : Dhaka, Area 1416 sq. km.\r\n\r\nAdministrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319\r\n\r\nMajor Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc.\r\n\r\nAirports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.\r\n\r\nInternational Airports : Dhaka, Sylhet and Chittagong\r\n\r\nSea Ports : Chittagong and Mongla\r\n\r\nPlaces of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\n\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\n\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\n\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\n\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\n\r\ngreen tea gargens of Sylhet, riverine life etc.\r\n\r\nBanking hour : Sunday- Thursday (10:00 am – 4:00 pm)\r\n\r\nBusiness Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,\r\n\r\nFriday & Saturday closed. Some Private business houses work on Saturday.\r\n\r\nCurrency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.\r\n\r\nExchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00\r\n\r\nReligion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%\r\n\r\nand others 0.3%\r\n\r\nSectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.\r\n\r\nGDP/rate of growth : US$100 billion /6.12% (2013-14)\r\n\r\nPer Capita GDP/GNI : US$1,314 (2015)\r\n\r\nPrincipal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and\r\n\r\nElectronics, Medicine, Fishing.\r\n\r\nPrincipal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.\r\n\r\nAnnual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)\r\n\r\nMajor Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,\r\n\r\nLeather & Leather products, Tea, Ceramics, Textile products etc.\r\n\r\nMajor Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.\r\n\r\nMajor trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE\r\n\r\n<strong>Information Technology : </strong>Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of\r\n\r\npopulation)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population\r\n\r\n </td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:39:52','2015-09-21 10:39:52','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(402,1,'2015-09-21 10:42:36','2015-09-21 10:42:36','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:42:36','2015-09-21 10:42:36','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(403,1,'2015-09-21 10:53:30','2015-09-21 10:53:30','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">Official Name : The People’s Republic of Bangladesh\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Government : Parliamentary form of government, headed by Prime Minister\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Geographical Location : Latitude between 20o34\' and 26o38\' North\r\n\r\nLongitude between 88o01\' and 92o41\' East\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),\r\n\r\nEast - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Climate : Winter 11o C - 20o C (October - February)\r\n\r\nSummer 21o C - 38o C (March - September).\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Standard Time : GMT +6 hours\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Population / Literacy : 145 million / 60%\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,\r\n\r\nEnglish is widely understood and spoken.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Capital : Dhaka, Area 1416 sq. km</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">International Airports : Dhaka, Sylhet and Chittagong\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Sea Ports : Chittagong and Mongla\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\n\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\n\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\n\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\n\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\n\r\ngreen tea gargens of Sylhet, riverine life etc.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,\r\n\r\nFriday & Saturday closed. Some Private business houses work on Saturday</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%\r\n\r\nand others 0.3%\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">GDP/rate of growth : US$100 billion /6.12% (2013-14)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Per Capita GDP/GNI : US$1,314 (2015)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and\r\n\r\nElectronics, Medicine, Fishing.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,\r\n\r\nLeather & Leather products, Tea, Ceramics, Textile products etc</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><strong>Information Technology : </strong>Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population\r\n\r\n </td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:53:30','2015-09-21 10:53:30','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(404,1,'2015-09-21 10:54:47','2015-09-21 10:54:47','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Government : Parliamentary form of government, headed by PrimeMinister</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span><span style=\"color: #000000;\">East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Climate : Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Standard Time : GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Population / Literacy : 145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span><span style=\"color: #000000;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n\r\n<span style=\"color: #000000;\">safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n\r\n<span style=\"color: #000000;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n\r\n<span style=\"color: #000000;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n\r\n<span style=\"color: #000000;\">green tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span><span style=\"color: #000000;\">Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span><span style=\"color: #000000;\">and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span><span style=\"color: #000000;\">Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span><span style=\"color: #000000;\">Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\"><strong>Information Technology : </strong>Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:54:47','2015-09-21 10:54:47','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(405,1,'2015-09-21 10:57:25','2015-09-21 10:57:25','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Government : Parliamentary form of government, headed by PrimeMinister</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span><span style=\"color: #000000;\">East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Climate : Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Standard Time : GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Population / Literacy : 145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span><span style=\"color: #000000;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span><span style=\"color: #000000;\">safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n\r\n<span style=\"color: #000000;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n\r\n<span style=\"color: #000000;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n\r\n<span style=\"color: #000000;\">green tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span><span style=\"color: #000000;\">Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span><span style=\"color: #000000;\">and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span><span style=\"color: #000000;\">Electronics, Medicine, Fishing.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span><span style=\"color: #000000;\">Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\"><strong>Information Technology : </strong>Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:57:25','2015-09-21 10:57:25','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(406,1,'2015-09-21 10:59:36','2015-09-21 10:59:36','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table class=\"MsoTableGrid\" style=\"border-collapse: collapse; border: none;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Official Name : The People’s Republic of\r\nBangladesh</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Government : Parliamentary form of\r\ngovernment, headed by Prime Minister</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Geographical Location : Latitude between 20o34\' and 26o38\'\r\nNorth</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> Longitude\r\nbetween 88o01\' and 92o41\' East</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Area/Land : 147,570 sq. km. mostly\r\nalluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to\r\n370.40 km.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Borders : North - India (West\r\nBengal & Meghalaya), West - India (West Bengal),</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> East - India\r\n(Tripura & Assam) and Myanmar, South - Bay of Bengal.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Seasons : Summer, Monsoon,\r\nAutumn, Late Autumn, Winter & Spring.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Climate : Winter 11o C - 20o C\r\n(October - February)</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> Summer 21o C\r\n- 38o C (March - September).</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Annual Rainfall : Varies from 110 cm to 340\r\ncm at different areas.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Standard Time : GMT +6 hours</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Population / Literacy : 145 million / 60%</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Language : Bangla (National\r\nLanguage) spoken by 95%, other dialects 5%,</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> English is\r\nwidely understood and spoken.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\">Capital : Dhaka, Area 1416 sq.\r\nkm</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Administrative Units : Division:6; Zila:64; Thana:507;\r\nUnion:4484; Village:87319</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\">Major Cities : Dhaka, Chittagong,\r\nSylhet, Khulna, Rajshahi, Barisal, Rangpur etc</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Airports : Dhaka, Chittagong,\r\nSylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and\r\nBarisal.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">International Airports : Dhaka, Sylhet and Chittagong</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Sea Ports : Chittagong and Mongla</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 121.85pt;\">\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt; height: 121.85pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Places of tourist interest : Colourful\r\ntribal life of Hill Tracts, World\'s largest and longest sea beach</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">safari park, Sitakund echo park at Chittagong, century old historical</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">green tea gargens of Sylhet, riverine life etc.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Banking hour : Sunday- Thursday (10:00 am\r\n– 4:00 pm)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Business Hours : Government Office Hours :\r\n9.00 a.m. to 5.00 p.m. Sunday-Thursday,</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"> Friday &\r\nSaturday closed. Some Private business houses work on Saturday</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Currency : Taka, having 1000,\r\n500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Exchange Rate : Floating Exchange Rate : US$\r\n1 = Taka 68.00, Euro 1.00=Tk 93.00</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Religion : Muslims - 86.6%,\r\nHindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> and others\r\n0.3%</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Sectoral share of GDP : 21.91% Agriculture, 28.44%\r\nIndustry, 49.65% Service.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Per Capita GDP/GNI : US$1,314 (2015)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Principal Industries : Garments, Tea, Ceramics,\r\nCement, Leather, Jute, Textiles, Electric and</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> Electronics,\r\nMedicine, Fishing.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Principal Crops : Rice, Jute, Tea, Wheat,\r\nSugarcane, Pulses, Mustard, Potato, Vegetables.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Annual Export / Import : US$30.2 billion / US$ 34.08\r\nbillion (2013-2014)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Major Exports : Garments, Knitwear, Frozen\r\nFoods (Shrimps), Jute & Jute products,</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"> Leather &\r\nLeather products, Tea, Ceramics, Textile products etc</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Major Imports : Oil, edible oil, petroleum\r\nproduct, wheat, seeds, fertilizer, yarn etc.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Major trading partners : USA, EU countries, China, India, Pakistan,\r\nJapan, South Korea, Canada, Australia, Malaysia,\r\nHong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\"><strong><span style=\"font-size: 11.0pt;\">Information Technology : </span></strong><span style=\"font-size: 11.0pt;\">Country Domain: .bd ; Internet Penetration: 4.46\r\ncrores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015),\r\nMobile Penetration: 80% of the population</span>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 10:59:36','2015-09-21 10:59:36','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(407,1,'2015-09-21 11:00:46','2015-09-21 11:00:46','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n<div class=WordSection1>\r\n<table class=\"MsoTableGrid\" style=\"border-collapse: collapse; border: none;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Official Name : The People’s Republic of\r\nBangladesh</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Government : Parliamentary form of\r\ngovernment, headed by Prime Minister</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Geographical Location : Latitude between 20o34\' and 26o38\'\r\nNorth</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> Longitude\r\nbetween 88o01\' and 92o41\' East</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Area/Land : 147,570 sq. km. mostly\r\nalluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to\r\n370.40 km.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Borders : North - India (West\r\nBengal & Meghalaya), West - India (West Bengal),</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> East - India\r\n(Tripura & Assam) and Myanmar, South - Bay of Bengal.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Seasons : Summer, Monsoon,\r\nAutumn, Late Autumn, Winter & Spring.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Climate : Winter 11o C - 20o C\r\n(October - February)</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> Summer 21o C\r\n- 38o C (March - September).</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Annual Rainfall : Varies from 110 cm to 340\r\ncm at different areas.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Standard Time : GMT +6 hours</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Population / Literacy : 145 million / 60%</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Language : Bangla (National\r\nLanguage) spoken by 95%, other dialects 5%,</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> English is\r\nwidely understood and spoken.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\">Capital : Dhaka, Area 1416 sq.\r\nkm</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Administrative Units : Division:6; Zila:64; Thana:507;\r\nUnion:4484; Village:87319</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\">Major Cities : Dhaka, Chittagong,\r\nSylhet, Khulna, Rajshahi, Barisal, Rangpur etc</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Airports : Dhaka, Chittagong,\r\nSylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and\r\nBarisal.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">International Airports : Dhaka, Sylhet and Chittagong</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Sea Ports : Chittagong and Mongla</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 121.85pt;\">\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt; height: 121.85pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Places of tourist interest : Colourful\r\ntribal life of Hill Tracts, World\'s largest and longest sea beach</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">safari park, Sitakund echo park at Chittagong, century old historical</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">green tea gargens of Sylhet, riverine life etc.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Banking hour : Sunday- Thursday (10:00 am\r\n– 4:00 pm)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Business Hours : Government Office Hours :\r\n9.00 a.m. to 5.00 p.m. Sunday-Thursday,</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"> Friday &\r\nSaturday closed. Some Private business houses work on Saturday</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Currency : Taka, having 1000,\r\n500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Exchange Rate : Floating Exchange Rate : US$\r\n1 = Taka 68.00, Euro 1.00=Tk 93.00</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Religion : Muslims - 86.6%,\r\nHindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> and others\r\n0.3%</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Sectoral share of GDP : 21.91% Agriculture, 28.44%\r\nIndustry, 49.65% Service.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Per Capita GDP/GNI : US$1,314 (2015)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Principal Industries : Garments, Tea, Ceramics,\r\nCement, Leather, Jute, Textiles, Electric and</p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\"> Electronics,\r\nMedicine, Fishing.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Principal Crops : Rice, Jute, Tea, Wheat,\r\nSugarcane, Pulses, Mustard, Potato, Vegetables.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Annual Export / Import : US$30.2 billion / US$ 34.08\r\nbillion (2013-2014)</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Major Exports : Garments, Knitwear, Frozen\r\nFoods (Shrimps), Jute & Jute products,</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"> Leather &\r\nLeather products, Tea, Ceramics, Textile products etc</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Major Imports : Oil, edible oil, petroleum\r\nproduct, wheat, seeds, fertilizer, yarn etc.</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in .0001pt 121.5pt;\">Major trading partners : USA, EU countries, China, India, Pakistan,\r\nJapan, South Korea, Canada, Australia, Malaysia,\r\nHong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border: solid windowtext 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;\" valign=\"top\" width=\"638\"><strong><span style=\"font-size: 11.0pt;\">Information Technology : </span></strong><span style=\"font-size: 11.0pt;\">Country Domain: .bd ; Internet Penetration: 4.46\r\ncrores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015),\r\nMobile Penetration: 80% of the population</span>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=MsoNormal> </p>\r\n\r\n</div>\r\n\r\n','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:00:46','2015-09-21 11:00:46','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(408,1,'2015-09-21 11:01:40','2015-09-21 11:01:40','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<div class=\"WordSection1\">\r\n<table class=\"MsoTableGrid\" style=\"border-collapse: collapse;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 6.65in; border: 1pt solid windowtext; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Government : Parliamentary form of government, headed by Prime Minister</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\'</span>\r\n<span style=\"color: #000000;\"> North</span></p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\"> Longitude</span>\r\n<span style=\"color: #000000;\"> between 88o01\' and 92o41\' East</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly</span>\r\n<span style=\"color: #000000;\"> alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to</span>\r\n<span style=\"color: #000000;\"> 370.40 km.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Borders : North - India (West</span>\r\n<span style=\"color: #000000;\"> Bengal & Meghalaya), West - India (West Bengal),</span></p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\"> East - India</span>\r\n<span style=\"color: #000000;\"> (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Seasons : Summer, Monsoon,</span>\r\n<span style=\"color: #000000;\"> Autumn, Late Autumn, Winter & Spring.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Climate : Winter 11o C - 20o C</span>\r\n<span style=\"color: #000000;\"> (October - February)</span></p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\"> Summer 21o C</span>\r\n<span style=\"color: #000000;\"> - 38o C (March - September).</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Annual Rainfall : Varies from 110 cm to 340</span>\r\n<span style=\"color: #000000;\"> cm at different areas.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Standard Time : GMT +6 hours</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Population / Literacy : 145 million / 60%</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Language : Bangla (National</span>\r\n<span style=\"color: #000000;\"> Language) spoken by 95%, other dialects 5%,</span></p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\"> English is</span>\r\n<span style=\"color: #000000;\"> widely understood and spoken.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq.</span>\r\n<span style=\"color: #000000;\"> km</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507;</span>\r\n<span style=\"color: #000000;\"> Union:4484; Village:87319</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong,</span>\r\n<span style=\"color: #000000;\"> Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Airports : Dhaka, Chittagong,</span>\r\n<span style=\"color: #000000;\"> Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and</span>\r\n<span style=\"color: #000000;\"> Barisal.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 121.85pt;\">\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt; height: 121.85pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Places of tourist interest : Colourful</span>\r\n<span style=\"color: #000000;\"> tribal life of Hill Tracts, World\'s largest and longest sea beach</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">safari park, Sitakund echo park at Chittagong, century old historical</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span></p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">green tea gargens of Sylhet, riverine life etc.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am</span>\r\n<span style=\"color: #000000;\"> – 4:00 pm)</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Business Hours : Government Office Hours :</span>\r\n<span style=\"color: #000000;\"> 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> Friday &</span>\r\n<span style=\"color: #000000;\"> Saturday closed. Some Private business houses work on Saturday</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Currency : Taka, having 1000,</span>\r\n<span style=\"color: #000000;\"> 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$</span>\r\n<span style=\"color: #000000;\"> 1 = Taka 68.00, Euro 1.00=Tk 93.00</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Religion : Muslims - 86.6%,</span>\r\n<span style=\"color: #000000;\"> Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span></p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\"> and others</span>\r\n<span style=\"color: #000000;\"> 0.3%</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44%</span>\r\n<span style=\"color: #000000;\"> Industry, 49.65% Service.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics,</span>\r\n<span style=\"color: #000000;\"> Cement, Leather, Jute, Textiles, Electric and</span></p>\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\"> Electronics,</span>\r\n<span style=\"color: #000000;\"> Medicine, Fishing.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat,</span>\r\n<span style=\"color: #000000;\"> Sugarcane, Pulses, Mustard, Potato, Vegetables.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08</span>\r\n<span style=\"color: #000000;\"> billion (2013-2014)</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen</span>\r\n<span style=\"color: #000000;\"> Foods (Shrimps), Jute & Jute products,</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> Leather &</span>\r\n<span style=\"color: #000000;\"> Leather products, Tea, Ceramics, Textile products etc</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum</span>\r\n<span style=\"color: #000000;\"> product, wheat, seeds, fertilizer, yarn etc.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\">\r\n<p class=\"MsoNormal\" style=\"text-indent: -121.5pt; line-height: normal; margin: 0in 0in 0.0001pt 121.5pt;\"><span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan,</span>\r\n<span style=\"color: #000000;\"> Japan, South Korea, Canada, Australia, Malaysia,</span>\r\n<span style=\"color: #000000;\"> Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.65in; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; padding: 0in 5.4pt;\" valign=\"top\" width=\"638\"><span style=\"color: #000000;\"><strong><span style=\"font-size: 11pt;\">Information Technology : </span></strong><span style=\"font-size: 11pt;\">Country Domain: .bd ; Internet Penetration: 4.46\r\ncrores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015),\r\nMobile Penetration: 80% of the population</span></span>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"color: #000000;\"> </span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"MsoNormal\"><span style=\"color: #000000;\"> </span></p>\r\n\r\n</div>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:01:40','2015-09-21 11:01:40','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(409,1,'2015-09-21 11:02:49','2015-09-21 11:02:49','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">Official Name : The People’s Republic of Bangladesh\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Government : Parliamentary form of government, headed by Prime Minister\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Geographical Location : Latitude between 20o34\' and 26o38\' North\r\n\r\nLongitude between 88o01\' and 92o41\' East\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),\r\n\r\nEast - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Climate : Winter 11o C - 20o C (October - February)\r\n\r\nSummer 21o C - 38o C (March - September).\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Standard Time : GMT +6 hours\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Population / Literacy : 145 million / 60%\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,\r\n\r\nEnglish is widely understood and spoken.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Capital : Dhaka, Area 1416 sq. km</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">International Airports : Dhaka, Sylhet and Chittagong\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Sea Ports : Chittagong and Mongla\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\n\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\n\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\n\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\n\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\n\r\ngreen tea gargens of Sylhet, riverine life etc.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,\r\n\r\nFriday & Saturday closed. Some Private business houses work on Saturday</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%\r\n\r\nand others 0.3%\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">GDP/rate of growth : US$100 billion /6.12% (2013-14)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Per Capita GDP/GNI : US$1,314 (2015)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and\r\n\r\nElectronics, Medicine, Fishing.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,\r\n\r\nLeather & Leather products, Tea, Ceramics, Textile products etc</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><strong>Information Technology : </strong>Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population\r\n\r\n </td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:02:49','2015-09-21 11:02:49','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(410,1,'2015-09-21 11:04:04','2015-09-21 11:04:04','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table style=\"height: 3657px;\" width=\"809\">\r\n<tbody>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span> </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Government : Parliamentary form of government, headed by Prime Minister</span> </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span> </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><span style=\"color: #000000;\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span><span style=\"color: #000000;\">East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring. </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Climate : Winter 11o C - 20o C (October - February)Summer 21o C - 38o C (March - September).\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas. </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Standard Time : GMT +6 hours </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Population / Literacy : 145 million / 60% </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,English is widely understood and spoken.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Capital : Dhaka, Area 1416 sq. km</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319 </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal. </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">International Airports : Dhaka, Sylhet and Chittagong </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Sea Ports : Chittagong and Mongla </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beachat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\n\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\n\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\n\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\n\r\ngreen tea gargens of Sylhet, riverine life etc.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm) </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins. </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00 </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%and others 0.3%\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service. </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">GDP/rate of growth : US$100 billion /6.12% (2013-14) </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Per Capita GDP/GNI : US$1,314 (2015) </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric andElectronics, Medicine, Fishing.\r\n\r\n </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables. </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014) </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc. </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE </td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\"><strong>Information Technology : </strong>Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population </td>\r\n</tr>\r\n</tbody>\r\n</table>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:04:04','2015-09-21 11:04:04','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(411,1,'2015-09-21 11:05:02','2015-09-21 11:05:02','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">Government : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\">Climate : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\">Standard Time : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\">Population / Literacy : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span>\r\n<span style=\"color: #000000;\"> at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n<span style=\"color: #000000;\"> safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n<span style=\"color: #000000;\"> sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n<span style=\"color: #000000;\"> home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n<span style=\"color: #000000;\"> green tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:05:02','2015-09-21 11:05:02','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(412,1,'2015-09-21 11:05:32','2015-09-21 11:05:32','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">Government : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\">Climate : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\">Standard Time : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\">Population / Literacy : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span>\r\n<span style=\"color: #000000;\"> at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n<span style=\"color: #000000;\"> safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n<span style=\"color: #000000;\"> sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n<span style=\"color: #000000;\"> home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n<span style=\"color: #000000;\"> green tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:05:32','2015-09-21 11:05:32','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(413,1,'2015-09-21 11:06:29','2015-09-21 11:06:29','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\">Official Name : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">Government : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\">Geographical Location : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\">Area/Land : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span>\r\n\r\n<span style=\"color: #000000;\"> Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\">Borders : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\">Seasons : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\">Climate : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\">Annual Rainfall : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\">Standard Time : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\">Population / Literacy : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\">Language : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span>\r\n<span style=\"color: #000000;\"> at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n<span style=\"color: #000000;\"> safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n<span style=\"color: #000000;\"> sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n<span style=\"color: #000000;\"> home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n<span style=\"color: #000000;\"> green tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:06:29','2015-09-21 11:06:29','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(414,1,'2015-09-21 11:07:53','2015-09-21 11:07:53','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span>\r\n\r\n<span style=\"color: #000000;\"> Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\">Capital : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\">Administrative Units : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\">Major Cities : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\">Airports : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\">International Airports : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\">Sea Ports : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\">Places of tourist interest : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span>\r\n<span style=\"color: #000000;\"> at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n<span style=\"color: #000000;\"> safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n<span style=\"color: #000000;\"> sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n<span style=\"color: #000000;\"> home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n<span style=\"color: #000000;\"> green tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\">Banking hour : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\">Business Hours : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\">Currency : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:07:53','2015-09-21 11:07:53','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(415,1,'2015-09-21 11:09:48','2015-09-21 11:09:48','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span>\r\n\r\n<span style=\"color: #000000;\"> Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest </strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span>\r\n<span style=\"color: #000000;\"> at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n<span style=\"color: #000000;\"> safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n<span style=\"color: #000000;\"> sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n<span style=\"color: #000000;\"> home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n<span style=\"color: #000000;\"> green tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\">Exchange Rate : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\">Religion : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\">Sectoral share of GDP : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\">GDP/rate of growth : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\">Per Capita GDP/GNI : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\">Principal Industries : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\">Principal Crops : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\">Annual Export / Import : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\">Major Exports : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\">Major Imports : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:09:48','2015-09-21 11:09:48','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(416,1,'2015-09-21 11:13:30','2015-09-21 11:13:30','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span>\r\n\r\n<span style=\"color: #000000;\"> Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:13:30','2015-09-21 11:13:30','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(417,1,'2015-09-21 11:14:02','2015-09-21 11:14:02','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span>\r\n\r\n<span style=\"color: #000000;\"> Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:14:02','2015-09-21 11:14:02','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(418,1,'2015-09-21 11:15:04','2015-09-21 11:15:04','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. \r\n Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:15:04','2015-09-21 11:15:04','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(419,1,'2015-09-21 11:15:35','2015-09-21 11:15:35','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. \r\n Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:15:35','2015-09-21 11:15:35','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(420,1,'2015-09-21 11:15:59','2015-09-21 11:15:59','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\">Major trading partners : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\">Information Technology : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:15:59','2015-09-21 11:15:59','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(421,1,'2015-09-21 11:17:13','2015-09-21 11:17:13','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:17:13','2015-09-21 11:17:13','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(422,1,'2015-09-21 11:18:58','2015-09-21 11:18:58','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km.</span>\r\n\r\n<span style=\"color: #000000;\">Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:18:58','2015-09-21 11:18:58','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(423,1,'2015-09-21 11:19:55','2015-09-21 11:19:55','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:19:55','2015-09-21 11:19:55','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(424,1,'2015-09-21 11:20:16','2015-09-21 11:20:16','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:20:16','2015-09-21 11:20:16','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(425,1,'2015-09-21 11:20:40','2015-09-21 11:20:40','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:20:40','2015-09-21 11:20:40','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(426,1,'2015-09-21 11:20:58','2015-09-21 11:20:58','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:20:58','2015-09-21 11:20:58','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(427,1,'2015-09-21 11:21:37','2015-09-21 11:21:37','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:21:37','2015-09-21 11:21:37','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(428,1,'2015-09-21 11:23:36','2015-09-21 11:23:36','<span style=\"color: #000000;\"><em><strong>BANGLADESH</strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:23:36','2015-09-21 11:23:36','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(429,1,'2015-09-21 11:25:57','2015-09-21 11:25:57','<span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Official Name </strong> : The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Government </strong> : Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Geographical Location</strong> : Latitude between 20o34\' and 26o38\' North</span>\r\n<span style=\"color: #000000;\"> Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Area/Land </strong> : 147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.\r\n</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Borders </strong> : North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n<span style=\"color: #000000;\"> East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seasons </strong> : Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Climate </strong> : Winter 11o C - 20o C (October - February)</span>\r\n<span style=\"color: #000000;\"> Summer 21o C - 38o C (March - September). </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Rainfall </strong> : Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Standard Time </strong> : GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Population / Literacy</strong> : 145 million / 60% </span>\r\n\r\n<span style=\"color: #000000;\"><strong>Language </strong> : Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n<span style=\"color: #000000;\"> English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Capital </strong> : Dhaka, Area 1416 sq. km</span>\r\n<span style=\"color: #000000;\"><strong>Administrative Units</strong> : Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Cities</strong> : Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span>\r\n<span style=\"color: #000000;\"><strong>Airports</strong> : Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar, Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>International Airports</strong> : Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sea Ports </strong> : Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Places of tourist interest</strong> : Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach\r\nat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra\r\nsafari park, Sitakund echo park at Chittagong, century old historical\r\nsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the\r\nhome of Royal Bengal Tiger and world\'s largest mangrove ferest, lash\r\ngreen tea gargens of Sylhet, riverine life etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Banking hour </strong> : Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Business Hours </strong> : Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n<span style=\"color: #000000;\"> Friday & Saturday closed. Some Private business houses work on Saturday</span>\r\n<span style=\"color: #000000;\"><strong>Currency </strong> : Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Exchange Rate </strong> : Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Religion </strong> : Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4%</span>\r\n<span style=\"color: #000000;\"> and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Sectoral share of GDP</strong> : 21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>GDP/rate of growth</strong> : US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Per Capita GDP/GNI</strong> : US$1,314 (2015)</span>\r\n<span style=\"color: #000000;\"><strong>Principal Industries </strong> : Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n<span style=\"color: #000000;\"> Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Principal Crops </strong> : Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Annual Export / Import</strong> : US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major Exports </strong> : Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n<span style=\"color: #000000;\"> Leather & Leather products, Tea, Ceramics, Textile products etc</span>\r\n<span style=\"color: #000000;\"><strong>Major Imports </strong> : Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Major trading partners </strong> : USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, Thailand, Indonesia, Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"><strong>Information Technology </strong> : Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:25:57','2015-09-21 11:25:57','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(430,1,'2015-09-21 11:40:57','2015-09-21 11:40:57','<span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n\r\n \r\n<table style=\"height: 4195px;\" width=\"777\">\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Government</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Geographical Location</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span>\r\n\r\n<span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Area/Land</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span>\r\n\r\n<span style=\"color: #000000;\">Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Borders</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),</span>\r\n\r\n<span style=\"color: #000000;\">East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Seasons</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Climate</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span>\r\n\r\n<span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Annual Rainfall</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Standard Time</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Population / Literacy</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Language</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n\r\n<span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Capital</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Administrative Units</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Major Cities</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span>\r\n\r\n<span style=\"color: #000000;\">Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">International Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sea Ports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Places of tourist interest</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span>\r\n\r\n<span style=\"color: #000000;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n\r\n<span style=\"color: #000000;\">safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n\r\n<span style=\"color: #000000;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n\r\n<span style=\"color: #000000;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n\r\n<span style=\"color: #000000;\">green tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Banking hour</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Business Hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span>\r\n\r\n<span style=\"color: #000000;\">Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Currency</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Exchange Rate</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Religion</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sectoral share of GDP</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">GDP/rate of growth</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Per Capita GDP/GNI</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span>\r\n\r\n<span style=\"color: #000000;\">Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span>\r\n\r\n<span style=\"color: #000000;\">Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,</span>\r\n\r\n<span style=\"color: #000000;\">Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<em><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></em>\r\n<ul>\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:40:57','2015-09-21 11:40:57','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(431,1,'2015-09-21 11:44:04','2015-09-21 11:44:04','<span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n\r\n \r\n<table style=\"height: 4195px;\" width=\"777\">\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Government</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Geographical Location</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Area/Land</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span><span style=\"color: #000000;\">Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Borders</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),</span><span style=\"color: #000000;\">East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Seasons</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Climate</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Annual Rainfall</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Standard Time</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Population / Literacy</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Language</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Capital</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Administrative Units</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Major Cities</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Airports</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">International Airports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sea Ports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Places of tourist interest</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span><span style=\"color: #000000;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n<span style=\"color: #000000;\">safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n<span style=\"color: #000000;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n<span style=\"color: #000000;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n<span style=\"color: #000000;\">green tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Banking hour</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Business Hours</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span><span style=\"color: #000000;\">Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Currency</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Exchange Rate</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Religion</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sectoral share of GDP</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">GDP/rate of growth</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Per Capita GDP/GNI</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span><span style=\"color: #000000;\">Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span><span style=\"color: #000000;\">Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,</span><span style=\"color: #000000;\">Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<em><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></em>\r\n<ul>\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:44:04','2015-09-21 11:44:04','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(432,1,'2015-09-21 11:45:25','2015-09-21 11:45:25','<span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span>\r\n\r\n \r\n<table style=\"height: 4195px;\" width=\"777\">\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Government</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Geographical Location</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Area/Land</span><span style=\"color: #000000;\"> </span>\r\n</td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. </span><span style=\"color: #000000;\">Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Borders</span>\r\n</td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),</span><span style=\"color: #000000;\">East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Seasons</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Climate</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Annual Rainfall</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Standard Time</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Population / Literacy</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Language</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Capital</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Administrative Units</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Major Cities</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Airports</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">International Airports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sea Ports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Places of tourist interest</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach</span><span style=\"color: #000000;\">at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra</span>\r\n<span style=\"color: #000000;\">safari park, Sitakund echo park at Chittagong, century old historical</span>\r\n<span style=\"color: #000000;\">sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the</span>\r\n<span style=\"color: #000000;\">home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash</span>\r\n<span style=\"color: #000000;\">green tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Banking hour</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Business Hours</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,</span><span style=\"color: #000000;\">Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Currency</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Exchange Rate</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Religion</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sectoral share of GDP</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">GDP/rate of growth</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Per Capita GDP/GNI</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and</span><span style=\"color: #000000;\">Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,</span><span style=\"color: #000000;\">Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,</span><span style=\"color: #000000;\">Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<em><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></em>\r\n<ul>\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:45:25','2015-09-21 11:45:25','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(433,1,'2015-09-21 11:48:05','2015-09-21 11:48:05','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Government</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Geographical Location</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span>\r\n\r\n<span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Area/Land</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Borders</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Seasons</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Climate</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span>\r\n\r\n<span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Annual Rainfall</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Standard Time</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Population / Literacy</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Language</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n\r\n<span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Capital</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Administrative Units</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Major Cities</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span>\r\n\r\n<span style=\"color: #000000;\">Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">International Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sea Ports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Places of tourist interest</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beachat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajrasafari park, Sitakund echo park at Chittagong, century old historicalsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash green tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Banking hour</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Business Hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Currency</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Exchange Rate</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Religion</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sectoral share of GDP</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">GDP/rate of growth</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Per Capita GDP/GNI</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,</span>\r\n\r\n<span style=\"color: #000000;\">Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:48:05','2015-09-21 11:48:05','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(434,1,'2015-09-21 11:49:13','2015-09-21 11:49:13','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Government</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Geographical Location</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span>\r\n\r\n<span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Area/Land</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Borders</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Seasons</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Climate</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span>\r\n\r\n<span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Annual Rainfall</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Standard Time</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Population / Literacy</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">145 million / 60%</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Language</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n\r\n<span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Capital</span><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span><span style=\"color: #000000;\">Administrative Units</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Major Cities</span><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span><span style=\"color: #000000;\">Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span>\r\n\r\n<span style=\"color: #000000;\">Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">International Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Sea Ports</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Places of tourist interest</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beachat Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajrasafari park, Sitakund echo park at Chittagong, century old historicalsites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lash green tea gargens of Sylhet, riverine life etc.</span><span style=\"color: #000000;\">Banking hour</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Business Hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span><span style=\"color: #000000;\">Currency</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Exchange Rate</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Religion</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Sectoral share of GDP</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">GDP/rate of growth</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Per Capita GDP/GNI</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">US$1,314 (2015)</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Principal Industries</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Principal Crops</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Annual Export / Import</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Major Exports</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span><span style=\"color: #000000;\">Major Imports</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Major trading partners</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,</span>\r\n\r\n<span style=\"color: #000000;\">Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"><strong>Information Technology </strong></span>\r\n\r\n<span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:49:13','2015-09-21 11:49:13','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(435,1,'2015-09-21 11:51:54','2015-09-21 11:51:54','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Government</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Geographical Location</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span>\r\n\r\n<span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Area/Land</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Borders</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Seasons</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Climate</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span>\r\n\r\n<span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Annual Rainfall</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Standard Time</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Population / Literacy</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Language</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span>\r\n\r\n<span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Capital</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Administrative Units</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Major Cities</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span>\r\n\r\n<span style=\"color: #000000;\">Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">International Airports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sea Ports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"> \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<span style=\"color: #000000;\">Places of tourist interest</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Banking hour</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Business Hours</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Currency</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Exchange Rate</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Religion</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sectoral share of GDP</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">GDP/rate of growth</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Per Capita GDP/GNI</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:51:54','2015-09-21 11:51:54','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(436,1,'2015-09-21 11:52:43','2015-09-21 11:52:43','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Government</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Geographical Location</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Area/Land</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Borders</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Seasons</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Climate</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Annual Rainfall</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Standard Time</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Population / Literacy</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Language</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Capital</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Administrative Units</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Major Cities</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Airports</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">International Airports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sea Ports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Places of tourist interest</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Banking hour</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Business Hours</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Currency</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Exchange Rate</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Religion</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sectoral share of GDP</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">GDP/rate of growth</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Per Capita GDP/GNI</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:52:43','2015-09-21 11:52:43','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(437,1,'2015-09-21 11:53:10','2015-09-21 11:53:10','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Official Name</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Government</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Geographical Location</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Area/Land</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Borders</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Seasons</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Climate</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Annual Rainfall</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Standard Time</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Population / Literacy</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Language</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Capital</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Administrative Units</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Major Cities</span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Airports</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">International Airports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sea Ports</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"> \r\n\r\n<span style=\"color: #000000;\">Places of tourist interest</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Banking hour</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Business Hours</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Currency</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Exchange Rate</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Religion</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Sectoral share of GDP</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">GDP/rate of growth</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><span style=\"color: #000000;\">Per Capita GDP/GNI</span><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:53:10','2015-09-21 11:53:10','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(438,1,'2015-09-21 11:54:37','2015-09-21 11:54:37','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Official Name</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Government</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Geographical Location</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Area/Land</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Borders</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Seasons</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Climate</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Annual Rainfall</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Standard Time</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Population / Literacy</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Language</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Capital</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Administrative Units</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Major Cities</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Airports</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">International Airports</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sea Ports</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Places of tourist interest</span></strong>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Banking hour</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Business Hours</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Currency</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Exchange Rate</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Religion</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sectoral share of GDP</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">GDP/rate of growth</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Per Capita GDP/GNI</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Industries</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Principal Crops</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Annual Export / Import</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Exports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major Imports</span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\">Major trading partners</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:54:37','2015-09-21 11:54:37','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(439,1,'2015-09-21 11:55:46','2015-09-21 11:55:46','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Official Name</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Government</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Geographical Location</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Area/Land</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Borders</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Seasons</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Climate</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Annual Rainfall</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Standard Time</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Population / Literacy</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Language</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Capital</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Administrative Units</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Major Cities</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Airports</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">International Airports</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sea Ports</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Places of tourist interest</span></strong><span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Banking hour</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Business Hours</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Currency</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Exchange Rate</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Religion</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sectoral share of GDP</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">GDP/rate of growth</span></strong><span style=\"color: #000000;\"> </span></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Per Capita GDP/GNI</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Industries</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Crops</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Annual Export / Import</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Exports</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Imports</span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major trading partners</span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"> </span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span><span style=\"color: #000000;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span><span style=\"color: #000000;\"> </span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','25-revision-v1','','','2015-09-21 11:55:46','2015-09-21 11:55:46','',25,'http://cems-foodagro.com/25-revision-v1/',0,'revision','',0),(440,1,'2015-09-21 12:31:41','2015-09-21 12:31:41','','CEMS-Global Expo Form','','inherit','open','open','','cems-global-expo-form','','','2015-09-21 12:31:41','2015-09-21 12:31:41','',47,'http://cems-foodagro.com/wp-content/uploads/2015/05/CEMS-Global-Expo-Form.pdf',0,'attachment','application/pdf',0),(441,1,'2015-09-21 12:31:54','2015-09-21 12:31:54','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/CEMS-Global-Expo-Form.pdf\">CEMS-Global Expo Applic Form</a>','Expo Application Form','','inherit','open','open','','47-autosave-v1','','','2015-09-21 12:31:54','2015-09-21 12:31:54','',47,'http://cems-foodagro.com/47-autosave-v1/',0,'revision','',0),(442,1,'2015-09-21 12:32:02','2015-09-21 12:32:02','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/CEMS-Global-Expo-Form.pdf\">Expo Application Form</a>','Expo Application Form','','inherit','open','open','','47-revision-v1','','','2015-09-21 12:32:02','2015-09-21 12:32:02','',47,'http://cems-foodagro.com/47-revision-v1/',0,'revision','',0),(443,1,'2015-09-21 12:33:42','2015-09-21 12:33:42','<h3><a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/CEMS-Global-Expo-Form.pdf\" target=\"_blank\">Expo Application Form</a></h3>','Expo Application Form','','inherit','open','open','','47-revision-v1','','','2015-09-21 12:33:42','2015-09-21 12:33:42','',47,'http://cems-foodagro.com/47-revision-v1/',0,'revision','',0),(444,1,'2015-09-22 05:02:36','2015-09-22 05:02:36','<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>Presents\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone size-large wp-image-239\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/dzKkDFZ29Pc\" frameborder=\"0\" allowfullscreen></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-09-22 05:02:36','2015-09-22 05:02:36','',5,'http://cems-foodagro.com/5-revision-v1/',0,'revision','',0),(445,1,'2015-09-22 06:49:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2015-09-22 06:49:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=445',0,'ngg_pictures','',0),(446,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/?p=446',0,'ngg_pictures','',0),(447,1,'2015-09-22 10:44:55','2015-09-22 10:44:55','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\"><em><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO-2015’</strong></em> </span>will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Food Technologist, Owners from the below industries,</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Association/Bakeries/Bakery & Confectionery Manufacturers/Catering Management/Chefs/Clubs and Resorts/Common public/Convenience Retailers/Food Catering/Food marts/Food Manufacturers/Food Technologists/Foodservice Equipment/High rank officers from government sector etc/Hotel & Resort Management/Hotel Supplies Dealers/Convenience Retailers Hypermarkets/Decision and policy makers of the industry/Departmental Stores/Departmental Stores Managers/Dieticians/Electronic and print media/Exporter/F & B Importers & Distributors/Fast Food Chains/Fast Food Outlets/Food Beverage services providers/Financial Company/Hypermarkets/Importers, Distributors, Wholesalers and Retailers/Leisure & Entertainment Staff/Manufacturer/Merchants/Nutritionists/Packaging and Distribution Centers/Policy makers/Restaurant Management/Sales and marketing department of the food industry/Grocery and Convenience Stores/Supply Chain Distributors/Airline etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em> </em></span></p>','Profile of Visitors','','inherit','open','open','','41-revision-v1','','','2015-09-22 10:44:55','2015-09-22 10:44:55','',41,'http://cems-foodagro.com/41-revision-v1/',0,'revision','',0),(449,1,'2015-10-01 10:02:53','2015-10-01 10:02:53','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 – 753</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 2410 5201 ~ 4 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate Office for China :</span></i></b></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\"><img class=\"alignnone size-full wp-image-60\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\" alt=\"cems china\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>CEMS China Co., Ltd.</b></span>\r\n<span style=\"color: #000000;\"><b>Shanghai, China</b></span>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">Tel : +86 - 21 - 50492570 ~ 73</span>\r\n<span style=\"color: #000000;\">Fax : +86 - 21 – 50492575</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a> </span>\r\n<span style=\"color: #000000;\"> Web : </span><a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon……………</span>.\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-10-01 10:02:53','2015-10-01 10:02:53','',44,'http://cems-foodagro.com/44-revision-v1/',0,'revision','',0),(450,1,'2015-10-03 05:52:51','2015-10-03 05:52:51','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone wp-image-239 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dzKkDFZ29Pc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span>\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/Swad-Musthead.png\" alt=\"Swad-Musthead\" width=\"248\" height=\"113\" /></a></p>\r\n[clear]','Home','','inherit','open','open','','5-revision-v1','','','2015-10-03 05:52:51','2015-10-03 05:52:51','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(451,1,'2015-10-03 05:55:22','2015-10-03 05:55:22','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20.jpg\"><img class=\"alignnone wp-image-239 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-BBoard-S-50-X-20-1024x410.jpg\" alt=\"Food-Agro--BBoard-S---50\'--X--20\'\" width=\"920\" height=\"368\" /></a>\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dzKkDFZ29Pc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2015-10-03 05:55:22','2015-10-03 05:55:22','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(452,1,'2015-10-03 06:00:59','2015-10-03 06:00:59','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2015</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><strong><span style=\"color: #000000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><span style=\"color: #000000;\">.</span> </strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><b>26~28 November, 2015.</b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-10-03 06:00:59','2015-10-03 06:00:59','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(453,1,'2015-10-03 06:01:07','2015-10-03 06:01:07','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2015</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><strong><span style=\"color: #000000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><span style=\"color: #000000;\">.</span> </strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><b>26~28 November, 2015.</b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-10-03 06:01:07','2015-10-03 06:01:07','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(454,1,'2015-10-03 06:39:07','2015-10-03 06:39:07','<h3><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/CEMS-Global-Expo-Form.pdf\" target=\"_blank\">Expo Application Form</a></h3>','Expo Application Form','','inherit','open','open','','47-revision-v1','','','2015-10-03 06:39:07','2015-10-03 06:39:07','',47,'http://cems-foodagro.com/foodagrobd/47-revision-v1/',0,'revision','',0),(455,1,'2015-10-03 06:46:40','2015-10-03 06:46:40','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate Office for China :</span></i></b></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\"><img class=\"alignnone size-full wp-image-60\" src=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-china.jpg\" alt=\"cems china\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>CEMS China Co., Ltd.</b></span>\r\n<span style=\"color: #000000;\"><b>Shanghai, China</b></span>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">Tel : +86 - 21 - 50492570 ~ 73</span>\r\n<span style=\"color: #000000;\">Fax : +86 - 21 – 50492575</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a> </span>\r\n<span style=\"color: #000000;\"> Web : </span><a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-10-03 06:46:40','2015-10-03 06:46:40','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(456,1,'2015-10-07 11:34:16','2015-10-07 11:34:16','','Food-Agro-Partners-03','','inherit','open','open','','food-agro-partners-03','','','2015-10-07 11:34:16','2015-10-07 11:34:16','',5,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-Partners-03.png',0,'attachment','image/png',0),(458,1,'2015-10-22 04:29:35','2015-10-22 04:29:35','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2016</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><strong><span style=\"color: #000000;\"><i>The biggest 3-day International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><span style=\"color: #000000;\">.</span> </strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong> <b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1220189786\"><span class=\"aQJ\">23 - 26 March 2016</span></span></b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-10-22 04:29:35','2015-10-22 04:29:35','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(459,1,'2015-10-23 05:46:58','2015-10-23 05:46:58','','Food-Agro-FB','','inherit','open','open','','food-agro-fb','','','2015-10-23 05:46:58','2015-10-23 05:46:58','',5,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg',0,'attachment','image/jpeg',0),(460,1,'2015-10-23 05:47:31','2015-10-23 05:47:31','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dzKkDFZ29Pc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2015[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2015[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2015-10-23 05:47:31','2015-10-23 05:47:31','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(461,1,'2015-10-24 11:38:02','2015-10-24 11:38:02','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ scheduled to be held from 23 - 26 March 2016, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2015-10-24 11:38:02','2015-10-24 11:38:02','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(462,1,'2015-10-24 11:39:13','2015-10-24 11:39:13','<p style=\"text-align: justify;\"><span style=\"color: #339966;\"><em><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\">`CEMS Global’ brings to you <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ scheduled to be held from <strong>23 - 26 March 2016</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></em></p>\r\n<em><span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></em>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></em></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></em></p>','Highlights','','inherit','open','open','','19-revision-v1','','','2015-10-24 11:39:13','2015-10-24 11:39:13','',19,'http://cems-foodagro.com/foodagrobd/19-revision-v1/',0,'revision','',0),(463,1,'2015-10-24 11:39:43','2015-10-24 11:39:43','<p style=\"text-align: justify;\"><span style=\"color: #000000;\">‘<em><strong>FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2016’</strong></em> will be a perfect platform for Area Manager / GM / Operation Manager / Owner / CEO / President / Vice President, F&B Manager / Banqueting Manager, Housekeeping Manager / Public Relation Manager / Marketing Manager / Financial Manager, Architect / Engineer / Interior Design, Ambassador -Trade Attaché, Head Waiters, Executive Chef / Pastry Chef, Hotel / Resort / Furnished Apartment, Restaurant / Café, Bakery / Pastry, Hospital / Healthcare, Supermarket, Architect / Engineer / Contractors / Interior Design / Consultant, Supplier (Hospitality and Foodservice Industry), Financial Company, Association / Tourism Board / Governmental Institutions / Chamber of Commerce / Embassy / Ministry, Events Management / Procurement / Communication / Public Relation Agency / Advertising Agency / Airline, etc.</span></p>','Focus','','inherit','open','open','','22-revision-v1','','','2015-10-24 11:39:43','2015-10-24 11:39:43','',22,'http://cems-foodagro.com/foodagrobd/22-revision-v1/',0,'revision','',0),(464,1,'2015-10-24 11:40:13','2015-10-24 11:40:13','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\"><em><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO-2016’</strong></em> </span>will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Food Technologist, Owners from the below industries,</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Association/Bakeries/Bakery & Confectionery Manufacturers/Catering Management/Chefs/Clubs and Resorts/Common public/Convenience Retailers/Food Catering/Food marts/Food Manufacturers/Food Technologists/Foodservice Equipment/High rank officers from government sector etc/Hotel & Resort Management/Hotel Supplies Dealers/Convenience Retailers Hypermarkets/Decision and policy makers of the industry/Departmental Stores/Departmental Stores Managers/Dieticians/Electronic and print media/Exporter/F & B Importers & Distributors/Fast Food Chains/Fast Food Outlets/Food Beverage services providers/Financial Company/Hypermarkets/Importers, Distributors, Wholesalers and Retailers/Leisure & Entertainment Staff/Manufacturer/Merchants/Nutritionists/Packaging and Distribution Centers/Policy makers/Restaurant Management/Sales and marketing department of the food industry/Grocery and Convenience Stores/Supply Chain Distributors/Airline etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em> </em></span></p>','Profile of Visitors','','inherit','open','open','','41-revision-v1','','','2015-10-24 11:40:13','2015-10-24 11:40:13','',41,'http://cems-foodagro.com/foodagrobd/41-revision-v1/',0,'revision','',0),(465,1,'2015-10-29 09:04:03','2015-10-29 09:04:03','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ scheduled to be held from <strong>23 - 26 March 2016</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD PRO AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2015-10-29 09:04:03','2015-10-29 09:04:03','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(467,1,'2015-11-01 04:42:49','2015-11-01 04:42:49','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/wp-content/uploads/2015/05/cems-india.jpg\"><span style=\"color: #000000;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a></span></a>\r\n<div><em><span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [CEMS INDIA]</b></span></em>\r\n<em><span style=\"color: #000000;\"><b>New Delhi, India</b></span></em></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-11-01 04:42:49','2015-11-01 04:42:49','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(468,1,'2015-11-02 09:20:44','2015-11-02 09:20:44','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Food Pro And Agro Bangladesh International Expo 2015 Video [/big_header]\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dzKkDFZ29Pc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2015-11-02 09:20:44','2015-11-02 09:20:44','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(470,1,'2015-11-17 09:28:33','2015-11-17 09:28:33','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n \r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://banglaradio.com/shadhin/\" target=\"_blank\">RadioShadin</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2015-11-17 09:28:33','2015-11-17 09:28:33','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(472,1,'2015-12-07 06:24:40','2015-12-07 06:24:40','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880 – 2 – 881 8111 ~ 5, 9890779</span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2015-12-07 06:24:40','2015-12-07 06:24:40','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(474,1,'2015-12-29 08:28:10','2015-12-29 08:28:10','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food Pro & Agro Bangladesh International Expo 2016</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><strong><span style=\"color: #000000;\"><i>The biggest 4-days International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><span style=\"color: #000000;\">.</span> </strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong> <b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1220189786\"><span class=\"aQJ\">23 - 26 March 2016</span></span></b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2015-12-29 08:28:10','2015-12-29 08:28:10','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(475,1,'2016-01-12 04:48:04','2016-01-12 04:48:04','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n \r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu7\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-01-12 04:48:04','2016-01-12 04:48:04','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(476,1,'2016-01-12 05:01:04','2016-01-12 05:01:04','','Food-Agro-Partners-02','','inherit','open','open','','food-agro-partners-02-2','','','2016-01-12 05:01:04','2016-01-12 05:01:04','',5,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-Partners-021.png',0,'attachment','image/png',0),(477,1,'2016-01-12 05:05:17','2016-01-12 05:05:17','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n \r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"#\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-01-12 05:05:17','2016-01-12 05:05:17','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(478,1,'2016-01-12 05:50:24','2016-01-12 05:50:24','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n \r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://market-edge.net/#/home\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://aamartech.com/\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-01-12 05:50:24','2016-01-12 05:50:24','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(479,1,'2016-01-12 05:51:25','2016-01-12 05:51:25','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n \r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-01-12 05:51:25','2016-01-12 05:51:25','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(480,1,'2016-01-24 07:42:28','2016-01-24 07:42:28','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +<span class=\"style4 \">880 ~2~9872750 , 9890779 , 9885726</span></span>\r\n<span style=\"color: #000000;\"> Fax : +880 – 2 – 9888816, 8811788</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2016-01-24 07:42:28','2016-01-24 07:42:28','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(482,1,'2016-01-28 07:13:00','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-01-28 07:13:00','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=482',0,'ngg_pictures','',0),(483,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=483',0,'ngg_pictures','',0),(484,1,'2016-01-28 07:13:01','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-01-28 07:13:01','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=484',0,'ngg_pictures','',0),(486,1,'2016-01-28 07:15:34','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-01-28 07:15:34','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=486',0,'ngg_pictures','',0),(487,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=487',0,'ngg_pictures','',0),(488,1,'2016-01-28 07:17:22','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-01-28 07:17:22','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=488',0,'ngg_pictures','',0),(489,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=489',0,'ngg_pictures','',0),(490,1,'2016-01-31 09:54:10','2016-01-31 09:54:10','<script src=\"http://www.emailmeform.com/builder/forms/jsform/5rNy11bHZbpeB\" type=\"text/javascript\"></script>','online visitor registration','','publish','open','open','','online-visitor-registration','','','2017-06-04 04:51:22','2017-06-04 04:51:22','',0,'http://cems-foodagro.com/foodagrobd/?page_id=490',0,'page','',0),(491,1,'2016-01-31 09:54:10','2016-01-31 09:54:10','<iframe style=\"border: none;\" src=\"http://www.emailmeform.com/builder/embed/Sdzhdo1NAxge95Olr\" width=\"100%\" height=\"1401\" frameborder=\"0\" scrolling=\"no\"><a href=\"http://www.emailmeform.com/builder/embed/Sdzhdo1NAxge95Olr\">Fill out form.</a></iframe>','online visitor registration','','inherit','open','open','','490-revision-v1','','','2016-01-31 09:54:10','2016-01-31 09:54:10','',490,'http://cems-foodagro.com/foodagrobd/490-revision-v1/',0,'revision','',0),(492,1,'2016-01-31 09:55:40','2016-01-31 09:55:40','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB.jpg\"><img class=\"alignnone wp-image-459 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n \r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-01-31 09:55:40','2016-01-31 09:55:40','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(493,1,'2016-01-31 11:57:54','2016-01-31 11:57:54','<iframe style=\"border: none;\" src=\"http://www.emailmeform.com/builder/embed/Sdzhdo1NAxge95Olr\" width=\"100%\" height=\"1623\" frameborder=\"0\" scrolling=\"no\"><a href=\"http://www.emailmeform.com/builder/embed/Sdzhdo1NAxge95Olr\">Fill out form.</a></iframe>','online visitor registration','','inherit','open','open','','490-revision-v1','','','2016-01-31 11:57:54','2016-01-31 11:57:54','',490,'http://cems-foodagro.com/foodagrobd/490-revision-v1/',0,'revision','',0),(495,1,'2016-02-18 10:16:36','2016-02-18 10:16:36','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2016-02-18 10:16:36','2016-02-18 10:16:36','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(496,1,'2016-02-23 07:02:53','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-23 07:02:53','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=496',0,'ngg_pictures','',0),(498,1,'2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=498',0,'ngg_pictures','',0),(500,1,'2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=500',0,'ngg_pictures','',0),(502,1,'2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=502',0,'ngg_pictures','',0),(504,1,'2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-25 06:50:40','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=504',0,'ngg_pictures','',0),(505,1,'2016-02-27 04:23:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:23:16','2016-02-27 04:23:16','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=505',0,'ngg_pictures','',0),(506,1,'2016-02-25 06:55:41','2016-02-25 06:55:41','','Food-Agro-FB','','inherit','open','open','','food-agro-fb-2','','','2016-02-25 06:55:41','2016-02-25 06:55:41','',5,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg',0,'attachment','image/jpeg',0),(507,1,'2016-02-25 06:56:20','2016-02-25 06:56:20','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 \" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-300x113.jpg\" alt=\"\" width=\"683\" height=\"257\" /></a>\r\n\r\n \r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-02-25 06:56:20','2016-02-25 06:56:20','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(508,1,'2016-02-25 06:57:22','2016-02-25 06:57:22','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-02-25 06:57:22','2016-02-25 06:57:22','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(509,1,'2016-02-25 07:15:20','2016-02-25 07:15:20','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\">\r\n<p align=\"left\"><span style=\"color: #000000;\"><strong><b>Food & Agro Bangladesh International Expo 2016</b></strong></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><strong><span style=\"color: #000000;\"><i>The biggest 4-days International Exhibition For Food Products, Beverage Products, Processing, Packaging & Agriculture Equipment</i></span><span style=\"color: #000000;\">.</span> </strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong> <b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1220189786\"><span class=\"aQJ\">23 - 26 March 2016</span></span></b></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Bangabandhu International Conference Centre\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2016-02-25 07:15:20','2016-02-25 07:15:20','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(510,1,'2016-02-25 07:16:41','2016-02-25 07:16:41','<p style=\"text-align: justify;\"><span style=\"color: #339966;\"><em><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></em></span></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\">`CEMS Global’ brings to you <strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ scheduled to be held from <strong>23 - 26 March 2016</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></em></p>\r\n<em><span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></em>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\"><strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></em></p>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #000000;\"><strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></em></p>','Highlights','','inherit','open','open','','19-revision-v1','','','2016-02-25 07:16:41','2016-02-25 07:16:41','',19,'http://cems-foodagro.com/foodagrobd/19-revision-v1/',0,'revision','',0),(511,1,'2016-02-25 07:18:52','2016-02-25 07:18:52','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you <strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ scheduled to be held from <strong>23 - 26 March 2016</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provides ample opportunity to the consumers of housing to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO - 2016</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2016</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2016-02-25 07:18:52','2016-02-25 07:18:52','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(512,1,'2016-02-25 07:20:20','2016-02-25 07:20:20','<p style=\"text-align: justify;\"><span style=\"color: #000000;\">‘<em><strong>FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2016’</strong></em> will be a perfect platform for Area Manager / GM / Operation Manager / Owner / CEO / President / Vice President, F&B Manager / Banqueting Manager, Housekeeping Manager / Public Relation Manager / Marketing Manager / Financial Manager, Architect / Engineer / Interior Design, Ambassador -Trade Attaché, Head Waiters, Executive Chef / Pastry Chef, Hotel / Resort / Furnished Apartment, Restaurant / Café, Bakery / Pastry, Hospital / Healthcare, Supermarket, Architect / Engineer / Contractors / Interior Design / Consultant, Supplier (Hospitality and Foodservice Industry), Financial Company, Association / Tourism Board / Governmental Institutions / Chamber of Commerce / Embassy / Ministry, Events Management / Procurement / Communication / Public Relation Agency / Advertising Agency / Airline, etc.</span></p>','Focus','','inherit','open','open','','22-revision-v1','','','2016-02-25 07:20:20','2016-02-25 07:20:20','',22,'http://cems-foodagro.com/foodagrobd/22-revision-v1/',0,'revision','',0),(513,1,'2016-02-25 07:21:08','2016-02-25 07:21:08','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>Food Exhibits: </b>Food & Beverage Featuring / Halal Food / Drink , Juice Processing Equipment / Chilled & Frozen Foods / Food Ingredients: Aromas / Flavors & Fragrances / Food Technology / Herbal & Medicinal Plants Exporters , Importer, Traders / Herbal Foods Products / Bakery, Snaks, Rice, Tea, Coffee, Flour, Sugar, Salt, Sweet Manufacturers / Chain Shop / Fast Food Chains / Food Processing and Packaging / Manufacturers and Distributors of Farm Machinery / Hospitality Services and Retails & Franchise / Organic Agricultural Products / Seafood: Fresh Seafood Products / Display, Retails Equipment / Individuals, Companies, Organizations associated with: Spices & Medicinal Plants / Animal Food & Health / Buffaloo Meat Products & Processing Technology / Government Departments / Inputs for Organic Agriculture / Equipments for Food and Agricultural Sectors / Institutional Catering Management etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>Agro Bangladesh Exhibit</b><b>:</b> Agricultural Machinery and Technologies / Agriculture Seed Manufacturers, Importers / Agricultural Products Traders, Wholeseller/ Agro Chemical, Pesticides, Insecticides Manufacturers, Importers/Agricultural Cures / Organic Agriculture Sector / Animal Husbandry / Fisheries / Animal Husbandry Machinery / Animal Care and Veterinarian Services / Animal Breeding Equipments / Poultry and Poultry Equipment / Packaging and Equipments / Agriculture Chemistry Products / Tractors and Combines / Sub-Industry / Water and Irrigation Techniques / Greenhouse / Greenhouse Construction and Equipments / Fertilizers, Seed, Seedling, Sapling and Gardening / Biotechnology/Tissue Culture Technology/ Dairy Poultry & Live Stock/ Post Harvest Handling Equipment/ Soil Testing Equipment / Certification Companies/ Horticulture Processing Technology/ Plasticulture & Aquaculture / Aquaculture Technology / Workshop Tools & Equipments / Digital Temperature Controller & Data Logger / Refrigerated Van & Truck , Body Builders/ Garden Equipments / Ecological Agriculture Measuring and Recording Equipment / Cooling Pads & Heat Extractors/ Transporting / Manual Tools / Energy Sources / Banks & Insurance Services/Related Institutions and Companies / Related Sectoral Publications etc.</span></p>','Profile of Exhibits','','inherit','open','open','','38-revision-v1','','','2016-02-25 07:21:08','2016-02-25 07:21:08','',38,'http://cems-foodagro.com/foodagrobd/38-revision-v1/',0,'revision','',0),(515,1,'2016-02-27 04:28:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-27 04:28:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=515',0,'ngg_pictures','',0),(516,1,'2016-02-27 04:28:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:28:29','2016-02-27 04:28:29','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=516',0,'ngg_pictures','',0),(517,1,'2016-02-27 04:28:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-27 04:28:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=517',0,'ngg_pictures','',0),(518,1,'2016-02-27 04:28:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:28:30','2016-02-27 04:28:30','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=518',0,'ngg_pictures','',0),(519,1,'2016-02-27 04:28:31','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-02-27 04:28:31','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=519',0,'ngg_pictures','',0),(520,1,'2016-02-27 04:28:31','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-02-27 04:28:31','2016-02-27 04:28:31','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=520',0,'ngg_pictures','',0),(521,1,'2016-03-01 05:09:19','2016-03-01 05:09:19','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2016-03-01 05:09:19','2016-03-01 05:09:19','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(523,1,'2016-03-06 11:38:47','2016-03-06 11:38:47','','associative','','inherit','open','open','','associative','','','2016-03-06 11:38:47','2016-03-06 11:38:47','',5,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wp_posts` VALUES (524,1,'2016-03-06 11:39:38','2016-03-06 11:39:38','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-06 11:39:38','2016-03-06 11:39:38','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(525,1,'2016-03-07 09:37:04','2016-03-07 09:37:04','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\"><em><strong>‘FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO-2016’</strong></em> </span>will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Food Technologist, Owners from the below industries,</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Association/Bakeries/Bakery & Confectionery Manufacturers/Catering Management/Chefs/Clubs and Resorts/Common public/Convenience Retailers/Food Catering/Food marts/Food Manufacturers/Food Technologists/Foodservice Equipment/High rank officers from government sector etc/Hotel & Resort Management/Hotel Supplies Dealers/Convenience Retailers Hypermarkets/Decision and policy makers of the industry/Departmental Stores/Departmental Stores Managers/Dieticians/Electronic and print media/Exporter/F & B Importers & Distributors/Fast Food Chains/Fast Food Outlets/Food Beverage services providers/Financial Company/Hypermarkets/Importers, Distributors, Wholesalers and Retailers/Leisure & Entertainment Staff/Manufacturer/Merchants/Nutritionists/Packaging and Distribution Centers/Policy makers/Restaurant Management/Sales and marketing department of the food industry/Grocery and Convenience Stores/Supply Chain Distributors/Airline etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em> </em></span></p>','Profile of Visitors','','inherit','open','open','','41-revision-v1','','','2016-03-07 09:37:04','2016-03-07 09:37:04','',41,'http://cems-foodagro.com/foodagrobd/41-revision-v1/',0,'revision','',0),(526,1,'2016-03-12 06:00:31','2016-03-12 06:00:31','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n \r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2016-03-12 06:00:31','2016-03-12 06:00:31','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(527,1,'2016-03-13 09:18:42','2016-03-13 09:18:42','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2016-03-13 09:18:42','2016-03-13 09:18:42','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(528,1,'2016-03-13 09:19:32','2016-03-13 09:19:32','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n \r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2016-03-13 09:19:32','2016-03-13 09:19:32','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(530,1,'2016-03-21 10:32:38','2016-03-21 10:32:38','','Beverage Partner Acme','','inherit','open','open','','beverage-partner-acme','','','2016-03-21 10:32:38','2016-03-21 10:32:38','',5,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png',0,'attachment','image/png',0),(531,1,'2016-03-21 10:32:58','2016-03-21 10:32:58','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\nBeverage Partner\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a>\r\n\r\n[clear]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 10:32:58','2016-03-21 10:32:58','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(532,1,'2016-03-21 10:33:43','2016-03-21 10:33:43','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<h2><strong>Beverage Partner</strong></h2>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a>\r\n\r\n[clear]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 10:33:43','2016-03-21 10:33:43','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(533,1,'2016-03-21 10:34:17','2016-03-21 10:34:17','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<h3><strong>Beverage Partner</strong></h3>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a>\r\n\r\n[clear]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 10:34:17','2016-03-21 10:34:17','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(534,1,'2016-03-21 10:34:55','2016-03-21 10:34:55','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<h4><strong>Beverage Partner</strong></h4>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a>\r\n\r\n[clear]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 10:34:55','2016-03-21 10:34:55','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(535,1,'2016-03-21 11:22:27','2016-03-21 11:22:27','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n<h4><strong>Beverage Partner</strong></h4>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a>\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n\r\n[clear]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 11:22:27','2016-03-21 11:22:27','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(536,1,'2016-03-21 11:23:07','2016-03-21 11:23:07','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a>\r\n<ul class=\"placemenu\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n[clear]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 11:23:07','2016-03-21 11:23:07','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(537,1,'2016-03-21 11:24:50','2016-03-21 11:24:50','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: left;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 11:24:50','2016-03-21 11:24:50','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(538,1,'2016-03-21 11:25:29','2016-03-21 11:25:29','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a>\r\n\r\n[big_header]Our Participants 2016[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: center;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-03-21 11:25:29','2016-03-21 11:25:29','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(539,1,'2016-03-22 09:32:10','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-03-22 09:32:10','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=539',0,'ngg_pictures','',0),(541,1,'2016-03-22 09:34:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-03-22 09:34:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=541',0,'ngg_pictures','',0),(542,1,'2016-03-22 09:34:30','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-03-22 09:34:30','2016-03-22 09:34:30','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=542',0,'ngg_pictures','',0),(543,1,'2016-03-22 15:30:35','2016-03-22 15:30:35','<h2 class=\"style2\">Online visitor registration is now closed. Please register on-site at the Exhibition, Thanks.</h2>','online visitor registration','','inherit','open','open','','490-revision-v1','','','2016-03-22 15:30:35','2016-03-22 15:30:35','',490,'http://cems-foodagro.com/foodagrobd/490-revision-v1/',0,'revision','',0),(544,1,'2017-01-04 05:47:15','2017-01-04 05:47:15','<p class=\"style2\">Dear Visitors ,</p>\n<p class=\"style2\">Thanks for visiting our website.\nWe have stopped the online registration from 22 March 2017.</p>\n<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>\n\n','online visitor registration','','inherit','open','open','','490-autosave-v1','','','2017-01-04 05:47:15','2017-01-04 05:47:15','',490,'http://cems-foodagro.com/foodagrobd/490-autosave-v1/',0,'revision','',0),(545,1,'2016-03-22 15:33:26','2016-03-22 15:33:26','Dear Visitors ,\r\n\r\nThanks for visiting our website.\r\nOnline visitor registration is now closed.\r\nPlease register on-site at the Exhibition, Thanks','online visitor registration','','inherit','open','open','','490-revision-v1','','','2016-03-22 15:33:26','2016-03-22 15:33:26','',490,'http://cems-foodagro.com/foodagrobd/490-revision-v1/',0,'revision','',0),(546,1,'2016-03-22 15:45:11','2016-03-22 15:45:11','<p class=\"style2\">Dear Visitors ,</p>\r\n<p class=\"style2\">Thanks for visiting our website.\r\nWe have stopped the online registration from 4th June 2012.</p>\r\n<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>','online visitor registration','','inherit','open','open','','490-revision-v1','','','2016-03-22 15:45:11','2016-03-22 15:45:11','',490,'http://cems-foodagro.com/foodagrobd/490-revision-v1/',0,'revision','',0),(547,1,'2016-03-22 15:45:28','2016-03-22 15:45:28','<p class=\"style2\">Dear Visitors ,</p>\r\n<p class=\"style2\">Thanks for visiting our website.\r\nWe have stopped the online registration from 4th June 2016.</p>\r\n<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>','online visitor registration','','inherit','open','open','','490-revision-v1','','','2016-03-22 15:45:28','2016-03-22 15:45:28','',490,'http://cems-foodagro.com/foodagrobd/490-revision-v1/',0,'revision','',0),(548,1,'2016-03-22 15:46:55','2016-03-22 15:46:55','<p class=\"style2\">Dear Visitors ,</p>\r\n<p class=\"style2\">Thanks for visiting our website.\r\nWe have stopped the online registration from 22 March 2016.</p>\r\n<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>','online visitor registration','','inherit','open','open','','490-revision-v1','','','2016-03-22 15:46:55','2016-03-22 15:46:55','',490,'http://cems-foodagro.com/foodagrobd/490-revision-v1/',0,'revision','',0),(550,1,'2016-05-08 06:40:53','2016-05-08 06:40:53','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a><strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a-->\r\n\r\n[big_header]Our Participants 2017[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: center;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-05-08 06:40:53','2016-05-08 06:40:53','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(551,1,'2016-05-08 06:42:24','2016-05-08 06:42:24','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"--><--img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /--></a>\r\n<strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a-->\r\n\r\n[big_header]Our Participants 2017[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: center;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-05-08 06:42:24','2016-05-08 06:42:24','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(552,1,'2016-05-08 06:42:58','2016-05-08 06:42:58','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>\r\n<strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"><img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /></a-->\r\n\r\n[big_header]Our Participants 2017[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: center;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-05-08 06:42:58','2016-05-08 06:42:58','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(553,1,'2016-05-08 06:43:28','2016-05-08 06:43:28','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>\r\n<strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<!--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"--><!--img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /--></a-->\r\n\r\n[big_header]Our Participants 2017[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: center;\">[big_header]Our Partners 2016[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-05-08 06:43:28','2016-05-08 06:43:28','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(554,1,'2016-05-08 07:01:57','2016-05-08 07:01:57','p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ scheduled to be held from <strong> 6 ~ 9 April 2017</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2016-05-08 07:01:57','2016-05-08 07:01:57','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(555,1,'2016-05-08 07:03:28','2016-05-08 07:03:28','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ scheduled to be held from <strong> 6 ~ 9 April 2017</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2016-05-08 07:03:28','2016-05-08 07:03:28','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(556,1,'2016-05-08 07:05:16','2016-05-08 07:05:16','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from <strong> 6 ~ 9 April 2017</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2016-05-08 07:05:16','2016-05-08 07:05:16','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(558,1,'2016-05-08 07:07:22','2016-05-08 07:07:22','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>Food Exhibits: </b>Food & Beverage Featuring - Halal Food & Drink <strong>|</strong> Juice Processing Equipment <strong>|</strong> Chilled & Frozen Foods <strong>|</strong> Food Ingredients - Aromas / Flavors & Fragrances <strong>|</strong> Food Technology <strong>|</strong> Herbal and Medicinal Plants Exporters , Importers & Traders <strong>|</strong> Herbal Foods Products <strong>|</strong> Bakeries, Snacks, Rice, Tea, Coffee, Flour, Sugar, Salt, Sweet Manufacturers & manufacturing Equipment <strong>|</strong> Chain Shops <strong>| </strong>Fast Food Chains <strong>|</strong> Food Processing and Packaging Equipment <strong>|</strong> Refrigeration Technologies <strong>|</strong> Manufacturers and Distributors of Farm Machinery <strong>|</strong> Hospitality Services, Retails & Franchises <strong>|</strong> Organic Agricultural Products<strong> |</strong> Seafood: Fresh Seafood Products / Displays, Retails Equipment / Individuals, Companies, Organizations associated with: Spices & Medicinal Plants <strong>|</strong> Animal Food & Health <strong>|</strong> Meat Products & Processing Equipment <strong>|</strong> Government Departments <strong>| </strong>Inputs for Organic Agriculture <strong>|</strong> Equipment for Food and Agricultural Sector <strong>|</strong> Institutional Catering Management etc.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>Agro Exhibit</b><b>:</b> Agricultural Machinery and Technologies <strong>|</strong> Agriculture Seed Processor Units<strong>|</strong> Agricultural Products Manufacturers, Importers, Traders, Wholesalers <strong>|</strong> Agro Chemical, Fertilizers, Pesticides, Insecticides, Manufacturers, Importers, Traders, Wholesalers <strong>|</strong> Agricultural Cures <strong>|</strong> Other Agriculture Chemistry Products <strong>|</strong> Organic Agriculture Sectors <strong>|</strong> Fisheries & Animal Husbandry Machineries , Animal Care and veterinary Services <strong>|</strong> Animal Breeding Equipment <strong>|</strong> Poultry and Poultry Equipment <strong>|</strong> Packaging Equipment & Packaging Materials <strong>|</strong> Tractors and Combines | Sub-Industry | Irrigation Techniques <strong>|</strong> Greenhouse Construction and Equipment <strong>|</strong> Seed, Seedling, Sapling and Gardening Service Providers <strong>|</strong> Gardening Equipment <strong>|</strong> Biotechnology & Tissue Culture Technology <strong>|</strong> Dairy, Poultry & Live Stock <strong>| </strong>Post Harvest Handling Equipment <strong>|</strong> Soil Testing Equipment <strong>|</strong> Certification Agencies <strong>|</strong> Horticulture Processing Technology<strong>|</strong> Plasticulture, Aquaculture process providers and equipment <strong>|</strong> Aquaculture Technology, Workshop Tools & Equipment <strong>|</strong> Digital Temperature Controller & Data Logger <strong>|</strong> Refrigeration Van , Truck sellers & Body Builders <strong>|</strong> Ecological Agriculture Measuring and Recording Equipment <strong>|</strong> Cooling Pads & Heat Extractors<strong>|</strong> Transportation service providers <strong>|</strong> Manual Tools <strong>|</strong> Alternative Energy Sources <strong>|</strong> Banking & Insurance Service providers <strong>|</strong> Agro Related Institutions and Companies <strong>|</strong> Related Sector Publications etc.</span></p>','Profile of Exhibits','','inherit','open','open','','38-revision-v1','','','2016-05-08 07:07:22','2016-05-08 07:07:22','',38,'http://cems-foodagro.com/foodagrobd/38-revision-v1/',0,'revision','',0),(559,1,'2016-05-08 07:08:25','2016-05-08 07:08:25','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\"><em><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ ’ </strong></em></span></span>will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Food Technologist, Owners from the below industries, Association<strong>|</strong> Bakeries<strong>|</strong> Bakery & Confectionery Manufacturers<strong>|</strong> Catering Management<strong>|</strong> Chefs<strong>|</strong> Clubs and Resorts<strong>|</strong> Common public<strong>|</strong> Convenience Retailers<strong>|</strong> Food Catering<strong>|</strong> Food marts<strong>|</strong> Food Manufacturers<strong>|</strong> Food Technologists<strong>|</strong> Foodservice Equipment<strong>|</strong> High rank officers from government sector etc<strong>|</strong> Hotel & Resort Management<strong>| </strong>Hotel Supplies Dealers<strong>|</strong> Convenience Retailers Hypermarkets<strong>|</strong> Decision and policy makers of the industry<strong>|</strong> Departmental Stores <strong>|</strong> Departmental Stores Managers <strong>| </strong>Dieticians <strong>|</strong> Electronic and print media<strong>|</strong> Exporter <strong>|</strong> F & B Importers & Distributors <strong>|</strong> Fast Food Chains <strong>|</strong> Fast Food Outlets <strong>|</strong> Food Beverage services providers <strong>|</strong> Financial Company <strong>|</strong>Hypermarkets <strong>|</strong> Importers, Distributors, Wholesalers and Retailers <strong>|</strong> Leisure & Entertainment Staff <strong>|</strong> Manufacturer <strong>|</strong> Merchants <strong>|</strong> Nutritionists <strong>|</strong> Packaging and Distribution Centers <strong>|</strong> Policy makers |Restaurant Management <strong>|</strong> Sales and marketing department of the food industry <strong>|</strong> Grocery and Convenience Stores <strong>|</strong> Supply Chain Distributors <strong>|</strong> Airline etc.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em> </em></span></p>','Profile of Visitors','','inherit','open','open','','41-revision-v1','','','2016-05-08 07:08:25','2016-05-08 07:08:25','',41,'http://cems-foodagro.com/foodagrobd/41-revision-v1/',0,'revision','',0),(560,1,'2016-05-08 07:18:41','2016-05-08 07:18:41','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-foodagro.com\">contact@cems-foodagro.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-foodagro.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-foodagro.com\">www.cems-foodagro.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','44-revision-v1','','','2016-05-08 07:18:41','2016-05-08 07:18:41','',44,'http://cems-foodagro.com/foodagrobd/44-revision-v1/',0,'revision','',0),(561,1,'2016-05-08 10:08:48','2016-05-08 10:08:48','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>\r\n<strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<!--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"--><!--img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /--></a-->\r\n\r\n[big_header]Our Participants 2017[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n<p style=\"text-align: center;\">[big_header]Our Partners 2017[/big_header]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a>','Home','','inherit','open','open','','5-revision-v1','','','2016-05-08 10:08:48','2016-05-08 10:08:48','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(562,1,'2016-05-11 05:10:35','2016-05-11 05:10:35','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>\r\n<strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<!--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"--><!--img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /--></a-->\r\n\r\n[big_header]Our Participants 2017[/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n\r\n\r\n<!--h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a-->','Home','','inherit','open','open','','5-revision-v1','','','2016-05-11 05:10:35','2016-05-11 05:10:35','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(563,1,'2016-05-11 05:11:55','2016-05-11 05:11:55','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>\r\n<strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<!--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"--><!--img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /--></a-->\r\n\r\n[big_header]Our Participants 2016 [/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n\r\n\r\n<!--h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a-->','Home','','inherit','open','open','','5-revision-v1','','','2016-05-11 05:11:55','2016-05-11 05:11:55','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(564,1,'2017-03-15 09:48:53','2017-03-15 09:48:53',' \n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\n<tbody>\n<tr>\n<td width=\"207\">\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\n</td>\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\n</tr>\n<tr>\n<td>\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\n</td>\n<td>\n<div style=\"color: #000000;\" align=\"left\">\n\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\n\n</div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\n<td>\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\n</span></div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\n<td>\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA </span></div></td>\n</tr>\n<tr>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – MP EVENTS LANKA Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\n</tr>\n<tr>\n<td>\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\n</td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\n</tr>\n<tr>\n<td height=\"15\">\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\n</td>\n<td>\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\n</tr>\n</tbody>\n</table>','Fact Sheet','','inherit','open','open','','12-autosave-v1','','','2017-03-15 09:48:53','2017-03-15 09:48:53','',12,'http://cems-foodagro.com/foodagrobd/12-autosave-v1/',0,'revision','',0),(565,1,'2016-05-11 11:52:29','2016-05-11 11:52:29','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\"><strong>2<sup>nd</sup> Food & Agro Bangladesh International Expo 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\">\r\n\r\n<strong><em>The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipment</em>s, <em>Chemical,</em> <em>Packaging & Processing.</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong> <strong>6 – 9 April, 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 9.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2016-05-11 11:52:29','2016-05-11 11:52:29','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(566,1,'2016-05-11 11:58:29','2016-05-11 11:58:29','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td width=\"413\" style=\"color: #000000;\" ><strong>2<sup>nd</sup> Food & Agro Bangladesh International Expo 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\" style=\"color: #000000;\">\r\n\r\n<strong><em>The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipment</em>s, <em>Chemical,</em> <em>Packaging & Processing.</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong> <strong>6 – 9 April, 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 9.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2016-05-11 11:58:29','2016-05-11 11:58:29','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(567,1,'2016-05-11 12:01:07','2016-05-11 12:01:07','<p style=\"text-align: justify;\"><span style=\"color: #339966;\"><em><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></em></span></p>\r\n`CEMS Global’ brings to you <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>scheduled to be held from 6~9 April 2017, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nKeeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>showcasing all products & services from the food and agro sector from local and global companies.\r\n\r\n<strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.\r\n\r\n<strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products/ services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.\r\n\r\n ','Highlights','','inherit','open','open','','19-revision-v1','','','2016-05-11 12:01:07','2016-05-11 12:01:07','',19,'http://cems-foodagro.com/foodagrobd/19-revision-v1/',0,'revision','',0),(568,1,'2016-05-11 12:03:28','2016-05-11 12:03:28','<strong>Food Exhibits:</strong> Food & Beverage Featuring - Halal Food & Drink <strong>|</strong> Juice Processing Equipment <strong>|</strong> Chilled & Frozen Foods <strong>|</strong> Food Ingredients - Aromas / Flavors & Fragrances <strong>|</strong> Food Technology <strong>|</strong> Herbal and Medicinal Plants Exporters , Importers & Traders <strong>|</strong> Herbal Foods Products <strong>|</strong> Bakeries, Snacks, Rice, Tea, Coffee, Flour, Sugar, Salt, Sweet Manufacturers & manufacturing Equipment <strong>|</strong> Chain Shops <strong>| </strong>Fast Food Chains <strong>|</strong> Food Processing and Packaging Equipment <strong>|</strong> Refrigeration Technologies <strong>|</strong> Manufacturers and Distributors of Farm Machinery <strong>|</strong> Hospitality Services, Retails & Franchises <strong>|</strong> Organic Agricultural Products<strong> |</strong> Seafood: Fresh Seafood Products / Displays, Retails Equipment / Individuals, Companies, Organizations associated with: Spices & Medicinal Plants <strong>|</strong> Animal Food & Health <strong>|</strong> Meat Products & Processing Equipment <strong>|</strong> Government Departments <strong>| </strong>Inputs for Organic Agriculture <strong>|</strong> Equipment for Food and Agricultural Sector <strong>|</strong> Institutional Catering Management etc.\r\n\r\n<strong>Agro Exhibit:</strong> Agricultural Machinery and Technologies <strong>|</strong> Agriculture Seed Processor Units<strong>|</strong> Agricultural Products Manufacturers, Importers, Traders, Wholesalers <strong>|</strong> Agro Chemical, Fertilizers, Pesticides, Insecticides, Manufacturers, Importers, Traders, Wholesalers <strong>|</strong> Agricultural Cures <strong>|</strong> Other Agriculture Chemistry Products <strong>|</strong> Organic Agriculture Sectors <strong>|</strong> Fisheries & Animal Husbandry Machineries , Animal Care and veterinary Services <strong>|</strong> Animal Breeding Equipment <strong>|</strong> Poultry and Poultry Equipment <strong>|</strong> Packaging Equipment & Packaging Materials <strong>|</strong> Tractors and Combines | Sub-Industry | Irrigation Techniques <strong>|</strong> Greenhouse Construction and Equipment <strong>|</strong> Seed, Seedling, Sapling and Gardening Service Providers <strong>|</strong> Gardening Equipment <strong>|</strong> Biotechnology & Tissue Culture Technology <strong>|</strong> Dairy, Poultry & Live Stock <strong>| </strong>Post Harvest Handling Equipment <strong>|</strong> Soil Testing Equipment <strong>|</strong> Certification Agencies <strong>|</strong> Horticulture Processing Technology<strong>|</strong> Plasticulture, Aquaculture process providers and equipment <strong>|</strong> Aquaculture Technology, Workshop Tools & Equipment <strong>|</strong> Digital Temperature Controller & Data Logger <strong>|</strong> Refrigeration Van , Truck sellers & Body Builders <strong>|</strong> Ecological Agriculture Measuring and Recording Equipment <strong>|</strong> Cooling Pads & Heat Extractors<strong>|</strong> Transportation service providers <strong>|</strong> Manual Tools <strong>|</strong> Alternative Energy Sources <strong>|</strong> Banking & Insurance Service providers <strong>|</strong> Agro Related Institutions and Companies <strong>|</strong> Related Sector Publications etc.','Profile of Exhibits','','inherit','open','open','','38-revision-v1','','','2016-05-11 12:03:28','2016-05-11 12:03:28','',38,'http://cems-foodagro.com/foodagrobd/38-revision-v1/',0,'revision','',0),(569,1,'2016-05-11 12:06:31','2016-05-11 12:06:31','<p style=\"text-align: justify;\"><span style=\"color: #000000;\">‘<strong>2nd</strong> <em><strong>FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’</strong></em> will be a perfect platform for Area Manager / GM / Operation Manager / Owner / CEO / President / Vice President, F&B Manager / Banqueting Manager, Housekeeping Manager / Public Relation Manager / Marketing Manager / Financial Manager, Architect / Engineer / Interior Design, Ambassador -Trade Attaché, Head Waiters, Executive Chef / Pastry Chef, Hotel / Resort / Furnished Apartment, Restaurant / Café, Bakery / Pastry, Hospital / Healthcare, Supermarket, Architect / Engineer / Contractors / Interior Design / Consultant, Supplier (Hospitality and Foodservice Industry), Financial Company, Association / Tourism Board / Governmental Institutions / Chamber of Commerce / Embassy / Ministry, Events Management / Procurement / Communication / Public Relation Agency / Advertising Agency / Airline, etc.</span></p>','Focus','','inherit','open','open','','22-revision-v1','','','2016-05-11 12:06:31','2016-05-11 12:06:31','',22,'http://cems-foodagro.com/foodagrobd/22-revision-v1/',0,'revision','',0),(570,1,'2016-05-11 12:06:50','2016-05-11 12:06:50','<p style=\"text-align: justify;\"><span style=\"color: #000000;\">‘<strong>2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong><em><strong>’</strong></em> will be a perfect platform for Area Manager / GM / Operation Manager / Owner / CEO / President / Vice President, F&B Manager / Banqueting Manager, Housekeeping Manager / Public Relation Manager / Marketing Manager / Financial Manager, Architect / Engineer / Interior Design, Ambassador -Trade Attaché, Head Waiters, Executive Chef / Pastry Chef, Hotel / Resort / Furnished Apartment, Restaurant / Café, Bakery / Pastry, Hospital / Healthcare, Supermarket, Architect / Engineer / Contractors / Interior Design / Consultant, Supplier (Hospitality and Foodservice Industry), Financial Company, Association / Tourism Board / Governmental Institutions / Chamber of Commerce / Embassy / Ministry, Events Management / Procurement / Communication / Public Relation Agency / Advertising Agency / Airline, etc.</span></p>','Focus','','inherit','open','open','','22-revision-v1','','','2016-05-11 12:06:50','2016-05-11 12:06:50','',22,'http://cems-foodagro.com/foodagrobd/22-revision-v1/',0,'revision','',0),(572,1,'2016-05-25 07:07:48','2016-05-25 07:07:48','','Post Show Report 2016 - Food & Agro Bangladesh Int\'l Expo_ International Poultry and Livestock Bangladesh Expo & Agro Chem bangladesh Expo.','','inherit','open','open','','post-show-report-2016-food-agro-bangladesh-intl-expo_-international-poultry-and-livestock-bangladesh-expo-agro-chem-bangladesh-expo','','','2016-05-25 07:08:54','2016-05-25 07:08:54','',573,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf',0,'attachment','application/pdf',0),(573,1,'2016-05-25 07:12:06','2016-05-25 07:12:06','<!--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\">Post Show Report 2016 - Food & Agro Bangladesh Int\'l Expo_ International Poultry and Livestock Bangladesh Expo & Agro Chem bangladesh Expo.</a-->','Post Show','','publish','open','open','','post-show','','','2016-12-14 10:40:44','2016-12-14 10:40:44','',16,'http://cems-foodagro.com/foodagrobd/?page_id=573',0,'page','',0),(574,1,'2016-05-25 07:08:59','2016-05-25 07:08:59','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\">Post Show Report 2016 - Food & Agro Bangladesh Int\'l Expo_ International Poultry and Livestock Bangladesh Expo & Agro Chem bangladesh Expo.</a>','Post Show','','inherit','open','open','','573-revision-v1','','','2016-05-25 07:08:59','2016-05-25 07:08:59','',573,'http://cems-foodagro.com/foodagrobd/573-revision-v1/',0,'revision','',0),(575,1,'2016-05-25 07:12:32','2016-05-25 07:12:32',' ','','','publish','open','closed','','575','','','2017-06-01 07:46:07','2017-06-01 07:46:07','',16,'http://cems-foodagro.com/foodagrobd/?p=575',9,'nav_menu_item','',0),(576,1,'2016-05-25 07:58:41','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 07:58:41','2016-05-25 07:58:41','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?post_type=ngg_pictures&p=576',0,'ngg_pictures','',0),(577,1,'2016-05-25 07:58:42','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 07:58:42','2016-05-25 07:58:42','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?post_type=ngg_pictures&p=577',0,'ngg_pictures','',0),(581,1,'2016-05-25 08:02:42','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:02:42','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=581',0,'ngg_pictures','',0),(582,1,'2016-05-25 08:02:43','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:02:43','2016-05-25 08:02:43','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=582',0,'ngg_pictures','',0),(583,1,'2016-05-25 08:02:56','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:02:56','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=583',0,'ngg_pictures','',0),(584,1,'2016-05-25 08:02:57','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:02:57','2016-05-25 08:02:57','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=584',0,'ngg_pictures','',0),(585,1,'2016-05-25 08:03:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:08','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=585',0,'ngg_pictures','',0),(586,1,'2016-05-25 08:03:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:09','2016-05-25 08:03:09','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=586',0,'ngg_pictures','',0),(587,1,'2016-05-25 08:03:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:16','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=587',0,'ngg_pictures','',0),(588,1,'2016-05-25 08:03:17','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:17','2016-05-25 08:03:17','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=588',0,'ngg_pictures','',0),(589,1,'2016-05-25 08:03:27','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:27','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=589',0,'ngg_pictures','',0),(590,1,'2016-05-25 08:03:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:28','2016-05-25 08:03:28','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=590',0,'ngg_pictures','',0),(591,1,'2016-05-25 08:03:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=591',0,'ngg_pictures','',0),(592,1,'2016-05-25 08:03:37','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:37','2016-05-25 08:03:37','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=592',0,'ngg_pictures','',0),(593,1,'2016-05-25 08:03:49','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:49','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=593',0,'ngg_pictures','',0),(594,1,'2016-05-25 08:03:49','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:03:49','2016-05-25 08:03:49','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=594',0,'ngg_pictures','',0),(595,1,'2016-05-25 08:04:00','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:00','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=595',0,'ngg_pictures','',0),(596,1,'2016-05-25 08:04:00','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:00','2016-05-25 08:04:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=596',0,'ngg_pictures','',0),(597,1,'2016-05-25 08:04:10','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:10','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=597',0,'ngg_pictures','',0),(598,1,'2016-05-25 08:04:10','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:10','2016-05-25 08:04:10','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=598',0,'ngg_pictures','',0),(599,1,'2016-05-25 08:04:19','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:19','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=599',0,'ngg_pictures','',0),(600,1,'2016-05-25 08:04:20','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:20','2016-05-25 08:04:20','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=600',0,'ngg_pictures','',0),(601,1,'2016-05-25 08:04:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:28','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=601',0,'ngg_pictures','',0),(602,1,'2016-05-25 08:04:29','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:29','2016-05-25 08:04:29','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=602',0,'ngg_pictures','',0),(603,1,'2016-05-25 08:04:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=603',0,'ngg_pictures','',0),(604,1,'2016-05-25 08:04:36','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:36','2016-05-25 08:04:36','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=604',0,'ngg_pictures','',0),(605,1,'2016-05-25 08:04:44','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:44','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=605',0,'ngg_pictures','',0),(606,1,'2016-05-25 08:04:45','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:45','2016-05-25 08:04:45','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=606',0,'ngg_pictures','',0),(607,1,'2016-05-25 08:04:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:52','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=607',0,'ngg_pictures','',0),(608,1,'2016-05-25 08:04:53','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:53','2016-05-25 08:04:53','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=608',0,'ngg_pictures','',0),(609,1,'2016-05-25 08:04:59','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','open','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:59','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=609',0,'ngg_pictures','',0),(610,1,'2016-05-25 08:04:59','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2016-05-25 08:04:59','2016-05-25 08:04:59','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://cems-foodagro.com/foodagrobd/?p=610',0,'ngg_pictures','',0),(612,1,'2016-06-08 05:43:24','2016-06-08 05:43:24','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>2<sup>nd</sup> Food & Agro Bangladesh International Expo 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<strong><em>The biggest 3-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipment</em>s, <em>Chemical,</em> <em>Packaging & Processing.</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><strong><b>23 ~ 25 March </b> 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 9.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2016-06-08 05:43:24','2016-06-08 05:43:24','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(613,1,'2016-06-08 07:08:36','2016-06-08 07:08:36','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from <strong> 22 ~ 25 March 2017</strong>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2016-06-08 07:08:36','2016-06-08 07:08:36','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(614,1,'2016-06-08 07:09:25','2016-06-08 07:09:25','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>2<sup>nd</sup> Food & Agro Bangladesh International Expo 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<strong><em>The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipment</em>s, <em>Chemical,</em> <em>Packaging & Processing.</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><strong><b>22 ~ 25 March </b> 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 9.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2016-06-08 07:09:25','2016-06-08 07:09:25','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(616,1,'2016-07-14 08:37:32','2016-07-14 08:37:32','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\"><img class=\"alignnone size-full wp-image-6\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/image003.jpg\" alt=\"image003\" width=\"93\" height=\"128\" /></a>\r\n<strong><span style=\"color: #000000;\">Presents</span></strong>\r\n\r\n \r\n\r\n<!--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1.jpg\"--><!--img class=\"alignnone wp-image-506 size-large\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Food-Agro-FB1-1024x387.jpg\" alt=\"Food-Agro-FB\" width=\"920\" height=\"348\" /--></a-->\r\n\r\n[big_header]Our Participants 2016 [/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n\r\n\r\n<!--h4 style=\"text-align: center;\"><strong>Beverage Partner</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme.png\"><img class=\"alignnone wp-image-530 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Beverage-Partner-Acme-300x47.png\" alt=\"Beverage Partner Acme\" width=\"166\" height=\"26\" /></a></p>\r\n\r\n<ul class=\"placemenu\" style=\"text-align: center;\">\r\n <li class=\"placemenu1\"><a href=\"#\">chaldal</a></li>\r\n <li class=\"placemenu2\"><a href=\"http://chaldal.com/\" target=\"_blank\">jj</a></li>\r\n <li class=\"placemenu3\"><a href=\"http://independent24.tv/\" target=\"_blank\">Independence</a></li>\r\n <li class=\"placemenu4\"><a href=\"#\">dddd</a></li>\r\n <li class=\"placemenu5\"><a href=\"http://aamartech.com/\" target=\"_blank\">AamarTech</a></li>\r\n <li class=\"placemenu6\"><a href=\"http://market-edge.net/#/home\">ttt</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[clear]</p>\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\"><img class=\" wp-image-523 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/associative.jpg\" alt=\"associative\" width=\"847\" height=\"222\" /></a>\r\n[clear]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><em><strong>Magazine Partner</strong></em></span></p>\r\n[clear]<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead.png\"><img class=\" wp-image-355 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Swad-Musthead-300x137.png\" alt=\"Swad-Musthead\" width=\"267\" height=\"122\" /></a-->\r\n\r\n\r\n\r\n\r\n[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n [/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://textechonline.org/textechbd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n [/five_sixth_last]\r\n[three_fourth]<p style=\"\"> [one_half]\r\n<a href=\"http://textechonline.org/textechbd/wp-content/uploads/2016/06/Flyer-Textech-bd-2016-LR.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-816\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-820\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://textechonline.org/textechbd/floor-plan/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/our-floor-plan.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-821\" /></a>\r\n\r\n<a href=\"http://textechonline.org/textechbd/post-show-report/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-822\" /></a>\r\n[/one_half_last]\r\n</p>\r\n[/three_fourth]\r\n\r\n\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n\r\n\r\n<!--Foure Page-->\r\n \r\n<p style=\"text-align: center;\" align=\"center\">\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" /> \r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/Textech-Series-01.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Series of Exhibition</h3>\r\n17th Textech Bangladesh 2016 International Expo \r\nBangladesh’s’ biggest & oldest International Exhibition on Textile & Garment Technology,\r\nMachinery & Related Services\r\n\r\n<a href=\"http://textechonline.org/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n\r\n[one_fourth]\r\n\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n\r\n<h3>Highlights</h3>\r\n\r\nCEMS-Global USA’s International `TEXTECH series of Exhibition’ have reached its accession in popularity in South & South-East Asia having organized extremely successful editions in Bangladesh,\r\n<a href=\"http://textechonline.org/textechbd/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"http://cems-conexpo.com/conexpobd/wp-content/uploads/2015/02/conexpo2.jpg\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/map.gif\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nServing the Textile & Apparel sector of Bangladesh for the last 16 years – Bangladeshs’ biggest & oldest International Exhibition on Textile Apparel Technology, Machinery & Related Services\r\n\r\n<a href=\"http://textechonline.org/textechbd/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n</p>\r\n\r\n\r\n\r\n\r\n<p style=\"text-align: center;\" align=\"right\">[big_header]Our Valued Exhibitors 2015[/big_header]</p>\r\n<p align=\"right\">[tiny-carousel-slider id=\"1\"]</p>\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2016-07-14 08:37:32','2016-07-14 08:37:32','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(618,1,'2016-07-14 08:44:36','2016-07-14 08:44:36','\r\n[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n [/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n [/five_sixth_last]\r\n[three_fourth]<p style=\"\"> [one_half]\r\n<a href=\"http://textechonline.org/textechbd/wp-content/uploads/2016/06/Flyer-Textech-bd-2016-LR.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-816\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-820\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://textechonline.org/textechbd/floor-plan/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/our-floor-plan.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-821\" /></a>\r\n\r\n<a href=\"http://textechonline.org/textechbd/post-show-report/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-822\" /></a>\r\n[/one_half_last]\r\n</p>\r\n[/three_fourth]\r\n\r\n\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n\r\n\r\n<!--Foure Page-->\r\n \r\n<p style=\"text-align: center;\" align=\"center\">\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" /> \r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/Textech-Series-01.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Series of Exhibition</h3>\r\n17th Textech Bangladesh 2016 International Expo \r\nBangladesh’s’ biggest & oldest International Exhibition on Textile & Garment Technology,\r\nMachinery & Related Services\r\n\r\n<a href=\"http://textechonline.org/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n\r\n[one_fourth]\r\n\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n\r\n<h3>Highlights</h3>\r\n\r\nCEMS-Global USA’s International `TEXTECH series of Exhibition’ have reached its accession in popularity in South & South-East Asia having organized extremely successful editions in Bangladesh,\r\n<a href=\"http://textechonline.org/textechbd/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"http://cems-conexpo.com/conexpobd/wp-content/uploads/2015/02/conexpo2.jpg\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/map.gif\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nServing the Textile & Apparel sector of Bangladesh for the last 16 years – Bangladeshs’ biggest & oldest International Exhibition on Textile Apparel Technology, Machinery & Related Services\r\n\r\n<a href=\"http://textechonline.org/textechbd/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n</p>\r\n\r\n\r\n[big_header]Our Participants 2016 [/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2016-07-14 08:44:36','2016-07-14 08:44:36','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(619,1,'2016-07-14 08:49:05','2016-07-14 08:49:05','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n [/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n [/five_sixth_last]\r\n[three_fourth]<p style=\"\"> [one_half]\r\n<a href=\"http://textechonline.org/textechbd/wp-content/uploads/2016/06/Flyer-Textech-bd-2016-LR.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-816\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-820\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://textechonline.org/textechbd/floor-plan/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/our-floor-plan.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-821\" /></a>\r\n\r\n<a href=\"http://textechonline.org/textechbd/post-show-report/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-822\" /></a>\r\n[/one_half_last]\r\n</p>\r\n[/three_fourth]\r\n\r\n\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n\r\n\r\n<!--Foure Page-->\r\n \r\n<p style=\"text-align: center;\" align=\"center\">\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" /> \r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/Textech-Series-01.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Series of Exhibition</h3>\r\n17th Textech Bangladesh 2016 International Expo \r\nBangladesh’s’ biggest & oldest International Exhibition on Textile & Garment Technology,\r\nMachinery & Related Services\r\n\r\n<a href=\"http://textechonline.org/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n\r\n[one_fourth]\r\n\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n\r\n<h3>Highlights</h3>\r\n\r\nCEMS-Global USA’s International `TEXTECH series of Exhibition’ have reached its accession in popularity in South & South-East Asia having organized extremely successful editions in Bangladesh,\r\n<a href=\"http://textechonline.org/textechbd/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\nDetail : The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipments, Chemical, Packaging & Processing.\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-foodagro.com/foodagrobd/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n</p>\r\n\r\n\r\n[big_header]Our Participants 2016 [/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2016-07-14 08:49:05','2016-07-14 08:49:05','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(620,1,'2016-07-14 08:53:27','2016-07-14 08:53:27','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n [/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n [/five_sixth_last]\r\n[three_fourth]<p style=\"\"> [one_half]\r\n<a href=\"http://textechonline.org/textechbd/wp-content/uploads/2016/06/Flyer-Textech-bd-2016-LR.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-816\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-820\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://textechonline.org/textechbd/floor-plan/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/our-floor-plan.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-821\" /></a>\r\n\r\n<a href=\"http://textechonline.org/textechbd/post-show-report/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-822\" /></a>\r\n[/one_half_last]\r\n</p>\r\n[/three_fourth]\r\n\r\n\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n\r\n\r\n<!--Foure Page-->\r\n \r\n<p style=\"text-align: center;\" align=\"center\">\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" /> \r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" width=\"200\" height=\"120\" /> \r\n<h3>Profile of Exhibits</h3>\r\nFood Exhibits: Food & Beverage Featuring – Halal Food & Drink | Juice Processing Equipment | Chilled & Frozen Foods | Food Ingredients – Aromas / Flavors & Fragrances | Food Technology | Herbal and Medicinal Plants Exporters \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n\r\n[one_fourth]\r\n\r\n\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" width=\"200\" height=\"120\" /> \r\n\r\n<h3>Highlights</h3>\r\n\r\n`CEMS Global’ brings to you ‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from 6~9 April 2017, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components.\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\nDetail : The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipments, Chemical, Packaging & Processing.\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-foodagro.com/foodagrobd/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n</p>\r\n\r\n\r\n[big_header]Our Participants 2016 [/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2016-07-14 08:53:27','2016-07-14 08:53:27','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(621,1,'2016-07-14 08:56:49','2016-07-14 08:56:49','','Floor Plan','','publish','open','open','','floor-plan','','','2016-07-14 08:56:49','2016-07-14 08:56:49','',0,'http://cems-foodagro.com/foodagrobd/?page_id=621',0,'page','',0),(622,1,'2016-07-14 08:56:49','2016-07-14 08:56:49','','Floor Plan','','inherit','open','open','','621-revision-v1','','','2016-07-14 08:56:49','2016-07-14 08:56:49','',621,'http://cems-foodagro.com/foodagrobd/621-revision-v1/',0,'revision','',0),(623,1,'2016-07-14 08:58:33','2016-07-14 08:58:33','','Floor-Plan-button','','inherit','open','open','','floor-plan-button','','','2016-07-14 08:58:33','2016-07-14 08:58:33','',5,'http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button.png',0,'attachment','image/png',0),(624,1,'2016-07-14 09:00:02','2016-07-14 09:00:02','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n [/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n [/five_sixth_last]\r\n[three_fourth]<p style=\"\">\r\n [one_half]\r\n\r\n<a href=\"#\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-816\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-820\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/floor-plan/\"><img src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-821\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-822\" /></a>\r\n\r\n[/one_half_last]\r\n</p>\r\n[/three_fourth]\r\n\r\n\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n\r\n\r\n<!--Foure Page-->\r\n \r\n<p style=\"text-align: center;\" align=\"center\">\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" /> \r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" width=\"200\" height=\"120\" /> \r\n<h3>Profile of Exhibits</h3>\r\nFood Exhibits: Food & Beverage Featuring – Halal Food & Drink | Juice Processing Equipment | Chilled & Frozen Foods | Food Ingredients – Aromas / Flavors & Fragrances | Food Technology | Herbal and Medicinal Plants Exporters \r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n\r\n\r\n[one_fourth]\r\n\r\n\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" width=\"200\" height=\"120\" /> \r\n\r\n<h3>Highlights</h3>\r\n\r\n`CEMS Global’ brings to you ‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from 6~9 April 2017, will be a glittering showcase of the Food and Agro based products and service industry.\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\nDetail : The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipments, Chemical, Packaging & Processing.\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-foodagro.com/foodagrobd/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n</p>\r\n\r\n\r\n[big_header]Our Participants 2016 [/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]\r\n\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2016-07-14 09:00:02','2016-07-14 09:00:02','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(626,1,'2016-07-26 11:18:32','2016-07-26 11:18:32','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>2<sup>nd</sup> Food & Agro Bangladesh International Expo 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<strong><em>The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipment</em>s, <em>Chemical,</em> <em>Packaging & Processing.</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><strong><b> 26~29 April</b> 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 9.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','12-revision-v1','','','2016-07-26 11:18:32','2016-07-26 11:18:32','',12,'http://cems-foodagro.com/foodagrobd/12-revision-v1/',0,'revision','',0),(628,1,'2016-08-08 08:16:30','2016-08-08 08:16:30','<p style=\"text-align: justify;\"><span style=\"color: #339966;\"><em><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></em></span></p>\r\n`CEMS Global’ brings to you <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>scheduled to be held from 26~29 April,2017, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nKeeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>showcasing all products & services from the food and agro sector from local and global companies.\r\n\r\n<strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.\r\n\r\n<strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ </strong>will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products/ services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.\r\n\r\n ','Highlights','','inherit','open','open','','19-revision-v1','','','2016-08-08 08:16:30','2016-08-08 08:16:30','',19,'http://cems-foodagro.com/foodagrobd/19-revision-v1/',0,'revision','',0),(629,1,'2016-08-08 08:18:02','2016-08-08 08:18:02','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from <b>26~29 April,2017</b>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2016-08-08 08:18:02','2016-08-08 08:18:02','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(630,1,'2016-08-08 08:18:39','2016-08-08 08:18:39','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Food & Agro products & Services, in Bangladesh….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from <b>26~29 April,2017</b>, will be a glittering showcase of the Food and Agro based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Food Festival and Agro based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO 2017</strong>’ showcasing all products/services from the food and agro sector from local and global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO 2017</strong>’ takes immense pride and gratitude in the presence of agriculture and horticulture products and equipment, poultry products, livestock products, machinery and supplies, fishing and aquaculture and other related products and services. The exhibition is going to be one of the greatest is Asia. The exhibitors and visitors are known to enjoy and have good time at the event. The event also conducts conferences and seminar programs, adding more light to the industry. The 1st International Showcase shall include Food, Drinks, Hospitality, Foodservice, Bakery & Retail industries, Food, Hotel, Restaurant & Food service Equipment & Machinery, Supplies, and Services & Related Technology in Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO 2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their food & agro products / services / hospitality Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives restaurants, of course the consumers and other bulk purchasers from worldwide.</span></p>','Event Profile','','inherit','open','open','','31-revision-v1','','','2016-08-08 08:18:39','2016-08-08 08:18:39','',31,'http://cems-foodagro.com/foodagrobd/31-revision-v1/',0,'revision','',0),(633,1,'2016-09-22 09:36:44','2016-09-22 09:36:44','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\nFood Exhibits: Food & Beverage Featuring – Halal Food & Drink | Juice Processing Equipment | Chilled & Frozen Foods | Food Ingredients – Aromas / Flavors & Fragrances | Food Technology | Herbal and Medicinal Plants Exporters\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you ‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from <b>26~29 April,2017</b>, will be a glittering showcase of the Food and Agro based products and service industry.\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\nDetail : The biggest 4-days International Exhibition on Food Products, Beverage Products, Agricultural Machineries, Equipments, Chemical, Packaging & Processing.\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-foodagro.com/foodagrobd/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Participants 2016 [/big_header]\r\n\r\n[tiny-carousel-slider id=\"1\"]','Home','','inherit','open','open','','5-revision-v1','','','2016-09-22 09:36:44','2016-09-22 09:36:44','',5,'http://cems-foodagro.com/foodagrobd/5-revision-v1/',0,'revision','',0),(636,1,'2016-10-08 06:01:24','2016-10-08 06:01:24','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>2<sup>ND</sup> INTERNATIONAL AGRO CHEM BANGLADESH EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<strong><em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><strong><b> 26~29 April</b> 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 9.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 06:01:24','2016-10-08 06:01:24','',12,'http://cems-agrochem.com/index.php/12-revision-v1/',0,'revision','',0),(637,1,'2016-10-08 06:01:56','2016-10-08 06:01:56','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>2<sup>ND</sup> INTERNATIONAL AGRO CHEM BANGLADESH EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<strong><em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><strong><b> 26~29 April</b> 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">11.00 am to 8.00 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 06:01:56','2016-10-08 06:01:56','',12,'http://cems-agrochem.com/index.php/12-revision-v1/',0,'revision','',0),(638,1,'2016-10-08 06:03:14','2016-10-08 06:03:14','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>2<sup>ND</sup> INTERNATIONAL AGRO CHEM BANGLADESH EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<strong><em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em></strong>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><strong><strong><b> 26~29 April</b> 2017.</strong></strong></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">International Convention City, Bashundara, Dhaka, Bangladesh.\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">10.30 am to 8.30 pm</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 06:03:14','2016-10-08 06:03:14','',12,'http://cems-agrochem.com/index.php/12-revision-v1/',0,'revision','',0),(639,1,'2016-10-08 06:07:50','2016-10-08 06:07:50','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\nFood Exhibits: Food & Beverage Featuring – Halal Food & Drink | Juice Processing Equipment | Chilled & Frozen Foods | Food Ingredients – Aromas / Flavors & Fragrances | Food Technology | Herbal and Medicinal Plants Exporters\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you ‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from <b>26~29 April,2017</b>, will be a glittering showcase of the Food and Agro based products and service industry.\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\nDetail : <em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em>\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-foodagro.com/foodagrobd/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-10-08 06:07:50','2016-10-08 06:07:50','',5,'http://cems-agrochem.com/index.php/5-revision-v1/',0,'revision','',0),(641,1,'2016-10-08 06:11:16','2016-10-08 06:11:16','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://cems-agrochem.com/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you ‘2ND FOOD AND AGRO BANGLADESH INTERNATIONAL EXPO -2017’ scheduled to be held from <b>26~29 April,2017</b>, will be a glittering showcase of the Food and Agro based products and service industry.\r\n\r\n<a href=\"http://cems-agrochem.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\nDetail : <em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em>\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-agrochem.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-10-08 06:11:16','2016-10-08 06:11:16','',5,'http://cems-agrochem.com/index.php/5-revision-v1/',0,'revision','',0),(642,1,'2016-10-08 06:13:05','2016-10-08 06:13:05','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://cems-agrochem.com/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you <strong>‘2<sup>nd</sup> AGRO CHEM BANGLADESH INTERNATIONAL EXPO - 2017</strong>’ scheduled to be held from <strong>26-29 April 2017</strong>, which will be a glittering showcase for the Agricultural Chemical based products and service industry.\r\n\r\n<a href=\"http://cems-agrochem.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\nDetail : <em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em>\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-agrochem.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-10-08 06:13:05','2016-10-08 06:13:05','',5,'http://cems-agrochem.com/index.php/5-revision-v1/',0,'revision','',0),(643,1,'2016-10-08 06:13:38','2016-10-08 06:13:38','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://cems-agrochem.com/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you <strong>‘2<sup>nd</sup> AGRO CHEM BANGLADESH INTERNATIONAL EXPO - 2017</strong>’ scheduled to be held from <strong>26-29 April 2017</strong>, which will be a glittering showcase for the Agricultural Chemical based products and service industry.\r\n\r\n<a href=\"http://cems-agrochem.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-agrochem.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-10-08 06:13:38','2016-10-08 06:13:38','',5,'http://cems-agrochem.com/index.php/5-revision-v1/',0,'revision','',0),(644,1,'2016-10-08 06:14:52','2016-10-08 06:14:52','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\n`CEMS Global’ brings to you<strong> ‘2<sup>nd</sup> AGRO CHEM BANGLADESH INTERNATIONAL EXPO - 2017’</strong> scheduled to be held from<strong> 26-29 April 2017</strong>, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Bangladesh agriculture. Bangladesh started agrochemical use mainly in 1960s as food security for a vast number of populations. The agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Bangladesh, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n<strong>‘AGRO CHEM BANGLADESH INTERNATIONAL EXPO -2017’</strong> will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Event Profile','','inherit','closed','closed','','31-revision-v1','','','2016-10-08 06:14:52','2016-10-08 06:14:52','',31,'http://cems-agrochem.com/index.php/31-revision-v1/',0,'revision','',0),(645,1,'2016-10-08 06:15:25','2016-10-08 06:15:25','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\n`CEMS Global’ brings to you<strong> ‘2<sup>nd</sup> AGRO CHEM BANGLADESH INTERNATIONAL EXPO - 2017’</strong> scheduled to be held from<strong> 26-29 April 2017</strong>, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Bangladesh agriculture. Bangladesh started agrochemical use mainly in 1960s as food security for a vast number of populations. The agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Bangladesh, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n<strong>‘AGRO CHEM BANGLADESH INTERNATIONAL EXPO -2017’</strong> will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2016-10-08 06:15:25','2016-10-08 06:15:25','',19,'http://cems-agrochem.com/index.php/19-revision-v1/',0,'revision','',0),(646,1,'2016-10-08 06:16:16','2016-10-08 06:16:16','<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong> </strong>\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer, Biological Fertilizer, Compound Fertilizer, New Specialized Fertilizers (Seaweed Fertilizers, Biological Fertilizers, Foliage Fertilizers, Slow Release Fertilizers, Trace Element Fertilizers, Humid Acid Fertilizers)\r\n\r\n \r\n\r\n<strong>Chemical Pesticides:</strong> Products of insecticide, Herbicide, Fungicide, Intermediates, Ecological Chemical Pesticides, Biological Pesticide, Pesticide Production, Pesticide Processing Technology.\r\n\r\n<strong> </strong>\r\n\r\n<strong>Crop Protection & Biotechnology:</strong> Plant Growth Regulators, Transgenic Products, Soil Additives, Nutritional Agents, Turf.\r\n\r\n<strong> </strong>\r\n\r\n<strong>Agrochemical Machinery:</strong> Equipment for Agrochemical Products, Spraying Machine, Agricultural Plastic, Farming Machine, Horticultural Grass Mown, Sprinkler Machine, Irrigating Equipment and the relative packaging.\r\n\r\n \r\n\r\n<strong>Agricultural Plastic:</strong> Shed Film, Farmland Film, Shading Net, Anti-insect Net, Modern Agricultural Covering Stuff, Seed Nursery Container, Plastic Water Saving Irrigating Equipment.','Profile of Exhibits','','inherit','closed','closed','','38-revision-v1','','','2016-10-08 06:16:16','2016-10-08 06:16:16','',38,'http://cems-agrochem.com/index.php/38-revision-v1/',0,'revision','',0),(647,1,'2016-10-08 06:16:50','2016-10-08 06:16:50','<strong>‘2ND INTERNATIONAL AGRO CHEM BANGLADESH EXPO 2017’</strong> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Profile of Visitors','','inherit','closed','closed','','41-revision-v1','','','2016-10-08 06:16:50','2016-10-08 06:16:50','',41,'http://cems-agrochem.com/index.php/41-revision-v1/',0,'revision','',0),(648,1,'2016-10-08 06:19:16','2016-10-08 06:19:16','<strong>‘2ND INTERNATIONAL AGRO CHEM BANGLADESH EXPO 2017’</strong> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Focus','','inherit','closed','closed','','22-revision-v1','','','2016-10-08 06:19:16','2016-10-08 06:19:16','',22,'http://cems-agrochem.com/index.php/22-revision-v1/',0,'revision','',0),(649,1,'2016-10-08 06:31:21','2016-10-08 06:31:21','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2016-10-08 06:31:21','2016-10-08 06:31:21','',44,'http://cems-agrochem.com/index.php/44-revision-v1/',0,'revision','',0),(650,1,'2016-10-08 06:32:53','2016-10-08 06:32:53','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><b></b><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2016-10-08 06:32:53','2016-10-08 06:32:53','',44,'http://cems-agrochem.com/index.php/44-revision-v1/',0,'revision','',0),(651,1,'2016-10-08 06:35:40','2016-10-08 06:35:40','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: www.cemschina.cn</div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2016-10-08 06:35:40','2016-10-08 06:35:40','',44,'http://cems-agrochem.com/index.php/44-revision-v1/',0,'revision','',0),(652,1,'2016-10-08 06:37:20','2016-10-08 06:37:20','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"www.cemschina.cn\" > www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2016-10-08 06:37:20','2016-10-08 06:37:20','',44,'http://cems-agrochem.com/index.php/44-revision-v1/',0,'revision','',0),(653,1,'2016-10-08 06:38:23','2016-10-08 06:38:23','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\" > www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2016-10-08 06:38:23','2016-10-08 06:38:23','',44,'http://cems-agrochem.com/index.php/44-revision-v1/',0,'revision','',0),(655,1,'2016-12-14 10:34:50','2016-12-14 10:34:50','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\n`CEMS Global’ brings to you<strong> ‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’</strong> scheduled to be held from 27-29 November 2017, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n<strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO -2017’</strong> will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Event Profile','','inherit','closed','closed','','31-revision-v1','','','2016-12-14 10:34:50','2016-12-14 10:34:50','',31,'http://www.cems-agrochem.com/agrochemsri/index.php/31-revision-v1/',0,'revision','',0),(656,1,'2016-12-14 10:35:58','2016-12-14 10:35:58','<p align=\"justify\"><span style=\"color: #000000;\"><em><strong>About CEMS – The Organizer</strong></em></span></p>\r\n\r\n<div>\r\n\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.\r\n\r\n</div>','About CEMS','','inherit','closed','closed','','28-revision-v1','','','2016-12-14 10:35:58','2016-12-14 10:35:58','',28,'http://www.cems-agrochem.com/agrochemsri/index.php/28-revision-v1/',0,'revision','',0),(657,1,'2016-12-14 10:36:47','2016-12-14 10:36:47','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\"> www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2016-12-14 10:36:47','2016-12-14 10:36:47','',44,'http://www.cems-agrochem.com/agrochemsri/index.php/44-revision-v1/',0,'revision','',0),(658,1,'2016-12-14 10:38:07','2016-12-14 10:38:07','<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2016-12-14 10:38:07','2016-12-14 10:38:07','',12,'http://www.cems-agrochem.com/agrochemsri/index.php/12-revision-v1/',0,'revision','',0),(659,1,'2016-12-14 10:38:26','2016-12-14 10:38:26','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\n`CEMS Global’ brings to you ‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’ scheduled to be held from 27-29 November 2017, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO -2017’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2016-12-14 10:38:26','2016-12-14 10:38:26','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-revision-v1/',0,'revision','',0),(660,1,'2016-12-14 10:38:50','2016-12-14 10:38:50','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>`CEMS Global’</strong> brings to you <strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’</strong> scheduled to be held from 27-29 November 2017, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n<strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO -2017’</strong> will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2016-12-14 10:38:50','2016-12-14 10:38:50','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-revision-v1/',0,'revision','',0),(661,1,'2016-12-14 10:39:22','2016-12-14 10:39:22','<strong>‘INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017’</strong> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Focus','','inherit','closed','closed','','22-revision-v1','','','2016-12-14 10:39:22','2016-12-14 10:39:22','',22,'http://www.cems-agrochem.com/agrochemsri/index.php/22-revision-v1/',0,'revision','',0),(662,1,'2016-12-14 10:39:53','2016-12-14 10:39:53','<strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017’</strong> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Profile of Visitors','','inherit','closed','closed','','41-revision-v1','','','2016-12-14 10:39:53','2016-12-14 10:39:53','',41,'http://www.cems-agrochem.com/agrochemsri/index.php/41-revision-v1/',0,'revision','',0),(663,1,'2016-12-14 10:40:44','2016-12-14 10:40:44','<!--a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\">Post Show Report 2016 - Food & Agro Bangladesh Int\'l Expo_ International Poultry and Livestock Bangladesh Expo & Agro Chem bangladesh Expo.</a-->','Post Show','','inherit','closed','closed','','573-revision-v1','','','2016-12-14 10:40:44','2016-12-14 10:40:44','',573,'http://www.cems-agrochem.com/agrochemsri/index.php/573-revision-v1/',0,'revision','',0),(664,1,'2016-12-14 10:44:16','2016-12-14 10:44:16','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-foodagro.com/foodagrobd/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you <strong>‘2<sup>nd</sup> AGRO CHEM BANGLADESH INTERNATIONAL EXPO - 2017</strong>’ scheduled to be held from <strong>26-29 April 2017</strong>, which will be a glittering showcase for the Agricultural Chemical based products and service industry.\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Bangladesh</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-12-14 10:44:16','2016-12-14 10:44:16','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(665,1,'2016-12-14 10:49:33','2016-12-14 10:49:33','','agrochemsrilanka-2017','agrochemsrilanka-2017','inherit','open','closed','','agrochemsrilanka-2017','','','2016-12-14 11:19:44','2016-12-14 11:19:44','',0,'http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2016/12/AgroChemSriLanka-2017.jpg',0,'attachment','image/jpeg',0),(666,1,'2016-12-14 10:52:31','2016-12-14 10:52:31','','sri-lanka-map','','inherit','open','closed','','sri-lanka-map','','','2016-12-14 10:52:31','2016-12-14 10:52:31','',12,'http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg',0,'attachment','image/jpeg',0),(667,1,'2016-12-14 10:53:17','2016-12-14 10:53:17','<a href=#\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"map22\" width=\"244\" height=\"202\" /></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2016-12-14 10:53:17','2016-12-14 10:53:17','',12,'http://www.cems-agrochem.com/agrochemsri/index.php/12-revision-v1/',0,'revision','',0),(668,1,'2016-12-14 10:58:48','2016-12-14 10:58:48','<p align=\"left\"><strong><span style=\"color: #ff6600;\">Sri</span> <span style=\"color: #008000;\">Lanka</span></strong></p>\r\n<p style=\"text-align: center;\" align=\"left\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/srilanka-med.gif\"><img class=\"alignnone size-full wp-image-69\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/srilanka-med.gif\" alt=\"srilanka-med\" width=\"139\" height=\"92\" /></a></p>\r\n\r\n<table cellspacing=\"5\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\" width=\"194\">\r\n<h5>Country Name</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\" width=\"756\">Conventional long form: Democratic Socialist Republic of Sri Lanka\r\nConventional short form: Sri Lanka\r\nFormer: Ceylon</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Size</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">65,525 sq km</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Capital</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Jayawardanapura</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Commercial Capital</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Colombo</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Government</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Lanka, is a free, independent and sovereign nation with a population of 19 million (1998 mid year estimates). Legislative power is exercised by a Parliament, elected by universal franchise on proportional representation basis. A President, who is also elected by the people, exercises executive power inclusive of defense. Sri Lanka enjoys a multi party system, and the people vote to elect a new government every six years.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>National Flag</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">National Flag of Sri Lanka is the Lion Flag. A Lion bearing a sword in its right hand is depicted in gold on red background with a yellow border. Four Bo leaves pointing inwards are at the four corners. Two vertical bands of green and orange at the mast end represent the minority ethnic groups. It is an adaptation of the standard of the last King of Sri Lanka.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>National Anthem</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">\"Sri Lanka Matha\" composed by late Mr. Ananda Samarakoon. Click on the Speaker Icon to listen to a few bars of the Anthem</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>National Flower</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">The Blue Water Lily (Nymphaea stellata) is the National Flower.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Population</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">19 million</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Population density</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">309 people per sq km</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Life expectancy at birth</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">74 female, 64 male</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Literacy rate</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">91.8%</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Languages</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sinhala & Tamil English is widely spoken throughout Sri Lanka, with the exception of remote villages.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Ethnic mix</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sihalese- 74 per cent; Tamil- 18 per cent; Muslim -7 per cent; Burgher (descendants of Dutch and Portuguese colonist) and others- 1 per cent</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Religion</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Buddhism- 70 per cent; Hinduism- 16 per cent; Christianity- 7 per cent; Islam-7 per cent</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Climate</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Low Lands – tropical, average 270C Central Hills – cooler, with temperatures dropping to 140C. The south-west monsoon brings rain to the western, southern and central regions from May to July, while the north-eastern monsoon occurs in the north and east in December and January. Sri Lanka has a good climate for holiday-makers throughout the year.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Annual per capita GNP</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">US$ 1000</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Industries</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Processing of rubber, tea, coconuts, and other agricultural commodities; clothing, cement, petroleum refining, textiles, tobacco.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Agriculture - Products</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Rice, sugarcane, grains, pulses, oilseed, roots, spices, tea, rubber, coconuts; milk, eggs, hides, meat.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Currency</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Lanka follows decimal currency system in Rupees (Rs.) and cents (Cts.) with 100 cents equal to a rupee. Currency notes are available in the denominations of Rs. 10,20,50,100,200, 500 and 1000. Coins are issued in values of Cts. 25 and 50 and Rs.1,2,5 and 10. The intervention currency continuously will be the US Dollar.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Visa</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Residents from countries are issued visas on arrival. Consult your local Sri Lanka embassy, consulate, tourist office or your travel agent.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Working week</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Sri Lanka works a five-day week, from Monday to Friday.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Business hours</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">Government offices 8.30 a.m. - 4.15 p.m, Monday to Friday</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Banks</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">9.00 a.m. to 1.00 p.m. or 3.00 p.m. Monday to Saturday</td>\r\n</tr>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<h5>Post office</h5>\r\n</td>\r\n<td align=\"left\" valign=\"top\">8.30 a.m.- 5.00 p.m., Monday to Friday 8.30 a.m. – 1.00 p.m. on Saturday. The Central Mail Exchange, at D.R.Wijewardene Mawatha, Colombo 10, (Telephone : 2326203) is open 24-hours.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Government\r\n</strong>Type: Republic.\r\nIndependence: February 4, 1948.\r\nConstitution: August 31, 1978.\r\nSuffrage: Universal over 18.\r\nBranches: Executive--president, chief of state and head of government, elected for a 6-year term. Legislative--unicameral 225-member Parliament. Judicial--Supreme Court, Court of Appeal, High Court, subordinate courts.\r\nAdministrative subdivisions: Nine provinces and 25 administrative districts.\r\nPolitical parties: Janatha Vimukthi Peramuna, National Freedom Front, Jathika Hela Urumaya, Sri Lanka Freedom Party, Tamil National Alliance, United National Party, Tamileela Makkal Viduthalai Pulikal, Sri Lankan Muslim Congress, National Unity Alliance, Ceylon Workers\' Congress, Up-Country People\'s Front, several small Tamil and Muslim parties, Marxists, and others.\r\n\r\n<strong>Economy</strong> (2008)\r\nGDP: $40.7 billion.\r\nAnnual growth rate: 6%.\r\nNatural resources: Limestone, graphite, mineral sands, gems, and phosphate.\r\nAgriculture (12% of GDP): Major products--rice, tea, rubber, coconut, and spices.\r\nServices (60% of GDP): Major types--tourism, wholesale and retail trade, transport, telecom, financial services.\r\nIndustry (28% of GDP): Major types--garments and leather goods, rubber products, food processing, chemicals, refined petroleum, gems and jewelry, non-metallic mineral-based products, and construction.\r\nTrade: Exports--$8.1 billion: garments, tea, rubber products, jewelry and gems, refined petroleum, and coconuts. Major markets--U.S. ($2 billion), U.K., India. Imports--$14 billion. Major suppliers--India, Singapore, Hong Kong, China, Iran, Malaysia, Japan, U.K., U.A.E., Belgium, Indonesia, South Korea, U.S. ($283 million).\r\n<p style=\"text-align: left;\" align=\"left\"><strong>Trade and Foreign Assistance\r\n</strong>Sri Lanka\'s exports (mainly apparel, tea, rubber, gems and jewelry) are estimated at $8.1 billion and imports (mainly oil, textiles, food, and machinery) were estimated at $14 billion for 2008. The resulting large trade deficit was financed primarily by remittances from Sri Lankan expatriate workers, foreign assistance, and commercial borrowing. Sri Lanka must diversify its exports beyond garments and tea. Garment exports face increased competition since the 2005 expiration of the worldwide Multifiber Arrangement. Sri Lanka\'s exports to the European Union (EU) increased sharply in 2006-2008 due to duty-free entry of goods under the EU GSP Plus program, granted in 2005 to help Sri Lanka rebuild after the 2004 tsunami. The GSP Plus program expired at the end of 2008 and was temporarily renewed subject to an investigation on human rights practices. The tea industry is challenged by a shortage of plantation labor and by growing competition.</p>\r\nExports to the United States, Sri Lanka\'s most important single-country market, were estimated to be around $2 billion for 2008, or 25% of total exports. As a result of the GSP Plus program, the EU as a whole is Sri Lanka\'s biggest export market. For many years, the United States has been Sri Lanka\'s biggest market for garments, taking almost 50% of total garment exports. India is Sri Lanka\'s largest supplier, accounting for over 20% of imports. United States exports to Sri Lanka were estimated to be around $280 million for 2008, consisting primarily of wheat, electrical apparatus, textiles and specialized fabrics, medical and scientific equipment, plastics, and paper.\r\n\r\nSri Lanka is highly dependent on foreign assistance, with the World Bank, the Asian Development Bank, Japan, and other donors disbursing loans totaling $1.4 billion in 2007. Iran is becoming the largest provider of foreign assistance. During the Iranian President\'s visit in April 2008, Iran committed $450 million for the Uma Oya multipurpose irrigation project. Iran is also a major lender to Sri Lanka and has provided infrastructure project loans and an interest-free credit facility for oil imports. Under this facility, Sri Lanka has imported substantial amount of oil (valued at $700 million as of June 30, 2008). Iran promised assistance for modernization of Sri Lanka\'s only oil refinery, though no firm commitments are in place. China has also become a major lender for infrastructure projects, such as a new port and a coal power plant. Foreign grants amounted to $275 million in 2007. While implementation of aid projects has been spotty over the years, the government is trying to improve this record by streamlining tender processes and increasing project management skills.','About Srilanka','','inherit','closed','closed','','25-revision-v1','','','2016-12-14 10:58:48','2016-12-14 10:58:48','',25,'http://www.cems-agrochem.com/agrochemsri/index.php/25-revision-v1/',0,'revision','',0),(669,1,'2016-12-14 11:02:53','2016-12-14 11:02:53','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you <strong>‘2<sup>nd</sup> AGRO CHEM BANGLADESH INTERNATIONAL EXPO - 2017</strong>’ scheduled to be held from <strong>26-29 April 2017</strong>, which will be a glittering showcase for the Agricultural Chemical based products and service industry.\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-12-14 11:02:53','2016-12-14 11:02:53','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(670,1,'2016-12-14 11:03:25','2016-12-14 11:03:25','<p class=\"style2\">Dear Visitors ,</p>\r\n<p class=\"style2\">Thanks for visiting our website.\r\nWe have stopped the online registration from 22 March 2017.</p>\r\n<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>','online visitor registration','','inherit','closed','closed','','490-revision-v1','','','2016-12-14 11:03:25','2016-12-14 11:03:25','',490,'http://www.cems-agrochem.com/agrochemsri/index.php/490-revision-v1/',0,'revision','',0),(671,1,'2016-12-14 11:04:15','2016-12-14 11:04:15','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you <strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’</strong> scheduled to be held<strong> from 27-29 November 2017,</strong> which will be a glittering showcase for the Agricultural Chemical based products and service industry\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/map22.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-12-14 11:04:15','2016-12-14 11:04:15','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(672,1,'2016-12-14 11:05:34','2016-12-14 11:05:34','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you <strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’</strong> scheduled to be held<strong> from 27-29 November 2017,</strong> which will be a glittering showcase for the Agricultural Chemical based products and service industry\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2016-12-14 11:05:34','2016-12-14 11:05:34','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(674,1,'2016-12-14 11:21:21','0000-00-00 00:00:00','[speaker photo=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2016/12/AgroChemSriLanka-2017.jpg\" name=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Name\" post=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Speaker Post\" company=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Speaker Company\" link=\"#\" target=\"_blank\"]INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 About speaker[/speaker]\r\n\r\n[map][/map]','','','draft','closed','closed','','','','','2016-12-14 11:21:21','2016-12-14 11:21:21','',0,'http://www.cems-agrochem.com/agrochemsri/?page_id=674',0,'page','',0),(675,1,'2016-12-14 11:20:30','2016-12-14 11:20:30','[speaker photo=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2016/12/AgroChemSriLanka-2017.jpg\" name=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Name\" post=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Speaker Post\" company=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Speaker Company\" link=\"#\" target=\"_blank\"]INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 About speaker[/speaker]\r\n\r\n ','','','inherit','closed','closed','','674-revision-v1','','','2016-12-14 11:20:30','2016-12-14 11:20:30','',674,'http://www.cems-agrochem.com/agrochemsri/index.php/674-revision-v1/',0,'revision','',0),(676,1,'2016-12-14 11:21:21','2016-12-14 11:21:21','[speaker photo=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2016/12/AgroChemSriLanka-2017.jpg\" name=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Name\" post=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Speaker Post\" company=\"INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 Speaker Company\" link=\"#\" target=\"_blank\"]INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017 About speaker[/speaker]\r\n\r\n[map][/map]','','','inherit','closed','closed','','674-revision-v1','','','2016-12-14 11:21:21','2016-12-14 11:21:21','',674,'http://www.cems-agrochem.com/agrochemsri/index.php/674-revision-v1/',0,'revision','',0),(677,1,'2016-12-15 04:28:46','2016-12-15 04:28:46',' \r\n\r\n \r\n\r\n ','Gallery','','inherit','closed','closed','','65-revision-v1','','','2016-12-15 04:28:46','2016-12-15 04:28:46','',65,'http://www.cems-agrochem.com/agrochemsri/index.php/65-revision-v1/',0,'revision','',0),(679,1,'2017-01-04 05:49:47','2017-01-04 05:49:47','<p class=\"style2\">Dear Visitors ,</p>\r\n<p class=\"style2\">Thanks for visiting our website.\r\nWe have stopped the online registration from 22 March 2017.</p>\r\n<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>\r\n\r\n<iframe width=\"100%\" height=\"1640\" allowTransparency=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none\" src=\"http://www.emailmeform.com/builder/embed/5rNy11bHZbpeB\"><a href=\"http://www.emailmeform.com/builder/embed/5rNy11bHZbpeB\">Fill out form.</a></iframe>','online visitor registration','','inherit','closed','closed','','490-revision-v1','','','2017-01-04 05:49:47','2017-01-04 05:49:47','',490,'http://www.cems-agrochem.com/agrochemsri/index.php/490-revision-v1/',0,'revision','',0),(681,1,'2017-01-19 12:03:28','2017-01-19 12:03:28','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\n`CEMS Global’ brings to you ‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’ scheduled to be held from 27-29 November 2017, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO -2017’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2017-01-19 12:03:28','2017-01-19 12:03:28','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-revision-v1/',0,'revision','',0),(682,1,'2017-01-19 12:04:58','2017-01-19 12:04:58','<strong>‘INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017’</strong> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Profile of Visitors','','inherit','closed','closed','','41-revision-v1','','','2017-01-19 12:04:58','2017-01-19 12:04:58','',41,'http://www.cems-agrochem.com/agrochemsri/index.php/41-revision-v1/',0,'revision','',0),(684,1,'2017-03-15 09:47:51','2017-03-15 09:47:51','[one_fourth]\n<a href=\"#\"><img src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png\" alt=\"E\" width=\"100%\" height=\"auto\" /></a>\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\n[/one_fourth]\n\n[three_fourth_last]\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\n[/three_fourth_last]\n[three_fourth]\n\n[one_half]\n\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\n\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\n\n[/one_half]\n\n[one_half_last]\n\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\n\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\n\n[/one_half_last]\n\n[/three_fourth]\n\n[one_fourth_last]\n\n[/one_fourth_last]\n\n<!--Foure Page-->\n\n[one_fourth]\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\n<h3>About CEMS</h3>\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\n[/one_fourth]\n\n[one_fourth]\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\n<h3>Profile of Exhibits</h3>\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\n\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\n\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\n[/one_fourth]\n\n[one_fourth]\n\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\n<h3>Highlights</h3>\n<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\n\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\n\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo,\n\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\n[/one_fourth]\n\n[one_fourth_last]\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\n<h3>Fact Sheet</h3>\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\n[/one_fourth_last]\n\n ','Home','','inherit','closed','closed','','5-autosave-v1','','','2017-03-15 09:47:51','2017-03-15 09:47:51','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-autosave-v1/',0,'revision','',0),(685,1,'2017-03-15 08:45:46','2017-03-15 08:45:46','','cems-mp-logo','','inherit','open','closed','','cems-mp-logo','','','2017-03-15 08:45:46','2017-03-15 08:45:46','',0,'http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png',0,'attachment','image/png',0),(686,1,'2017-03-15 09:01:19','0000-00-00 00:00:00','[big_header][/big_header][biginfopane title=\"Title\" href=\"#\" buttontitle=\"Test button\" target=\"_blank\"]Test text[/biginfopane]\r\n\r\n ','','','draft','open','open','','','','','2017-03-15 09:01:19','2017-03-15 09:01:19','',0,'http://www.cems-agrochem.com/agrochemsri/?p=686',0,'post','',0),(687,1,'2017-03-15 09:01:19','2017-03-15 09:01:19','[big_header][/big_header][biginfopane title=\"Title\" href=\"#\" buttontitle=\"Test button\" target=\"_blank\"]Test text[/biginfopane]\r\n\r\n ','','','inherit','closed','closed','','686-revision-v1','','','2017-03-15 09:01:19','2017-03-15 09:01:19','',686,'http://www.cems-agrochem.com/agrochemsri/index.php/686-revision-v1/',0,'revision','',0),(688,1,'2017-03-15 09:04:04','2017-03-15 09:04:04','[one_fourth]\r\n<a href=\"#\"><img src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png\" alt=\"E\" width=\"100%\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/three_fourth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n \r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n`CEMS Global’ brings to you <strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’</strong> scheduled to be held<strong> from 27-29 November 2017,</strong> which will be a glittering showcase for the Agricultural Chemical based products and service industry\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-03-15 09:04:04','2017-03-15 09:04:04','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(689,1,'2017-03-15 09:08:14','2017-03-15 09:08:14','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</em></strong>\n\n<strong> </strong>\n\n`CEMS Global’ brings to you ‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’ scheduled to be held from 27-29 November 2017, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\n\n \n\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\n\n \n\n<strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO -2017’</strong> will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-autosave-v1','','','2017-03-15 09:08:14','2017-03-15 09:08:14','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-autosave-v1/',0,'revision','',0),(690,1,'2017-03-15 09:08:25','2017-03-15 09:08:25','<strong><em>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\n`CEMS Global’ brings to you <strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO - 2017’</strong> scheduled to be held from 27-29 November 2017, which will be a glittering showcase for the Agricultural Chemical based products and service industry. It will reveal to the country, the rapid developments in the industry as well as new technology components. The neat layouts of the show provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as to the business visitor to carry out networking in a highly enabled environment. The Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n<strong>‘AGRO CHEM SRI LANKA INTERNATIONAL EXPO -2017’</strong> will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2017-03-15 09:08:25','2017-03-15 09:08:25','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-revision-v1/',0,'revision','',0),(691,1,'2017-03-15 09:11:29','2017-03-15 09:11:29','<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n‘AGRO-CHEM Sri Lanka International Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2017-03-15 09:11:29','2017-03-15 09:11:29','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-revision-v1/',0,'revision','',0),(692,1,'2017-03-15 09:37:33','2017-03-15 09:37:33','<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\n \r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\n \r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\n \r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\n\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n \r\n\r\n‘AGRO-CHEM Sri Lanka Internationall Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Event Profile','','inherit','closed','closed','','31-revision-v1','','','2017-03-15 09:37:33','2017-03-15 09:37:33','',31,'http://www.cems-agrochem.com/agrochemsri/index.php/31-revision-v1/',0,'revision','',0),(693,1,'2017-03-15 09:39:00','2017-03-15 09:39:00','MP EVENTS LANKA is the oldest and the most experienced professional exhibition organizer in the country with the widest and most diverse portfolio of exhibitions. With over 22 years and over 350 exhibitions, MP Events Lanka possesses the required knowledge, expertise, skills and professionalism to successfully conduct exhibitions.\r\n\r\nMP Events Lanka is an accredited Professional Exhibition Organizer incorporated in Sri Lanka under the Board of Investment approval and an active member of the MICE promotion spearheaded by Sri Lanka Convention Bureau under the aegis of the Ministry of Tourism.','About MP EVENTS LANKA (Joint - Organizer)','','publish','closed','closed','','about-mp-events-lanka-joint-organizer','','','2017-03-15 09:39:00','2017-03-15 09:39:00','',0,'http://www.cems-agrochem.com/agrochemsri/?page_id=693',0,'page','',0),(694,1,'2017-03-15 09:39:00','2017-03-15 09:39:00','MP EVENTS LANKA is the oldest and the most experienced professional exhibition organizer in the country with the widest and most diverse portfolio of exhibitions. With over 22 years and over 350 exhibitions, MP Events Lanka possesses the required knowledge, expertise, skills and professionalism to successfully conduct exhibitions.\r\n\r\nMP Events Lanka is an accredited Professional Exhibition Organizer incorporated in Sri Lanka under the Board of Investment approval and an active member of the MICE promotion spearheaded by Sri Lanka Convention Bureau under the aegis of the Ministry of Tourism.','About MP EVENTS LANKA (Joint - Organizer)','','inherit','closed','closed','','693-revision-v1','','','2017-03-15 09:39:00','2017-03-15 09:39:00','',693,'http://www.cems-agrochem.com/agrochemsri/index.php/693-revision-v1/',0,'revision','',0),(697,1,'2017-03-15 09:42:26','2017-03-15 09:42:26','[one_fourth]\r\n<a href=\"#\"><img src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png\" alt=\"E\" width=\"100%\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/three_fourth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo,\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-03-15 09:42:26','2017-03-15 09:42:26','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(698,1,'2017-03-15 09:44:58','2017-03-15 09:44:58','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n <span style=\"color: #ff0000;\"><strong>Corporate office:</strong></span>\r\n<span class=\"strong\">MP Events Lanka (Pvt) Ltd. </span>\r\n<span class=\"strong\">Colombo , Sri Lanka</span>\r\nT :(94) (11) 2343 239-41 F : (94) (11) 2343 237\r\nEmail : shanti.o@sl.pico.com\r\nWeb : www.pico.lk\r\nContact Numbers : +94766341100 – Kathija (Projects), +94773018888-Emile (Director) , +94777685444- Shanti (Director)\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\"> www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-03-15 09:44:58','2017-03-15 09:44:58','',44,'http://www.cems-agrochem.com/agrochemsri/index.php/44-revision-v1/',0,'revision','',0),(699,1,'2017-03-15 09:45:34','2017-03-15 09:45:34','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate office:</strong></span>\r\n<span class=\"strong\">MP Events Lanka (Pvt) Ltd. </span>\r\n<span class=\"strong\">Colombo , Sri Lanka</span>\r\nT :(94) (11) 2343 239-41 F : (94) (11) 2343 237\r\nEmail : shanti.o@sl.pico.com\r\nWeb : www.pico.lk\r\nContact Numbers : +94766341100 – Kathija (Projects), +94773018888-Emile (Director) , +94777685444- Shanti (Director)\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\"> www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-03-15 09:45:34','2017-03-15 09:45:34','',44,'http://www.cems-agrochem.com/agrochemsri/index.php/44-revision-v1/',0,'revision','',0),(700,1,'2017-03-15 09:46:01','2017-03-15 09:46:01','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate office:</strong></span>\r\n<span class=\"strong\">MP Events Lanka (Pvt) Ltd. </span>\r\n<span class=\"strong\">Colombo , Sri Lanka</span>\r\nT :(94) (11) 2343 239-41 F : (94) (11) 2343 237\r\nEmail : shanti.o@sl.pico.com\r\nWeb : www.pico.lk\r\nContact Numbers : +94766341100 – Kathija (Projects), +94773018888-Emile (Director) , +94777685444- Shanti (Director)\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.com\">cems@cemsindia.com</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.com</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\"> www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-03-15 09:46:01','2017-03-15 09:46:01','',44,'http://www.cems-agrochem.com/agrochemsri/index.php/44-revision-v1/',0,'revision','',0),(701,1,'2017-03-15 09:46:56','2017-03-15 09:46:56',' \r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA </span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2017-03-15 09:46:56','2017-03-15 09:46:56','',12,'http://www.cems-agrochem.com/agrochemsri/index.php/12-revision-v1/',0,'revision','',0),(702,1,'2017-03-15 09:48:32','2017-03-15 09:48:32','[one_fourth]\r\n<a href=\"#\"><img src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png\" alt=\"E\" width=\"100%\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/three_fourth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo,\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-03-15 09:48:32','2017-03-15 09:48:32','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(703,1,'2017-03-15 09:48:56','2017-03-15 09:48:56',' \r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Dhaka, Bangladesh</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA </span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – MP EVENTS LANKA ,Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2017-03-15 09:48:56','2017-03-15 09:48:56','',12,'http://www.cems-agrochem.com/agrochemsri/index.php/12-revision-v1/',0,'revision','',0),(704,1,'2017-03-15 10:27:12','2017-03-15 10:27:12','[one_fourth]\r\n<a href=\"#\"><img src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png\" alt=\"E\" width=\"100%\" height=\"auto\" /></a>\r\n<span><strong><em><span style=\"color: #000000;\">Jointly Present,</span></em></strong></span>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/three_fourth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this time span of 25 years has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 50 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo,\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-03-15 10:27:12','2017-03-15 10:27:12','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(705,1,'2017-03-20 11:01:22','2017-03-20 11:01:22','','mp-events','','inherit','open','closed','','mp-events','','','2017-03-20 11:01:22','2017-03-20 11:01:22','',0,'http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/mp-events.jpg',0,'attachment','image/jpeg',0),(707,1,'2017-05-07 07:03:39','2017-05-07 07:03:39','<p align=\"justify\"><span style=\"color: #000000;\"><em><strong>About CEMS – The Organizer</strong></em></span></p>\r\n\r\n<div>\r\n\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. Based in New York, which hosts the group\'s headquarters; the branches of CEMS Global\'s expanded offices are operated in the following countries: India, China, Bangladesh, Sri Lanka, Singapore, Indonesia, and Brazil.\r\n\r\n\r\n</div>','About CEMS','','inherit','closed','closed','','28-revision-v1','','','2017-05-07 07:03:39','2017-05-07 07:03:39','',28,'http://www.cems-agrochem.com/agrochemsri/index.php/28-revision-v1/',0,'revision','',0),(708,1,'2017-05-07 07:10:36','2017-05-07 07:10:36','[one_fourth]\r\n<a href=\"#\"><img src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/03/cems-mp-logo.png\" alt=\"E\" width=\"100%\" height=\"auto\" /></a>\r\n<span><strong><em><span style=\"color: #000000;\">Jointly Present,</span></em></strong></span>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-agrochem.com/agrochemsri/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/three_fourth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://bangladeshmotorsports.com/textechonline/textechbd/wp-content/uploads/2014/10/EXPOAPPLICATIONFORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-821\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/Floor-Plan-button-300x64.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/Post-Show-Report-2016-Food-Agro-Bangladesh-Intl-Expo_-International-Poultry-and-Livestock-Bangladesh-Expo-Agro-Chem-bangladesh-Expo..pdf\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. Based in New York, which hosts the group\'s headquarters; the branches of CEMS Global\'s expanded offices are operated in the following countries: India, China, Bangladesh, Sri Lanka, Singapore, Indonesia, and Brazil..........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/gallery/food-and-agro/thumbs/thumbs_MG_3250.JPG\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Profile of Exhibits</h3>\r\n<strong>Agriculture Chemicals:</strong> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<strong>Agricultural Fertilizer:</strong> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer........\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/profile-of-exhibits/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2016/05/MG_3222.jpg\" alt=\"Textech\" width=\"200\" height=\"120\" />\r\n<h3>Highlights</h3>\r\n<strong>Sri Lanka – the highest user of Agro-chemicals in the world……. </strong>\r\n\r\n<strong>A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</strong>\r\n\r\n<strong> </strong>CEMS-Global in association with MP EVENTS LANKA, have jointly launched Agro-Chem Sri Lanka 2017 International Expo,\r\n\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An Int’l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA\r\n<a href=\"http://www.cems-agrochem.com/agrochemsri/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-05-07 07:10:36','2017-05-07 07:10:36','',5,'http://www.cems-agrochem.com/agrochemsri/index.php/5-revision-v1/',0,'revision','',0),(710,1,'2017-06-01 07:38:02','2017-06-01 07:38:02',' \r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Colombo, Srilanka</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA </span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – MP EVENTS LANKA ,Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 07:38:02','2017-06-01 07:38:02','',12,'http://www.cems-agrochem.com/agrochemsri/index.php/12-revision-v1/',0,'revision','',0),(711,1,'2017-06-01 07:39:46','2017-06-01 07:39:46','<span style=\"color: #008000;\">Sri Lanka – the highest user of Agro-chemicals in the world…….</span>\r\n<span style=\"color: #008000;\">A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</span>\r\n\r\nCEMS-Global in association with MP International have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n‘AGRO-CHEM Sri Lanka International Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2017-06-01 07:39:46','2017-06-01 07:39:46','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-revision-v1/',0,'revision','',0),(712,1,'2017-06-01 07:41:50','2017-06-01 07:41:50','<span style=\"color: #008000;\">Sri Lanka – the highest user of Agro-chemicals in the world…….</span>\r\n<span style=\"color: #008000;\"> A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</span>\r\n\r\nCEMS-Global in association with MP International have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n‘AGRO-CHEM Sri Lanka International Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Event Profile','','inherit','closed','closed','','31-revision-v1','','','2017-06-01 07:41:50','2017-06-01 07:41:50','',31,'http://www.cems-agrochem.com/agrochemsri/index.php/31-revision-v1/',0,'revision','',0),(713,1,'2017-06-01 07:42:58','2017-06-01 07:42:58','<span style=\"color: #008000;\">Sri Lanka – the highest user of Agro-chemicals in the world…….</span>\r\n<span style=\"color: #008000;\"> A Perfect Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka.</span>\r\n\r\nCEMS-Global in association with MP International have jointly launched Agro-Chem Sri Lanka 2017 International Expo, which will be Sri Lanka’s premier International Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipment for Sri Lanka Agricultural Trade Exhibition, one of the most important sector of Sri Lanka.\r\n\r\nWith an economy worth $80.591 billion (2015) ($233.637 billion PPP estimate) and a per capita GDP of about $11,068.996 (PPP), Sri Lanka has mostly had strong growth rates in recent years. The Sri Lankan economy has seen robust annual growth at 6.4 percent over the course of 2003 to 2012, well above its regional peers. In GDP per capita terms, it is ahead of other countries in the South Asian region. Agriculture is a pillar of Sri Lanka’s economy, accounting for over 10.1% of GDP.\r\n\r\nSri Lanka, affectionately called as the pearl of the Indian Ocean, is a tear drop shaped island of 65,000sq KM surrounded by sparkling blue green sea. Moderate climate throughout the year, fertile soil, freely available ground water with fairly distributed river network in most parts and two monsoons which bring rains for the two main cultivation seasons are the key ecological factors of the country.\r\n\r\nWith these ideal conditions, agriculture sector has always performed as a major economic force in Sri Lanka, making a significant contribution to the national economy, food security and employment. At the same time agriculture is the livelihood of the majority in the rural sector and plays a key role in alleviating rural poverty.\r\n\r\nSpanning 65,000 sq km and with a moderate climate, fertile soil and an abundant supply of groundwater, Sri Lanka has long benefitted from favorable agricultural conditions. The sector remains an economic mainstay and primary national employer. As manufacturing and industrial activities have expanded, agriculture still remains a major strength, with high-value tea, rubber, coconut and spice production contributing significantly to export earnings.\r\n\r\nThe agricultural exports which accounted for 24% of total export earnings increased by 8.83 % in the year 2014 to US$ 2698.99 Mn. All major products in the agricultural sector [tea, coconut kernel products & other export crops] except natural rubber and spices recorded substantial increases during this period.\r\n\r\nHence, Agro-Chem Sri Lanka 2017 along with Agro Sri Lanka 2017 will be one of the leading B2B networking platform for the entire Agricultural sector of Sri Lanka and an Exhibition not to be missed.\r\n\r\nThe Agricultural Chemical based products and service industry is therefore not only a networking ground, but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n\r\nSri Lanka is the highest user of agro-chemicals in the world. It uses 287 units of agro-chemicals per hectare, whereas Myanmar used only 8 units and Bangladesh 144 units per hectare.\r\nChemical fertilizers and pesticides have been gotten acute importance in Sri Lankan agriculture. The Sri Lankan agriculture sector aims at facilitating an innovative and modern agricultural system which renders increased production capacity through invention of new technology and creation of greater opportunity for agricultural research. Chemical fertilizers play a great role in agricultural growth but greater level of awareness is required in order to refrain from usage harmful chemical matter for maintaining a healthy ecological balance. In order to ensure food security through development of agriculture in Sri Lanka, the invention, adoption and dissemination of ‘new technology’ must be ensured with a view to increasing production of diversified crops.\r\n\r\n‘AGRO-CHEM Sri Lanka International Expo’ will be a perfect platform for Manufacturers & Suppliers to showcase their agricultural chemical products/ services Sector and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, business representatives, of course the consumers and other bulk purchasers from global scale.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2017-06-01 07:42:58','2017-06-01 07:42:58','',19,'http://www.cems-agrochem.com/agrochemsri/index.php/19-revision-v1/',0,'revision','',0),(714,1,'2017-06-01 07:44:46','2017-06-01 07:44:46','<span style=\"color: #008000;\">Agriculture Chemicals:</span> Chemical Pesticides & Intermediates Ecological Pesticides, Biopesticides, Agriculture Chemical Production & Processing Technologies.\r\n\r\n<span style=\"color: #008000;\">Agricultural Fertilizer:</span> Nitrogen Fertilizer, Potash Fertilizer, Phosphate Fertilizer, Biological Fertilizer, Compound Fertilizer, New Specialized Fertilizers (Seaweed Fertilizers, Biological Fertilizers, Foliage Fertilizers, Slow Release Fertilizers, Trace Element Fertilizers, Humid Acid Fertilizers)\r\n\r\n<span style=\"color: #008000;\">Chemical Pesticides:</span> Products of insecticide, Herbicide, Fungicide, Intermediates, Ecological Chemical Pesticides, Biological Pesticide, Pesticide Production, Pesticide Processing Technology.\r\n\r\n<span style=\"color: #008000;\">Crop Protection & Biotechnology:</span> Plant Growth Regulators, Transgenic Products, Soil Additives, Nutritional Agents, Turf.\r\n\r\n<span style=\"color: #008000;\">Agrochemical Machinery:</span> Equipment for Agrochemical Products, Spraying Machine, Agricultural Plastic, Farming Machine, Horticultural Grass Mown, Sprinkler Machine, Irrigating Equipment and the relative packaging.\r\n\r\n<span style=\"color: #008000;\">Agricultural Plastic:</span> Shed Film, Farmland Film, Shading Net, Anti-insect Net, Modern Agricultural Covering Stuff, Seed Nursery Container, Plastic Water Saving Irrigating Equipment.','Profile of Exhibits','','inherit','closed','closed','','38-revision-v1','','','2017-06-01 07:44:46','2017-06-01 07:44:46','',38,'http://www.cems-agrochem.com/agrochemsri/index.php/38-revision-v1/',0,'revision','',0),(715,1,'2017-06-01 07:45:09','2017-06-01 07:45:09','<span style=\"color: #008000;\">‘INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017’</span> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Agro Technologist, Scientist, Engineers, Owners from the below industries, Agriculture Department | Agro Producers |Agrochemical Wholesalers & Retailers | Chemical Product | Exporters & Importers | Consultants | Dairy, Poultry & Livestock Farmers | Engineers and Technicians | Entrepreneurs, Farm Contractors | Farmers, Agriculturists and Agronomists | Government Representatives | Investors and Bankers | Mass Agrochemical Product & Technology Users | New Agricultural Product | Technology Applied Organizations | Related Enterprises & Organizations | Transport & Logistic Experts | Universities and Research Institutions | Veterinary Practitioners.','Focus','','inherit','closed','closed','','22-revision-v1','','','2017-06-01 07:45:09','2017-06-01 07:45:09','',22,'http://www.cems-agrochem.com/agrochemsri/index.php/22-revision-v1/',0,'revision','',0),(716,1,'2017-06-01 07:47:30','2017-06-01 07:47:30','<p align=\"justify\"><span style=\"color: #000000;\"><em><strong>About CEMS – The Organizer</strong></em></span></p>\r\n\r\n<div>\r\n<div class=\"one_third widget-text\">\r\n\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. Based in New York, which hosts the group’s headquarters; the branches of CEMS Global’s expanded offices are operated in the following countries: India, China, Bangladesh, Sri Lanka, Singapore, Indonesia, and Brazil.\r\n\r\n</div>\r\n<div class=\"one_third widget-services\"> </div>\r\n</div>\r\n<span style=\"color: #000000;\"><em><strong>About MP International Lanka (Pvt) Ltd. (Joint - Organizer)</strong></em></span>\r\n\r\nMP International Lanka (Pvt) Ltd. is the oldest and the most experienced professional exhibition organizer in the country with the widest and most diverse portfolio of exhibitions. With over 22 years and over 350 exhibitions, MP Events Lanka possesses the required knowledge, expertise, skills and professionalism to successfully conduct exhibitions.\r\n\r\nMP International is an accredited Professional Exhibition Organizer incorporated in Sri Lanka under the Board of Investment approval and an active member of the MICE promotion spearheaded by Sri Lanka Convention Bureau under the aegis of the Ministry of Tourism.','About Organizer','','inherit','closed','closed','','28-revision-v1','','','2017-06-01 07:47:30','2017-06-01 07:47:30','',28,'http://www.cems-agrochem.com/agrochemsri/index.php/28-revision-v1/',0,'revision','',0),(717,1,'2017-06-01 07:55:53','2017-06-01 07:55:53','<a href=\"http://www.cems-foodagro.com/foodsri/wp-content/uploads/2015/05/Sri-Lanka-Map-300x248.jpg\"><img class=\" size-full wp-image-13 aligncenter\" src=\"http://www.cems-foodagro.com/foodsri/wp-content/uploads/2015/05/Sri-Lanka-Map-300x248.jpg\" alt=\"map22\" width=\"244\" height=\"202\"></a>\r\n<table border=\"0\" width=\"80%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Event</span></p>\r\n</td>\r\n<td style=\"color: #000000;\" width=\"413\"><strong>INTERNATIONAL AGRO CHEM SRI LANKA EXPO 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Detail</span></p>\r\n</td>\r\n<td>\r\n<div style=\"color: #000000;\" align=\"left\">\r\n\r\n<em>An Int\'l Exhibition on Agricultural Chemicals, Pesticides, Crop Nutrition Ingredients, Products & Equipments for Sri Lanka</em>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Date</span></div></td>\r\n<td>\r\n<div align=\"left\"><strong>27 ~ 29 November 2017</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Location</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Colombo, Srilanka</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Venue</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Sri Lanka Exhibition & Convention Center (SLECC).\r\n</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Opening Hours</span></div></td>\r\n<td>\r\n<div align=\"left\">10.00 am to 6.00 pm</div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Frequency</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Annual</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Open to</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Trade Visitors & Consumer</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Organizer</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS USA in association with CEMS Sri Lanka & MP EVENTS LANKA </span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Cooperated by</span></div></td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">CEMS Global – MP EVENTS LANKA ,Asia Pacific Singapore, CEMS China, CEMS India, CEMS Lanka, CEMS Indonesia</span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p align=\"left\"><span style=\"color: #000000;\">Expected number Of Booths</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">200</span></div></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\">\r\n<p align=\"left\"><span style=\"color: #000000;\">Standard Booth Size</span></p>\r\n</td>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\">Minimum 6 sqm</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 07:55:53','2017-06-01 07:55:53','',12,'http://www.cems-agrochem.com/agrochemsri/index.php/12-revision-v1/',0,'revision','',0),(718,1,'2017-06-01 09:19:06','2017-06-01 09:19:06','','agro-sri-lgo-joint','','inherit','open','closed','','agro-sri-lgo-joint','','','2017-06-01 09:19:06','2017-06-01 09:19:06','',0,'http://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2017/06/agro-sri-lgo-joint.jpg',0,'attachment','image/jpeg',0),(719,1,'2017-06-04 04:48:58','2017-06-04 04:48:58','<p class=\"style2\">Dear Visitors ,</p>\r\n<p class=\"style2\">Thanks for visiting our website.\r\nWe have stopped the online registration from 22 March 2017.</p>\r\n<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>\r\n<script src=\"http://www.emailmeform.com/builder/forms/jsform/5rNy11bHZbpeB\" type=\"text/javascript\"></script>','online visitor registration','','inherit','closed','closed','','490-revision-v1','','','2017-06-04 04:48:58','2017-06-04 04:48:58','',490,'http://www.cems-agrochem.com/agrochemsri/index.php/490-revision-v1/',0,'revision','',0),(720,1,'2017-06-04 04:51:03','2017-06-04 04:51:03','<p class=\"style2\">Pls visit the exhibition center and get registered by giving your visiting card.</p>\r\n<script src=\"http://www.emailmeform.com/builder/forms/jsform/5rNy11bHZbpeB\" type=\"text/javascript\"></script>','online visitor registration','','inherit','closed','closed','','490-revision-v1','','','2017-06-04 04:51:03','2017-06-04 04:51:03','',490,'http://www.cems-agrochem.com/agrochemsri/index.php/490-revision-v1/',0,'revision','',0),(721,1,'2017-06-04 04:51:22','2017-06-04 04:51:22','<script src=\"http://www.emailmeform.com/builder/forms/jsform/5rNy11bHZbpeB\" type=\"text/javascript\"></script>','online visitor registration','','inherit','closed','closed','','490-revision-v1','','','2017-06-04 04:51:22','2017-06-04 04:51:22','',490,'http://www.cems-agrochem.com/agrochemsri/index.php/490-revision-v1/',0,'revision','',0),(723,1,'2017-09-16 08:36:17','2017-09-16 08:36:17','<div id=\"post-99\">\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></a>\r\n\r\n<strong>Feel free to ask any query if you have</strong>\r\n<span style=\"color: #008000;\"><strong>Organizer & for Booking | Participation Information, please contact:</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n<span style=\"color: #000000;\"> <a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\"><img class=\"alignnone size-full wp-image-196\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-usa1.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a></span>\r\n<span style=\"color: #000000;\"><strong>Global HQ</strong></span>\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span>\r\n<span style=\"color: #000000;\">Hotline : +1 - 646 - 416 - 7902</span>\r\n<span style=\"color: #000000;\">Fax : +1 - 646 - 365 - 8625</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a>, <a href=\"http://www.cems-global.com\">www.cems-global.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate office:</strong></span>\r\n<span class=\"strong\">MP Events Lanka (Pvt) Ltd. </span>\r\n<span class=\"strong\">Colombo , Sri Lanka</span>\r\nT :(94) (11) 2343 239-41 F : (94) (11) 2343 237\r\nEmail : shanti.o@sl.pico.com\r\nWeb : www.pico.lk\r\nContact Numbers : +94766341100 – Kathija (Projects), +94773018888-Emile (Director) , +94777685444- Shanti (Director)\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Sri Lanka</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/CEMS-Lanka-Logo.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 247 2120</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemslanka.com\">www.cemslanka.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<em><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<em><strong> <span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@cems-agrochem.com\">contact@cems-agrochem.com</a> ,<a style=\"color: #000000;\" href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India</strong></span>\r\n\r\n<a href=\"http://cems-cems-foodagro.com.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\"><img class=\"alignnone size-full wp-image-61\" src=\"http://cems-foodagro.com/foodagrobd/wp-content/uploads/2015/05/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div><strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</span></em></strong></div>\r\n<span style=\"color: #000000;\">Tel : +91 – 11 – 42004700 ~ 12 </span>\r\n<span style=\"color: #000000;\"> Fax : +91 – 11 – 4200 4717</span>\r\n<span style=\"color: #000000;\"> Mail :<a style=\"color: #000000;\" href=\"mailto:contact@cems-foodpro.com\">contact@cems-agrochem.com</a>, <a style=\"color: #000000;\" href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a> </span>\r\n<span style=\"color: #000000;\"> Web :<a style=\"color: #000000;\" href=\"http://www.cems-agrochem.com\">www.cems-agrochem.com</a> , <a style=\"color: #000000;\" href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n<div></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div>Tel: 86-10-82842588</div>\r\n<div>Fax: 86-10-84832956</div>\r\n<div>Cell: 86 13811367205</div>\r\n<div>E-mail: <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a href=\"http://www.cemschina.cn\"> www.cemschina.cn </a></div>\r\n<div></div>\r\n</div>\r\n<div id=\"post-99\">\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-09-16 08:36:17','2017-09-16 08:36:17','',44,'http://www.cems-agrochem.com/agrochemsri/index.php/44-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (11,2,0),(15,2,0),(18,2,0),(21,2,0),(24,2,0),(27,2,0),(30,2,0),(33,2,0),(37,2,0),(40,2,0),(43,2,0),(46,2,0),(50,2,0),(94,2,0),(575,2,0),(686,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci 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=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,15); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `name` (`name`(191)), KEY `slug` (`slug`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main Menu','main-menu',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_tinycarousel` -- DROP TABLE IF EXISTS `wp_tinycarousel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_tinycarousel` ( `tch_id` int(11) NOT NULL AUTO_INCREMENT, `tch_viewport` int(11) NOT NULL DEFAULT '473', `tch_width` int(11) NOT NULL DEFAULT '200', `tch_height` int(11) NOT NULL DEFAULT '150', `tch_display` int(11) NOT NULL DEFAULT '1', `tch_controls` varchar(5) NOT NULL DEFAULT 'true', `tch_interval` varchar(5) NOT NULL DEFAULT 'true', `tch_intervaltime` int(11) NOT NULL DEFAULT '3000', `tch_duration` int(11) NOT NULL DEFAULT '2000', `tch_folder` varchar(255) NOT NULL, `tch_random` varchar(3) NOT NULL DEFAULT 'NO', PRIMARY KEY (`tch_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_tinycarousel` -- LOCK TABLES `wp_tinycarousel` WRITE; /*!40000 ALTER TABLE `wp_tinycarousel` DISABLE KEYS */; INSERT INTO `wp_tinycarousel` VALUES (1,500,200,150,1,'true','true',3000,2000,'wp-content/gallery/valued-logo','NO'),(2,473,100,75,1,'true','true',3000,2000,'wp-content/plugins/tiny-carousel-horizontal-slider/images/100x75/','NO'); /*!40000 ALTER TABLE `wp_tinycarousel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','foodagro'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks,wp410_dfw,wp390_widgets'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','724'),(15,1,'wp_user-settings','libraryContent=browse&hidetb=1&editor=html'),(16,1,'wp_user-settings-time','1496303247'),(17,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(18,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(19,1,'nav_menu_recently_edited','2'),(21,1,'closedpostboxes_page','a:0:{}'),(22,1,'metaboxhidden_page','a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(23,101010,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(24,101010,'wp_user_level','10'),(25,101010,'session_tokens','a:1:{s:64:\"2d4f64ebce6b81b7b769df81100433013127e983cee7cea3ac74bb3957da9d44\";a:4:{s:10:\"expiration\";i:1518803555;s:2:\"ip\";s:12:\"35.183.24.90\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0\";s:5:\"login\";i:1518630755;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=101011 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'foodagro','$P$BHUcJQy4N2Km8EJHk2m9agkMY6IqUc1','foodagro','mahatab.cems@gmail.com','','2015-05-26 08:46:14','',0,'foodagro'),(101010,'backup','$P$BIxx45UaoLuGceN7Xcrg/i8LHDmIzn.','','','','2012-09-28 00:00:00','',0,''); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpmm_subscribers` -- DROP TABLE IF EXISTS `wp_wpmm_subscribers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpmm_subscribers` ( `id_subscriber` bigint(20) NOT NULL AUTO_INCREMENT, `email` varchar(50) NOT NULL, `insert_date` datetime NOT NULL, PRIMARY KEY (`id_subscriber`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpmm_subscribers` -- LOCK TABLES `wp_wpmm_subscribers` WRITE; /*!40000 ALTER TABLE `wp_wpmm_subscribers` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpmm_subscribers` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_035c54e_15' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2018-06-28 8:51:04