0byt3m1n1
Path:
/
data
/
25
/
2
/
89
/
72
/
2741072
/
meta
/
3012654
/
mysql.backup
/
[
Home
]
File: 1_035c54e_17.mysqlcluster17.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster17 Database: 1_035c54e_17 -- ------------------------------------------------------ -- Server version 5.6.34-79.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 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 */; /*!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=90941 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.lankalogisticsexpo.com','yes'),(2,'blogname','3rd SRI LANKA INTERNATIONAL AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2018','yes'),(3,'blogdescription','3rd SRI LANKA INTERNATIONAL AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2018','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','','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','','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:1;s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";}','yes'),(36,'home','http://www.lankalogisticsexpo.com','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:100:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\logisticsexpo/wp-content/plugins/index.php\";i:1;s:106:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\logisticsexpo/wp-content/themes/expo18/style.css\";i:2;s:100:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\logisticsexpo/wp-content/plugins/hello.php\";i:3;s:104:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\logisticsexpo/wp-content/themes/expo18/404.php\";i:4;s:114:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\agrochem\\agrochemsri/wp-content/themes/expo18/header.php\";}','no'),(44,'template','expo18','yes'),(45,'stylesheet','expo18','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','38590','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','','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:2:{i: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:1:{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:1:{i:0;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:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:4:{i:1522961178;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1523004382;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:1523005856;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:79:\"http://www.lankalogisticsexpo.com/wp-content/themes/expo18/admin/images/2cr.png\";s:4:\"left\";s:79:\"http://www.lankalogisticsexpo.com/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','3rd SRI LANKA INTERNATIONAL AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2018','yes'),(149,'om_expo18_favicon','http://www.lankalogisticsexpo.com/wp-content/uploads/2017/11/SriLanka-Air-2018.jpg','yes'),(150,'om_expo18_location_date','Sri Lanka Exhibition & Convention Centre (SLECC), Colombo, Sri Lanka.<br/><b>27 ~ 29 September 2018</b>','yes'),(151,'om_expo18_countdown_date','2018-09-27 10:00: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','#df4d20','yes'),(161,'om_expo18_highlight_color','#f89811','yes'),(162,'om_expo18_background_img_set','bgset-11','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:2:{i:0;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:77:\"http://www.lankalogisticsexpo.com/wp-content/uploads/2017/11/Airfreight_1.jpg\";s:11:\"description\";s:63:\"3rd Sri Lanka Int\'l Air Freight, Shipping & Logistics Expo 2018\";s:4:\"link\";s:0:\"\";}i:1;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:146:\"http://www.lankalogisticsexpo.com/wp-content/uploads/2017/02/multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_.jpg\";s:11:\"description\";s:63:\"3rd Sri Lanka Int\'l Air Freight, Shipping & Logistics Expo 2018\";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/cemsglobalusa/','yes'),(190,'om_expo18_social_linkedin','https://www.linkedin.com/company/cems-online','yes'),(191,'om_expo18_social_twitter','https://twitter.com/cemsglobal','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','https://plus.google.com/b/106464492345556261646/106464492345556261646?hl=en','yes'),(199,'om_expo18_social_myspace','','yes'),(200,'om_expo18_social_pinterest','https://www.pinterest.com/cemsglobal92/','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:7:\"success\";s:5:\"email\";s:23:\"saiful.cems92@gmail.com\";s:7:\"version\";s:6:\"4.7.10\";s:9:\"timestamp\";i:1522831618;}','no'),(221,'db_upgraded','','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:88:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/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:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s: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.lankalogisticsexpo.com/wp-content/uploads/2017/11/SriLanka-Air-2018.jpg','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'),(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'),(84862,'theme_mods_expo18','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}s:18:\"custom_css_post_id\";i:-1;}','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'),(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'),(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','34540','yes'),(85986,'_site_transient_timeout_browser_58769e6f77965f1b81999b5fbb0b69b5','1488360143','no'),(85987,'_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'),(85988,'can_compress_scripts','1','no'),(86005,'fresh_site','0','yes'),(87011,'_site_transient_timeout_browser_699dfc46f2edc5d25d73bee60c1bf7b9','1496126551','no'),(87012,'_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'),(88258,'_site_transient_timeout_browser_c6fadc46feda1fc49766039d7414e2c1','1506337927','no'),(88259,'_site_transient_browser_c6fadc46feda1fc49766039d7414e2c1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"29.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(88414,'_site_transient_timeout_browser_dcc1cb42ce725b19c07403fe6dd90c2d','1507383917','no'),(88415,'_site_transient_browser_dcc1cb42ce725b19c07403fe6dd90c2d','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"16.0.1\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(88468,'_site_transient_timeout_browser_880f2e488c6af6cefe6e063aa11e1892','1507705603','no'),(88469,'_site_transient_browser_880f2e488c6af6cefe6e063aa11e1892','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"15.0.2\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(88505,'_site_transient_timeout_browser_03c3c8220dc6dd78d3cf7f3b35185998','1507921503','no'),(88506,'_site_transient_browser_03c3c8220dc6dd78d3cf7f3b35185998','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"23.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(88507,'_site_transient_timeout_browser_a49f4fb1111644b3e72b7b74ae13f49f','1507921516','no'),(88508,'_site_transient_browser_a49f4fb1111644b3e72b7b74ae13f49f','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"25.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(88540,'_site_transient_timeout_browser_3bc842c6bf1556ba5ef2820b0ba409f0','1508140920','no'),(88541,'_site_transient_browser_3bc842c6bf1556ba5ef2820b0ba409f0','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"16.0.1\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(88556,'_site_transient_timeout_browser_85764592803669371898197cc9c1e106','1508190509','no'),(88557,'_site_transient_browser_85764592803669371898197cc9c1e106','a:10:{s:4:\"name\";s:5:\"Opera\";s:7:\"version\";s:12:\"32.0.1948.45\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:22:\"https://www.opera.com/\";s:7:\"img_src\";s:42:\"http://s.w.org/images/browsers/opera.png?1\";s:11:\"img_src_ssl\";s:43:\"https://s.w.org/images/browsers/opera.png?1\";s:15:\"current_version\";s:5:\"12.18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(88560,'_site_transient_timeout_wporg_theme_feature_list','1507596514','no'),(88561,'_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'),(88634,'_site_transient_timeout_browser_db70729808cb0b853be8064b769c7b97','1508660654','no'),(88635,'_site_transient_browser_db70729808cb0b853be8064b769c7b97','a:10:{s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"9.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:74:\"https://support.microsoft.com/en-us/help/17621/internet-explorer-downloads\";s:7:\"img_src\";s:39:\"http://s.w.org/images/browsers/ie.png?1\";s:11:\"img_src_ssl\";s:40:\"https://s.w.org/images/browsers/ie.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(88703,'_site_transient_timeout_browser_26e34a1d922be8a9713da4810f9cc67c','1508927568','no'),(88704,'_site_transient_browser_26e34a1d922be8a9713da4810f9cc67c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"23.0.1271.17\";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'),(88723,'_site_transient_timeout_browser_7a6e3e4e1638fde27553dd0bfffd3798','1509025239','no'),(88724,'_site_transient_browser_7a6e3e4e1638fde27553dd0bfffd3798','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"23.0.1271.6\";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'),(88786,'_site_transient_timeout_browser_ce290af4083a5e71c26c2d360ac888b6','1509372091','no'),(88787,'_site_transient_browser_ce290af4083a5e71c26c2d360ac888b6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";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'),(88829,'category_children','a:0:{}','yes'),(89221,'_site_transient_timeout_browser_c169d751eec705c17036854976700d7d','1511276897','no'),(89222,'_site_transient_browser_c169d751eec705c17036854976700d7d','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"22.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(89235,'_site_transient_timeout_browser_ae7243d6fcce16c4a1bb2c2339d3a779','1511349121','no'),(89236,'_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'),(89279,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1510825984','no'),(89280,'_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:4399;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2517;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2399;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2379;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1842;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1614;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1607;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1438;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1363;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1362;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1349;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1283;}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:1156;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1066;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1055;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1002;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:966;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:834;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:831;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:817;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:782;}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:680;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:674;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:670;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:661;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:659;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:648;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:642;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:636;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:618;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:611;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:599;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:591;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";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:587;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:583;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:567;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:567;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:551;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:540;}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:525;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:513;}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:503;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:493;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:483;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:479;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:478;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:474;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:457;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:455;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:454;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:448;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:446;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:444;}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:414;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:414;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:409;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:408;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:407;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:399;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:391;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:388;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:385;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:374;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:358;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:350;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:346;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:344;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:335;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";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:333;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:331;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:330;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:330;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:325;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:324;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:324;}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:313;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:305;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:301;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:301;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:298;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:297;}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:296;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:289;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:287;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:285;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:283;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:280;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:278;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:277;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:277;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:275;}}','no'),(89285,'_transient_timeout_feed_af1de7906c1986a3dff3a340b582c23d','1510858458','no'),(89286,'_transient_feed_af1de7906c1986a3dff3a340b582c23d','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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://www.wonderplugin.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WordPress Image Slider, Video Gallery and HTML5 Audio Player 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Nov 2017 10:53: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;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:71:\"Display all tabs and disable the more button in WordPress Vertical Tabs\";s:7:\"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:123:\"https://www.wonderplugin.com/wordpress-tabs-plugin/display-all-tabs-and-disable-the-more-button-in-wordpress-vertical-tabs/\";s: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, 31 Oct 2017 23:31: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:1:{i:0;a:5:{s:4:\"data\";s:21:\"WordPress Tabs Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=5355\";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:428:\"Product: WonderPlugin Tabs Question: I am testing the Vertical Tabs skin, I wonder is there a way to display all tabs and disable the \"More\" button? Answer: In the plugin, step 3 Options tab, Tab Options, Height -> \"Auto height … <a href=\"https://www.wonderplugin.com/wordpress-tabs-plugin/display-all-tabs-and-disable-the-more-button-in-wordpress-vertical-tabs/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:1399:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-tabs/\" rel=\"noopener\" target=\"_blank\">WonderPlugin Tabs</a></p>\n<p><strong>Question</strong>:</p>\n<p>I am testing the Vertical Tabs skin, I wonder is there a way to display all tabs and disable the \"More\" button?<br />\n<span id=\"more-5355\"></span></p>\n<p><strong>Answer</strong>:</p>\n<p>In the plugin, step 3 Options tab, Tab Options, Height -> \"Auto height - set minimum height (px)\", change the value to a larger number so the tab is tall enough to hold all vertical tabs.</p>\n<p><a href=\"https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more.png\" alt=\"\" width=\"829\" height=\"381\" class=\"aligncenter size-full wp-image-5358\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more.png 829w, https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more-240x110.png 240w, https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more-600x276.png 600w, https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more-768x353.png 768w, https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more-75x34.png 75w, https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more-500x230.png 500w\" sizes=\"(max-width: 829px) 100vw, 829px\" /></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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"How to play Wistia video in WordPress Gallery\";s:7:\"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://www.wonderplugin.com/wordpress-tutorials/how-to-play-wistia-video-in-wordpress-gallery/\";s: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, 31 Oct 2017 12:02:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";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:17:\"WordPress Gallery\";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:24:\"WordPress Gallery Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:23:\"WordPress Video Gallery\";s:7:\"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:36:\"https://www.wonderplugin.com/?p=5351\";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:425:\"Product: WonderPlugin Gallery Question: How to play Wistia video in WonderPlugin Gallery? Answer: 1. Log into your Wistia account, edit the video, click the button Video Actions, then click Embed & Share from the drop-down menu. In the popup, copy … <a href=\"https://www.wonderplugin.com/wordpress-tutorials/how-to-play-wistia-video-in-wordpress-gallery/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:2357:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-gallery/\" target=\"_blank\">WonderPlugin Gallery</a></p>\n<p><strong>Question</strong>:</p>\n<p>How to play Wistia video in <a href=\"https://www.wonderplugin.com/wordpress-gallery/\" target=\"_blank\">WonderPlugin Gallery</a>?<br />\n<span id=\"more-5351\"></span></p>\n<p><strong>Answer</strong>:</p>\n<p>1. Log into your Wistia account, edit the video, click the button Video Actions, then click Embed & Share from the drop-down menu. In the popup, copy the src value from the Inline Embed code and add it to the plugin.</p>\n<p><a href=\"https://www.wonderplugin.com/wp-content/uploads/2016/04/wordpress-add-wistia.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2016/04/wordpress-add-wistia.png\" alt=\"\" width=\"705\" height=\"341\" class=\"aligncenter size-full wp-image-3465\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2016/04/wordpress-add-wistia.png 705w, https://www.wonderplugin.com/wp-content/uploads/2016/04/wordpress-add-wistia-240x116.png 240w, https://www.wonderplugin.com/wp-content/uploads/2016/04/wordpress-add-wistia-600x290.png 600w, https://www.wonderplugin.com/wp-content/uploads/2016/04/wordpress-add-wistia-500x242.png 500w\" sizes=\"(max-width: 705px) 100vw, 705px\" /></a></p>\n<p>2. In WonderPlugin Gallery, step 1, click the button \"Add Iframe Video\", enter the Wistia video iframe src to the input box \"Iframe Video URL\", select an image for the \"Poster Image URL\".</p>\n<p><a href=\"https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery.png\" alt=\"\" width=\"814\" height=\"476\" class=\"aligncenter size-full wp-image-5352\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery.png 814w, https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery-240x140.png 240w, https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery-600x351.png 600w, https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery-768x449.png 768w, https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery-75x44.png 75w, https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery-500x292.png 500w\" sizes=\"(max-width: 814px) 100vw, 814px\" /></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:\"\";}}}}}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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Video slider for WordPress theme Ironfit\";s:7:\"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:87:\"https://www.wonderplugin.com/wordpress-slider/video-slider-for-wordpress-theme-ironfit/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Aug 2017 10:55:24 +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:16:\"WordPress Slider\";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:23:\"WordPress Slider Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:22:\"WordPress Video Slider\";s:7:\"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:36:\"https://www.wonderplugin.com/?p=5292\";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:389:\"Product: WonderPlugin Slider Question: I created a video slider with WonderPlugin Slider. When I preview the slider, it offers the play button to play the video. However, when I go to the live site it does not offer the play … <a href=\"https://www.wonderplugin.com/wordpress-slider/video-slider-for-wordpress-theme-ironfit/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:1626:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-slider/customize-the-wonderplugin-slider-text-navigation-skin/\" target=\"_blank\">WonderPlugin Slider</a></p>\n<p><strong>Question</strong>:</p>\n<p>I created a video slider with WonderPlugin Slider. When I preview the slider, it offers the play button to play the video. However, when I go to the live site it does not offer the play button and only shows the thumbnail photo. I am using the theme Ironfit from themeforest.</p>\n<p><span id=\"more-5292\"></span></p>\n<p><strong>Answer</strong>:</p>\n<p>In the theme options, Media tab, please switch off the option \"Substitute video tags\" and \"Use Media Element script for audio and video tags\".</p>\n<p><a href=\"https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media-600x520.png\" alt=\"\" width=\"600\" height=\"520\" class=\"aligncenter size-medium wp-image-5296\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media-600x520.png 600w, https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media-208x180.png 208w, https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media-768x665.png 768w, https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media-1024x887.png 1024w, https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media-75x65.png 75w, https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media-346x300.png 346w, https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media.png 1202w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></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:\"\";}}}}}i:3;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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Add specific posts to WordPress Carousel\";s:7:\"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:96:\"https://www.wonderplugin.com/wordpress-carousel-plugin/add-specific-posts-to-wordpress-carousel/\";s: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, 11 Aug 2017 22:48:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Carousel\";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:25:\"WordPress Carousel Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=5097\";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:410:\"Product: WonderPlugin Carousel Question: I try to create a WordPress carousel of posts. How could i add some specific posts to the carousel? Answer: You could create a special category, assign these posts to it, then in the plugin, step … <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/add-specific-posts-to-wordpress-carousel/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:939:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-carousel/\" target=\"_blank\">WonderPlugin Carousel</a></p>\n<p><strong>Question</strong>:</p>\n<p>I try to create a WordPress carousel of posts. How could i add some specific posts to the carousel?</p>\n<p><strong>Answer</strong>:</p>\n<p>You could create a special category, assign these posts to it, then in the plugin, step 1, Add WordPress Posts dialog, select this category.</p>\n<p>Or you could add a tag for these posts, then in the plugin, step 1, Add WordPress Posts dialog, enter the tag to the \"Select posts by tags\" input box. </p>\n<p>You could view this tutorial for how to create a WordPress carousel by selecting categories and tags: <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/wordpress-posts-carousel-by-tags/\" target=\"_blank\">https://www.wonderplugin.com/wordpress-carousel-plugin/wordpress-posts-carousel-by-tags/</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:\"\";}}}}}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:45:\"How to track tab clicks with Google Analytics\";s:7:\"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://www.wonderplugin.com/wordpress-tutorials/how-to-track-tab-clicks-with-google-analytics/\";s: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 Jul 2017 02:35:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"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:36:\"https://www.wonderplugin.com/?p=5005\";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:405:\"Product: WonderPlugin Tabs version 4.6 and above Question: For your WordPress tabs plugin, does it work with Google Analytics? Is there an way to allow me to find out \"pageview\" for each individual tab? Answer: In the plugin, step 3 … <a href=\"https://www.wonderplugin.com/wordpress-tutorials/how-to-track-tab-clicks-with-google-analytics/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:1114:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-tabs/\" target=\"_blank\">WonderPlugin Tabs</a> version 4.6 and above</p>\n<p><strong>Question</strong>:</p>\n<p>For your WordPress tabs plugin, does it work with Google Analytics? Is there an way to allow me to find out \"pageview\" for each individual tab?</p>\n<p><strong>Answer</strong>:</p>\n<p>In the plugin, step 3 Options tab -> \"Tab Options\", check the option \"Enable Google Analytics\", then enter your Google tracking ID to the following input box.</p>\n<p>The tab clicks will be logged as page view in your Google Analytics account, and it will add a URL parameter <code>tabid=TABID</code> to the current page URL. The <code>TABID</code> starts from 0.</p>\n<p>For example, for the tabs on the page <a href=\"https://www.wonderplugin.com/wordpress-tabs/\" target=\"_blank\">https://www.wonderplugin.com/wordpress-tabs/</a>, one click of the second tab will be logged as one page view of <code>/wordpress-tabs/?tabid=1</code> in Google Analytics, one click of the third tab will be logged as <code>/wordpress-tabs/?tabid=2</code>.</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: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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"How to create a WooCommerce Product Slider\";s:7:\"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:96:\"https://www.wonderplugin.com/wordpress-slider-plugin/how-to-create-a-woocommerce-product-slider/\";s: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, 24 Jun 2017 05:09:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WordPress Slider Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=4977\";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:435:\"Starting from version 9.5, WonderPlugin Slider added the support for WordPress custom post types. Since WooCommerce is based on custom post types, we can use the plugin to create WooCommerce product sliders. Online demos are at WooCommerce Product Slider Demos. … <a href=\"https://www.wonderplugin.com/wordpress-slider-plugin/how-to-create-a-woocommerce-product-slider/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:12416:\"<p>Starting from version 9.5, <a href=\"https://www.wonderplugin.com/wordpress-slider/\" target=\"_blank\">WonderPlugin Slider</a> added the support for WordPress custom post types. Since WooCommerce is based on custom post types, we can use the plugin to create WooCommerce product sliders.</p>\n<p><span id=\"more-4977\"></span></p>\n<p>Online demos are at <a href=\"https://www.wonderplugin.com/demo/woocommerce-slider/\" target=\"_blank\">WooCommerce Product Slider Demos</a>.</p>\n<p>The content of this tutorial is as following:</p>\n<ul>\n<li><a href=\"#step1\">1 - Add WordPress Custom Post Type</a></li>\n<li><a href=\"#step2\">2 - Define the slider Title, Description and Image</a></li>\n<li><a href=\"#step3\">3 - Add product price, star rating and an add to cart button</a></li>\n<li><a href=\"#step4\">4 - Link to the product page</a></li>\n<li><a href=\"#step5\">5 - Create a WooCommerce best selling products slider or a featured products slider</a></li>\n<li><a href=\"#step6\">6 - Create a featured products slider for WooCommerce 3.0 and above</a></li>\n</ul>\n<h3 id=\"step1\">1 - Add WordPress Custom Post Type</h3>\n<p>In WonderPlugin Slider, create or edit an existing slider, in step 1, click the button \"Add WooCommerce / Custom Post Type\".</p>\n<p>In the Add Custom Posts dialog, choose \"product\" for the Custom Post Type, then you can select the taxonomy \"product_cat\" and choose a category from the Term drop list. </p>\n<p style=\"text-align:center;\">\n<a href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel-600x492.png\" alt=\"woocommerce_product_carousel\" width=\"600\" height=\"492\" class=\"alignnone size-medium wp-image-4432\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel-600x492.png 600w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel-219x180.png 219w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel-768x630.png 768w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel-75x62.png 75w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel-366x300.png 366w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel.png 847w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a>\n</p>\n<p>You can also choose multiple taxonomies and define the logical relationship as AND or OR.</p>\n<p style=\"text-align:center;\">\n<a href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies-600x177.png\" alt=\"wordpress-custom-post-carousel-multiple-taxonomies\" width=\"600\" height=\"177\" class=\"alignnone size-medium wp-image-4338\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies-600x177.png 600w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies-240x71.png 240w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies-768x227.png 768w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies-75x22.png 75w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies-500x148.png 500w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies.png 850w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a>\n</p>\n<h3 id=\"step2\">2 - Define the slider Title, Description and Image</h3>\n<p>A slider item has a title, a description and an image. You can define the content with WooCommerce custom fields.</p>\n<p>For example, the following text in the \"Field for Title\" will use the product name as the title of the slider.</p>\n<pre class=\"brush: plain; title: ; notranslate\">\r\n%post_title%\r\n</pre>\n<p>The following text in the \"Field for Description\" will display the product short description/excerpt and a Add to Cart button.</p>\n<pre class=\"brush: xml; title: ; notranslate\">\r\n<p>%post_excerpt%</p><p><a href="/cart/?add-to-cart=%ID%"><button class="single_add_to_cart_button button alt">Add to cart</button></a></p>\r\n</pre>\n<p>In the above code, <code>%post_excerpt%</code> will display the product short description. The link <code>/cart/?add-to-cart=%ID%</code> is the \"add to cart\" URL of the product.</p>\n<p>If the excerpt is too long, you can change the option \"Maximum Post Content/Excerpt Word Length\" to a smaller value. You can view the created online demo at <a href=\"https://www.wonderplugin.com/demo/woocommerce-slider/\" target=\"_blank\">WooCommerce Product Slider Demo</a>.</p>\n<p style=\"text-align:center;\">\n<a href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields-600x172.png\" alt=\"wordpress-woocommerce-carousel-fields\" width=\"600\" height=\"172\" class=\"alignnone size-medium wp-image-4345\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields-600x172.png 600w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields-240x69.png 240w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields-768x221.png 768w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields-75x22.png 75w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields-500x144.png 500w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields.png 839w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a>\n</p>\n<p>The supported WooCommerce product fields are as following:</p>\n<table class=\"table table-bordered table-striped\">\n<thead>\n<tr>\n<th width=\"30%\">Field Macro</th>\n<th width=\"70%\">Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>%ID%</code></td>\n<td>Product ID</td>\n</tr>\n<tr>\n<td><code>%post_title%</code></td>\n<td>Product name</td>\n</tr>\n<tr>\n<td><code>%post_content%</code></td>\n<td>Product description</td>\n</tr>\n<tr>\n<td><code>%post_excerpt%</code></td>\n<td>Product short description</td>\n</tr>\n<tr>\n<td><code>%featured_image%</code></td>\n<td>Product image</td>\n</tr>\n<tr>\n<td><code>%wc_price_html%</code></td>\n<td>Product price HTML code</td>\n</tr>\n<tr>\n<td><code>%wc_rating_html%</code></td>\n<td>Product star rating HTML code</td>\n</tr>\n<tr>\n<td><code>%wc_rating_count%</code></td>\n<td>Product rating count</td>\n</tr>\n<tr>\n<td><code>%wc_average_rating%</code></td>\n<td>Product average rating</td>\n</tr>\n<tr>\n<td><code>%wc_review_count%</code></td>\n<td>Product review count</td>\n</tr>\n<tr>\n<td><code>%wc_total_sales%</code></td>\n<td>Total sales</td>\n</tr>\n</tbody>\n</table>\n<h3 id=\"step3\">3 - Add product price, star rating and an add to cart button</h3>\n<p>To add the product price, star rating and an add to cart button to the carousel, you can enter the following code to the Field for Description input box:</p>\n<pre class=\"brush: xml; title: ; notranslate\">\r\n<div class="wc_price">%wc_price_html%</div>\r\n<div class="wc_rating">%wc_rating_html%</div>\r\n<div class="wc_add_to_cart"><a href="/demo/cart/?add-to-cart=%ID%"><button class="single_add_to_cart_button button alt">Add to cart</button></a></div>\r\n</pre>\n<p style=\"text-align:center;\"><a href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating-600x318.png\" alt=\"woocommerce-carousel-with-price-rating\" width=\"600\" height=\"318\" class=\"alignnone size-medium wp-image-4388\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating-600x318.png 600w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating-240x127.png 240w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating-768x407.png 768w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating-75x40.png 75w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating-500x265.png 500w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating.png 855w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></p>\n<p>In the plugin, step 3 Options tab, Advanced Options, enter the following code to the Custom CSS input box to customise the style:</p>\n<pre class=\"brush: css; title: ; notranslate\">\r\n#wonderpluginslider-SLIDERID .wc_price,\r\n#wonderpluginslider-SLIDERID .wc_price del,\r\n#wonderpluginslider-SLIDERID .wc_price ins {\r\n color: #333;\r\n background: transparent;\r\n font-size: 12px;\r\n color: #77a464;\r\n}\r\n\r\n#wonderpluginslider-SLIDERID .wc_rating {\r\n display: inline-block;\r\n margin: 8px auto;\r\n}\r\n</pre>\n<h3 id=\"step4\">4 - Link to the product page</h3>\n<p>In the Add Custom Posts dialog, check the option \"Open the post page or image lightbox on clicking the image\" and \"Click to open the post page\", it will open the product page on clicking the slider image.</p>\n<h3 id=\"step5\">5 - Create a WooCommerce best selling products slider or a featured products slider</h3>\n<p>To create a WooCommerce best selling products slider or a featured products slider, in the \"Add WooCommerce / Custom Posts\" dialog, check the option \"WooCommerce best selling products\" or the option \"WooCommerce featured products\".</p>\n<p>If you select both options, you can also define the logical relation of the two options as \"AND\" or \"OR\".</p>\n<p style=\"text-align:center;\">\n<a href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel-600x217.png\" alt=\"woocommerce-best-selling-product-carousel\" width=\"600\" height=\"217\" class=\"alignnone size-medium wp-image-4434\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel-600x217.png 600w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel-240x87.png 240w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel-768x277.png 768w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel-75x27.png 75w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel-500x180.png 500w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel.png 848w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a>\n</p>\n<h3 id=\"step6\">6 - Create a featured products slider for WooCommerce 3.0 and above</h3>\n<p>From WooCommerce 3, featured products are using the new product_visibility taxonomy instead of meta. To create a featured products slider, select \"Taxonomy: product_visibility\" from the \"Query by Taxonomy and Terms\", then select \"Term: featured\" from the term list.</p>\n<p><img src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce3-featured.png\" alt=\"woocommerce3 featured products\" width=\"748\" height=\"163\" class=\"aligncenter size-full wp-image-4798\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce3-featured.png 748w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce3-featured-240x52.png 240w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce3-featured-600x131.png 600w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce3-featured-75x16.png 75w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce3-featured-500x109.png 500w\" sizes=\"(max-width: 748px) 100vw, 748px\" /></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:6;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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Create a grid gallery with pagination numbers\";s:7:\"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://www.wonderplugin.com/wordpress-grid-gallery/create-a-grid-gallery-with-pagination-numbers/\";s: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, 07 Jun 2017 04:10: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:2:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress Grid Gallery\";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:26:\"WordPress Portfolio Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=4945\";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:417:\"Product: WonderPlugin Portfolio Grid Gallery Question: Is it possible to add pagination numbers to the portfolio grid gallery? I would like the visitor click the numbers to goto the next page. Answer: In the plugin, step 3 Options tab, \"Load … <a href=\"https://www.wonderplugin.com/wordpress-grid-gallery/create-a-grid-gallery-with-pagination-numbers/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:27327:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-gridgallery/\" target=\"_blank\">WonderPlugin Portfolio Grid Gallery</a></p>\n<p><strong>Question</strong>:</p>\n<p>Is it possible to add pagination numbers to the portfolio grid gallery? I would like the visitor click the numbers to goto the next page.<br />\n<span id=\"more-4945\"></span></p>\n<p><strong>Answer</strong>:</p>\n<p>In the plugin, step 3 Options tab, \"Load More and Pagination\", select \"Pagination\", define a number for the \"Items Per Page/Load\". You can also select the position and style of the pagination buttons at the bottom of the options panel.</p>\n<p>The following is the demo:</p>\n<div id=\"wondergridgallerylightbox_options\" data-skinsfoldername=\"skins/default/\" data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-gridgallery/engine/\" style=\"display:none;\"></div>\r\n<style type=\"text/css\">@import url(https://fonts.googleapis.com/css?family=Open+Sans); #wonderplugingridgallery-31 .wonderplugin-gridgallery-item-text { background-color: rgba(51, 51, 51, 0.5); color: #fff; text-align: center; font: 14px \"open sans\", Arial, Helvetica, sans-serif; padding: 8px 0px; position: absolute; left: 0px; bottom: 0px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } #wonderplugingridgallery-31 .wonderplugin-gridgallery-item-title { font-size: 14px; } #wonderplugingridgallery-31 .wonderplugin-gridgallery-item-description { font-size: 12px; } #wonderplugingridgallery-31 .wonderplugin-gridgallery-item-button { } .wpgridgallery-socialmedia-button { display: inline-block; margin: 4px; }.wpgridgallery-socialmedia-button a { box-shadow: none; }.wpgridgallery-socialmedia-icon { display:table-cell; width:32px; height:32px; font-size:18px; border-radius:50%; color:#fff; vertical-align:middle; text-align:center; cursor:pointer; padding:0;}.wpgridgallery-socialmedia-rotate { transition: transform .4s ease-in; } .wpgridgallery-socialmedia-rotate:hover { transform: rotate(360deg); }</style><style type=\"text/css\">#wonderplugingridgallery-31 .wpp-category-greybutton .wonderplugin-gridgallery-tag { border: none; background: #666; color: #fff; padding: 6px 12px; font-size: 12px; font-weight: normal; font-family: \"Lucida Sans Unicode\",\"Lucida Grande\",sans-serif,Arial; box-sizing: border-box; cursor: pointer; text-align: center; text-decoration: none; text-shadow: none; text-transform: none; white-space: nowrap; -webkit-font-smoothing: antialiased; border-radius: 2px; transition: background-color 0.3s ease; } #wonderplugingridgallery-31 .wpp-category-greybutton .wonderplugin-gridgallery-tag:hover { border: none; background: #999; color: #fff; } #wonderplugingridgallery-31 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected, #wonderplugingridgallery-31 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:hover { border: none; background: #f3b200; color: #fff; }</style><style type=\"text/css\">#wonderplugingridgallery-31 .wonderplugin-gridgallery-pagination { display: block; text-align: center; margin: 8px; } #wonderplugingridgallery-31 .wonderplugin-gridgallery-pagination-btn { display: inline-block; border: none; background: #666; color: #fff; margin: 6px; padding: 4px 10px; font-size: 12px; font-weight: normal; font-family: \"Lucida Sans Unicode\",\"Lucida Grande\",sans-serif,Arial; box-sizing: border-box; cursor: pointer; text-align: center; text-decoration: none; text-shadow: none; text-transform: none; white-space: nowrap; -webkit-font-smoothing: antialiased; border-radius: 2px; transition: background-color 0.3s ease; } #wonderplugingridgallery-31 .wonderplugin-gridgallery-pagination-btn:hover { border: none; background: #999; color: #fff; } #wonderplugingridgallery-31 .wonderplugin-gridgallery-pagination-btn-selected { border: none; background: #f3b200; color: #fff; }</style><div class=\"wonderplugingridgallery\" id=\"wonderplugingridgallery-31\" data-gridgalleryid=\"31\" data-width=\"200\" data-height=\"150\" data-skin=\"tiles\" data-style=\"classic\" data-categorylist=\"[{"slug":"all","caption":"Show All"}]\" data-masonrymode=\"false\" data-random=\"false\" data-shownavigation=\"true\" data-nohoverontouchscreen=\"false\" data-hoverzoomin=\"true\" data-hoverzoominimageonly=\"true\" data-hoverzoominimagecenter=\"false\" data-hoverfade=\"true\" data-responsive=\"true\" data-mediumscreen=\"true\" data-smallscreen=\"true\" data-showtitle=\"true\" data-showtexttitle=\"true\" data-showtextdescription=\"false\" data-showtextbutton=\"false\" data-overlaylink=\"false\" data-donotaddtext=\"false\" data-lightboxnogroup=\"false\" data-lightboxcategorygroup=\"false\" data-lightboxshowallcategories=\"false\" data-lightboxshowtitle=\"true\" data-lightboxshowdescription=\"false\" data-lightboxresponsive=\"true\" data-centerimage=\"true\" data-circularimage=\"false\" data-firstimage=\"false\" data-textinsidespace=\"false\" data-donotinit=\"false\" data-addinitscript=\"false\" data-lightboxshowsocial=\"true\" data-lightboxshowfacebook=\"true\" data-lightboxshowtwitter=\"true\" data-lightboxshowpinterest=\"true\" data-lightboxsocialrotateeffect=\"true\" data-lightboxenablehtml5poster=\"false\" data-categoryshow=\"false\" data-categoryhideall=\"false\" data-categorymulticat=\"false\" data-categoryatleastone=\"false\" data-addvideoplaybutton=\"true\" data-lightboxfullscreenmode=\"false\" data-lightboxcloseonoverlay=\"true\" data-lightboxvideohidecontrols=\"false\" data-lightboxresponsivebarheight=\"false\" data-lightboxnotkeepratioonsmallheight=\"false\" data-lazyloadimages=\"true\" data-triggerresize=\"false\" data-lightboxautoslide=\"false\" data-lightboxshowtimer=\"true\" data-lightboxshowplaybutton=\"true\" data-lightboxalwaysshownavarrows=\"false\" data-lightboxshowtitleprefix=\"true\" data-thumbwidth=\"90\" data-thumbheight=\"60\" data-thumbtopmargin=\"12\" data-thumbbottommargin=\"4\" data-barheight=\"64\" data-titlebottomcss=\"color:#333; font-size:14px; font-family:Armata,sans-serif,Arial; overflow:hidden; text-align:left;\" data-descriptionbottomcss=\"color:#333; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;\" data-googleanalyticsaccount=\"\" data-gap=\"4\" data-margin=\"0\" data-borderradius=\"0\" data-hoverzoominvalue=\"24\" data-hoverzoominduration=\"180\" data-hoverzoominimagescale=\"1.1\" data-hoverzoominimageduration=\"360\" data-hoverfadeopacity=\"0.8\" data-hoverfadeduration=\"300\" data-videoplaybutton=\"playvideo-64-64-0.png\" data-column=\"4\" data-mediumcolumn=\"3\" data-mediumscreensize=\"800\" data-smallcolumn=\"2\" data-smallscreensize=\"600\" data-titlemode=\"mouseover\" data-titleeffect=\"slide\" data-titleeffectduration=\"300\" data-titleheight=\"0\" data-scalemode=\"fill\" data-lightboxbgcolor=\"#fff\" data-lightboxoverlaybgcolor=\"#000\" data-lightboxoverlayopacity=\"0.9\" data-categoryposition=\"topleft\" data-categorystyle=\"wpp-category-greybutton\" data-categorydefault=\"all\" data-verticalcategorysmallscreenwidth=\"480\" data-triggerresizedelay=\"100\" data-lightboxsocialposition=\"position:absolute;top:100%;right:0;\" data-lightboxsocialpositionsmallscreen=\"position:absolute;top:100%;right:0;left:0;\" data-lightboxsocialdirection=\"horizontal\" data-lightboxsocialbuttonsize=\"32\" data-lightboxsocialbuttonfontsize=\"18\" data-lightboxtitlestyle=\"bottom\" data-lightboximagepercentage=\"75\" data-lightboxdefaultvideovolume=\"1\" data-lightboxtitleprefix=\"%NUM / %TOTAL\" data-lightboxtitleinsidecss=\"color:#fff; font-size:16px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left;\" data-lightboxdescriptioninsidecss=\"color:#fff; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;\" data-lightboxsmallscreenheight=\"415\" data-lightboxbarheightonsmallheight=\"64\" data-lazyloadmode=\"pagination\" data-itemsperpage=\"8\" data-loadmorecaption=\"Load More\" data-loadmorecssstyle=\"wpp-loadmore-greybutton\" data-paginationcssstyle=\"wpp-pagination-yellowbutton\" data-paginationpos=\"bottom\" data-lightboxslideinterval=\"5000\" data-lightboxtimerposition=\"bottom\" data-lightboxtimercolor=\"#dc572e\" data-lightboxtimeropacity=\"1\" data-lightboxbordersize=\"8\" data-lightboxborderradius=\"0\" data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-gridgallery/engine/\" data-skinsfoldername=\"skins/default/\" style=\"display:none;position:relative;margin:0 auto;width:100%;max-width:812px;\" ><div class=\"wonderplugin-gridgallery-list\" style=\"display:block;position:relative;max-width:100%;margin:0 auto;\"><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-threedogs-600x375.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-threedogs.jpeg\" data-title=\"unsplash-threedogs\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-threedogs\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-threedogs-600x375.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-parrot-400x600.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-parrot.jpeg\" data-title=\"unsplash-parrot\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-parrot\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-parrot-400x600.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-lion-399x600.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-lion.jpeg\" data-title=\"unsplash-lion\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-lion\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-lion-399x600.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-kitten-600x400.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-kitten.jpeg\" data-title=\"unsplash-kitten\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-kitten\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-kitten-600x400.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-horse-400x600.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-horse.jpeg\" data-title=\"unsplash-horse\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-horse\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-horse-400x600.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-eagle-600x400.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-eagle.jpg\" data-title=\"unsplash-eagle\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-eagle\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-eagle-600x400.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog5-600x400.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog5.jpeg\" data-title=\"unsplash-dog5\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-dog5\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog5-600x400.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog4-600x399.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog4.jpeg\" data-title=\"unsplash-dog4\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-dog4\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog4-600x399.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog3-600x400.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog3.jpeg\" data-title=\"unsplash-dog3\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-dog3\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog3-600x400.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog2-338x600.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog2.jpeg\" data-title=\"unsplash-dog2\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-dog2\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog2-338x600.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog-600x480.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog.jpeg\" data-title=\"unsplash-dog\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-dog\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog-600x480.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-cutedog-424x600.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-cutedog.jpeg\" data-title=\"unsplash-cutedog\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-cutedog\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-cutedog-424x600.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-camel-600x402.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-camel.jpeg\" data-title=\"unsplash-camel\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-camel\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-camel-600x402.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-zebra-600x400.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-zebra.jpeg\" data-title=\"unsplash-zebra\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-zebra\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-zebra-600x400.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1467173572719-f14b9fb86e5f-600x400.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1467173572719-f14b9fb86e5f.jpeg\" data-title=\"photo-1467173572719-f14b9fb86e5f\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"photo-1467173572719-f14b9fb86e5f\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1467173572719-f14b9fb86e5f-600x400.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1466220666686-90bdba318c9a-600x395.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1466220666686-90bdba318c9a.jpeg\" data-title=\"photo-1466220666686-90bdba318c9a\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"photo-1466220666686-90bdba318c9a\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1466220666686-90bdba318c9a-600x395.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1465464388793-12ae9c0a6166-600x400.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1465464388793-12ae9c0a6166.jpeg\" data-title=\"photo-1465464388793-12ae9c0a6166\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"photo-1465464388793-12ae9c0a6166\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1465464388793-12ae9c0a6166-600x400.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1465441494912-68f5747c3fe0-600x397.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1465441494912-68f5747c3fe0.jpeg\" data-title=\"photo-1465441494912-68f5747c3fe0\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"photo-1465441494912-68f5747c3fe0\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1465441494912-68f5747c3fe0-600x397.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/06/blue-grape-hyacinths-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/06/blue-grape-hyacinths.jpg\" data-title=\"blue-grape-hyacinths.jpg\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"blue-grape-hyacinths.jpg\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/06/blue-grape-hyacinths-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2015/03/daffodil-flowers-600x450.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2015/03/daffodil-flowers.jpg\" data-title=\"Daffodil Flowers\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Daffodil Flowers\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2015/03/daffodil-flowers-600x450.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/tulip-flower-garden-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/tulip-flower-garden.jpg\" data-title=\"Tulip\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Tulip\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/tulip-flower-garden-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/sunny-day-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/sunny-day.jpg\" data-title=\"Sunny\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Sunny\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/sunny-day-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/snow_mountain-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/snow_mountain.jpg\" data-title=\"Mountain\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Mountain\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/snow_mountain-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/sakura-trees-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/sakura-trees.jpg\" data-title=\"Sakura\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Sakura\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/sakura-trees-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/red_tulip-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/red_tulip.jpg\" data-title=\"Red Tulip\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Red Tulip\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/red_tulip-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/night-in-the-city-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/night-in-the-city.jpg\" data-title=\"City\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"City\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/night-in-the-city-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/dictionary-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/dictionary.jpg\" data-title=\"Dictionary\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Dictionary\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/dictionary-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/desert-sunrise-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/desert-sunrise.jpg\" data-title=\"Sunrise\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Sunrise\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/desert-sunrise-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/dandelion-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/dandelion.jpg\" data-title=\"Dandelion\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Dandelion\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/dandelion-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/blue-grape-hyacinths1-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/blue-grape-hyacinths1.jpg\" data-title=\"Blue\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Blue\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/blue-grape-hyacinths1-600x600.jpg\" /></a></div></div><div style=\"clear:both;\"></div></div><div style=\"clear:both;\"></div></div>\n\";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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Define different colour for tabs\";s:7:\"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://www.wonderplugin.com/wordpress-tabs-plugin/define-different-colour-for-tabs/\";s: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, 07 Jun 2017 04:05: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:21:\"WordPress Tabs Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=4941\";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:387:\"Product: WonderPlugin Tabs Plugin Question: Is it possible to define a different colour for each tab? Answer: In the plugin, step 3 Options tab, you can add the following code to the Custom CSS input box: The following is the … <a href=\"https://www.wonderplugin.com/wordpress-tabs-plugin/define-different-colour-for-tabs/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:33949:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-tabs/\" target=\"_blank\">WonderPlugin Tabs Plugin</a></p>\n<p><strong>Question</strong>:</p>\n<p>Is it possible to define a different colour for each tab?<br />\n<span id=\"more-4941\"></span></p>\n<p><strong>Answer</strong>:</p>\n<p>In the plugin, step 3 Options tab, you can add the following code to the Custom CSS input box:</p>\n<pre class=\"brush: css; title: ; notranslate\">\r\n#wonderplugintabs-TABSID .wonderplugintabs-header-li:nth-child(1) {\r\n background-color: #90ee90 !important;\r\n}\r\n\r\n#wonderplugintabs-TABSID .wonderplugintabs-header-li:nth-child(1):hover {\r\n background-color: #a0ffa0 !important;\r\n}\r\n\r\n#wonderplugintabs-TABSID .wonderplugintabs-header-li:nth-child(2) {\r\n background-color: #ffe4b5 !important;\r\n}\r\n\r\n#wonderplugintabs-TABSID .wonderplugintabs-header-li:nth-child(2):hover {\r\n background-color: #fff4c5!important;\r\n}\r\n\r\n#wonderplugintabs-TABSID .wonderplugintabs-header-li:nth-child(3) {\r\n background-color: #66cdaa !important;\r\n}\r\n\r\n#wonderplugintabs-TABSID .wonderplugintabs-header-li:nth-child(3):hover {\r\n background-color: #77debb !important;\r\n}\r\n</pre>\n<p>The following is the created demo:</p>\n<style type=\"text/css\">#wonderplugintabs-12 .wonderplugintabs-header-li:nth-child(1) { background-color: #90ee90 !important; } #wonderplugintabs-12 .wonderplugintabs-header-li:nth-child(1):hover { background-color: #a0ffa0 !important; } #wonderplugintabs-12 .wonderplugintabs-header-li:nth-child(2) { background-color: #ffe4b5 !important; } #wonderplugintabs-12 .wonderplugintabs-header-li:nth-child(2):hover { background-color: #fff4c5!important; } #wonderplugintabs-12 .wonderplugintabs-header-li:nth-child(3) { background-color: #66cdaa !important; } #wonderplugintabs-12 .wonderplugintabs-header-li:nth-child(3):hover { background-color: #77debb !important; }</style><style type=\"text/css\">#wonderplugintabs-12 > .wonderplugintabs-header-wrap { box-sizing: border-box; display: block; position: relative; z-index: 1; float: left; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-inner-wrap { box-sizing: border-box; display: block; height: 100%; overflow: hidden; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-inner-wrap-arrows { padding-top: 4px; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-ul { box-sizing: border-box; display: block; position: relative; list-style: none; margin: 0; padding: 0; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li { box-sizing: border-box; display: block; position: relative; text-align: left; cursor: pointer; margin: 0 0 4px 0; padding: 8px 12px; background-color: #f6f6f6; border: 1px solid #ccc; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-next { border-left: 1px solid #ccc; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li:hover { background-color: #fff; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-active { background-color: #fff; border-right: none; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-active-last { } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-first { } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-first-side-arrows { } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-last { } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-last-side-arrows { } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-prev { display: none; text-align: center; position: absolute; top: 0; left: 0; width: 100%; cursor: pointer; background-color: #f6f6f6; border: 1px solid #ccc; border-top-left-radius: 4px; border-bottom-left-radius: 4px; height: 40px; z-index: 1; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-prev:before { position: relative; top: 50%; margin-top: -8px; font-family: FontAwesome; font-size: 16px; display: block; color: #666; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-prev:hover { background-color: #fff; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-next { display: none; text-align: center; position: absolute; bottom: 0; left: 0; width: 100%; cursor:pointer; background-color: #f6f6f6; border: 1px solid #ccc; border-top-left-radius: 4px; border-bottom-left-radius: 4px; height: 40px; z-index: 1; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-next:before { position: relative; top: 50%; margin-top: -8px; font-family: FontAwesome; font-size: 16px; display: block; color: #666; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-next:hover { background-color: #fff; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu { box-sizing: border-box; display: none; text-align: center; position: absolute; bottom: 0; left: 0; cursor: pointer; width: 100%; background-color: #f6f6f6; border: 1px solid #ccc; border-top-left-radius: 4px; border-bottom-left-radius: 4px; padding: 8px 12px; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-caption { display: table-cell; vertical-align: middle; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-text { font-family: \"Open Sans\", Arial, sans-serif; font-size: 12px; font-weight: 400; vertical-align: middle; color: #333; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-icon { font-family: FontAwesome; font-size: 14px; vertical-align: middle; margin: 8px; color: #666; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu:hover { background-color: #fff; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-dropdown { box-sizing: border-box; display: none; position: absolute; white-space: nowrap; bottom: 0; left: 100%; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; box-shadow: 0 6px 12px rgba(0,0,0,.175); } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-dropdown-item { padding: 12px 32px 12px 20px; cursor: pointer; text-align: left; background-color: #fff; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-dropdown-item:hover { background-color: #f9f9f9; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-icon-fontawesome { font-family: FontAwesome; font-size: 18px; vertical-align: middle; margin: 8px; color: #666; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-icon-image { margin: 4px; vertical-align: middle; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-title { display: inline-block; margin: 4px; font-family: \"Open Sans\", Arial, sans-serif; font-size: 12px; font-weight: 400; vertical-align: middle; color: #333; white-space: nowrap; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap-fullwidth { float: none; } #wonderplugintabs-12 > .wonderplugintabs-panel-wrap-fullwidth { left: 0; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-fullwidth { display: block; margin: 0; border: 1px solid #ccc; border-bottom: none; text-align: left; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } #wonderplugintabs-12 > .wonderplugintabs-panel-wrap { box-sizing: border-box; position: relative; display: block; overflow: hidden; border: 1px solid #ccc; background-color: #fff; left: -1px; } #wonderplugintabs-12 > .wonderplugintabs-panel-wrap > .wonderplugintabs-panel { box-sizing: border-box; display: block; visibility: hidden; position: absolute; top: 0; left: 0; width: 100%; text-align: left; padding: 24px; } #wonderplugintabs-12 > .wonderplugintabs-panel-wrap > .wonderplugintabs-panel-active { position: relative; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-ul-fullwidth { white-space: normal; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-fullwidth { border-radius: 0; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-panel { padding: 24px; text-align: left; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-panel-active { position: relative; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-fullwidth .wonderplugintabs-header-caption:after { position:absolute; color:#333; top: 12px; right:8px; content: \"\\f107\"; font-family: FontAwesome; font-size: 16px; font-weight:400; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-fullwidth.wonderplugintabs-header-li-active .wonderplugintabs-header-caption:after { content: \"\\f106\"; }</style><div id=\"wonderplugintabs-container-12\" style=\"max-width:100%;margin:0 auto;\"><div style=\"display:none;\" class=\"wonderplugintabs\" id=\"wonderplugintabs-12\" data-tabsid=\"12\" data-width=\"800\" data-height=\"400\" data-skin=\"verticallefttabs\" data-enabletabindex=\"false\" data-keyaccess=\"false\" data-fullwidthtabs=\"false\" data-accordion=\"false\" data-accordionmultiple=\"false\" data-accordioncloseall=\"false\" data-switchonmouseover=\"false\" data-savestatusincookie=\"false\" data-extendedheight=\"false\" data-responsive=\"true\" data-fullwidth=\"true\" data-applydisplaynonetohiddenpanel=\"true\" data-triggerresize=\"true\" data-triggerresizeonload=\"true\" data-disablewpautop=\"false\" data-hidetitleonsmallscreen=\"false\" data-donotinit=\"false\" data-addinitscript=\"false\" data-fullwidthtabsonsmallscreen=\"true\" data-accordiononsmallscreen=\"true\" data-heightmode=\"auto\" data-minheight=\"300\" data-firstid=\"0\" data-direction=\"vertical\" data-tabposition=\"left\" data-tabiconposition=\"left\" data-horizontaltabalign=\"left\" data-hidetitleonsmallscreenwidth=\"768\" data-transition=\"\" data-responsivemode=\"menu\" data-tabarrowmode=\"slide\" data-horizontalarrowwidthsameasheight=\"pixels\" data-horizontalarrowwidth=\"32\" data-arrowprevicon=\"fa-angle-up\" data-arrownexticon=\"fa-angle-down\" data-dropdownmenutext=\"More\" data-dropdownmenuicon=\"fa-angle-right\" data-triggerresizetimeout=\"10\" data-triggerresizeonloadtimeout=\"0\" data-fullwidthtabsonsmallscreenwidth=\"480\" data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-tabs/engine/\" data-skinsfoldername=\"skins\" ><div class=\"wonderplugintabs-header-wrap\"><div class=\"wonderplugintabs-header-inner-wrap\"><ul class=\"wonderplugintabs-header-ul\"><li class=\"wonderplugintabs-header-li wonderplugintabs-header-li-first\"><div class=\"wonderplugintabs-header-caption\"><span class=\"wonderplugintabs-header-icon-fontawesome fa-pencil-square-o\"></span><div class=\"wonderplugintabs-header-title\">WordPress Tabs</div></div></li><li class=\"wonderplugintabs-header-li\"><div class=\"wonderplugintabs-header-caption\"><span class=\"wonderplugintabs-header-icon-fontawesome fa-file-o\"></span><div class=\"wonderplugintabs-header-title\">Page Tabs</div></div></li><li class=\"wonderplugintabs-header-li wonderplugintabs-header-li-last\"><div class=\"wonderplugintabs-header-caption\"><span class=\"wonderplugintabs-header-icon-fontawesome fa-code\"></span><div class=\"wonderplugintabs-header-title\">Shortcode</div></div></li></ul></div></div><div class=\"wonderplugintabs-panel-wrap\" style=\"min-height:300px;\"><div class=\"wonderplugintabs-panel wonderplugintabs-panel-first\"><div class=\"wonderplugintabs-panel-inner\"><h3>Vertical WordPress Tabs</h3>\n\n<p>WonderPlugin Tabs plugin is the easiest way to display tabbed content on your WordPress site. With pre-made skins, you can create responsive horizontal and vertical WordPress tabs.</p>\n\n<p>\n<a href=\"/download/wonderplugin-tabs-free.zip\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'download\',\'https://www.wonderplugin.com/download/wonderplugin-tabs-free.zip\']);\"><button class=\"btn btn-success btn-large\" type=\"button\">Download Free Version</button></a> \n<a href=\"/order/?product=tabs\"><button type=\"button\" class=\"btn btn-warning btn-large\">Upgrade to Commercial Version</button></a>\n</p>\n\n<p>\n<span class=\"smalltitle\">Compatibility: WordPress 3.6 and above</span><br />\n<span class=\"smalltitle\">By downloading or using the software, you agree to the <a href=\"/terms-of-use/\" title=\"Terms of Use\" target=\"_blank\">Terms of Use</a>.</span>\n</p></div></div><div class=\"wonderplugintabs-panel\"><div class=\"wonderplugintabs-panel-inner\"><h3>WordPress Page Tabs</h3>\n<p>WonderPlugin Tabs plugin allows you to display WordPress page contents in tabs.</p>\n<p>The content of this tab is retrieved from page: <a href=\"https://www.wonderplugin.com/wordpress-tabs/wordpress-tabs-plugin-demo-page/\" target=\"_blank\">https://www.wonderplugin.com/wordpress-tabs/wordpress-tabs-plugin-demo-page/</a>.</p>\n<p>Shortcodes are supported in the page. The following carousel is created with <a title=\"WordPress Carousel Plugin\" href=\"https://www.wonderplugin.com/wordpress-carousel/\" target=\"_blank\">WonderPlugin Carousel</a>, and added to the page with a shortcode.</p>\n<p><div class=\"wondercarousellightbox_options\" data-skinsfoldername=\"\" data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-carousel/engine/\" style=\"display:none;\"></div>\r\n<style type=\"text/css\">@import url(https://fonts.googleapis.com/css?family=Open+Sans); #wonderplugincarousel-30 .amazingcarousel-image { position: relative; padding: 4px; } #wonderplugincarousel-30 .amazingcarousel-image img { display: block; width: 100%; max-width: 100%; border: 0; margin: 0; padding: 0; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); } #wonderplugincarousel-30 .amazingcarousel-title { position:relative; font:14px \"Open Sans\", sans-serif; color:#333333; margin:6px; text-align:center; text-shadow:0px 1px 1px #fff; } #wonderplugincarousel-30 .amazingcarousel-list-container { padding: 16px 0; } #wonderplugincarousel-30 .amazingcarousel-item-container { text-align: center; padding: 4px; background-color: #fff; border: 1px solid #ddd; -moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1); -webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1); box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1); } #wonderplugincarousel-30 .amazingcarousel-prev { left: 0%; top: 50%; margin-left: -48px; margin-top: -16px; } #wonderplugincarousel-30 .amazingcarousel-next { right: 0%; top: 50%; margin-right: -48px; margin-top: -16px; } #wonderplugincarousel-30 .amazingcarousel-nav { position: absolute; width: 100%; top: 100%; } #wonderplugincarousel-30 .amazingcarousel-bullet-wrapper { margin: 4px auto; } .amazingcarousel-socialmedia-button { display: inline-block; margin: 4px; }.amazingcarousel-socialmedia-button a { box-shadow: none; }.amazingcarousel-socialmedia-icon { display:table-cell; width:32px; height:32px; font-size:18px; border-radius:50%; color:#fff; vertical-align:middle; text-align:center; cursor:pointer; padding:0;}.amazingcarousel-socialmedia-rotate { transition: transform .4s ease-in; } .amazingcarousel-socialmedia-rotate:hover { transform: rotate(360deg); }</style><div class=\"wonderplugincarousel-container\" id=\"wonderplugincarousel-container-30\"><div class=\"wonderplugincarousel\" id=\"wonderplugincarousel-30\" data-carouselid=\"30\" data-width=\"200\" data-height=\"160\" data-skin=\"classic\" data-autoplay=\"true\" data-random=\"false\" data-circular=\"true\" data-responsive=\"true\" data-showhoveroverlay=\"true\" data-showhoveroverlayalways=\"false\" data-lightboxresponsive=\"true\" data-lightboxshownavigation=\"false\" data-lightboxshowtitle=\"true\" data-lightboxshowdescription=\"false\" data-usescreenquery=\"false\" data-lightboxenablepdfjs=\"true\" data-lightboxpdfjsengine=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-pdf-embed/pdfjs/web/viewer.html\" data-visibleitems=\"3\" data-arrowstyle=\"always\" data-arrowimage=\"arrows-32-32-2.png\" data-arrowwidth=\"32\" data-arrowheight=\"32\" data-navstyle=\"bullets\" data-navimage=\"bullet-16-16-0.png\" data-navwidth=\"16\" data-navheight=\"16\" data-navspacing=\"8\" data-hoveroverlayimage=\"hoveroverlay-64-64-3.png\" data-lightboxthumbwidth=\"90\" data-lightboxthumbheight=\"60\" data-lightboxthumbtopmargin=\"12\" data-lightboxthumbbottommargin=\"4\" data-lightboxbarheight=\"64\" data-lightboxtitlebottomcss=\"{color:#333; font-size:14px; font-family:Armata,sans-serif,Arial; overflow:hidden; text-align:left;}\" data-lightboxdescriptionbottomcss=\"{color:#333; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;}\" data-screenquery=\'{ \"tablet\": { \"screenwidth\": 900, \"visibleitems\": 2 }, \"mobile\": { \"screenwidth\": 600, \"visibleitems\": 1 } }\' data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-carousel/engine/\" style=\"display:none;position:relative;margin:0 auto;width:100%;max-width:600px;\" ><div class=\"amazingcarousel-list-container\" style=\"overflow:hidden;\"><ul class=\"amazingcarousel-list\"><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"http://www.youtube.com/embed/YE7VzlLtp-4\" title=\"Big Buck Bunny\" data-description=\"Big Buck Bunny by Blender Foundation\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Big_Buck_Bunny_1_800_530-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Big_Buck_Bunny_1_800_530.jpg\" alt=\"Big Buck Bunny\" data-description=\"Big Buck Bunny by Blender Foundation\" /></a></div>\n<div class=\"amazingcarousel-title\">Big Buck Bunny</div></div></li><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"https://player.vimeo.com/video/1132937?title=0&byline=0&portrait=0\" title=\"Elephant Dreams\" data-description=\"Elephants Dream is the world’s first open movie.\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Elephant_Dreams_800-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Elephant_Dreams_800.jpg\" alt=\"Elephant Dreams\" data-description=\"Elephants Dream is the world’s first open movie.\" /></a></div>\n<div class=\"amazingcarousel-title\">Elephant Dreams</div></div></li><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/daffodil-flowers.jpg\" title=\"Daffodil Flowers\" data-description=\"Beside the lake, beneath the trees\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/daffodil-flowers-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/daffodil-flowers.jpg\" alt=\"Daffodil Flowers\" data-description=\"Beside the lake, beneath the trees\" /></a></div>\n<div class=\"amazingcarousel-title\">Daffodil Flowers</div></div></li><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/dandelion.jpg\" title=\"Dandelion\" data-description=\"Bright little dandelion, lights up the meads\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/dandelion-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/dandelion.jpg\" alt=\"Dandelion\" data-description=\"Bright little dandelion, lights up the meads\" /></a></div>\n<div class=\"amazingcarousel-title\">Dandelion</div></div></li><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/golden-wheat-field.jpg\" title=\"Golden Wheat Field\" data-description=\"Waving in the sunlight all day\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/golden-wheat-field-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/golden-wheat-field.jpg\" alt=\"Golden Wheat Field\" data-description=\"Waving in the sunlight all day\" /></a></div>\n<div class=\"amazingcarousel-title\">Golden Wheat Field</div></div></li><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/night-in-the-city.jpg\" title=\"Night In The City\" data-description=\"Silent and beautiful night in the city\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/night-in-the-city-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/night-in-the-city.jpg\" alt=\"Night In The City\" data-description=\"Silent and beautiful night in the city\" /></a></div>\n<div class=\"amazingcarousel-title\">Night In The City</div></div></li><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/sakura-trees.jpg\" title=\"Sakura Trees\" data-description=\"A sweet aroma around the trees\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/sakura-trees-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/sakura-trees.jpg\" alt=\"Sakura Trees\" data-description=\"A sweet aroma around the trees\" /></a></div>\n<div class=\"amazingcarousel-title\">Sakura Trees</div></div></li><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/sunny-day.jpg\" title=\"Autumn\" data-description=\"Autumn, a season full of great things\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/sunny-day-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/sunny-day.jpg\" alt=\"Autumn\" data-description=\"Autumn, a season full of great things\" /></a></div>\n<div class=\"amazingcarousel-title\">Autumn</div></div></li></ul><div class=\"amazingcarousel-prev\"></div><div class=\"amazingcarousel-next\"></div></div><div class=\"amazingcarousel-nav\"></div></div></div></p>\n<p style=\"margin-top:24px;\">\n</div></div><div class=\"wonderplugintabs-panel wonderplugintabs-panel-last\"><div class=\"wonderplugintabs-panel-inner\"><h3>Display Shortcodes in WordPress tabs</h3>\n\nYou can use shortcodes in the tab content.\n\nThe following gallery is created with <a href=\"/wordpress-gridgallery/\" target=\"_blank\">WonderPlugin Grid Gallery</a>, and embedded in the tab with a shortcode.\n\n<p></p>\n\n<div id=\"wondergridgallerylightbox_options\" data-skinsfoldername=\"skins/default/\" data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-gridgallery/engine/\" style=\"display:none;\"></div>\r\n<style type=\"text/css\">@import url(https://fonts.googleapis.com/css?family=Open+Sans); #wonderplugingridgallery-11 .wonderplugin-gridgallery-item-text { color: #fff; text-align: center; font: 14px \"open sans\", Arial, Helvetica, sans-serif; padding: 14px 0px; position: absolute; left: 0px; bottom: 0px; width: 100%; } #wonderplugingridgallery-11 .wonderplugin-gridgallery-item { border: 1px solid #aaa; } #wonderplugingridgallery-11 .wonderplugin-gridgallery-item:hover { border: 1px solid #666; opacity: 0.7; filter: alpha(opacity=70); } .wpgridgallery-socialmedia-button { display: inline-block; margin: 4px; }.wpgridgallery-socialmedia-button a { box-shadow: none; }.wpgridgallery-socialmedia-icon { display:table-cell; width:32px; height:32px; font-size:18px; border-radius:50%; color:#fff; vertical-align:middle; text-align:center; cursor:pointer; padding:0;}.wpgridgallery-socialmedia-rotate { transition: transform .4s ease-in; } .wpgridgallery-socialmedia-rotate:hover { transform: rotate(360deg); }</style><div class=\"wonderplugingridgallery\" id=\"wonderplugingridgallery-11\" data-gridgalleryid=\"11\" data-width=\"200\" data-height=\"150\" data-skin=\"tiles\" data-style=\"border\" data-random=\"false\" data-shownavigation=\"true\" data-hoverzoomin=\"false\" data-responsive=\"true\" data-mediumscreen=\"true\" data-smallscreen=\"true\" data-showtitle=\"false\" data-lightboxshowtitle=\"true\" data-lightboxshowdescription=\"false\" data-lightboxresponsive=\"true\" data-circularimage=\"false\" data-firstimage=\"false\" data-thumbwidth=\"90\" data-thumbheight=\"60\" data-thumbtopmargin=\"12\" data-thumbbottommargin=\"4\" data-barheight=\"48\" data-titlebottomcss=\"{color:#333; font-size:14px; font-family:Armata,sans-serif,Arial; overflow:hidden; text-align:left;}\" data-descriptionbottomcss=\"{color:#333; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;}\" data-googleanalyticsaccount=\"\" data-gap=\"12\" data-margin=\"10\" data-borderradius=\"0\" data-hoverzoominvalue=\"24\" data-hoverzoominduration=\"180\" data-videoplaybutton=\"playvideo-64-64-0.png\" data-column=\"4\" data-mediumcolumn=\"3\" data-mediumscreensize=\"800\" data-smallcolumn=\"2\" data-smallscreensize=\"600\" data-titlemode=\"mouseover\" data-titleeffect=\"slide\" data-titleeffectduration=\"300\" data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-gridgallery/engine/\" data-skinsfoldername=\"skins/default/\" style=\"display:none;position:relative;margin:0 auto;width:100%;max-width:836px;\" ><div class=\"wonderplugin-gridgallery-list\" style=\"display:block;position:relative;max-width:100%;margin:0 auto;\"><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Wilderness_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Wilderness_1024.jpg\" data-title=\"Wilderness\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Wilderness\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Wilderness_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Waves_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Waves_1024.jpg\" data-title=\"Waves\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Waves\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Waves_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Toronto_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Toronto_1024.jpg\" data-title=\"Toronto\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Toronto\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Toronto_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Sunrise_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Sunrise_1024.jpg\" data-title=\"Sunrise\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Sunrise\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Sunrise_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Big_Buck_Bunny_1_1024-300x224.jpg\" data-wpggroup=\"wpgridgallery-11\" data-isvideo=\"1\" href=\"http://www.youtube.com/embed/YE7VzlLtp-4\" data-title=\"Big Buck Bunny - YouTube\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Big Buck Bunny - YouTube\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Big_Buck_Bunny_1_1024.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Island_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Island_1024.jpg\" data-title=\"Island\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Island\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Island_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Elephant_Dreams_954-300x224.jpg\" data-wpggroup=\"wpgridgallery-11\" data-isvideo=\"1\" href=\"https://player.vimeo.com/video/1132937?title=0&byline=0&portrait=0\" data-title=\"Elephant Dreams - Vimeo\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Elephant Dreams - Vimeo\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Elephant_Dreams_954.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Green_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Green_1024.jpg\" data-title=\"Green\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Green\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Green_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Big_Buck_Bunny_2_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" data-isvideo=\"1\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/BigBuckBunny_1.mp4\" data-webm=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/BigBuckBunny_1.webm\" data-title=\"Big Buck Bunny - MP4\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Big Buck Bunny - MP4\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Big_Buck_Bunny_2_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Forest_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Forest_1024.jpg\" data-title=\"Forest\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Forest\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Forest_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Evening_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Evening_1024.jpg\" data-title=\"Evening\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Evening\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Evening_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Desert_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Desert_1024.jpg\" data-title=\"Desert\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Desert\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Desert_1024-300x225.jpg\" /></a></div></div><div style=\"clear:both;\"></div></div><div style=\"clear:both;\"></div></div></div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s: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:87:\"How to customise the play/pause and previous/next buttons in the WordPress audio player\";s:7:\"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://www.wonderplugin.com/wordpress-audio-player/how-to-customise-the-playpause-and-previousnext-buttons-in-the-wordpress-audio-player/\";s: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, 03 Jun 2017 00:40: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress Audio Player\";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:29:\"WordPress Audio Player Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=4890\";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:449:\"Product: WonderPlugin Audio Player Question: I am using the skin \"Three Buttons\" for my audio player, but the buttons are very small. How could I change the design to use some big buttons? Answer: The buttons are actually images, you … <a href=\"https://www.wonderplugin.com/wordpress-audio-player/how-to-customise-the-playpause-and-previousnext-buttons-in-the-wordpress-audio-player/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:9852:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-audio-player/\" target=\"_blank\">WonderPlugin Audio Player</a></p>\n<p><strong>Question</strong>:</p>\n<p>I am using the skin \"Three Buttons\" for my audio player, but the buttons are very small. How could I change the design to use some big buttons?<br />\n<span id=\"more-4890\"></span></p>\n<p><strong>Answer</strong>:</p>\n<p>The buttons are actually images, you can create your own images and use them in the plugin.</p>\n<p><strong>Step 1 - Create your own play/pause and previous/next images</strong></p>\n<p>The play/pause buttons are defined in one image, with the bottom line as the image of the hover over state. For example, the following is as an example of the play/pause image of 90px.</p>\n<div style=\"text-align:center;margin:0 auto;\">\n<img src=\"https://www.wonderplugin.com/wp-content/uploads/2017/06/playpause-90-90-0.png\">\n</div>\n<p>The following is the previous/next image of 90px.</p>\n<div style=\"text-align:center;margin:0 auto;\">\n<img src=\"https://www.wonderplugin.com/wp-content/uploads/2017/06/prevnext-90-90-0.png\">\n</div>\n<p><strong>Step 2 - Change the buttons in the player</strong></p>\n<ol>\n<li>Upload your images to your web server and get the full absolute URL address of each image.</li>\n<li>In the player, step 2, select the skin \"Three Buttons\", in step 3, Options tab, \"Player Control\", select the option \"Play/pause button image\" -> \"Use own image (absolute URL required)\", enter the absolute URL address of your own play/pause image, change the following width and height to 90.</li>\n<li>In the same option panel, select the option \"Previous/next button image\" -> \"Use own image (absolute URL required)\", enter the absolute URL address of your own previous/next image, change the following width and height to 90.</li>\n</ol>\n<p><strong>Step 3 - Change the relevant size in the player</strong></p>\n<ol>\n<li>In the plugin, step 3, Options tab, Skin Options, change the value of Width to 90.</li>\n<li>In the plugin, step 3, Options tab, find the following CSS, and change the red code.</li>\n</ol>\n<pre>\r\n#amazingaudioplayer-AUDIOPLAYERID {\r\n box-sizing: content-box;\r\n <span style=\"color:#ff0000;\">padding-right: 180px;</span>\r\n}\r\n\r\nAnd:\r\n\r\n#amazingaudioplayer-AUDIOPLAYERID .amazingaudioplayer-playpause {\r\n float: left;\r\n <span style=\"color:#ff0000;\">margin-left: 90px;</span>\r\n}\r\n\r\nAnd:\r\n\r\n#amazingaudioplayer-AUDIOPLAYERID .amazingaudioplayer-next {\r\n position: relative;\r\n <span style=\"color:#ff0000;\">margin-left: 180px;</span>\r\n}\r\n</pre>\n<p>The following is the player created with the above images:</p>\n<style type=\"text/css\">@import url(https://fonts.googleapis.com/css?family=Open+Sans|Oswald); #wonderpluginaudio-31 { box-sizing: content-box; padding-right: 180px; } #wonderpluginaudio-31 div { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } #wonderpluginaudio-31 .amazingaudioplayer-image { } #wonderpluginaudio-31 .amazingaudioplayer-image-clear { } #wonderpluginaudio-31 .amazingaudioplayer-text { } #wonderpluginaudio-31 .amazingaudioplayer-text-clear { } #wonderpluginaudio-31 .amazingaudioplayer-title { } #wonderpluginaudio-31 .amazingaudioplayer-title-clear { } #wonderpluginaudio-31 .amazingaudioplayer-info { } #wonderpluginaudio-31 .amazingaudioplayer-info-clear { } #wonderpluginaudio-31 .amazingaudioplayer-bar { } #wonderpluginaudio-31 .amazingaudioplayer-bar-buttons-clear { clear:both; } #wonderpluginaudio-31 .amazingaudioplayer-bar-clear { clear:both; } #wonderpluginaudio-31 .amazingaudioplayer-bar-title { } #wonderpluginaudio-31 .amazingaudioplayer-playpause { float: left; margin-left: 90px; } #wonderpluginaudio-31 .amazingaudioplayer-play { position: relative; } #wonderpluginaudio-31 .amazingaudioplayer-pause { position: relative; } #wonderpluginaudio-31 .amazingaudioplayer-stop { } #wonderpluginaudio-31 .amazingaudioplayer-prev { position: absolute; left: 0; right: 0; } #wonderpluginaudio-31 .amazingaudioplayer-next { position: relative; margin-left: 180px; } #wonderpluginaudio-31 .amazingaudioplayer-loop { } #wonderpluginaudio-31 .amazingaudioplayer-progress { } #wonderpluginaudio-31 .amazingaudioplayer-progress-loaded { } #wonderpluginaudio-31 .amazingaudioplayer-progress-played { } #wonderpluginaudio-31 .amazingaudioplayer-time { } #wonderpluginaudio-31 .amazingaudioplayer-volume { } #wonderpluginaudio-31 .amazingaudioplayer-volume-bar { } #wonderpluginaudio-31 .amazingaudioplayer-volume-bar-adjust { } #wonderpluginaudio-31 .amazingaudioplayer-volume-bar-adjust-active { } #wonderpluginaudio-31 .amazingaudioplayer-tracklist { } #wonderpluginaudio-31 .amazingaudioplayer-tracklist-container { } #wonderpluginaudio-31 .amazingaudioplayer-tracks-wrapper { } #wonderpluginaudio-31 .amazingaudioplayer-tracks { } #wonderpluginaudio-31 .amazingaudioplayer-track-item { } #wonderpluginaudio-31 .amazingaudioplayer-track-item-active { } #wonderpluginaudio-31 .amazingaudioplayer-track-item a { } #wonderpluginaudio-31 .amazingaudioplayer-track-item-active a { } #wonderpluginaudio-31 .amazingaudioplayer-track-item-duration { } #wonderpluginaudio-31 .amazingaudioplayer-tracklist-arrow-prev { } #wonderpluginaudio-31 .amazingaudioplayer-tracklist-arrow-next { } #wonderpluginaudio-31 .amazingaudioplayer-tracklist-clear { } #wonderpluginaudio-31 .amazingaudioplayer-item-id {float: left; width: 18px;} #wonderpluginaudio-31 .amazingaudioplayer-item-info { float: right; width: 36px; } #wonderpluginaudio-31 .amazingaudioplayer-item-title { overflow: hidden; } #wonderpluginaudio-31 .amazingaudioplayer-track-item:before, #wonderpluginaudio-31 .amazingaudioplayer-track-item:after {display: none;} #wonderpluginaudio-31 ul, #wonderpluginaudio-31 li { list-style-type: none;}</style><div class=\"wonderpluginaudio\" id=\"wonderpluginaudio-31\" data-audioplayerid=\"31\" data-width=\"90\" data-height=\"600\" data-skin=\"threebuttons\" data-autoplay=\"false\" data-random=\"false\" data-forceflash=\"false\" data-forcehtml5=\"false\" data-autoresize=\"false\" data-responsive=\"false\" data-showtracklist=\"false\" data-tracklistscroll=\"false\" data-showprogress=\"false\" data-showprevnext=\"true\" data-showloop=\"false\" data-preloadaudio=\"true\" data-showtime=\"false\" data-showvolume=\"false\" data-showvolumebar=\"true\" data-showtitleinbar=\"false\" data-showloading=\"false\" data-enablega=\"false\" data-titleinbarscroll=\"true\" data-donotinit=\"false\" data-addinitscript=\"false\" data-loop=\"1\" data-tracklistitem=\"10\" data-titleinbarwidth=\"80\" data-gatrackingid=\"\" data-playpauseimage=\"https://www.wonderplugin.com/wp-content/uploads/2017/06/playpause-90-90-0.png\" data-playpauseimagewidth=\"90\" data-playpauseimageheight=\"90\" data-prevnextimage=\"https://www.wonderplugin.com/wp-content/uploads/2017/06/prevnext-90-90-0.png\" data-prevnextimagewidth=\"90\" data-prevnextimageheight=\"90\" data-loopimage=\"loop-24-24-0.png\" data-loopimagewidth=\"24\" data-loopimageheight=\"24\" data-tracklistscroll=\"false\" data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-audio/engine/\" style=\"display:block;position:relative;margin:0 auto;width:90px;height:auto;\"><ul class=\"amazingaudioplayer-audios\" style=\"display:none;\"><li data-artist=\"pinkzebra\" data-title=\"In the Moment of Inspiration\" data-album=\"\" data-info=\"\" data-image=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Evening100.jpg\" data-duration=\"154\"><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/In-the-Moment-of-Inspiration.mp3\" data-type=\"audio/mpeg\" ></div><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/In-the-Moment-of-Inspiration.ogg\" data-type=\"audio/ogg\" ></div></li><li data-artist=\"pinkzebra\" data-title=\"Peaceful Dawn\" data-album=\"\" data-info=\"\" data-image=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Island100.jpg\" data-duration=\"129\"><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Peaceful-Dawn.mp3\" data-type=\"audio/mpeg\" ></div><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Peaceful-Dawn.ogg\" data-type=\"audio/ogg\" ></div></li><li data-artist=\"pinkzebra\" data-title=\"Photos and Memories\" data-album=\"\" data-info=\"\" data-image=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Sunrise100.jpg\" data-duration=\"133\"><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Photos-and-Memories.mp3\" data-type=\"audio/mpeg\" ></div><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Photos-and-Memories.ogg\" data-type=\"audio/ogg\" ></div></li><li data-artist=\"pinkzebra\" data-title=\"Inspiring Ideas into Motion\" data-album=\"\" data-info=\"\" data-image=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Green100.jpg\" data-duration=\"137\"><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Inspiring-Ideas-into-Motion.mp3\" data-type=\"audio/mpeg\" ></div><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Inspiring-Ideas-into-Motion.ogg\" data-type=\"audio/ogg\" ></div></li><li data-artist=\"pinkzebra\" data-title=\"Soaring Spirit\" data-album=\"\" data-info=\"\" data-image=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Waves100.jpg\" data-duration=\"130\"><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Soaring-Spirit.mp3\" data-type=\"audio/mpeg\" ></div><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Soaring-Spirit.ogg\" data-type=\"audio/ogg\" ></div></li></ul></div>\n\";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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"How to create a WordPress posts carousel by selecting category and tags\";s:7:\"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:88:\"https://www.wonderplugin.com/wordpress-carousel-plugin/wordpress-posts-carousel-by-tags/\";s: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, 29 May 2017 04:42: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress Carousel Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=4796\";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:414:\"Product: WonderPlugin Carousel Tutorial: From version 11.4, WonderPlugin Carousel supports selecting posts by tags, so you can display posts by tags in all categories or a selected category. In the Add Posts dialog, you can select a category or All … <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/wordpress-posts-carousel-by-tags/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:1908:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-carousel/\" target=\"_blank\">WonderPlugin Carousel </a></p>\n<p><strong>Tutorial</strong>:</p>\n<p>From version 11.4, WonderPlugin Carousel supports selecting posts by tags, so you can display posts by tags in all categories or a selected category.</p>\n<p><span id=\"more-4796\"></span></p>\n<p>In the Add Posts dialog, you can select a category or All Categories from the \"Select Posts\" list. If you select the option \"Recent Posts\", it will select all categories and order the result by post_date.</p>\n<p>You can then check the option \"Select posts by tags\" then enter a list of tag slugs to the following input box.</p>\n<p>To select posts that have \"either\" of these tags, enter tag slugs separated with comma, for example:</p>\n<p><code>cooking,gardening,travel</code></p>\n<p>To select posts that have \"all\" of these tags, enter tag slugs separated with plus, for example:</p>\n<p><code>cooking+gardening+travel</code></p>\n<p><img src=\"https://www.wonderplugin.com/wp-content/uploads/2017/05/posts-carousel-by-tags-category.png\" alt=\"WordPress Posts Carousel by Tags and Category\" width=\"778\" height=\"176\" class=\"aligncenter size-full wp-image-4804\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2017/05/posts-carousel-by-tags-category.png 778w, https://www.wonderplugin.com/wp-content/uploads/2017/05/posts-carousel-by-tags-category-240x54.png 240w, https://www.wonderplugin.com/wp-content/uploads/2017/05/posts-carousel-by-tags-category-600x136.png 600w, https://www.wonderplugin.com/wp-content/uploads/2017/05/posts-carousel-by-tags-category-768x174.png 768w, https://www.wonderplugin.com/wp-content/uploads/2017/05/posts-carousel-by-tags-category-75x17.png 75w, https://www.wonderplugin.com/wp-content/uploads/2017/05/posts-carousel-by-tags-category-500x113.png 500w\" sizes=\"(max-width: 778px) 100vw, 778px\" /></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: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:34:\"https://www.wonderplugin.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:4:\"date\";s:29:\"Thu, 16 Nov 2017 06:54:17 GMT\";s:6:\"server\";s:22:\"Apache/2.2.15 (CentOS)\";s:12:\"x-powered-by\";s:9:\"PHP/5.3.3\";s:13:\"last-modified\";s:29:\"Thu, 09 Nov 2017 10:53:58 GMT\";s:4:\"link\";s:65:\"<https://www.wonderplugin.com/wp-json/>; rel=\"https://api.w.org/\"\";s:4:\"vary\";s:26:\"Accept-Encoding,User-Agent\";s:16:\"content-encoding\";s:4:\"gzip\";s:14:\"content-length\";s:5:\"16026\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(89287,'_transient_timeout_feed_mod_af1de7906c1986a3dff3a340b582c23d','1510858458','no'),(89288,'_transient_feed_mod_af1de7906c1986a3dff3a340b582c23d','1510815258','no'),(89291,'wonderplugin_carousel_information','s:18454:\"O:8:\"stdClass\":15:{s:6:\"author\";s:19:\"Magic Hills Pty Ltd\";s:8:\"homepage\";s:48:\"https://www.wonderplugin.com/wordpress-carousel/\";s:4:\"name\";s:21:\"WonderPlugin Carousel\";s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"4.9.5\";s:7:\"version\";s:4:\"12.7\";s:11:\"new_version\";s:4:\"12.7\";s:12:\"last_updated\";s:10:\"2018-03-12\";s:8:\"sections\";a:1:{s:10:\"change log\";s:17881:\"<h4>Version 12.7 - March 12, 2018</h4>\n<ul>\n<li>Fix a bug when playing videos inside the carousel</li>\n</ul>\n<h4>Version 12.6 - January 31, 2018</h4>\n<ul>\n<li>For vertical carousels, support changing the number of visible items according to the screen size or the web browser width</li>\n<li>Support left/right arrows when the option continuous playing (auto scrolling) is enabled</li>\n</ul>\n<h4>Version 12.5 - January 17, 2017</h4>\n<ul>\n<li>For WordPress post carousels, the following four macro variables are supported:</li>\n<li><code>__CATEGORYNAME[,]__</code>: display all category names separated by a comma.</li>\n<li><code>__CATEGORYNAMELINK[,]{_target}__</code>: display all category names separated by a comma. Each category name will link to the corresponding category page. The link will open in a new tab which is defined by the target value <code>_target</code>. To open the link in the same page, change the code to <code>__CATEGORYNAMELINK[,]{}__</code>.</li>\n<li><code>__TAGNAME[,]__</code>: display all tags separated by a comma.</li>\n<li><code>__TAGNAMELINK[,]{_target}__</code>: display all tags separated by a comma. Each tag will link to the corresponding tag page. The link will open in a new tab which is defined by the target value <code>_target</code>. To open the link in the same page, change the code to <code>__TAGNAMELINK[,]{}__</code>.</li>\n</ul>\n<h4>Version 12.4 - January 6, 2018</h4>\n<ul>\n<li>Support WooCommerce product category fields: <code>%wc_product_cat_id%</code>, <code>%wc_product_cat_name%</code>, <code>%wc_product_cat_slug%</code> and <code>%wc_product_cat_link%</code></li>\n<li>Support displaying post category ID, name, slug and link. The following macro-variables are supported for WordPress post carousel: <code>__CATEGORYID__</code>, <code>__CATEGORYNAME__</code>, <code>__CATEGORYSLUG__</code>, <code>__CATEGORYLINK__</code></li>\n</ul>\n<h4>Version 12.3 - October 23, 2017</h4>\n<ul>\n<li>Support WordPress page carousel</li>\n</ul>\n<h4>Version 12.2 - September 16, 2017</h4>\n<ul>\n<li>Fix a bug in the carousel movement when the option \"Display thumbnail images as same height and different width if they have different aspect ratio\" is selected</li>\n</ul>\n<h4>Version 12.1 - September 5, 2017</h4>\n<ul>\n<li>Add a new skin \"Read More Button\"</li>\n</ul>\n<h4>Version 12.0 - August 10, 2017</h4>\n<ul>\n<li>\nAdd a function \"Search and Replace\" in the \"Import/Export\" menu. This function can be used to search and replace domain names in the carousels when you move your WordPress site to a new domain or change to HTTPS secure site.</li>\n</ul>\n<h4>Version 11.9 - August 7, 2017</h4>\n<ul>\n<li>Add buttons to the carousel</li>\n<li>Add a new skin <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-and-image-carousel-slider-id54/\" target=\"_blank\">Text and Image Slider</a> to create WordPress carousel sliders</li>\n</ul>\n<h4>Version 11.8 - July 31, 2017</h4>\n<ul>\n<li>Add two skins <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-carousel-with-social-media-id52/\" target=\"_blank\">Team Members with Social Media</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-with-social-media-and-flip-effect-id53/\" target=\"_blank\">Team Members with Social Media and Flip Effect</a> to display team members information</li>\n</ul>\n<h4>Version 11.7 - July 13, 2017</h4>\n<ul>\n<li>Fix the issue of the lightbox jumping to the page top</li>\n<li>Fix the swipe issue on Android version 5 and below</li>\n</ul>\n<h4>Version 11.6 - June 3, 2017</h4>\n<ul>\n<li>Add a button \"Add PDF\" in step 1 to help create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-pdf-carousel-id51/\" target=\"_blank\">WordPress PDF carousel</a></li>\n<li>In step 1, when adding an image/video/PDF, highlight the input box if the image/video/PDF is not selected</li>\n<li>Setup different default lightbox size for images, videos and PDF files</li>\n</ul>\n<h4>Version 11.5 - June 2, 2017</h4>\n<ul>\n<li>Support opening PDF files in the carousel lightbox popup</li>\n</ul>\n<h4>Version 11.4 - May 30, 2017</h4>\n<ul>\n<li>Select WordPress posts by tags</li>\n<li>Specify the \"orderby\" option when selecting WordPress posts. You can now randomly select posts or select posts by date, ID, author, title, modified date, number of comments.</li>\n<li>Fix a compatibility issue with WooCommerce 3</li>\n<li>Create featured posts carousels for WooCommerce 3</li>\n<li>Specify the featured image size for WooCommerce / custom post type carousels</li>\n</ul>\n<h4>Version 11.3 - April 27, 2017</h4>\n<ul>\n<li>Fix the bug when using the URL parameter firstcarouselid to specify the first item on page load</li>\n</ul>\n<h4>Version 11.2 - April 6, 2017</h4>\n<ul>\n<li>Fix the lightbox resizing issue on mobile devices</li>\n</ul>\n<h4>Version 11.1 - March 30, 2017</h4>\n<ul>\n<li>Add an option to add extra attributes to <a> tag</li>\n<li>Add a lightbox advanced option <em>bodynoscroll</em>. When adding <em>data-bodynoscroll=\"true\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox background scrolling</li>\n<li>Add a lightbox advanced option <em>mobileresizeevent</em>. When adding <em>data-mobileresizeevent=\"false\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox resizing on mobile devices</li>\n</ul>\n<h4>Version 11.0 - February 23, 2017</h4>\n<ul>\n<li>When automatically playing the carousel, add an option to move the carousel to the left or the right</li>\n<li>Add an option to disable looping images when the total number is less than a specified number</li>\n</ul>\n<h4>Version 10.9 - January 9, 2017</h4>\n<ul>\n<li>When adding a carousel to a page or post by using the shortcode, support calling the carousel by its name, for example [wonderplugin_carousel name=\"The Carousel Name\"]</li>\n<li>In the plugin, step 1, Images & Videos tab, add a button \"Delete All\" to delete all items</li>\n<li>In the plugin, step 1, Images & Videos tab, \"Add Image\" dialog, when adding multiple images with the button \"Upload\", apply the option \"Use thumbnail in carousel\" and \"Open current image in Lightbox\" to all images</li>\n</ul>\n<h4>Version 10.8</h4>\n<ul>\n<li>Export/import carousels to/from an .xml file</li>\n</ul>\n<h4>Version 10.7</h4>\n<ul>\n<li>Fix a bug in WordPress auto scrolling carousel</li>\n</ul>\n<h4>Version 10.6</h4>\n<ul>\n<li>Change lightbox fullscreen mode default to false on small screen devices</li>\n</ul>\n<h4>Version 10.5</h4>\n<ul>\n<li>Add an option to add custom JavaScript code</li>\n<li>Add the attribute allowfullscreen to lightbox iframe</li>\n<li>Add a lightbox advanced option maxheight: when data-maxheight=\"true\" is added to the Lightbox Advanced Options input box, the lightbox will use the height of the web browser to calculate the maximum height of the lightbox.</li>\n<li>Enable left and right arrows when the animation is not finished</li>\n</ul>\n<h4>Version 10.4</h4>\n<ul>\n<li>Support creating <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce best selling products carousel</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce featured products carousel</a></li>\n</ul>\n<h4>Version 10.3</h4>\n<ul>\n<li>Support displaying WooCommerce product price and rating in a <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce carousel</a></li>\n</ul>\n<h4>Version 10.2</h4>\n<ul>\n<li>WordPress custom post type carousel: change the word length limit to post content and excerpt only</li>\n<li>Use textarea for description input box</li>\n</ul>\n<h4>Version 10.1</h4>\n<ul>\n<li>Fix a minor bug in WordPress custom post type carousel</li>\n</ul>\n<h4>Version 10.0</h4>\n<ul>\n<li>Support WordPress custom post type. You can now use the plugin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce carousel</a> or your own custom post carousel</li>\n<li>Add an option to enter different text for alt attribute of img tags</li>\n<li>Add an option to add title attribute for img tags.</li>\n</ul>\n<h4>Version 9.9</h4>\n<ul>\n<li>Compatible with jQuery 3</li>\n</ul>\n<h4>Version 9.8</h4>\n<ul>\n<li>Support onclick event for web links</li>\n</ul>\n<h4>Version 9.7</h4>\n<ul>\n<li>Fix the problem of the menu Manage Carousels not working in version 9.4 on some WordPress installations</li>\n</ul>\n<h4>Version 9.4</h4>\n<ul>\n<li>Fix the problem when the folder wp-admin does not exist in the WordPress website</li>\n</ul>\n<h4>Version 9.3</h4>\n<ul>\n<li>Support macro variable __DATETIME__ and __DATE__ in carousel content template for <a href=\"https://www.wonderplugin.com/wordpress-tutorials/how-to-create-a-wordpress-post-carousel/\" target=\"_blank\">WordPress post carousel</a></li>\n</ul>\n<h4>Version 9.2</h4>\n<ul>\n<li>Fix the bug of icon class name conflict</li>\n</ul>\n<h4>Version 9.1</h4>\n<ul>\n<li>Move social media buttons to the bottom center of the lightbox popup</li>\n</ul>\n<h4>Version 9.0</h4>\n<ul>\n<li>Fix a bug of playing videos inside the carousel items</li>\n</ul>\n<h4>Version 8.9</h4>\n<ul>\n<li>Support social media share buttons in lightbox popup: Facebook, Twitter and Pinterest</li>\n<li>Rearrange lightbox options to tabs</li>\n</ul>\n<h4>Version 8.8</h4>\n<ul>\n<li>Use advanced option <code>data-imgextraprops</code> to add extra class names and attributes to img elements</li>\n<li>WordPress post carousel: getting posts of no older than specified days</li>\n<li>WordPress post carousel: specifying post order as ascending or descending</li>\n</ul>\n<h4>Version 8.7</h4>\n<ul>\n<li>Add a new skin Classic with Flip that can be used to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-3d-flip-effect-id45/\" target=\"_blank\">WordPress carousel with 3d flip effect</a></li>\n</ul>\n<h4>Version 8.6</h4>\n<ul>\n<li>Fix a responsive bug with image lightbox</li>\n</ul>\n<h4>Version 8.5</h4>\n<ul>\n<li>Add an option to hide the carousel before all carousel images are loaded</li>\n</ul>\n<h4>Version 8.4</h4>\n<ul>\n<li>Add a new skin Numbering which supports creating <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-number-navigation-id43/\" target=\"_blank\">WordPress carousels with number navigation</a></li>\n</ul>\n<h4>Version 8.3</h4>\n<ul>\n<li>Add an option to hide the whole carousel before the initialisation is finished</li>\n<li>Add an option to display Lightbox image with full width and scrollable height</li>\n<li>Only display images in the Media Library Selection Dialog when selecting an image file and only display videos when selecting a video file</li>\n</ul>\n<h4>Version 8.2</h4>\n<ul>\n<li>Fix a bug in multiple rows carousel</li>\n</ul>\n<h4>Version 8.1</h4>\n<ul>\n<li>Support full width carousel</li>\n<li>Support YouTube playlist carousel</li>\n</ul>\n<h4>Version 8.0</h4>\n<ul>\n<li>Add options to fit images into the carousel and center fitted images</li>\n</ul>\n<h4>Version 7.9</h4>\n<ul>\n<li>Fix the bug when there are uppercase letters in WordPress database prefix</li>\n</ul>\n<h4>Version 7.8</h4>\n<ul>\n<li>Hide the hover over text when the option \"Do not show hover image on touch screen\" is selected.</li>\n</ul>\n<h4>Version 7.7</h4>\n<ul>\n<li>Add an option to show/hide play button on video item</li>\n<li>Add an option to use own image as the video play button</li>\n<li>Fix the hover overlay image bug when there are multiple carousels on one page</li>\n</ul>\n<h4>Version 7.6</h4>\n<ul>\n<li>Fix a bug in version 7.5</li>\n</ul>\n<h4>Version 7.5</h4>\n<ul>\n<li>Fix a bug in vertical carousel when the random option is on</li>\n</ul>\n<h4>Version 7.4</h4>\n<ul>\n<li>Add a new skin Flow</li>\n<li>Add an option to show carousel images as same height and different width if the images have different aspect ratio</li>\n</ul>\n<h4>Version 7.3</h4>\n<ul>\n<li>Add an option to trigger window resize event when the carousel is rendered</li>\n</ul>\n<h4>Version 7.2</h4>\n<ul>\n<li>WordPress Posts Carousel: add an option to link title to the post page</li>\n<li>WordPress Posts Carousel: add an option to open the featured image in lightbox</li>\n</ul>\n<h4>Version 7.1</h4>\n<ul>\n<li>Fix a minor bug in image positioning</li>\n</ul>\n<h4>Version 7.0</h4>\n<ul>\n<li>Support URL parameter firstcarouselid and clickcarousel. The URL parameter firstcarouselid will slide the carousel to the specified item, the index of the parameter starts from 0. If clickcarousel=true is added to the URL, it will open the corresponding lightbox when the webpage loads. For example, the following URL will open the second video in lightbox when the webpage loads: <a href=\"https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true\" target=\"_blank\">https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true</a></li>\n</ul>\n<h4>Version 6.9</h4>\n<ul>\n<li>Fix a minor issue in version 6.8</li>\n</ul>\n<h4>Version 6.8</h4>\n<ul>\n<li>Add an option to support shortcode in title and description text</li>\n</ul>\n<h4>Version 6.7</h4>\n<ul>\n<li>Fix a bug in plugin update</li>\n</ul>\n<h4>Version 6.6</h4>\n<ul>\n<li>Add an option to center image when the aspect ratio of image is different with that of the carousel item</li>\n</ul>\n<h4>Version 6.5</h4>\n<ul>\n<li>Keep HTML tags in post excerpts</li>\n</ul>\n<h4>Version 6.4</h4>\n<ul>\n<li>Fix a minor bug in the skin Flip</li>\n</ul>\n<h4>Version 6.3</h4>\n<ul>\n<li>Add a new skin Flip to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-css3-flip-animation-effect-id41/\" target=\"_blank\">WordPress carousel with CSS3 flip animation effect</a></li>\n</ul>\n<h4>Version 6.2</h4>\n<ul>\n<li>Add a new skin Hover Over to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-text-hover-over-effect-id39/\" target=\"_blank\">WordPress carousel with text hover over effect</a></li>\n<li>Add an option to specify the spacing between carousel items</li>\n</ul>\n<h4>Version 6.1</h4>\n<ul>\n<li>Support trash in carousel management. The deleted carousel will be moved to the trash in which you can restore or permanently delete it.</li>\n</ul>\n<h4>Version 6.0</h4>\n<ul>\n<li>Support lightbox auto slideshow</li>\n<li>Add an option to always show the previous and next navigation arrows on lightbox</li>\n<li>Display error notice on the WordPress Updates page if the free upgrade period is expired.</li>\n</ul>\n<h4>Version 5.9</h4>\n<ul>\n<li>Add an option to support adding the new item to the beginning of the list\n</li>\n<li>Add a function to reverse the media list</li>\n</ul>\n<h4>Version 5.8</h4>\n<ul>\n<li>Fix the border radius bug in the skin Simplicity\n</li>\n<li>Add a div container around the carousel div</li>\n</ul>\n<h4>Version 5.7</h4>\n<ul>\n<li>Add an option to hide MP4/WebM video play control bar on lightbox</li>\n<li>Add an option to display text on bottom, inside, left or right of the lightbox</li>\n<li>Add an option to display lightbox in fullscreen mode. In fullscreen mode, the close button will be displayed on the top right corner of the web browser</li>\n<li>Add an option to add prefix to title when the lightbox is displayed in gallery mode</li>\n<li>Add an option to enable or disable closing lightbox when clicking on the overlay background</li>\n<li>Move the left and right navigation arrows to the side of lightbox on touch screen. This will fix the issue of double clicking when playing video on iPhone, iPad and Android.</li>\n</ul>\n<h4>Version 5.6</h4>\n<ul>\n<li>Add an option to display all carousel thumbnails in same size even when the original images have different aspect ratio.\n</li>\n</ul>\n<h4>Version 5.5</h4>\n<ul>\n<li>Fix the bug of playing MP4 video on iPad iOS 9.1\n</li>\n</ul>\n<h4>Version 5.4</h4>\n<ul>\n<li>Fix the bug of video lightbox in iPad 2\n</li>\n</ul>\n<h4>Version 5.3</h4>\n<ul>\n<li>Fix the bug of options \"Scroll Mode\", \"Interval\" and \"Transition duration\" not working\n</li>\n</ul>\n<h4>Version 5.2</h4>\n<ul>\n<li>Support WordPress posts carousel: create carousels from recent WordPress posts or posts in specified categories\n</li>\n<li>Add a new skin \"Read More\"\n</li>\n</ul>\n<h4>Version 5.1</h4>\n<ul>\n<li>Fix a bug in continuous movement\n</li>\n</ul>\n<h4>Version 5.0</h4>\n<ul>\n<li>Add an option to not initialise the carousel when the page is loaded. This option is useful if you would like to manually initialise the carousel with JavaScript API.\n</li>\n<li>Add an option to add init scripts together with carousel HTML code. This option is useful if the WordPress website uses Ajax to load posts and pages.\n</li>\n</ul>\n<h4>Version 4.9</h4>\n<ul>\n<li>Fix bugs\n</li>\n</ul>\n<h4>Version 4.5</h4>\n<ul>\n<li>Add a new skin Auto Scroll to create <a target=\"_blank\" href=\"/wordpress-carousel/examples/wordpress-auto-scroll-carousel-id34/\">automatically scrolling carousel</a>\n</li>\n<li>Add an option to pause carousel scrolling on mouse over\n</li>\n<li>Add options to specify the scrolling interval and transition duration\n</li>\n<li>Add an option to scroll by page or item\n</li>\n</ul>\n<h4>Version 4.4</h4>\n<ul>\n<li>Add an option to add slider js files to the footer\n</li>\n<li>Add an option to display carousels in text widgets\n</li>\n</ul>\n<h4>Version 4.3</h4>\n<ul>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-only-carousel-id32/\" target=\"_blank\">WordPress text only carousel</a>\n</li>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-multiple-rows-carousel-id33/\" target=\"_blank\">WordPress two rows carousel</a>\n</li>\n<li>Add an option \"Row number\" to define the number of rows\n</li>\n</ul>\n<h4>Version 4.2</h4>\n<ul>\n<li>Support version check and update\n</li>\n</ul>\";}s:3:\"key\";s:0:\"\";s:10:\"key_status\";s:5:\"empty\";s:10:\"key_expire\";i:0;s:4:\"slug\";s:21:\"wonderplugin-carousel\";s:6:\"plugin\";s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:12:\"last_checked\";i:1522919150;}\";','yes'),(89410,'_site_transient_timeout_browser_b95e02a8b69e1e816eb4c25cac4120e7','1512117940','no'),(89411,'_site_transient_browser_b95e02a8b69e1e816eb4c25cac4120e7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:14:\"54.8.4693.9965\";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'),(89419,'_site_transient_timeout_browser_ae6925070205692c4fe16dd4147ae005','1512134883','no'),(89420,'_site_transient_browser_ae6925070205692c4fe16dd4147ae005','a:10:{s:4:\"name\";s:14:\"Microsoft Edge\";s:7:\"version\";s:8:\"36.03160\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:8:\"15.15063\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(89489,'_site_transient_timeout_browser_24dda126ad708c604a03d1a621648981','1512468139','no'),(89490,'_site_transient_browser_24dda126ad708c604a03d1a621648981','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"5.2.7\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.apple.com/safari/\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/safari.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/safari.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(89539,'_site_transient_timeout_browser_315117425c117d80648b71a24b9b1815','1512543643','no'),(89540,'_site_transient_browser_315117425c117d80648b71a24b9b1815','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"62.0.3202.94\";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'),(89649,'_site_transient_timeout_browser_dc0e368d0074ef277d449c2ab428064f','1512654850','no'),(89650,'_site_transient_browser_dc0e368d0074ef277d449c2ab428064f','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"16.0.1\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(89731,'_site_transient_timeout_browser_d0fdd3ca51496b6c1a4f7beabec83401','1513087379','no'),(89732,'_site_transient_browser_d0fdd3ca51496b6c1a4f7beabec83401','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"15.0.1\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(89882,'_site_transient_timeout_browser_da4804949398f905dcef757ac82cf2c1','1514195504','no'),(89883,'_site_transient_browser_da4804949398f905dcef757ac82cf2c1','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"63.0.3239.84\";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'),(89884,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1513633916','no'),(89885,'_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:34:\"\n Wed, 06 Dec 2017 18:39:27 +0000 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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=5.0-alpha-42400\";s:7:\"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: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:37:\"The Month in WordPress: November 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:72:\"https://wordpress.org/news/2017/12/the-month-in-wordpress-november-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 Dec 2017 11:00:44 +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=5290\";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:354:\"The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November. WordPress 4.9 “Tipton” On November 16, WordPress 4.9 was released with new features […]\";s: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:4234:\"\n<p>The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 4.9 “Tipton”</h2>\n\n\n\n<p>On November 16, <a href=\"https://wordpress.org/news/2017/11/tipton/\">WordPress 4.9 was released</a> with new features for publishers and developers alike. Release highlights include design locking, scheduling, and previews in the Customizer, an even more secure and usable code editing experience, a new gallery widget, and text widget improvements.</p>\n\n\n\n<p>The follow up security and maintenance, v4.9.1, <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">has now been released</a> to tighten up the security of WordPress as a whole.</p>\n\n\n\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\n\n\n<h2>Apply to Speak At WordCamp Europe 2018</h2>\n\n\n\n<p>The next edition of WordCamp Europe takes place in June, 2018. While the organizing team is still in the early stages of planning, <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\">they are accepting speaker applications</a>.</p>\n\n\n\n<p>WordCamp Europe is the largest WordCamp in the world and, along with WordCamp US, one of the flagship events of the WordCamp program — speaking at this event is a great way to give back to the global WordPress community by sharing your knowledge and expertise with thousands of WordPress enthusiasts.</p>\n\n\n\n<h2>Diversity Outreach Speaker Training Initiative</h2>\n\n\n\n<p>To help WordPress community organizers offer diverse speaker lineups, <a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">a new community initiative has kicked off</a> to use existing <a href=\"https://make.wordpress.org/training/handbook/speaker-training/\">speaker training workshops</a> to demystify speaking requirements and help participants gain confidence in their ability to share their WordPress knowledge in a WordCamp session.</p>\n\n\n\n<p>The working group behind this initiative will be meeting regularly to discuss and plan how they can help local communities to train speakers for WordCamps and other events.</p>\n\n\n\n<p>To get involved in this initiative, you can join the meetings at 5pm UTC every other Wednesday in the #community-team channel of the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul>\n <li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is happening on December 1-3 in Nashville, with the annual State of the Word talk happening on Saturday afternoon — <a href=\"https://2017.us.wordcamp.org/live-stream/\">the live stream of the entire event is available to view for free</a>.</li>\n <li><a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\">Tide</a>, a new service from XWP designed to help users make informed plugin choices, is due to launch at WordCamp US.</li>\n <li>Gutenberg development is continuing rapidly, with <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\">a packed new release</a> and a focus on <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\">usability testing</a>.</li>\n <li>After some discussion among the community, <a href=\"https://make.wordpress.org/community/2017/11/10/discussion-micro-regional-wordcamps/\">a new type of micro-regional WordCamp</a> is going to be introduced into the global WordCamp program.</li>\n</ul>\n\n\n\n<p><em></em></p>\n\n\n\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\n\n\n<p><em></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:\"5290\";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:48:\"WordPress 4.9.1 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/11/wordpress-4-9-1-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:\"Wed, 29 Nov 2017 20:33: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: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=5215\";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:359:\"WordPress 4.9.1 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team'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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s: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:4287:\"\n<p>WordPress 4.9.1 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n\n\n<p>WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.1:</p>\n\n\n\n<ol>\n <li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n <li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n <li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n <li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>\n</ol>\n\n\n\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 security disclosure</a>: <a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn.</p>\n\n\n\n<p>Eleven other bugs were fixed in WordPress 4.9.1. Particularly of note were:</p>\n\n\n\n<ul>\n <li>Issues relating to the caching of theme template files.</li>\n <li>A MediaElement JavaScript error preventing users of certain languages from being able to upload media files.</li>\n <li>The inability to edit theme and plugin files on Windows based servers.</li>\n</ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">This post has more information about all of the issues fixed in 4.9.1 if you'd like to learn more</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.1</a> or venture over to Dashboard → Updates and click "Update Now." Sites that support automatic background updates are already beginning to update automatically.</p>\n\n\n\n<p>Thank you to everyone who contributed to WordPress 4.9.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/edo888/\">edo888</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp/\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">jeremyescott</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/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mariovalney/\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/natacado/\">natacado</a>, <a href=\"https://profiles.wordpress.org/odysseygate/\">odyssey</a>, <a href=\"https://profiles.wordpress.org/precies/\">precies</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</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:\"5215\";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:26:\"WordPress 4.9 “Tipton”\";s:7:\"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/news/2017/11/tipton/\";s: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 Nov 2017 01:16:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=4968\";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:227:\"Announcing version 4.9 of WordPress, named “Tipton” in honor of jazz pianist and band leader Billy Tipton. New features in 4.9 will smooth your design workflow and keep you safe from coding errors. Download or update 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: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:40374:\"<h2 style=\"text-align: center\">Major Customizer Improvements, Code Error Checking, and More! ?</h2>\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/banner.png?fit=2400%2C1200&ssl=1\" alt=\"\" /></figure>\r\n\r\n\r\n\r\n<p>Version 4.9 of WordPress, named “Tipton” in honor of jazz musician and band leader Billy Tipton, is available for download or update in your WordPress dashboard. New features in 4.9 will smooth your design workflow and keep you safe from coding errors.</p>\r\n\r\n\r\n\r\n<p>Featuring design drafts, scheduling, and locking, along with preview links, the Customizer workflow improves collaboration for content creators. What’s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn’t pretty great, we’ve got an awesome new Gallery widget and improvements to theme browsing and switching.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Customizer Workflow Improved </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/11/customizer-workflow-improved-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>Draft and Schedule Site Design Customizations</h3>\r\n\r\n\r\n\r\n<p>Yes, you read that right. Just like you can draft and revise posts and schedule them to go live on the date and time you choose, you can now tinker with your site’s design and schedule those design changes to go live as you please.</p>\r\n\r\n\r\n\r\n<h3>Collaborate with Design Preview Links</h3>\r\n\r\n\r\n\r\n<p>Need to get some feedback on proposed site design changes? WordPress 4.9 gives you a preview link you can send to colleagues and customers so that you can collect and integrate feedback before you schedule the changes to go live. Can we say collaboration++?</p>\r\n\r\n\r\n\r\n<h3>Design Locking Guards Your Changes</h3>\r\n\r\n\r\n\r\n<p>Ever encounter a scenario where two designers walk into a project and designer A overrides designer B’s beautiful changes? WordPress 4.9’s design lock feature (similar to post locking) secures your draft design so that no one can make changes to it or erase all your hard work.</p>\r\n\r\n\r\n\r\n<h3>A Prompt to Protect Your Work</h3>\r\n\r\n\r\n\r\n<p>Were you lured away from your desk before you saved your new draft design? Fear not, when you return, WordPress 4.9 will politely ask whether or not you’d like to save your unsaved changes.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Coding Enhancements</h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/coding-enhancements-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>Syntax Highlighting and Error Checking? Yes, Please!</h3>\r\n\r\n\r\n\r\n<p>You’ve got a display problem but can’t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you’ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily, and suss out & fix code errors quickly.</p>\r\n\r\n\r\n\r\n<h3>Sandbox for Safety</h3>\r\n\r\n\r\n\r\n<p>The dreaded white screen. You’ll avoid it when working on themes and plugin code because WordPress 4.9 will warn you about saving an error. You’ll sleep better at night.</p>\r\n\r\n\r\n\r\n<h3>Warning: Potential Danger Ahead!</h3>\r\n\r\n\r\n\r\n<p>When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice and will recommend that you draft and test changes before updating your file. Take the safe route: You’ll thank you. Your team and customers will thank you.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Even More Widget Updates </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/even-more-widget-updates-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>The New Gallery Widget</h3>\r\n\r\n\r\n\r\n<p>An incremental improvement to the media changes hatched in WordPress 4.8, you can now add a gallery via this new widget. Yes!</p>\r\n\r\n\r\n\r\n<h3>Press a Button, Add Media</h3>\r\n\r\n\r\n\r\n<p>Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our simple but useful Add Media button. Woo!</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Site Building Improvements </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/site-building-improvements-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>More Reliable Theme Switching</h3>\r\n\r\n\r\n\r\n<p>When you switch themes, widgets sometimes think they can just move location. Improvements in WordPress 4.9 offer more persistent menu and widget placement when you decide it’s time for a new theme. </p>\r\n\r\n\r\n\r\n<h3>Find and Preview the Perfect Theme</h3>\r\n\r\n\r\n\r\n<p>Looking for a new theme for your site? Now, from within the Customizer, you can search, browse, and preview over 2600 themes before deploying changes to your site. What’s more, you can speed your search with filters for subject, features, and layout.</p>\r\n\r\n\r\n\r\n<h3>Better Menu Instructions = Less Confusion</h3>\r\n\r\n\r\n\r\n<p>Were you confused by the steps to create a new menu? Perhaps no longer! We’ve ironed out the UX for a smoother menu creation process. Newly updated copy will guide you.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Lend a Hand with Gutenberg ?</h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/gutenberg-1.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<p>WordPress is working on a new way to create and control your content and we’d love to have your help. Interested in being an <a href=\"https://wordpress.org/plugins/gutenberg/\">early tester</a> or getting involved with the Gutenberg project? <a href=\"https://github.com/WordPress/gutenberg\">Contribute on GitHub</a>.</p>\r\n\r\n\r\n\r\n<p>(PS: this post was written in Gutenberg!)</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Developer Happiness ?</h2>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Customizer JS API Improvements</a></h3>\r\n\r\n\r\n\r\n<p>We’ve made numerous improvements to the Customizer JS API in WordPress 4.9, eliminating many pain points. (Hello, default parameters for constructs! Goodbye repeated ID for constructs!) There are also new base control templates, a date/time control, and section/panel/global notifications to name a few. <a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Check out the full list.</a></p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">CodeMirror available for use in your themes and plugins</a></h3>\r\n\r\n\r\n\r\n<p>We’ve introduced a new code editing library, CodeMirror, for use within core. CodeMirror allows for syntax highlighting, error checking, and validation when creating code writing or editing experiences within your plugins, like CSS or JavaScript include fields.</p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/30/mediaelement-upgrades-in-wordpress-4-9/\">MediaElement.js upgraded to 4.2.6</a></h3>\r\n\r\n\r\n\r\n<p>WordPress 4.9 includes an upgraded version of MediaElement.js, which removes dependencies on jQuery, improves accessibility, modernizes the UI, and fixes many bugs.</p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">Roles and Capabilities Improvements</a></h3>\r\n\r\n\r\n\r\n<p>New capabilities have been introduced that allow granular management of plugins and translation files. In addition, the site switching process in multisite has been fine-tuned to update the available roles and capabilities in a more reliable and coherent way.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2>The Squad</h2>\r\n\r\n\r\n\r\n<p>This release was led by <a href=\"https://choycedesign.com/\">Mel Choyce</a> and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, with the help of the following fabulous folks. There are 443 contributors with props in this release, with 185 of them contributing for the first time. Pull up some Billy Tipton on your music service of choice, and check out some of their profiles:</p>\r\n\r\n\r\n\r\n<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/aaronrutley\">Aaron Rutley</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</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/adamwills\">AdamWills</a>, <a href=\"https://profiles.wordpress.org/adhun\">Adhun Anand</a>, <a href=\"https://profiles.wordpress.org/aegis123\">aegis123</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/ajayghaghretiya1\">Ajay Ghaghretiya</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/soniakash\">Akash Soni</a>, <a href=\"https://profiles.wordpress.org/akbarhusen\">akbarhusen</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/alpipego\">Alex Goller</a>, <a href=\"https://profiles.wordpress.org/alexvorn2\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alibasheer\">alibasheer</a>, <a href=\"https://profiles.wordpress.org/alxndr\">alxndr</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreagobetti\">andreagobetti</a>, <a href=\"https://profiles.wordpress.org/euthelup\">Andrei Lupu</a>, <a href=\"https://profiles.wordpress.org/aduth\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewtaylor-1\">Andrew Taylor</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/la-geek\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/anhskohbo\">anhskohbo</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/antonrinas\">antonrinas</a>, <a href=\"https://profiles.wordpress.org/appchecker\">appchecker</a>, <a href=\"https://profiles.wordpress.org/arena94\">arena94</a>, <a href=\"https://profiles.wordpress.org/bsop\">Arnaud Coolsaet</a>, <a href=\"https://profiles.wordpress.org/arnaudban\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/aryamaaru\">Arun</a>, <a href=\"https://profiles.wordpress.org/mrasharirfan\">Ashar Irfan</a>, <a href=\"https://profiles.wordpress.org/atachibana\">atachibana</a>, <a href=\"https://profiles.wordpress.org/atanasangelovdev\">Atanas Angelov</a>, <a href=\"https://profiles.wordpress.org/avinapatel\">Avina Patel</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/bduclos\">bduclos</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/behzod\">Behzod Saidov</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/benoitchantre\">Benoit Chantre</a>, <a href=\"https://profiles.wordpress.org/bnap00\">Bharat Parsiya</a>, <a href=\"https://profiles.wordpress.org/bhaveshkhadodara\">bhavesh khadodara</a>, <a href=\"https://profiles.wordpress.org/bplv\">Biplav</a>, <a href=\"https://profiles.wordpress.org/biranit\">Biranit</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/biskobe\">biskobe</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/blackbam\">Blackbam</a>, <a href=\"https://profiles.wordpress.org/blobfolio\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</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/bradparbs\">Brad Parbs</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/brentjettgmailcom\">Brent Jett</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/monopine\">Brian Meyer</a>, <a href=\"https://profiles.wordpress.org/borgesbruno\">Bruno Borges</a>, <a href=\"https://profiles.wordpress.org/bseddon\">bseddon</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90\">Bunty</a>, <a href=\"https://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/caercam\">Charlie Merland</a>, <a href=\"https://profiles.wordpress.org/chetanchauhan\">Chetan Chauhan</a>, <a href=\"https://profiles.wordpress.org/chetan200891\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrishardie\">Chris Hardie</a>, <a href=\"https://profiles.wordpress.org/crunnells\">Chris Runnells</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/chsxf\">chsxf</a>, <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom\">cjhaas</a>, <a href=\"https://profiles.wordpress.org/cliffseal\">Cliff Seal</a>, <a href=\"https://profiles.wordpress.org/code-monkey\">code-monkey</a>, <a href=\"https://profiles.wordpress.org/collizo4sky\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/corvidism\">corvidism</a>, <a href=\"https://profiles.wordpress.org/csloisel\">csloisel</a>, <a href=\"https://profiles.wordpress.org/daedalon\">Daedalon</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber </a>, <a href=\"https://profiles.wordpress.org/danieltj\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dany2217\">dany2217</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/davefx\">DaveFX</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davilera\">David Aguilera</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/turtlepod\">David Chandra Purnama</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/straussd\">David Strauss</a>, <a href=\"https://profiles.wordpress.org/jdtrower\">David Trower</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/daymobrew\">daymobrew</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate\">DiedeExterkate</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/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/div33\">Divyesh Ladani</a>, <a href=\"https://profiles.wordpress.org/dency\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/dixitadusara\">dixitadusara</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dominikschwind-1\">Dominik Schwind</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsawardekar\">dsawardekar</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eatonz\">Eaton</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eddhurst\">Edd Hurst</a>, <a href=\"https://profiles.wordpress.org/edo888\">edo888</a>, <a href=\"https://profiles.wordpress.org/egregor\">EGregor</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elvishp2006\">elvishp2006</a>, <a href=\"https://profiles.wordpress.org/enricosorcinelli\">enrico.sorcinelli</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/circlecube\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/eventualo\">eventualo</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/psiico\">FancyThought</a>, <a href=\"https://profiles.wordpress.org/felipeelia\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fergbrain\">fergbrain</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/gmariani405\">Gabriel Mariani</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</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/girishpanchal\">Girish Lohar</a>, <a href=\"https://profiles.wordpress.org/gkloveweb\">Govind Kumar</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/gregross\">Greg Ross</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/grosbouff\">grosbouff</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/ghosttoast\">Gustave F. Gerhardt</a>, <a href=\"https://profiles.wordpress.org/guzzilar\">guzzilar</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/hazemnoor\">Hazem Noor</a>, <a href=\"https://profiles.wordpress.org/hazimayesh\">hazimayesh</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright-1\">Henry</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen\">herregroen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/jcc9873\">Iacopo C</a>, <a href=\"https://profiles.wordpress.org/ibenic\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ippei-sumida\">Ippei Sumida</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/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/ixmati\">ixmati</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jhoffmann\">j.hoffmann</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/octalmage\">Jason Stallings</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</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/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/jeremyescott\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jjcomack\">Jimmy Comack</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jkhongusc\">jkhongusc</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/johneckman\">John Eckman</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/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/johnroper100\">johnroper100</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</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/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jsepia\">jsepia</a>, <a href=\"https://profiles.wordpress.org/jsonfry\">jsonfry</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/jlambe\">Julien</a>, <a href=\"https://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/thekt12\">Karthik Thayyil</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/captainn\">Kevin Newman</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</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/kmgalanakis\">Konstantinos Galanakis</a>, <a href=\"https://profiles.wordpress.org/koopersmith\">koopersmith</a>, <a href=\"https://profiles.wordpress.org/kekkakokkers\">Kristin Kokkersvold</a>, <a href=\"https://profiles.wordpress.org/lalitpendhare\">lalitpendhare</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/lemacarl\">lemacarl</a>, <a href=\"https://profiles.wordpress.org/lenasterg\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/llemurya\">llemurya</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/m1tk00\">m1tk00</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/mahvash-fatima\">Mahvash Fatima</a>, <a href=\"https://profiles.wordpress.org/travel_girl\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/manolis09\">manolis09</a>, <a href=\"https://profiles.wordpress.org/manuelaugustin\">Manuel Augustin</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mariusvetrici\">Marius Vetrici</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/markcallen\">markcallen</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/matthiasthiel\">matthias.thiel</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/mdifelice\">mdifelice</a>, <a href=\"https://profiles.wordpress.org/megane9988\">megane9988</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/mizejewski\">Michele Mizejewski</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/mikeschinkel\">Mike Schinkel</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/milana_cap\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/milindmore22\">Milind More</a>, <a href=\"https://profiles.wordpress.org/mirucon\">Mirucon</a>, <a href=\"https://profiles.wordpress.org/studionashvegas\">Mitch Canter</a>, <a href=\"https://profiles.wordpress.org/mitraval192\">Mithun Raval</a>, <a href=\"https://profiles.wordpress.org/mkomar\">mkomar</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</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/msebel\">msebel</a>, <a href=\"https://profiles.wordpress.org/munyagu\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mythemeshop\">MyThemeShop</a>, <a href=\"https://profiles.wordpress.org/ndoublehwp\">N\'DoubleH</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/nenad\">nenad</a>, <a href=\"https://profiles.wordpress.org/nicbertino\">nic.bertino</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nicollle\">nicollle</a>, <a href=\"https://profiles.wordpress.org/jainnidhi\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/nileshdudakiya94\">Nileshdudakiya94</a>, <a href=\"https://profiles.wordpress.org/nishitlangaliya\">Nishit Langaliya</a>, <a href=\"https://profiles.wordpress.org/justnorris\">Norris</a>, <a href=\"https://profiles.wordpress.org/obradovic\">obradovic</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/ov3rfly\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paaljoachim\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak\">palmiak</a>, <a href=\"https://profiles.wordpress.org/parthsanghvi\">Parth Sanghvi</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</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/pauldechov\">Paul Dechov</a>, <a href=\"https://profiles.wordpress.org/natacado\">Paul Paradise</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/pcarvalho\">pcarvalho</a>, <a href=\"https://profiles.wordpress.org/pedromendonca\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/pessoft\">Peter \"Pessoft\" Kolínek</a>, <a href=\"https://profiles.wordpress.org/donutz\">Peter J. Herrel</a>, <a href=\"https://profiles.wordpress.org/petertoi\">Peter Toi</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</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/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/plastikschnitzer\">Plastikschnitzer</a>, <a href=\"https://profiles.wordpress.org/powerzilly\">powerzilly</a>, <a href=\"https://profiles.wordpress.org/pratikgandhi\">Pratik Gandhi</a>, <a href=\"https://profiles.wordpress.org/precies\">precies</a>, <a href=\"https://profiles.wordpress.org/presslabs\">Presslabs</a>, <a href=\"https://profiles.wordpress.org/punit5658\">Punit Patel</a>, <a href=\"https://profiles.wordpress.org/purnendu\">Purnendu Dash</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/rafa8626\">Rafael Miranda</a>, <a href=\"https://profiles.wordpress.org/rahmohn\">Rahmohn</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramon-fincken\">ramon fincken</a>, <a href=\"https://profiles.wordpress.org/jontyravi\">Ravi Vaghela</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/arena\">RENAUT</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rfair404\">rfair404</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</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/rcutmore\">Rob Cutmore</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/ronakganatra\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/rugved\">rugved</a>, <a href=\"https://profiles.wordpress.org/rushabh4486\">Rushabh Shah</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryanduff\">Ryan Duff</a>, <a href=\"https://profiles.wordpress.org/stunnedbeast\">Ryan Holmes</a>, <a href=\"https://profiles.wordpress.org/rmarks\">Ryan Marks</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ohryan\">Ryan Neudorf</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/ryanrolds\">ryanrolds</a>, <a href=\"https://profiles.wordpress.org/ryotsun\">ryotsun</a>, <a href=\"https://profiles.wordpress.org/stodorovic\">Saša</a>, <a href=\"https://profiles.wordpress.org/manchumahara\">Sabuj Kundu</a>, <a href=\"https://profiles.wordpress.org/sagarprajapati\">Sagar Prajapati</a>, <a href=\"https://profiles.wordpress.org/sagarladani\">sagarladani</a>, <a href=\"https://profiles.wordpress.org/sa3idho\">Said El Bakkali</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/viralsampat\">Sampat Viral</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly\">sarah semark</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/scottdeluzio\">Scott DeLuzio</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/scottlee\">Scott Lee</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/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/shamim51\">Shamim Hasan</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/shital-patel\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shramee\">shramee</a>, <a href=\"https://profiles.wordpress.org/nomnom99\">Siddharth Thevaril</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/slaffik\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/someecards\">someecards</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spencerfinnell\">spencerfinnell</a>, <a href=\"https://profiles.wordpress.org/spocke\">spocke</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</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/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevepuddick\">Steve Puddick</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/skostadinov\">Stoyan Kostadinov</a>, <a href=\"https://profiles.wordpress.org/dualcube_subrata\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/musus\">Susumu Seino</a>, <a href=\"https://profiles.wordpress.org/svrooij\">svrooij</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/buley\">Taylor</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/thulshof\">Thijs Hulshof</a>, <a href=\"https://profiles.wordpress.org/thingsym\">thingsym</a>, <a href=\"https://profiles.wordpress.org/tfirdaus\">Thoriq Firdaus</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobi823\">tobi823</a>, <a href=\"https://profiles.wordpress.org/toddnestor\">Todd Nestor</a>, <a href=\"https://profiles.wordpress.org/tobifjellner\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/toscho\">toscho</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tuanmh\">tuanmh</a>, <a href=\"https://profiles.wordpress.org/tv-productions\">TV productions</a>, <a href=\"https://profiles.wordpress.org/uicestone\">uicestone</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/umangvaghela123\">Umang Vaghela</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/upadalavipul\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vhauri\">vhauri</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/withinboredom\">withinboredom</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/xkon\">Xenos (xkon) Konstantinos</a>, <a href=\"https://profiles.wordpress.org/yahil\">Yahil Madakiya</a>, <a href=\"https://profiles.wordpress.org/yonivh\">yonivh</a>, <a href=\"https://profiles.wordpress.org/yrpwayne\">yrpwayne</a>, <a href=\"https://profiles.wordpress.org/zachwtx\">zachwtx</a>, and <a href=\"https://profiles.wordpress.org/zanematthew\">Zane Matthew</a>.\r\n\r\n\r\n\r\n<p>Finally, thanks to all the community translators who worked on WordPress 4.9. Their efforts bring WordPress 4.9 fully translated to 43 languages at release time, with more on the way.</p>\r\n\r\n\r\n\r\n<p>Do you want to report on WordPress 4.9? <a href=\"https://s.w.org/images/core/4.9/wp-4-9_press-kit.zip\">We've compiled a press kit featuring information about the release features, and some media assets to help you along</a>.</p>\r\n\r\n\r\n\r\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>.</p>\r\n\r\n\r\n\r\n<p>Thanks for choosing WordPress!</p>\r\n\";s: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:\"4968\";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: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:33:\"WordPress 4.9 Release Candidate 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:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-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:\"Tue, 14 Nov 2017 06:53: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";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=5184\";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:345:\"The third release candidate for WordPress 4.9 is now available. A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but […]\";s: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:4169:\"<p>The third release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but due a number of defects uncovered through your testing of RC2 (thank you!), we are putting out another 4.9 release candidate.</p>\n<p>We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (that’s <em>tomorrow</em>) at 23:00 UTC, but we still need your help to get there. If you haven’t tested 4.9 yet, now is the time! If there are additional defects uncovered through testing between now and the release time, we may delay the 4.9 release to the following day.</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC3.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/branches/4.9?action=stop_on_copy&mode=stop_on_copy&rev=42178&stop_rev=42133\">just over 20 changes</a> since releasing RC2 last week (as we did between RC1 and RC2). For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a>, and <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\">RC2</a> blog posts. A few specific areas to test in RC3:</p>\n<ul>\n<li>Switching between the Visual and Text tabs of the editor, and the syncing of the cursor between those two tabs.</li>\n<li>Overriding linting errors in the Customizer’s Additional CSS editor.</li>\n<li>Adding nav menu items for Custom Links in the Customizer.</li>\n<li>Scheduling customization drafts (stubbed posts/pages) for publishing in the Customizer.</li>\n<li>Autosave revisions for changes in the Customizer.</li>\n<li>About page styling.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</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>Didn’t squash them all <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>We want to release Tuesday</em><br />\n<em>New features not bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</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:\"5184\";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:33:\"WordPress 4.9 Release Candidate 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:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-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:\"Tue, 07 Nov 2017 05:33:28 +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=5047\";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:\"The second release candidate for WordPress 4.9 is now available. A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on Tuesday, November 14 (just over one week from now), but we need your help […]\";s: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:3424:\"<p>The second release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (just over <em>one week</em> from now), but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42124&stop_rev=42049&limit=100&sfp_email=&sfph_mail=\">just over 20 changes</a> since releasing RC 1 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a> blog posts. Specific areas to test in RC2:</p>\n<ul>\n<li>Theme installation in the Customizer.</li>\n<li>Scheduling changes for publishing in the Customizer.</li>\n<li>Switching themes with live preview in the Customizer.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</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>This week’s haiku is courtesy of <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a>:</p>\n<p><em>We squashed all the 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;\" /></em><br />\n<em>But uh, if not, let us know</em><br />\n<em>Also, test your stuff</em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</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:\"5047\";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:36:\"The Month in WordPress: October 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:71:\"https://wordpress.org/news/2017/11/the-month-in-wordpress-october-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:\"Thu, 02 Nov 2017 12:02:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=5044\";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 this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October. Take the 2017 Annual WordPress User Survey The annual WordPress User Survey is a great opportunity for you 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: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:6180:\"\n<p>While this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Take the 2017 Annual WordPress User Survey</h2>\n\n\n\n<p>The annual WordPress User Survey is a great opportunity for you to provide your feedback about how you use WordPress. This year is no exception, as <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">the 2017 WordPress User Survey</a> is out now.</p>\n\n\n\n<p>The information collected in the survey is used to make informed decisions about improvements across the WordPress project, so your answers are incredibly valuable and help shape the future of the platform.</p>\n\n\n\n<h2>WordPress 4.8.3 Security Release</h2>\n\n\n\n<p>At the end of October, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\">WordPress 4.8.3 was released</a> containing an important security fix for all previous versions of WordPress. If your WordPress installation has not updated automatically, please update it now to protect your site.</p>\n\n\n\n<p>This security issue was brought to light by a community member, so if you ever discover a security vulnerability in WordPress core, please do the same and <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">disclose it responsibly</a>.</p>\n\n\n\n<h2>WordPress 4.9 Nearly Ready for Release</h2>\n\n\n\n<p>WordPress 4.9 was in rapid development this month. We released four beta versions and published a <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">release candidate</a>. The target for shipping WordPress 4.9 is November 14 — just two short weeks away. With many new features, this is a hugely exciting release that improves WordPress’ user experience considerably. Notably, you’ll see <a href=\"https://make.wordpress.org/core/2017/10/24/a-new-themes-experience-in-the-customizer/\">improvements to the theme selection experience</a>, plenty of <a href=\"https://make.wordpress.org/core/2017/10/24/widget-improvements-in-wordpress-4-9/\">widget enhancements</a>, drastically improved <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">code editing</a>, and much better <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">user role management</a>.</p>\n\n\n\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\n\n\n<h2>WordPress Charity Hackathons are Growing</h2>\n\n\n\n<p>For the last few years, the number of <a href=\"https://doaction.org/\">do_action series of WordPress charity hackathons</a> has grown around the world. What started as a community event to assist local nonprofit organizations, has become something many WordPress communities are replicating in an increasing number of cities.</p>\n\n\n\n<p>As of this month, do_action events have been hosted in Cape Town and Johannesburg, South Africa, Beirut, Lebanon, Austin, Texas, and Montréal, Canada. In addition, events are now scheduled for <a href=\"https://doaction.org/event/bristol-2018/\">Bristol, England</a> and <a href=\"https://doaction.org/event/zurich-2018/\">Zurich, Switzerland</a> in 2018.</p>\n\n\n\n<p>To get involved in organizing a do_action event locally, read <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/\">the do_action organizer’s handbook</a> and join the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Development Advances</h2>\n\n\n\n<p>While work steadily continues on Gutenberg — the new editor for WordPress core — one update from this month addresses one of the primary concerns that some people shared about the project.</p>\n\n\n\n<p>Up until <a href=\"https://make.wordpress.org/core/2017/10/24/whats-new-in-gutenberg-24th-october/\">the release on October 24</a>, Gutenberg did not support the meta boxes that so many WordPress content creators rely on. The new editor now has initial support for meta boxes as well as a host of other critical features for content creation in WordPress.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">Test out Gutenberg</a> right now and help develop it 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/\">Core team blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul>\n <li>DonateWC, a new initiative that assists people in attending WordCamps, <a href=\"https://donatewc.org/wordcamp-stories/wordcamp-cape-town-experience/\">sponsored Trust Nhokovedzo from Harare, Zimbabwe</a> to speak at WordCamp Cape Town, South Africa this month.</li>\n <li><a href=\"https://woocommerce.com/2017/10/saying-goodbye-to-canvas/\">The popular Canvas theme was retired</a> this month to allow WooCommerce to focus on moving their products forward more effectively.</li>\n <li>The next installment of Camp Press, the WordPress community retreat event, will take place <a href=\"https://camp.press/event/iceland2018/\">in Iceland</a>.</li>\n <li>If you run a WordPress meetup group, but are struggling to find content for your events, the WordPress Marketing team <a href=\"https://make.wordpress.org/community/2017/10/04/supporting-for-meetups-with-low-content/\">has put together some ideas</a> to help.</li>\n <li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is just around the corner — there’s still time to grab your tickets.</li>\n</ul>\n\n\n\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:\"5044\";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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.8.3 Security 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:68:\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-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, 31 Oct 2017 14:20: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:3:{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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.8\";s:7:\"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=5035\";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:378:\"WordPress 4.8.3 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.2 and earlier are affected by an issue where $wpdb->prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable 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:15:\"Gary Pendergast\";s: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:1337:\"<p>WordPress 4.8.3 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.2 and earlier are affected by an issue where <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://twitter.com/ircmaxell\">Anthony Ferrara</a>.</p>\n<p>This release includes a change in behaviour for the <code>esc_sql()</code> function. Most developers will not be affected by this change, you can read more details in the <a href=\"https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/\">developer note</a>.</p>\n<p>Thank you to the reporter of this issue for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.3</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.3.</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:\"5035\";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: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:31:\"WordPress 4.9 Release Candidate\";s:7:\"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:67:\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\";s: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, 31 Oct 2017 04:42:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=4963\";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:\"The release candidate for WordPress 4.9 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on Tuesday, November 14, but we need your help to get there. If you haven’t tested 4.9 yet, […]\";s: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:3275:\"<p>The release candidate for WordPress 4.9 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong>, but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42049&stop_rev=42022&limit=100&sfp_email=&sfph_mail=\">almost 30 changes</a> since releasing Beta 4 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>. In the meantime, you can review the <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes for 4.9</a>.</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>This week’s haiku is courtesy of <a href=\'https://profiles.wordpress.org/pento/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pento</a>:</p>\n<p><em>this is halloween <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f383.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>scary, spooky, candy day <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f47b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>rc1 is sweet <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f36c.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</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:\"4963\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s: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:37:\"2017 WordPress Survey and WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2017/10/2017-wordpress-survey-and-wordcamp-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Oct 2017 20:59:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5004\";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:332:\"It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS). It only takes a few minutes to fill out the survey, which will provide an overview 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:7:\"Josepha\";s: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:1083:\"\n<p>It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS).</p>\n\n\n\n<p>It only takes a few minutes to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">fill out the survey</a>, which will provide an overview of how people use WordPress.</p>\n\n\n\n<figure class=\"wp-block-image alignright\" style=\"width:357px\"><a href=\"https://2017.us.wordcamp.org/tickets/\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/10/header.jpg?resize=357%2C148&ssl=1\" data-recalc-dims=\"1\" /></a>\n <figcaption>WordCamp US in Nashville</figcaption>\n</figure>\n\n\n\n<p>The <a href=\"https://wordpress.tv/tag/state-of-the-word/\">State of the Word</a> includes stats and an overview of what's new in WordPress and is given every year at WCUS. Don't forget that tickets are available <a href=\"https://2017.us.wordcamp.org\">now</a> so you can join the excitement in Nashville this year!</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:\"5004\";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: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 4\";s:7:\"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-4/\";s: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, 25 Oct 2017 07:04: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: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=4962\";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 4 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:2446:\"<p>WordPress 4.9 Beta 4 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-beta4.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 the Beta 1 release, 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, and <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41938&stop_rev=41847&limit=100&sfp_email=&sfph_mail=\">92 changes</a> in <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>. In Beta 4, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42020&stop_rev=41940&limit=100&sfp_email=&sfph_mail=\">80 changes</a>, focusing on bug fixes and finalizing new features.</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><i>Beta 4 at last,<br />\nRC 1 draws ever near.<br />\nLet’s make it bug-free. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f6ab.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:\"4962\";s: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:9:\"\n 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:4:\"\n 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:\"Mon, 18 Dec 2017 09:51:56 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:\"Wed, 06 Dec 2017 18:39:27 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 250\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(89886,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1513633916','no'),(89887,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1513590716','no'),(89888,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1513633917','no'),(89889,'_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:69:\"WPTavern: Jetpack 5.6.1 Increases Security of the Contact Form Module\";s:7:\"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=77061\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/jetpack-5-6-1-increases-security-of-the-contact-form-module\";s: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:575:\"<p>Jetpack has <a href=\"https://jetpack.com/2017/12/14/jetpack-5-6-1/\">released version 5.6.1</a> which hardens the Contact Form module by improving permissions checking when updating a form's settings. In addition to security fixes, the character count for when Publicize publishes content to Twitter has been increased to 280. </p>\n\n\n\n<p>This release also fixes a bug that disabled the ability to save widgets after removing a Widget Visibility rule. Users are encouraged to update as soon as possible, especially if you make heavy use of the Contact Form module. </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, 15 Dec 2017 22:49: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:\"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: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:57:\"WPTavern: WPWeekly Episode 297 – WordCamp US 2017 Recap\";s:7:\"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=77042&preview=true&preview_id=77042\";s:7:\"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/wpweekly-episode-297-wordcamp-us-2017-recap\";s: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:2715:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://mor10.com/\">Morten Rand-Hendriksen</a>. We have an engaging conversation about WordCamp US 2017, Gutenberg, and what it’s going to take for it to succeed. Rand-Hendriksen shared what he thinks are <a href=\"https://mor10.com/gutenberg-and-the-future-of-wordpress-conditions-for-success/\">the three conditions</a> that need to be met before Gutenberg can be shipped.</p>\n<p>Near the end of the show, we discuss the possible impacts Gutenberg’s timeline may have on the WordPress economy. Jacoby and I round out the show by reviewing the 2017 State of the Word and our picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/storify-to-close-may-16-2018-wordpress-plugin-discontinued\">Storify to Close May 16, 2018, WordPress Plugin Discontinued</a><br />\n<a href=\"https://wptavern.com/gutenberg-and-the-wordpress-of-tomorrow-by-morten-rand-hendriksen\" rel=\"bookmark\">Gutenberg and the WordPress of Tomorrow by Morten Rand-Hendriksen</a><br />\n<a href=\"https://bridgetwillard.com/economic-impact-timeline-gutenberg-rollout/\">The Economic Impact of the Timeline of the Gutenberg Rollout</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://www.copytrans.net/copytransheic/\">CopyTrans</a> is a plugin for Windows to view HEIC files. In iOS 11, Apple started using HEIC/HEIF. HEIF stands for High Efficiency Image Format, and, as the name suggests, is a more streamlined way to store image files. It allows digital photographs to be created in smaller files sizes while retaining higher image quality than its JPEG alternative. The image format is currently not supported in Windows 7, 8, and 10.</p>\n<p>CopyTrans HEIC for Windows is a simple Windows plugin that allows you to open HEIC files using Windows Photo Viewer. This format is also <a href=\"https://core.trac.wordpress.org/ticket/42775\">not compatible with WordPress.</a></p>\n<p><a href=\"http://github.com/10up/wpsnapshots\">WP Snapshots</a> is a command line interface (CLI) tool by 10Up that empowers engineering teams to quickly share WordPress projects, including files and the database.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 20th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #297:</strong> </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, 14 Dec 2017 00:59: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:\"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: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:48:\"HeroPress: Finding My Way Out Of My Comfort Zone\";s:7:\"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=2341\";s:7:\"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:122:\"https://heropress.com/essays/finding-way-comfort-zone/#utm_source=rss&utm_medium=rss&utm_campaign=finding-way-comfort-zone\";s: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:20331:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/121317-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: As web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky.\" /><p>I don’t remember when we had a computer for the first time. I practically grew up with them. Hungary was a communist country when I was born in ’84, so while everyone had a job, no one could really do their own thing. Everything was state owned.</p>\n<p>In 1989-1990 there was a change of regime which followed the collapse of the Berlin wall, and suddenly the country became a democracy, and people were free to start and own companies. Yes, the era also had other problems, like 35% inflation at one point, but at least we were “free”.</p>\n<p>My parents started out by importing computers from Hong Kong. That was a huge thing. We had one of the first of those, a 286 with a whopping speed of 8 Mhz which went up to 16 if I pressed the Turbo button! I had no idea what that meant though besides the number being higher.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/young_gabor.jpg\"><img class=\"aligncenter size-large wp-image-2343\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/young_gabor-1024x576.jpg\" alt=\"Gabor about age 3, at a computer\" width=\"960\" height=\"540\" /></a></p>\n<p>It was a good time of Sim City, Prince of Persia, and Sokoban.</p>\n<h3>Finding the Web</h3>\n<p>My first “website” was one my grandmother asked me to make for her Quaker group. I was 12. I created it with tables and inline styling (CSS wasn’t a thing back then), but never got it live – hosting wasn’t something I really knew about.</p>\n<p>Fast forward to 2003 when I started university studying architecture in Budapest. It was fun, I loved physics, I loved drawing, I loved math, I <em>especially</em> loved descriptive geometry! The latter is pretty much “how to represent a 3d thing on a sheet of paper”. Incidentally that brought me my first high paying consulting job. As a student in 2nd year I coached a student in first year in descriptive geometry – he had broken his leg so couldn’t actually make the classes, but he had to pass that subject to advance. So every week I would go to their house and spend about 3 hours helping him draw and figure out how to draw what to draw and why to draw those things that way. That experience taught him everything he needed to know to pass with a 4 (on a scale of 5, 5 being best), which translates to around 80%. I had my first satisfied customer. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>It also taught me two very important things:</p>\n<ol>\n<li>if you’re good at it, they will overlook the fact that you’re not actually “qualified” to do the thing (I wasn’t a TA / lecturer. I was merely another student in an upper class. An upperclassman. 先輩)</li>\n<li>if you’re good at it, you can charge people a lot more than you otherwise think. I got paid about 3x the standard hourly wage of adults working the majority of hourly jobs, and as a student, that was awesome!</li>\n</ol>\n<p>For context though, there is no tuition fee for your first degree (i.e.: it’s paid for by the government for you which gets that money from taxes).</p>\n<p>The second formative experience was between 2004-2006. I joined an extracurricular architecture club. Basically students who don’t just want to bumble through the university but actually get good! Like, REALLY GOOD. We pitched to host EASA – European Architecture Students’ Assembly – in Budapest in 2006. For that we needed a website, both an internal forum, and a public facing site for sponsors / attendees / workshops / visitors / everyone.</p>\n<p>I knew nothing besides basic html.</p>\n<p>So naturally I volunteered.</p>\n<h3>Leveling up</h3>\n<p>I learned PHP, MySQL, and Flash from books: learn php in 24 hours, PHP 4 reference, learn mysql in 24 hours, learn flash in 24 hours, etc. I had one guy over the internet who helped me figure out things in PHP, but other than that I was all alone. Stack Overflow wasn’t a thing either. Wild times. From memory I could probably exploit that engine in one of 284 ways today. I’m glad it’s not online any more. The flash site is, it’s somewhat broken, but here you go: <a href=\"https://javorszky.github.io/ancientflashsite/\" rel=\"nofollow\">https://javorszky.github.io/ancientflashsite/</a></p>\n<p>I built a forum engine and a full actionscript site. We also had a requirement that whoever applies to host whatever workshop, we need to judge the workshop on its own merit, not on who submits it, so I built the submit form in such a way that it took the files, and renamed them, scrubbed the email addresses that reached the judging committee, and we made it a rule that if there’s any identifying information ON the pdf, it’s immediately disqualified. The year is 2005.</p>\n<p>Looking back, I realized two things:</p>\n<ol>\n<li>learn to learn on the job, and learn to enjoy not knowing stuff. Nobody does, really</li>\n<li>biases are real. Mitigate them. Even the ones you don’t know about. Especially the ones you don’t know about! Or at least have a framework by which you acknowledge if you’re called out</li>\n</ol>\n<h3>Moving On</h3>\n<p>I then decided to not continue my studies there. I was failed in one class where I expected a strong pass. We were split into 12 groups, and groups 1 and 2 got mostly failed, and groups 3-12 got overwhelmingly passed. Something wasn’t right, I spoke up, but I was a student, and they were faculty. I left because I didn’t feel like fighting and losing my soul over it.</p>\n<blockquote><p>Something wasn’t right, I spoke up, but I was a student, and they were faculty. I left because I didn’t feel like fighting and losing my soul over it.</p></blockquote>\n<p>I continued making websites for myself and got introduced to WordPress around this time. I don’t remember my first project. I <em>think</em> it was a site I built for myself in 8 hours for a competition which led me to my first paying website job, which I totally screwed up.</p>\n<p>In 2010 I decided to move countries with 3 friends I went to university with, at the time I was studying International Tourism Management, and I could transfer to Oxford Brookes University (not the one you heard about).</p>\n<p>I missed the application deadline.</p>\n<p>Which meant that I had to find work. When I bought my plane ticket I decided that whatever it takes, I will make it work. Staying in Hungary was not an option for me: I didn’t like the politics, I didn’t like where the country was heading economically, and I longed for a more cheerful society to surround me. Movement rights and language I can speak and other people going the same way helped me decide on the UK.</p>\n<h3>Restarting</h3>\n<p>So I made it work: I accepted the first full time job that I got offered. I worked as a wait staff at the restaurant of one of the luxury hotels in the city. It had very little to do with computers, but I had income, I could pay back the help I got from my friends (and by extension, their families), and I could actually take control of my own life instead of just bumping into furniture.</p>\n<blockquote><p>It had very little to do with computers, but I had income, I could pay back the help I got from my friends (and by extension, their families), and I could actually take control of my own life […]</p></blockquote>\n<p>I’ve learned a lot from working there. Chef taught me that literally no one cares WHY there was a mistake at that time in putting through an order – what’s important is what the error was, what’s needed to correct it. Everything else is wasting everyone’s time. Of course we’d go through these after the service.</p>\n<p>I’ve learned that to work in hospitality, you have to leave your ego at the door. Doesn’t mean you should take abuse, but there you’re part of a – hopefully – finely tuned, oiled machinery, and keeping the whole thing operating is the number one goal. Turns out that’s also applicable to working in teams in general.</p>\n<p>A year goes by, and we need to move out of the house we’re renting. In a break between morning and evening shifts I look at the job postings in the local newspaper: someone’s looking for a developer! It was a Wednesday. I got an interview for Friday, and started on Monday. I had to talk to my supervisor to move me to evening-only shifts because I have a second desk job. My days: 9am – 4:45pm developer, 5pm – 2am (ish, whenever we finished) waiting tables. Rinse and repeat.</p>\n<p>Working 60-80 hours could only go on for so long. After about 3 months I had a very sharp chest pain while on shift at the restaurant. Had to walk home (normally I cycle), and then made my way to the emergency room where after having waited 5 hours, I got an X-ray, and EKG, and the doctor determined there’s nothing wrong, so here’s some Ibuprofen (3×1) and some Paracetamol (1×1).</p>\n<blockquote><p>Kids, don’t work 60-80 hours a week.</p></blockquote>\n<p>“Uh, which one should I take on a day?” “Oh… both!”</p>\n<p>I went home, took the first dose, and slept for 22 hours. I handed in my resignation 2 days later at the restaurant because I needed to not work that much. My manager pleaded me to stay at least on part time, which I did, because they were genuinely lovely people.</p>\n<p>Kids, don’t work 60-80 hours a week.</p>\n<h3>Back to the web with full steam</h3>\n<p>After a year at the development agency + restaurant combo, I got hired to a WordPress agency through recruiters. My new boss asked me why I haven’t applied to them directly, even though I saw their ad, why I waited to go through a recruiter. I said I didn’t think I was good enough. That decision ended up costing him a few thousand pounds in recruitment fees.</p>\n<p>I quit my restaurant job for good. I also learned a lesson to actually trust myself.</p>\n<p>Something that during the 2,5 years with them I would question a lot of times. There have been instances when I made mistakes that were incredibly easy to avoid had I just taken 5 more minutes to think. But every time it was something we could correct fairly fast (shoutout to hospitality experience!) and then I had a postmortem, and changed the way I work to avoid similar problems.</p>\n<p>I had the privilege to work on some seriously challenging WordPress sites while with them. That was my first actual commercial experience with it. We built blogs from Oxford University (the one you heard about) to eCommerce site migrations from Magento using Jigoshop and later WooCommerce.</p>\n<p>I’ve had to disassemble how WooCommerce worked fairly fast because of some of the client requirements, and I got pretty good at it.</p>\n<p>In November 2014 I got hired to one of the product companies around WooCommerce and spent a year and a half with them maintaining their plugins, answering customer queries and helping them fix their sites occasionally. That was my first help desk experience.</p>\n<p>I got access to some incredibly large eCommerce stores and I quickly discovered where the bottlenecks were in our plugins, WordPress, and WooCommerce itself. Some of the customers had access to New Relic, which I could use to help me find what’s taking so long.</p>\n<p>From then on it was just a case of finding what’s slow, following it back, reading the documentation and code on why it’s slow, and coming up with ideas on how to fix it.</p>\n<p>I got really good at this.</p>\n<h3>The Freelance Days</h3>\n<p>At the end of July 2016 our ways parted, and I had a buffer of about 3 months when I didn’t need to worry about having to find another job. While trying to figure out what to do, where next, I started getting requests to work on some projects. They asked me my hourly rate. I said a number I was slightly uncomfortable with, they said yeah, and off I went.</p>\n<blockquote><p>[…] I started getting requests to work on some projects. They asked me my hourly rate. I said a number I was slightly uncomfortable with, they said yeah […]</p></blockquote>\n<p>It also helped that I was at the time known for my love of hard problems and actually figuring out why things break and fixing them.</p>\n<p>I thought “hey, if I can command that much hourly rate, I could make this work!”</p>\n<p>I took on clients, and managed to make things work for… a surprisingly long time. Having GREAT accountants is a must for self employment.</p>\n<p>I suddenly also had time to pursue some of my other interests: I learned how to ride a motorcycle.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_motorcycle.jpg\"><img class=\"aligncenter size-large wp-image-2344\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_motorcycle-1024x576.jpg\" alt=\"Gabor standing by a sporty motorcycle\" width=\"960\" height=\"540\" /></a></p>\n<p>I started learning Japanese! I got back onto the slackline.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_slackline.jpg\"><img class=\"aligncenter size-large wp-image-2345\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_slackline-1024x768.jpg\" alt=\"Gabor balancing on a narrow strap hung between two trees\" width=\"960\" height=\"720\" /></a></p>\n<p>I got to speak at WordCamp Brighton in 2017!</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_wordcamp.jpg\"><img class=\"aligncenter wp-image-2346 size-large\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_wordcamp-1024x683.jpg\" alt=\"Gabor, on stage at WordCamp Brighton\" width=\"960\" height=\"640\" /></a></p>\n<p>Until very recently, it was a game of “how long can I be self employed before I need to look for a job?” Turns out I couldn’t answer this, because an opportunity came up to join Mindsize as a lead backend developer.</p>\n<p>When I heard about them starting up a few months prior, I had two thoughts:</p>\n<ol>\n<li>they are probably the only company I would stop doing freelance work for</li>\n<li>I’m not good enough to work with them yet</li>\n</ol>\n<p>Statement 1 was true :).</p>\n<h3>Catching up with the present</h3>\n<p>This brings us into the very recent present. It’s maybe a month old development at the time of publication. Since then I’ve been working really hard to reclaim my time of about 40 hours worked a week. With the holiday push of the clients I had as a freelancer, there was a transition phase where I had to work 60-80 hours.</p>\n<p>Don’t work 60-80 hours a week, kids!</p>\n<p>Looking back it was incredibly humbling experience so far, but also exciting, and full of challenges, and learnings. I’ve made a lot of excellent friends, and luckily very few enemies. I am grateful for each and every one of them.</p>\n<p>I don’t know where life takes me. For the foreseeable future I’ll be with Mindsize and will make eCommerce sites awesome, and will make awesome eCommerce sites. But I’ll also try and pass on some of the things I’ve learned by helping people new to the industry.</p>\n<p>There are a lot more things I could say, but they aren’t necessarily part of my journey, so I’ll save them for some other time.</p>\n<h3>On privilege</h3>\n<blockquote><p>We, as web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky.</p></blockquote>\n<p>Except for one thing. When I worked at the WordPress agency, Twitter, and by extension, society, started the “check your privilege” trend. It took a while to understand what it was all about, but it’s something I wish everyone did.</p>\n<p>We, as web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky. I’ve realized that my journey wouldn’t have been possible had I been born to less fortunate circumstances:</p>\n<p>If my parents didn’t make the decision to start teaching me English when I was 3.</p>\n<p>If I didn’t have the financial stability in my family to be able to just explore what I like to do.</p>\n<p>If I didn’t have the financial stability to just drop out of university after 3 years because “I didn’t like it”. And another one after a semester. And never finish my Tourism Management course.</p>\n<p>If I didn’t live in a developed nation with easy access and high standards of living.</p>\n<p>This brings into mind one of my favorite tweets:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Your job, lucky person, is to help others less lucky than you to improve their odds.</p>\n<p>— Dylan Wilbanks, Human Grumpy Cat (@dylanw) <a href=\"https://twitter.com/dylanw/status/522060876304486400?ref_src=twsrc%5Etfw\">October 14, 2014</a></p></blockquote>\n<p></p>\n<p>Not everyone has these opportunities and every day I am conscious of it.</p>\n<p>Humans are hard. Interpersonal skills are hard. Treating each other with dignity, respect, and grace is hard if you haven’t been brought up with those values as a kid. It’s been a challenge for me to shed the “boys will be boys” upbringing I was carrying.</p>\n<p>Let’s use our power and means and help the less fortunate walk their own paths. Let’s lessen marginalization with the view of ending it. Let’s be excellent to each other!</p>\n<p>And don’t use “guys” to mean everyone!</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: Finding My Way Out Of My Comfort Zone\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Finding%20My%20Way%20Out%20Of%20My%20Comfort%20Zone&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-way-comfort-zone%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Finding My Way Out Of My Comfort Zone\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-way-comfort-zone%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%2Ffinding-way-comfort-zone%2F&title=Finding+My+Way+Out+Of+My+Comfort+Zone\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Finding My Way Out Of My Comfort Zone\"></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/finding-way-comfort-zone/&media=https://heropress.com/wp-content/uploads/2017/12/121317-150x150.jpg&description=Finding My Way Out Of My Comfort Zone\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Finding My Way Out Of My Comfort Zone\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/finding-way-comfort-zone/\" title=\"Finding My Way Out Of My Comfort Zone\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/finding-way-comfort-zone/\">Finding My Way Out Of My Comfort Zone</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, 13 Dec 2017 08:00:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gabor Javorszky\";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:70:\"WPTavern: Storify to Close May 16, 2018, WordPress Plugin Discontinued\";s:7:\"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=76992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/storify-to-close-may-16-2018-wordpress-plugin-discontinued\";s: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:2906:\"<p><a href=\"https://storify.com/\">Storify</a>, a service that launched in 2010 and opened to the public in 2013 has announced that it is shutting down version one of its service on May 16th, 2018. Concurrently, its WordPress plugin that is actively installed on more than 2,000 sites has been <a href=\"https://wordpress.org/plugins/storify/\">discontinued</a>. </p>\n\n\n\n<img src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/12/StorifyPluginDiscontinued.png?w=627&ssl=1\" />\n Storify Plugin is Discontinued\n\n\n\n\n<p>Storify enabled journalists and others to build stories and timelines similar to Twitter and other social networks. The service <a href=\"https://techcrunch.com/2013/09/09/livefyre-acquires-storify/\">was acquired</a> by <a href=\"http://www.livefyre.com\">Livefyre</a> in 2013 and became part of Adobe when it <a href=\"https://techcrunch.com/2016/05/03/adobe-acquires-livefyre/\">acquired Livefyre</a> in 2016. </p>\n\n\n\n<p>Storify has disabled new accounts from being created and will delete stories and accounts on May 16th, 2018. Existing users who want to move to Storify 2, a paid feature of Livefyre, will need to purchase a license. The service has <a href=\"https://storify.com/faq-eol\">published a FAQ</a> that includes directions on how to export content. </p>\n\n\n\n<h2>New Plugin Opportunity</h2>\n\n\n\n<p>According to some users, the export process is cumbersome, providing an excellent opportunity for a prospecting developer to create a WordPress plugin that makes the process easier. A search of the WordPress plugin directory for Storify Export produces zero results. <br /></p>\n\n\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">A fantastic <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> dev opportunity: <a href=\"https://twitter.com/Storify?ref_src=twsrc%5Etfw\">@Storify</a> just announced its \"End of Life\" for May 2018. The export is kinda lame. If I could import a story from Storify into a WordPress Post/Page that would be fabulous! I have a few stories that I wouldn\'t want to lose. <a href=\"https://twitter.com/hashtag/biz?src=hash&ref_src=twsrc%5Etfw\">#biz</a></p>— Birgit Pauli-Haack (@bph) <a href=\"https://twitter.com/bph/status/940706045449703424?ref_src=twsrc%5Etfw\">December 12, 2017</a></blockquote>\n\n\n\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I have a lot of Storify stories I\'d hate to lose, too. If you hear of someone doing this, I\'d love to know about it.</p>— Deborah Edwards-Onoro (@redcrew) <a href=\"https://twitter.com/redcrew/status/940729186469253120?ref_src=twsrc%5Etfw\">December 12, 2017</a></blockquote>\n\n\n\n\n<p>If you know of any methods or plugins that eases the process of exporting content from Storify and importing it to WordPress, please share them in the comments. Also feel free to let us know if you create a plugin that performs this task. </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, 13 Dec 2017 07:30:24 +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: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:75:\"WPTavern: Gutenberg and the WordPress of Tomorrow by Morten Rand-Hendriksen\";s:7:\"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=76959\";s:7:\"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:86:\"https://wptavern.com/gutenberg-and-the-wordpress-of-tomorrow-by-morten-rand-hendriksen\";s: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:1054:\"<p>While attending WordCamp US 2017, there were a number of sessions that stood out to me. <a href=\"https://wordpress.tv/2017/12/10/morten-rand-hendriksen-gutenberg-and-the-wordpress-of-tomorrow/\">Gutenberg and the WordPress of Tomorrow</a> by Morten Rand-Hendriksen was one of them. </p>\n\n\n\n<p>Hendriksen explains the state of WYSIWYG in WordPress and how it doesn't really exist but Gutenberg provides opportunities to change that. He explores developing sites without being confined to a small view port. He also performs a live demo of Gutenberg showing off its capabilities.</p>\n\n\n\n<p>An interesting outcome from his presentation is the amount of optimism and excitement it generated from the audience. During the question and answer session, a member of the audience commented on how far Gutenberg has advanced in the last three months and that it looks cool to use now. </p>\n\n\n\n<p>To gain insight into how Gutenberg can moonshot WordPress over its competition, watch Hendriksen's presentation. </p>\n\n\n\n\n <div class=\"embed-wrap\"></div>\";s: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, 12 Dec 2017 20:57: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: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: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:26:\"Matt: Post-Verbal Language\";s:7:\"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=47705\";s:7:\"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:43:\"https://ma.tt/2017/12/post-verbal-language/\";s: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:1800:\"<p>James Beshara has a <a href=\"https://jjbeshara.com/2017/12/09/a-post-verbal-world/\">really interesting read on how communication will change and evolve in a post-verbal world</a>, namely one where human/brain interfaces like <a href=\"https://waitbutwhy.com/2017/04/neuralink.html\">Neuralink</a> can more directly transmit thought between people than the medium of language allows today. </p>\n\n\n\n<p>After reading the essay I wonder if people's thoughts or the neural pathways they activate, if they could be directly transmitted into another brain, would actually make any sense to someone else with a unique internal set of pathways and framework for parsing and understanding the world. The essay assumes we'd understand and have more empathy with each other, but that seems like a leap. It seems likely the neural link would need it own set of abstractions, perhaps even unique per person, similar to how <a href=\"https://www.newscientist.com/article/2114748-google-translate-ai-invents-its-own-language-to-translate-with/\">Google Translate AI invented its own meta-language</a>. </p>\n\n\n\n<p>Today <a href=\"https://www.economist.com/news/leaders/21730871-facebook-google-and-twitter-were-supposed-save-politics-good-information-drove-out\">idea-viruses that cause outrage (outrageous?) in today's discourse have been weaponized by algorithms optimizing for engagement</a>, and directly brain-transmitted memes seem especially risky for appealing to our base natures or causing <a href=\"https://en.wikipedia.org/wiki/Amygdala_hijack\">amygdala hijack</a>. But perhaps a feature of these neural interface devices could counteract that, with a command like \"tell me this piece of news but suppress my confirmation bias and tribal emotional reactions while I'm taking it in.\"</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, 12 Dec 2017 03:09: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: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: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:26:\"Matt: iPhone Fast Charging\";s:7:\"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=47682\";s:7:\"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://ma.tt/2017/12/iphone-charging/\";s: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:382:\"<p>I love USB, cables, and charging things. <a href=\"https://www.macrumors.com/guide/iphone-x-fast-charging-speeds-compared/\">So MacRumors comparison of different wired and wireless charging options and speed for the iPhone X is my catnip</a>. tl; dr: USB-C + USB-C-to-Lightning cable gives you far and away the fastest times. I've found this true for the iPad Pro as 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, 07 Dec 2017 16:51: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: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: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:29:\"Matt: State of the Word, 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:22:\"https://ma.tt/?p=47687\";s:7:\"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/12/state-of-the-word-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:524:\"<p>I really enjoyed connecting with the WordPress community in Nashville this previous weekend. On Saturday I delivered the State of the Word presentation alongside <a href=\"https://choycedesign.com/\">Mel</a>, <a href=\"https://weston.ruter.net/\">Weston</a>, and <a href=\"https://matiasventura.com/\">Matías</a>. There's always a post-event buzz but I definitely noticed a change in tenor of people's thoughts on Gutenberg after the presentation and demo. The video is above, check it out when you get a chance.</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, 06 Dec 2017 23:38: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: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:37:\"HeroPress: Remote Work Brings Freedom\";s:7:\"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=2324\";s:7:\"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:126:\"https://heropress.com/essays/remote-work-brings-freedom/#utm_source=rss&utm_medium=rss&utm_campaign=remote-work-brings-freedom\";s: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:21046:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/120617-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress is not just a CMS, it\'s a Community of lovely people!\" /><p><a href=\"http://heropress.com/feed/#gujarati\">આ નિબંધ ગુજરાતીમાં પણ ઉપલબ્ધ છે</a></p>\n<p>First of all, I want to say thank you to HeroPress for reaching out and letting so many people share their stories. I am a follower of HeroPress and read new stories every week! A few months ago my friend <a href=\"https://heropress.com/essays/wordpress-good-indian-women/\">Juhi Patel shared her great WordPress story</a>, and I was inspired by her to share my own and how it has changed my way of working.</p>\n<blockquote><p>I am that guy who hates theory and loves to do practical programming.</p></blockquote>\n<p>After completing my bachelor of engineering with Information Technology in 2013, I was looking for a job. I found that there were many different kinds of programming language jobs that were available. I was really not sure which one I needed or wanted to choose. After getting advice from a senior, I started training for PHP because it was easy and quick to learn. A few days before I had completed Training, I got selected in small company (5 Employees) as a PHP Developer. I was making websites there using PHP codeigniter framework.</p>\n<p>I was belong from a small town, and everyday it took me around 3 hours to travel to my job. After about 2 months, I applied for a job at another big company and was selected as Web Developer. There I was working on CMS Framework (not WordPress <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> ) for website projects. After a few days, I made my personal site using WordPress in my free time.</p>\n<blockquote><p>At that time, I was not aware of themes and plugins. I was just playing with theme files and editor to make changes on my website! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f61c.png\" alt=\"?\" class=\"wp-smiley\" /></p></blockquote>\n<p>After a month, my team leader got to know about that I was interested in WordPress. I got the opportunity to learn WordPress. I learned and explored WordPress with some demo projects by understanding how plugins and themes work. After 3 weeks of learning WordPress, I worked on my first WordPress project. This project took around 4 months to complete <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> After this successful project, the whole CMS Team migrated to WordPress.</p>\n<blockquote><p>I realized that, WordPress is so easy to learn, get help and work on it!</p></blockquote>\n<p>After around 1 year and 3 months of working with that company, I was told to work after working hours due to heavy requirements from our projects. I felt really stressed and frustrated at work and during that time…</p>\n<blockquote><p>I got to know about “Remote” work. But I didn’t know what that was or how it works?</p></blockquote>\n<p>I explored about remote work and found that this is a career that you can work from your home, workplace or anywhere you like. I saw that many people in world are doing remote work happily. I decided to switch my job from Office Job to Remote Job. My parents, family and relatives advised me to not leave office job because they believed Remote Job is not as secure as an Office Job. But I stuck with my decision. In March 2015, I resigned from my job without notice period with the condition of no experience letter would be provided to me of this job.</p>\n<blockquote><p>At the initial stage it was hard to be freelancer. But I was trying and trying to get that started.</p></blockquote>\n<p>I had registered in one popular freelancer marketplace. After 1 week of trying very hard I got my first project. It was just for $5 to make an HTML page with a countdown timer. I did it successfully and got the best review. After that I had also completed many projects successfully. That’s it! I was done with my decision. Within the first few weeks I made a website for one US Client. They were impressed by my work and hired me as Full time Web Developer for their company in April 2015. I am remotely working with them happily still today from my home!</p>\n<blockquote><p>Everything is going smoothly. I am enjoying Work from Home, Freedom and Quality time with Family.</p></blockquote>\n<p>In October 2016, I learned about WordCamp. I attended my first WordCamp Nashik 2016. I met many WordPress Developers, Freelancers, Professionals, Users and many other people at this WordCamp. After that, I became a fan of WordCamp. We started organizing Meetups in our City. Within the last year, I have attended, volunteered and contributed as a friend and sponsor at more than 6 WordCamps. Currently I am active member of Ahmedabad WordPress Community.</p>\n<blockquote><p>I am a WordCamp Lover. WordCamp is a way to meet new people, learn and share knowledge!</p></blockquote>\n<p>In October 2017, we successfully organized WordCamp in our city. I have been speaking about how remote job can be a good opportunity as a career to students and newbie in panel discussion of WordCamp Ahmedabad.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/wcahmedabad-panel-discussion.jpg\"><img class=\"size-large wp-image-2325\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/wcahmedabad-panel-discussion-1024x683.jpg\" alt=\"4 men on a couch at the front of a room.\" width=\"960\" height=\"640\" /></a>Panel Discussion – WordCamp Ahmedabad 2017 (PC. Meher Bala)\n<blockquote><p>WordPress is not just a CMS, It’s a community of lovely people!</p></blockquote>\n<hr />\n<h1 id=\"gujarati\">રિમોટ કામ સ્વતંત્રતા લાવે છે.</h1>\n<blockquote><p>“મને હીરોપ્રેસ સ્ટોરીમાં ભાગ લેવામાં કેવી રીતે પ્રેરણા મળી?”</p></blockquote>\n<p>સૌ પ્રથમ, ઘણા લોકો સુધી પહોંચીને અને તેમની વાર્તાઓ કહેવા માટે હું હીરોપ્રેસનો ખુબ જ આભાર માનું છું. હું હિરોપ્રેસનો અનુયાયી છું અને દર અઠવાડિયે નવી વાર્તાઓ વાંચું છું! થોડા મહિના પહેલા મારી મિત્ર જુહી પટેલે તેની વર્ડપ્રેસની રસપ્રદ વાર્તા હીરોપ્રેસ પર કહી હતી. તે વાંચીને મને, મારા પોતાની વાર્તા, મારા કામ કરવાની રીત કઇ રીતે બદલાઈ તે કહેવા માટે પ્રેરણા મળી હતી.</p>\n<blockquote><p>“હું તે વ્યક્તિ છું જે થિયોરીને નફરત કરે છે અને પ્રાયોગિક પ્રોગ્રામિંગ કરવા માટે પ્રેમ કરે છે. “</p></blockquote>\n<p>2013 માં ઇન્ફોર્મેશન ટેકનોલોજી સાથે મારી સ્નાતક એન્જિનિયરિંગ પૂર્ણ કર્યા પછી, હું નોકરી શોધી રહ્યો હતો ત્યારે મેં જોયું કે અહીં ઘણી બધી પ્રોગ્રામિંગ ભાષાની નોકરીઓ ઉપલબ્ધ છે. ત્યારે હું ચોક્કસ ન હતો કે મારે કઈ પ્રોગ્રામિંગ ભાષા પસંદ કરવાની જરૂર છે? વરિષ્ઠ પાસેથી સલાહ મેળવ્યા પછી, મેં PHP માટે તાલીમ શરૂ કરી, કારણ કે તે શીખવા માટે સરળ અને ઝડપી હતી. તાલીમ પૂર્ણ થયાના થોડા દિવસો પહેલાં, મારી નાની કંપની (5 કર્મચારીઓ) માં PHP ડેવલપર તરીકે પસંદગી થઇ. હું PHP Codeigniter ફ્રેમવર્કનો ઉપયોગ કરીને ત્યાં વેબસાઇટ્સ બતાવતો હતો.</p>\n<p>હું એક નાનકડા શહેરમાંથી આવતો હતો, અને દરરોજ મને મારી નોકરી પર મુસાફરી કરવા માટે 3 કલાક જેવા થતા હતા. લગભગ 2 મહિના પછી, મેં બીજી મોટી કંપનીમાં નોકરી માટે અરજી કરી હતી અને ત્યાં મારી વેબ ડેવલપર તરીકે પસંદગી કરવામાં આવી હતી. ત્યાં હું વેબસાઇટ સંબંધિત પ્રોજેક્ટ્સ માટે સીએમએસ ફ્રેમવર્ક (વર્ડપ્રેસ સિવાયની <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" />) પર કામ કરતો હતો. થોડા દિવસો પછી, મેં મારી વ્યક્તિગત વેબસાઈટને મારા સ્વતંત્ર સમય દરમિયાન વર્ડપ્રેસની મદદથી બનાવી.</p>\n<blockquote><p>“તે સમયે, હું થીમ્સ અને પ્લગિન્સથી વાકેફ ન હતો. હું મારી વેબસાઇટ પર ફેરફારો કરવા માટે માત્ર થીમ ફાઇલો અને એડિટર સાથે રમી રહ્યો હતો! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f61c.png\" alt=\"?\" class=\"wp-smiley\" />”</p></blockquote>\n<p>એક મહિના પછી, મારી ટીમના આગેવાનને જાણવા મળ્યું કે મને વર્ડપ્રેસમાં રસ હતો. ત્યારે મને વર્ડપ્રેસ શીખવાની તક મળી. વર્ડપ્રેસ થીમ્સ અને પ્લગીંસ કેવી રીતે કામ કરે છે એ સમજવા, મેં જાતે શીખીને કેટલાક ડેમો પ્રોજેક્ટસ બનાવ્યા. વર્ડપ્રેસ શીખવાના 3 અઠવાડિયા પછી, મેં મારા પ્રથમ વર્ડપ્રેસ લાઈવ પ્રોજેક્ટ પર કામ કર્યું હતું. આ પ્રોજેક્ટ પૂર્ણ કરવા માટે મને લગભગ 4 મહિના લાગ્યા હતા <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> આ સફળ પ્રોજેક્ટ પછી, સમગ્ર સીએમએસ ટીમ વર્ડપ્રેસમાં જોડાઈ ગઈ.</p>\n<blockquote><p>“મેં અનુભવ કર્યો કે, વર્ડપ્રેસ શીખવું, સહાય મેળવવી અને તેના પર કાર્ય કરવુ ખૂબ જ સરળ છે!”</p></blockquote>\n<p>લગભગ 1 વર્ષ અને 3 મહિના તે કંપની સાથે કામ કર્યા પછી, મને અમારા પ્રોજેક્ટ્સની ભારે આવશ્યકતાના કારણે કામના કલાકો પછી પણ વધારે રોકાઈને કામ કરવા કહેવામાં આવતું હતું અને તે 2 સપ્તાહથી વધુ ચાલુ રહ્યું. ત્યારે મને કામ કરવું ખરેખર ભારયુક્ત અને નિરાશાજનક લાગવા લાગ્યું, તે સમય દરમિયાન ..</p>\n<blockquote><p>“મને “રિમોટ” કામ વિશે જાણવા મળ્યું. પરંતુ મને ખબર નહોતી કે તે કે તે કેવી રીતે કાર્ય કરે છે?”</p></blockquote>\n<p>મેં રિમોટ કામ વિશે તપાસ કરી અને જાણવા મળ્યું કે આ એક કારકિર્દી છે જે તમે તમારા ઘર, કાર્યસ્થળ અથવા તમને પસંદ હોય એ જગ્યાએથી કામ કરી શકો છો. મેં જોયું કે દુનિયામાં ઘણા લોકો રિમોટ કામ ખુબ જ ખુશીથી કરી રહ્યા હતા. મેં ઑફિસ જોબ છોડીને રિમોટ કામ કરવાનું નક્કી કર્યું. મારા માતાપિતા, કુટુંબીજનો અને સંબંધીઓએ મને ઓફિસની નોકરી ના છોડવાની સલાહ આપી કારણ કે તેઓ માનતા હતા કે રિમોટ કામ એ ઓફિસ જોબ જેટલું સુરક્ષિત નથી. પરંતુ હું મારા નિર્ણય સાથે જોડાઈ રહ્યો. માર્ચ 2015 માં, મેં નોટિસના સમયગાળા વગર મારા કામમાંથી રાજીનામું આપ્યું હતું અને શરત હતી કે આ નોકરીનો કોઈપણ અનુભવ પત્ર મને પૂરો પાડવામાં આવશે નહીં.</p>\n<blockquote><p>“પ્રારંભિક તબક્કે ફ્રીલાન્સર બનવું મુશ્કેલ હતું. પરંતુ હું તે ગમે તેમ કરીને શરૂ કરવાનો ખુબ જ પ્રયાસ કરી રહ્યો હતો.”</p></blockquote>\n<p>મેં એક લોકપ્રિય ફ્રીલાન્સર માર્કેટપ્લેસમાં રજીસ્ટર કર્યું હતું. 1 અઠવાડિયાના સખત પ્રયાસ કાર્ય પછી મને પહેલો પ્રોજેક્ટ મળ્યો. આ પ્રોજેક્ટ કાઉન્ટડાઉન ટાઈમર સાથે એક HTML પેજ બનાવવા માટે મને માત્ર $5 મળ્યા હતા. મેં એ પ્રોજેક્ટ સફળતાપૂર્વક પૂરો કર્યો અને શ્રેષ્ઠ રિવ્યૂ મેળવ્યો. તે પછી મેં ઘણા પ્રોજેક્ટ્સ પણ સફળતાપૂર્વક પૂર્ણ કર્યા હતા. બસ આ જ! મને મારો નિર્ણય સાચો પુરવાર થયો. પ્રથમ થોડા અઠવાડિયાની અંદર મેં એક યુએસ ક્લાયન્ટ માટે વેબસાઇટ બનાવી. તેઓ મારા કામથી પ્રભાવિત થયા હતા અને એપ્રિલ 2015 માં મને તેમની કંપની માટે સંપૂર્ણ સમય માટે વેબ ડેવલપર તરીકે નિયુક્ત કર્યો. હું આજે પણ તેમની સાથે ખુબ જ ખુશીપૂર્વક મારા ઘરેથી રિમોટ કામ કરું છું!</p>\n<blockquote><p>“બધું સરળતાપૂર્વક જઈ રહ્યું છે. હું ઘરેથી કામ કરીને સ્વતંત્રતા અને પરિવાર સાથે ગુણવત્તાભર્યો સમય પસાર કરવાનો આનંદ અનુભવું છું.”</p></blockquote>\n<p>ઑક્ટોબર 2016 માં, મને વર્ડકેમ્પ વિશે જાણવા મળ્યું. મેં મારી પહેલી વર્ડકેમ્પ નાસિક 2016 માં હાજરી આપી હતી. હું ઘણા વર્ડપ્રેસ ડેવલપર્સ, ફ્રીલાન્સર્સ, પ્રોફેશનલ્સ, યુઝર્સ અને ઘણા અન્ય લોકોને આ વર્ડકેમ્પ પર મળ્યો હતો. તે પછી, હું વર્ડકેમ્પ નો ચાહક બની ગયો. અમે અમારા શહેરમાં મીટપનું નું આયોજન કરવાનું શરૂ કર્યું. છેલ્લા વર્ષમાં, 6 થી વધુ વર્ડકેમ્પ પર મેં હાજરી આપીને, સ્વયંસેવક અને મિત્ર સ્પોન્સર તરીકે ફાળો આપ્યો છે. હાલમાં હું અમદાવાદ વર્ડપ્રેસ સમુદાયનો સક્રિય સભ્ય છું</p>\n<blockquote><p>“હું વર્ડકેમ્પનો પ્રેમી છું. વર્ડકેમ્પ નવા લોકોને મળવાનો, પોતાના જ્ઞાનની આપ-લે કરવાનો એક માર્ગ છે!”</p></blockquote>\n<p>ઓક્ટોબર 2017 માં, અમે અમારા શહેરમાં સફળતાપૂર્વક વર્ડકૅમ્પનું આયોજન કર્યું હતું. વર્ડકૅમ્પ અમદાવાદની પેનલ ચર્ચામાં મેં વિદ્યાર્થીઓ અને વપરાશકર્તાઓ માટે રિમોટ કામ કેવી રીતે સારી કારકિર્દી હોઈ શકે તે વિશે ચર્ચા કરી હતી.</p>\n<blockquote><p>“વર્ડપ્રેસ ફક્ત સીએમએસ નથી, પણ તે શ્રેષ્ઠ લોકોનો સમુદાય છે.”</p></blockquote>\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: Remote Work Brings Freedom\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Remote%20Work%20Brings%20Freedom&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fremote-work-brings-freedom%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Remote Work Brings Freedom\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fremote-work-brings-freedom%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%2Fremote-work-brings-freedom%2F&title=Remote+Work+Brings+Freedom\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Remote Work Brings Freedom\"></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/remote-work-brings-freedom/&media=https://heropress.com/wp-content/uploads/2017/12/120617-150x150.jpg&description=Remote Work Brings Freedom\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Remote Work Brings Freedom\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/remote-work-brings-freedom/\" title=\"Remote Work Brings Freedom\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/remote-work-brings-freedom/\">Remote Work Brings Freedom</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, 06 Dec 2017 02:30: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:16:\"Chetan Prajapati\";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:65:\"WPTavern: WordCamp US 2017 is Livestreaming All Sessions for Free\";s:7:\"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=76937\";s:7:\"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-us-2017-is-livestreaming-all-sessions-for-free\";s: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:2781:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/wordcamp-us-nashville.jpeg?ssl=1\"><img /></a></p>\n<p>WordCamp US is kicking off this morning. If you couldn’t make the journey to Nashville, you can still follow along at home or wherever you are in the world. <a href=\"https://2017.us.wordcamp.org/tickets/\" rel=\"noopener\" target=\"_blank\">Livestream Tickets</a> are free on the event’s website. Once you’ve registered for a ticket, head on over to <a href=\"https://2017.us.wordcamp.org/live-stream/\" rel=\"noopener\" target=\"_blank\">2017.us.wordcamp.org/live-stream/</a> and you’ll be able to tune in to the Fiddle Track, Banjo Track, Guitar Track, and the State of the Word (scheduled for Saturday, December 2, at 4PM CST).</p>\n<p>WordCamp US will be running three tracks simultaneously for both days of the conference and all sessions will be livestreamed. Check out the <a href=\"https://2017.us.wordcamp.org/schedule/\" rel=\"noopener\" target=\"_blank\">schedule</a> to find sessions you want to attend from home. Volunteers will also include captions, which will be embedded within the live stream video. If you have any problems with the stream, the event has a page dedicated to <a href=\"https://2017.us.wordcamp.org/live-stream/attendee-test/\" rel=\"noopener\" target=\"_blank\">livestream attendees</a> with a backup stream, as well as a troubleshooting page for <a href=\"https://2017.us.wordcamp.org/live-stream/support/\" rel=\"noopener\" target=\"_blank\">livestream support</a>.</p>\n<p>If you’re following along on Twitter, the <a href=\"https://twitter.com/wordcampus\" rel=\"noopener\" target=\"_blank\">WCUS Twitter</a> volunteers will be providing threaded coverage of sessions. This should keep your Twitter stream a little tidier with a kickoff tweet for each session, followed by live coverage threaded under each as replies.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Want to follow along with WCUS coverage at home? It will be easy by following our threaded coverage. Each session will start with a tweet that looks like this, All coverage of that session will be threaded to that kick-off tweet. <a href=\"https://t.co/J0M6jo6GEi\">pic.twitter.com/J0M6jo6GEi</a></p>\n<p>— WordCamp US (@WordCampUS) <a href=\"https://twitter.com/WordCampUS/status/936595172485468160?ref_src=twsrc%5Etfw\">December 1, 2017</a></p></blockquote>\n<p></p>\n<p>Want to see WCUS hosted near you in 2019/2020? <a href=\"https://wordcampcentral.polldaddy.com/s/wcus-2019-2020\" rel=\"noopener\" target=\"_blank\">Applications for host cities</a> opened today. If you want to be part of the team that makes WCUS happen in your city, talk to your local WordPress community organizers about filling out an application for the next host city.</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, 01 Dec 2017 15:34: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: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:47:\"Dev Blog: The Month in WordPress: November 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=5290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2017/12/the-month-in-wordpress-november-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:4162:\"<p>The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November.</p>\n<hr class=\"wp-block-separator\" />\n<h2>WordPress 4.9 “Tipton”</h2>\n<p>On November 16, <a href=\"https://wordpress.org/news/2017/11/tipton/\">WordPress 4.9 was released</a> with new features for publishers and developers alike. Release highlights include design locking, scheduling, and previews in the Customizer, an even more secure and usable code editing experience, a new gallery widget, and text widget improvements.</p>\n<p>The follow up security and maintenance, v4.9.1, <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">has now been released</a> to tighten up the security of WordPress as a whole.</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<h2>Apply to Speak At WordCamp Europe 2018</h2>\n<p>The next edition of WordCamp Europe takes place in June, 2018. While the organizing team is still in the early stages of planning, <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\">they are accepting speaker applications</a>.</p>\n<p>WordCamp Europe is the largest WordCamp in the world and, along with WordCamp US, one of the flagship events of the WordCamp program — speaking at this event is a great way to give back to the global WordPress community by sharing your knowledge and expertise with thousands of WordPress enthusiasts.</p>\n<h2>Diversity Outreach Speaker Training Initiative</h2>\n<p>To help WordPress community organizers offer diverse speaker lineups, <a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">a new community initiative has kicked off</a> to use existing <a href=\"https://make.wordpress.org/training/handbook/speaker-training/\">speaker training workshops</a> to demystify speaking requirements and help participants gain confidence in their ability to share their WordPress knowledge in a WordCamp session.</p>\n<p>The working group behind this initiative will be meeting regularly to discuss and plan how they can help local communities to train speakers for WordCamps and other events.</p>\n<p>To get involved in this initiative, you can join the meetings at 5pm UTC every other Wednesday in the #community-team channel of the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Further Reading:</h2>\n<ul>\n<li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is happening on December 1-3 in Nashville, with the annual State of the Word talk happening on Saturday afternoon — <a href=\"https://2017.us.wordcamp.org/live-stream/\">the live stream of the entire event is available to view for free</a>.</li>\n<li><a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\">Tide</a>, a new service from XWP designed to help users make informed plugin choices, is due to launch at WordCamp US.</li>\n<li>Gutenberg development is continuing rapidly, with <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\">a packed new release</a> and a focus on <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\">usability testing</a>.</li>\n<li>After some discussion among the community, <a href=\"https://make.wordpress.org/community/2017/11/10/discussion-micro-regional-wordcamps/\">a new type of micro-regional WordCamp</a> is going to be introduced into the global WordCamp program.</li>\n</ul>\n<p><em></em></p>\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<p><em></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:\"Fri, 01 Dec 2017 11:00:44 +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: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:34:\"BuddyPress: BuddyPress 2018 Survey\";s:7:\"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:32:\"https://buddypress.org/?p=269296\";s:7:\"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://buddypress.org/2017/12/buddypress-2018-survey/\";s: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:630:\"<p>What would you like BuddyPress to focus on in 2018? The core team has ideas of where BuddyPress can expand on and your input is important to harness the time and resources of an all-volunteer crew.</p>\n<p>The survey will take 10-15 minutes to complete. Be assured that we will not publish your name, email address, nor IP address when we post the results of this survey at BuddyPress.org.</p>\n<p>Thank you for your time and cooperation. Your feedback will help us improve BuddyPress for you.</p>\n<p>=> <strong><a href=\"https://mercime.polldaddy.com/s/buddypress-2018-survey\">Take the 2018 BuddyPress Survey</a></strong></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, 01 Dec 2017 10:26:07 +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:8:\"@mercime\";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:72:\"WPTavern: Gutenberg 1.8 Adds Greater Extensibility for 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=76855\";s:7:\"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:83:\"https://wptavern.com/gutenberg-1-8-adds-greater-extensibility-for-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:3668:\"<p><a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.8</a> was released this week with several notable improvements that will give plugin developers more flexibility in extending the editor. It introduces <a href=\"https://github.com/WordPress/gutenberg/pull/3668\" rel=\"noopener\" target=\"_blank\">block templates</a>, which developers can use when registering a new custom post type. The block templates define a set of pre-configured blocks that will initialize when a user creates a new post. In the example below, Gutenberg lead engineer Matias Ventura demonstrates what a block template for a book custom post type might look like.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/block-template-book.gif?ssl=1\"><img /></a></p>\n<p>This release also <a href=\"https://github.com/WordPress/gutenberg/pull/3456\" rel=\"noopener\" target=\"_blank\">improves the design of the tools menu</a> (toggled by the ellipses at the top of the editor) to have a more lightweight UI that will lend itself better to displaying items added by extensions in the future. The new design displays multiple menu items as a radio group where the selected item shows a checkmark, an approach that Gutenberg designers found to be more intuitive after some research.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-29-at-10.02.09-PM.png?ssl=1\"><img /></a></p>\n<p>Version 1.8 adds the ability for developers to <a href=\"https://github.com/WordPress/gutenberg/pull/3577\" rel=\"noopener\" target=\"_blank\">filter allowed block types</a> by specifying an array of type names that can be shown in the inserter component. This capability paves the way for block nesting where developers can define allowed children types. It also allows custom post types to specify which blocks are allowed or restricted, which will be useful for keeping CPTs lean as Gutenberg already has a large number of block types.</p>\n<p>The release also <a href=\"https://github.com/WordPress/gutenberg/pull/3554\" rel=\"noopener\" target=\"_blank\">improves meta box compatibility</a> with a fallback to the classic editor if Gutenberg detects that the meta box is unsupported. Plugin authors can now explicitly declare Gutenberg incompatibility when registering meta boxes, which will trigger a warning to the end user that explains which meta boxes have caused the fallback to the classic editor.</p>\n<p>In addition to all the improvements for extending Gutenberg, version 1.8 makes many small design tweaks, including <a href=\"https://github.com/WordPress/gutenberg/pull/3054\" rel=\"noopener\" target=\"_blank\">updated color pickers</a> with color indications and collapsible panels, <a href=\"https://github.com/WordPress/gutenberg/pull/3563\" rel=\"noopener\" target=\"_blank\">updated icon and tooltip</a> for table of contents menu, and a new <a href=\"https://github.com/WordPress/gutenberg/pull/3483\" rel=\"noopener\" target=\"_blank\">contrast checker</a> for paragraph color options. It also <a href=\"https://github.com/WordPress/gutenberg/pull/3632\" rel=\"noopener\" target=\"_blank\">puts block actions back on the block level</a> for the default, while still preserving the option to change it to a fixed toolbar at the top of the screen.</p>\n<p>For a full list of all the changes in version 1.8, check out the <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\" rel=\"noopener\" target=\"_blank\">release post</a> and the <a href=\"https://wordpress.org/plugins/gutenberg/#developers\" rel=\"noopener\" target=\"_blank\">changelog</a> on WordPress.org.</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, 30 Nov 2017 17:23:28 +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:94:\"WPTavern: WPWeekly Episode 296 – Gutenberg, Telemetry, Calypso, and More With 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76917&preview=true&preview_id=76917\";s:7:\"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/wpweekly-episode-296-gutenberg-telemetry-calypso-and-more-with-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1249:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://ma.tt/\">Matt Mullenweg</a>, co-creator of the WordPress project and CEO of Automattic. We discussed a wide range of topics including, his role on the board of directors at GitLab, Telemetry or data-usage gathering in WordPress, and the WordPress Growth Council.</p>\n<p>We learned what’s happening with the Mobile teams inside Automattic, the future of Calypso, and the role of Pressable as a testing bed. Last but not least, we find out how beneficial joining HackerOne has been for WordPress and why WordPress.com finally allowed the installation of third-party themes and plugins through its Business Plan.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 13th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #296:</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, 30 Nov 2017 04:40: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: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: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:59:\"WPTavern: WordPress 4.9.1 Released, Fixes Page Template Bug\";s:7:\"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=76879\";s:7:\"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/wordpress-4-9-1-released-fixes-page-template-bug\";s: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:1473:\"<p>WordPress 4.9.1 <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">is available</a> for download and is a maintenance and security release. This release addresses four security issues in WordPress 4.9 and below that could potentially be used as part of a multi-vector attack. According to the release notes, the following changes have been made to WordPress to protect against these vulnerabilities.</p>\n<ol>\n<li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n<li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n<li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n<li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>\n</ol>\n<p><a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn are credited with responsibly disclosing the vulnerabilities. In addition to the changes above, 4.9.1 fixes eleven bugs, including the Page Template issue <a href=\"https://wptavern.com/workarounds-for-the-page-template-bug-in-wordpress-4-9\">we wrote about</a> last week. Many sites have already updated to 4.9.1 automatically. To see a list of detailed changes, check out <a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">this post</a> on Make WordPress Core.</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, 30 Nov 2017 04:07: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: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:96:\"WPTavern: Distributor Plugin Now in Beta: A New WordPress Content Syndication Solution from 10up\";s:7:\"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=76871\";s:7:\"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:106:\"https://wptavern.com/distributor-plugin-now-in-beta-a-new-wordpress-content-syndication-solution-from-10up\";s: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:6117:\"<p>10up published a <a href=\"https://10up.com/blog/2017/distributor-plugin/\" rel=\"noopener\" target=\"_blank\">preview of its Distributor plugin</a> today, a new solution for syndicating content across WordPress multisite networks and the web. The <a href=\"https://distributorplugin.com/\" rel=\"noopener\" target=\"_blank\">plugin</a>, which the company plans to release for free, is currently in final closed beta. It enables content managers to either “push” or “pull” content to/from sites where they have permission to publish.</p>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/distributor-push-screenshot.jpg?ssl=1\"><img /></a>image credit: <a href=\"https://10up.com/blog/2017/distributor-plugin/\">10up</a>\n<p>Distributor includes the ability for editors to make changes to the original post and have linked copies automatically inherit the changes. This includes post content, post meta (custom fields), and taxonomy terms. It also ensures that content is SEO-friendly by providing canonical links that prevent duplicate content issues.</p>\n<p>The plugin differs from many <a href=\"https://wordpress.org/plugins/search/syndicate/\" rel=\"noopener\" target=\"_blank\">existing content syndication solutions</a>, which traditionally make use of RSS or XML/RPC, in that it is built using the <a href=\"https://developer.wordpress.org/rest-api/\" rel=\"noopener\" target=\"_blank\">REST API</a>.</p>\n<p>“The main technical advantage of the REST API is that it’s a ‘standard’ inside core for sharing information across sites,” 10up President Jake Goldman said. “Outside of multisite, we never even considered another approach. It is worth saying that you do need Distributor installed on both ‘ends’ for all of its features to work across the REST API – we need to extend the REST API a bit to get everything to pull across (plus the handling of ‘linked’ copies).”</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/distributor-pull-screenshot.jpg?ssl=1\"><img /></a></p>\n<p>Goldman said that although “syndication” means many different things to different people, the “classic” use case of simply pulling from a source, such as ingesting content from a newswire, is not exactly the use case for Distributor. He said the team behind the plugin is perhaps more excited about the “push” implementation. In building their own solution, 10up also incorporated its trademark lean/streamlined UI, as many existing solutions are more complicated to use.</p>\n<p>“We’re definitely aware that there are other takes at a good content sharing workflow,” Goldman said. “We even helped Automattic refactor their solution a few years ago, which they use on VIP. We took a bit of inspiration from that project, including the modular ‘connection’ types. In earnest, when trying to help our clients find solutions that were intuitive, extensible, and engineered to an enterprise grade, we just couldn’t endorse any of the options we found. It’s more a UX problem – clunky workflows, overwhelming interfaces, feature overload (I prefer a certain simplicity) – than anything, though we also have concerns about how modular / customizable some of the other solutions are.”</p>\n<h3>10up Plans to Release Distributor on WordPress.org Following the Closed Beta</h3>\n<p>10up currently has several clients using Distributor, including large publishers with several properties/magazines/newspapers, as well as large technology businesses using it for their news and media features across a network of sites. The plugin is in final closed beta but 10up is granting early access to those with interesting use cases.</p>\n<p>“We’re casting a pretty broad net in terms of ‘appropriate’ use cases for the beta; in fact, we’re hoping that broader beta testing will open our eyes to great use cases within the scope of its purpose that we hadn’t considered,” Goldman said. “We’ve already heard from some very large publishers, some smaller digital publishers, universities, public school systems, some enterprises with multiple properties, agencies interested in staging content, and just engineers who own multiple sites that share content – we’re excited about all of these use cases!”</p>\n<p>Goldman said his team is most curious to see Distributor applied to use cases that aren’t simply “news and publishing,” including CRMs and product businesses with multiples sites that share content. 10up has not yet tested specific plugins for full compatibility with Distributor, but Goldman said pre-version 1.0, it should work with any plugin that adds custom post types and fields/taxonomies “the WordPress way.”</p>\n<p>“In fact, Distributor checks to see which sites support the same post type and terms before it offers a list of sites you can ‘distribute’ content to (so you can’t ‘distribute’ a WooCommerce product to a site not running WooCommerce),” he said. Selling the same products across multiple stores, with automatically updating inventory and price changes, is just one of the many interesting use cases for Distributor.</p>\n<p>Goldman said the team anticipates taking the plugin out of beta and putting it on WordPress.org by mid to late Q1 of 2018, in approximately 2-3 months, depending on feedback from testers. 10up does not currently have a plan to monetize the plugin.</p>\n<p>“I never want to rule out that there are ‘eventually’ opportunities for commercialization, but I can honestly say that isn’t anywhere on our roadmap or consideration set at the moment,” Goldman said.</p>\n<p>Those who want to get in on the Distributor beta before it is publicly available can <a href=\"https://distributorplugin.com/\" rel=\"noopener\" target=\"_blank\">sign up on the plugin’s website </a>with a quick explanation of your use case. 10up will send a copy of the plugin for testing.</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, 29 Nov 2017 23:19: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: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:58:\"Dev Blog: WordPress 4.9.1 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5215\";s:7:\"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/11/wordpress-4-9-1-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4220:\"<p>WordPress 4.9.1 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.1:</p>\n<ol>\n<li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n<li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n<li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n<li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</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 security disclosure</a>: <a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn.</p>\n<p>Eleven other bugs were fixed in WordPress 4.9.1. Particularly of note were:</p>\n<ul>\n<li>Issues relating to the caching of theme template files.</li>\n<li>A MediaElement JavaScript error preventing users of certain languages from being able to upload media files.</li>\n<li>The inability to edit theme and plugin files on Windows based servers.</li>\n</ul>\n<p><a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">This post has more information about all of the issues fixed in 4.9.1 if you'd like to learn more</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.1</a> or venture over to Dashboard → Updates and click \"Update Now.\" Sites that support automatic background updates are already beginning to update automatically.</p>\n<p>Thank you to everyone who contributed to WordPress 4.9.1:</p>\n<p><a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/edo888/\">edo888</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp/\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">jeremyescott</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/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mariovalney/\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/natacado/\">natacado</a>, <a href=\"https://profiles.wordpress.org/odysseygate/\">odyssey</a>, <a href=\"https://profiles.wordpress.org/precies/\">precies</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</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, 29 Nov 2017 20:33: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";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:74:\"WPTavern: Four Things I’d Like to See in This Year’s State of the Word\";s:7:\"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=76830\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/four-things-id-like-to-see-in-this-years-state-of-the-word\";s: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:2724:\"<p>This weekend, WordPressers from far and wide will descend upon Nashville, TN, for WordCamp US. One of the highlights of the event is Matt Mullenweg’s <a href=\"https://ma.tt/2016/12/state-of-the-word-2016/\">State of the Word</a>. Last year, Mullenweg shared a variety of statistics, made a few announcements, and plotted a new course for WordPress development.</p>\n<p>As the event draws near, here are some things I’d like to see addressed in this year’s State of the Word.</p>\n<h2>Will There Be A Renewed Effort to Make Calypso Plugin Aware?</h2>\n<p>During the 2016 State of the Word, Mullenweg announced that Calypso became plugin aware.</p>\n<img />Plugin Aware Calypso\n<p>The idea was that plugins that are actively installed on more than 1 million sites could participate in an experimental program that would add meta box support and other plugin specific features to Calypso. To this day, this has not materialized and I’d like to know what happened and if there will be a renewed effort in 2018.</p>\n<h2>An Update on WordPress Foundation Supported Initiatives</h2>\n<p>Last year, we learned that WordCamp Central became its own Public Benefit Corporation while the WordPress Foundation maintained its non-profit status. In addition, the Foundation announced support for like-minded non-profits such as, Hack the Hood, Internet Archive, and Black Girls CODE.</p>\n<p>I’d like to know how much money the Foundation has contributed to these causes and if any progress has been made on providing educational workshops in underdeveloped countries.</p>\n<h2>An Update on WordPress’ Development/Release Strategy</h2>\n<p>A year into WordPress’ new development and release strategy, I’d like to know what challenges he and the team have faced and overcome. I’d also like to know if the results he has seen thus far warrant continuing the experiment in 2018.</p>\n<h2>Take an Opportunity to Explain What Gutenberg Really Is</h2>\n<p>Last year, Mullenweg surprised the community by announcing that the WordPress post editor would be revamped. Since then, we’ve learned that the project’s <a href=\"https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/\">name is Gutenberg</a> and it’s about more than just the editor. I’d like to see Mullenweg take this unique opportunity to provide a deeper explanation into what the project is and why it’s pivotal for WordPress’ continued success.</p>\n<hr />\n<p>This year’s State of the Word will be presented on Saturday, December 2nd, at 4PM Eastern. If you can’t see it in-person, you can <a href=\"https://2017.us.wordcamp.org/live-stream/\">watch it for free</a> via the livestream.</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, 29 Nov 2017 17:38: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: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: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:49:\"HeroPress: WordPress Gave Me the Perfect Identity\";s:7:\"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=2294\";s:7:\"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:136:\"https://heropress.com/essays/wordpress-gave-perfect-identity/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-gave-perfect-identity\";s: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:18339:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/112917-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I have fallen head over heels in love with WordPress and I am excited.\" /><h3>How it all began…</h3>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/myself.jpg\"><img class=\"size-medium wp-image-2305\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/myself-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a>I just love this picture of myself..hehehe\n<p>I remember when cybercafés started trending in Nigeria; I had just finished high school and was awaiting my results for admittance into the university. I would spend not less than 10 hours surfing the internet every day, all my pocket money went into buying bulk time at cafes. My first email was opened in 2002 on my 1st attempt to surf the internet. Spending my day at cafes continued till I left the university after which I bought a desktop computer and a modem. You can imagine my excitement as being a proud owner of a PC even though it was a desktop PC.</p>\n<p>You see, my first degree was in Philosophy. I remember my dad asking me if I was sure about that course because prior to my senior school leaving exams I had always said I was going to study business administration. What business administration was, to be honest, I had no idea, I only wanted it because I had the impression it was a cool course and I would be a corporate employee in a big firm strutting around in my skirt suit looking all glamorous.</p>\n<h3><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-in-skirts2.jpg\"><img class=\"size-medium wp-image-2310 aligncenter\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-in-skirts2-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></a>Funny right?</h3>\n<p>Anyway i always had a thing for Philosophy so you can imagine my enthusiasm when I discovered Philosophy was a course of study, of course I opted to study Philosophy in 2004 and graduated in 2008. However my love for the internet did not reduce by the way. I not only surfed the internet but I spent a lot of time freelancing and testing my skills as a ghost writer on different freelancing sites. I also went into blogging as well in 2009. I tried using blogger, hubpages and WordPress, but oh my, I found WordPress so complicated for me because I did not understand how it worked so I stuck with blogger and hubpages.</p>\n<h3>Growing up as a Timid but Curious Cat…</h3>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-my-lil-brother.jpg\"><img class=\"wp-image-2306 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-my-lil-brother-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a>I and my little brother. Haa of course we all grown now. Haha\n<p>During my younger years and even up to two years ago I was always a shy person deep down in my mind, but alas quite a number of people thought I was bold. This might be because 99.9% of my friends were males, or maybe not. Perhaps this could also be because I grew up with 3 brothers and no sister. It’s quite shocking though that they thought that way because it is only quite recent that I cultivated the courage to speak my mind. Prior to a year ago (2016), expressing my feelings by speaking the words out was a <em>herculean task</em>; this was what led me to starting a personal blog around 2009. I needed to let out my feelings and since I dared not speak them out, I blogged them.</p>\n<p>Blogging gave me a voice and a medium to express my thoughts and I became a better writer with each passing script. After my one year government mandated youth service in 2010 which is required of every Nigerian citizen after a bachelor’s degree, I bought an HP Mini Laptop. Can you imagine my excitement at owning a personalized computer? This I could carry around, my happiness knew no bounds.</p>\n<p>In 2010 thanks to the social network Facebook I met an Uncle of mine and we became BFF’s {Best Friends Forever} even though we had never met physically before. He was in Rome at the period we met studying Media and Communication. He came back home in 2012 but his job as a Salesian Brother took him to Ghana. Of course I made sure to keep a date with him when he came back home briefly in 2012 before heading to resume in Ghana. We had cake and ice cream at my favourite café that day.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-bff-unc-sam.jpg\"><img class=\"size-medium wp-image-2303\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-bff-unc-sam-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>I and my BFF Uncle..Hehe\n<h3>Rediscovering WordPress…</h3>\n<p>Then came 2015, I ended a horrid relationship and i lost my best friend female; I mean I thought I was in love, but alas I had loved the idea of loving a person. I was not happy and I wanted a breath of fresh air and a change of environment. At that period, I had obtained a postgraduate diploma in mass communication and I had started a Masters Degree in Information Management and my required 3 months internship was coming up that summer. I decided to volunteer in Ghana at the headquarters of the <a href=\"https://sdbafw.org\" target=\"_blank\" rel=\"noopener\">Salesians of Don Bosco in West Africa {SDBAFW}</a> where my Uncle was. My time there was beyond awesome and a new beautiful story in my life chapter.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/at-sdbafw-in-ashaiman.jpeg\"><img class=\"size-medium wp-image-2309\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/at-sdbafw-in-ashaiman-300x300.jpeg\" alt=\"\" width=\"300\" height=\"300\" /></a>I met a lot of amazing people and made new friends within the SDB community in Ashaiman, Ghana\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-volunteers-at-kakum.jpg\"><img class=\"size-medium wp-image-2308\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-volunteers-at-kakum-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></a>i and other volunteers and great friends at Kakum National Park in Cape Coast, Ghana\n<p>I worked in the communications department at the SDBAFW province. My Uncle knew how much I loved blogging and he had been my writing tutor for a while, so one day he asked why I was not blogging on WordPress. Of course I went on about how difficult and complicated the platform was, he sighed, told me their organization website was built on WordPress and he gave me a folder with tutorial videos made by <a href=\"https://twitter.com/mor10\">Morten Rand-Hendriksen</a> for beginners to go watch.</p>\n<p>After two weeks of watching those videos, my life changed. You see prior to 2015 I treated my time online as a purely personal affair because I was just passionate about being online right, exploring, freelancing and discovering. I never thought it would become something I could make a full time career out of. I was still pursuing a career in Human Resources since managing people was another thing I was great at. In late 2015 I had joined a series of online Facebook groups and I was wowed by one in particular run by John Obidi (<a href=\"https://web.facebook.com/groups/smartbcamp\" target=\"_blank\" rel=\"noopener\">SmartBCamp</a>) because I saw a lot of people earning an income from things I did and knew for the fun of it. I found myself asking what planet I had been living on and why I had not made my passion my business.</p>\n<p>Hence I made a decision in 2016 to make my passion my business, I decided to move to Lagos since I was done with my Master’s coursework and focus on this new journey of mine. Meanwhile in December of 2015, a woman had contacted me saying she loved how my blog UX on WordPress looked and if I could work on hers.</p>\n<blockquote><p>As at then I didn’t even know the difference between wordpress.com and wordpress.org so I started googling which is something I’m also great at.</p></blockquote>\n<p>I took on the task of redesigning her website and I started troubleshooting all the current issues she had on her site, I read up a lot, I visited the WordPress.Org/showcase and was wowed with all the good things I could do with WordPress.org, I especially loved Snoop Doggs website and told myself my goal would be to be able to make a project that would look like that one day. But of course the first few sites I designed were horrible, when I look back at them now I wonder what was going on in my head when I designed them.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/my-typical-day-in-gh.jpg\"><img class=\"size-medium wp-image-2302\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/my-typical-day-in-gh-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>A typical day for me in front of my PC\n<p>Alas I had great online plans for the year 2016 but up until the middle of year 2016, I had a series of bad experiences that sent me back to the stone age and my parents house; I blogged about it <a href=\"https://mojispeaks.com/2017/01/09/my-2016-in-retrospect/\">here</a>. They were bad experiences alright, but a lot of good came out of them. I got saved bit by bit and found my rhythm again. Meanwhile I was already <em><strong>falling in love with WordPress</strong></em> so I decided to look for ways to give back. That’s when I stumbled upon make.wordpress.org and discovered there were so many ways to give back. I was not a programmer alright so what will I go to do in Core or CLI or any other similar place, I automatically went for the community.</p>\n<h3>Building the Nigerian WordPress Community…</h3>\n<p>In November 2016 I made one of the best decisions that turned my life around. I was fed up because the entire year had not turned out in any way I had planned in December 2015 of the previous year. So I made an interesting decision to turn off my data and go to sleep by 10pm. Trust me this was a big decision for me before I would usually freak out if my data wasn’t functioning or if my phone battery died. Anyway during this period I had moved back to my parents’ right and I needed to work in a quiet room because I so much needed to focus.</p>\n<p>Also by now I had discovered there was a WordPress Meetup community in Lagos but when I applied I did so for Ogun which is my state, but during my conversations with WordPress Global they had requested if I would be willing to join the Lagos WordPress Group, at first I was a little hesitant because Lagos is an hour drive from my town, I don’t have a car, so that adds another one hour. Surely you can’t live in Lagos and not know Lagos and traffic are best buddies so that adds another hour to my trip. Without thinking too much about it I agreed. Looking back today I do not regret it one bit.</p>\n<blockquote><p>This started my journey as a WordPress Lagos Community Co-organizer and a Community Deputy.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_455477788.jpeg\"><img class=\"size-medium wp-image-2317\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_455477788-300x225.jpeg\" alt=\"\" width=\"300\" height=\"225\" /></a>the first meetup i had as a Lagos co-organizer</blockquote>\n<p>This is 2017 right, I must not fail to mention it to you that my income in the last one year has come solely from WordPress Web Design. Today the Nigerian WordPress has grown, still growing definitely, the Lagos WordPress Meetup group has also grown and we have had 8 Meetups this year. I have made great friends and co-organizers in the community who are dedicated to building and sharing their WordPress knowledge with the community like I am. We are hosting the very first Nigerian <a href=\"https://2018.lagos.wordcamp.org/\">WordCamp in Lagos</a> on March 10 2018 at the Civic Centre in Victoria Island, Lagos. I must not forget to mention that we also now have an Ijebu WordPress Community; that’s my town alright <span class=\"ttfmake-icon mceNonEditable fa\"></span> .</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/3rd-wp-lagos-meetup-2017.jpg\"><img class=\"wp-image-2312 size-full\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/3rd-wp-lagos-meetup-2017.jpg\" alt=\"\" width=\"299\" height=\"224\" /></a>this was our 4th meetup event this year\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/first-wp-lagos-meetup-2018.jpg\"><img class=\"wp-image-2313 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/first-wp-lagos-meetup-2018-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a>this was our first meetup event this year\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_463289287.jpeg\"><img class=\"wp-image-2316 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_463289287-300x225.jpeg\" alt=\"\" width=\"300\" height=\"225\" /></a>our third meetup early this year\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WPlagos-30th-Sept-Meetup-Photo-1.jpg\"><img class=\"size-medium wp-image-2318\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WPlagos-30th-Sept-Meetup-Photo-1-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></a>WPlagos 30th Sept Meetup (5th meetup this year)\n<p>We recently created a <a href=\"https://photos.app.goo.gl/VNx047kS0Bj8u7z63\" target=\"_blank\" rel=\"noopener\">google photos for our past meetups, click here to view them. </a>So tell me why I shouldn’t be grateful? Why I shouldn’t fall in love with WordPress? Because this is all that has happened to me since I met WordPress, <em><strong>I have fallen head over heels in love with WordPress and I am excited.</strong></em></p>\n<h3>What have i gained from WordPress?</h3>\n<ol>\n<li>I overcame my stage fright fully because i have to get in front of the crowd at every meetup to do the introductions and introduce the WordPress communities.</li>\n<li>I attended my first WordCamp in Cape Town, South Africa. <a href=\"https://youtu.be/PE6k8-PLKVk\" target=\"_blank\" rel=\"noopener\">Click here to see my picture story</a>. Coincidentally this was also my first time outside West Africa. I had never been in an aircraft for more than one hour before my trip.</li>\n<li>I have made money from WordPress Web Design Projects, enough to sustain me during my learning period. Still learning everyday.</li>\n<li>I jumped off <a href=\"https://mojispeaks.com/2017/11/19/i-did-jump-off-a-hill-my-wordcamp-cape-town-story/\" target=\"_blank\" rel=\"noopener\">Signal Hill in Cape Town, find post here</a>; next up, sky diving.</li>\n</ol>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/DSC_0246-1.jpg\"><img class=\"size-medium wp-image-2314\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/DSC_0246-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>At a WordCamp Cape Town session\n<p><strong>My advice to you from my experience so far…</strong></p>\n<p>Always seek to understand the basics of whatever knowledge you seek…never jump in too fast, wanting to spiral to the top while ignoring the learning curve. You will crash down effortlessly if you do so and would have learnt nothing.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WordPress-Gave-Me-the-Perfect-Identity.png\"><img class=\"size-medium wp-image-2315\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WordPress-Gave-Me-the-Perfect-Identity-300x225.png\" alt=\"\" width=\"300\" height=\"225\" /></a>WordPress Gave Me the Perfect Identity Indeed…I no longer roam the internet..hehehe\n<blockquote>\n<p>The End…?<br />\nI Don’t Think So…<br />\nMy Story has Just Begun. <strong>Stay Tuned….!</strong></p>\n</blockquote>\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 Gave Me the Perfect Identity\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Gave%20Me%20the%20Perfect%20Identity&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%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 Gave Me the Perfect Identity\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%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-gave-perfect-identity%2F&title=WordPress+Gave+Me+the+Perfect+Identity\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Gave Me the Perfect Identity\"></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-gave-perfect-identity/&media=https://heropress.com/wp-content/uploads/2017/11/112917-150x150.jpg&description=WordPress Gave Me the Perfect Identity\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Gave Me the Perfect Identity\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\" title=\"WordPress Gave Me the Perfect Identity\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\">WordPress Gave Me the Perfect Identity</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, 29 Nov 2017 12:00:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Mary Job\";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:71:\"WPTavern: WordCamp Albuquerque Gears Up for 5th Edition in January 2018\";s:7:\"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=76845\";s:7:\"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/wordcamp-albuquerque-gears-up-for-5th-edition-in-january-2018\";s: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:3644:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-28-at-8.15.51-PM-e1511921930548.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://2018.albuquerque.wordcamp.org/\" rel=\"noopener\" target=\"_blank\">WordCamp Albuquerque</a> is gearing up for its 5th edition January 19-21, 2018, following events held in 2011, 2012, 2013, and 2016. An all-new organizing team is ready to invigorate the Southwestern WordPress community with an exciting array of world-class speakers and educational opportunities for both new and experienced users.</p>\n<p>Lead organizer Alonso Indacochea said the team is expecting to host 300 attendees. Many of them will be coming from New Mexico, Southern Colorado, West Texas, and Arizona.</p>\n<p>“The southwestern community is interesting because there are a lot of developers doing really interesting tech work, but a lot of it happens in silos due to government secrecy,” speaker wrangler Sam Hotchkiss said. “New Mexico has a rich history of technology, from the Manhattan Project and the creation of the first nuclear weapons to the formation of Microsoft, which was founded in Albuquerque in 1975.</p>\n<p>“We’re trying to pull together that community to connect with each other, and also establish Albuquerque as a WordCamp with consistently high-quality speakers of global renown.”</p>\n<p>In pursuit of this goal, Hotchkiss has recruited a healthy crop of top quality speakers from the WordPress community. During the Saturday afternoon session, <a href=\"http://chrislema.com/\" rel=\"noopener\" target=\"_blank\">Chris Lema</a>, Vice President of Products and Innovation at <a href=\"https://www.liquidweb.com/\" rel=\"noopener\" target=\"_blank\">Liquid Web</a>, will be interviewing a diverse group of speakers in the main hall, including the following:</p>\n<ul>\n<li>Ashleigh Axios, former Creative Director for the Obama White House and AIGA Board Member</li>\n<li>Sakin Shrestha, Founder of Catch Themes and the main drive behind the vibrant WordPress community in Nepal</li>\n<li>John Maeda, Global Head, Computational Design and Inclusion at Automattic</li>\n<li>Jon Brown, WordPress Nomad</li>\n<li>Alonso Indacochea, WordCamp lead organizer, who had no serious software development experience 5 years ago, went through a local boot camp, and is now CEO of the fastest growing digital agency in New Mexico</li>\n</ul>\n<p>This year WordCamp Albuquerque will feature multiple tracks sorted by topic, beginning with a WordPress Fundamentals track on Friday, January 19.</p>\n<p>“Foundation Friday is something I’ve seen be really successful at other camps,” Hotchkiss said. “It gives people who are new to WP a base of knowledge so that they can go into Saturday feeling confident and ready to learn. Each class on Friday will build on the one before it. Starting from scratch? Show up at 9. Already have a site, but need help handling the layout? Come at 10:30.”</p>\n<p>Saturday’s program will include sessions in the Business, Design, and Development tracks throughout the day, in addition to the planned interviews. A contributor day session is planned for Sunday. The event’s organizers are still <a href=\"https://2018.albuquerque.wordcamp.org/speakers/\" rel=\"noopener\" target=\"_blank\">accepting speaker applications</a> until midnight on Monday, December 4. They plan to finalize the schedule next week. <a href=\"https://2018.albuquerque.wordcamp.org/attendees/\" rel=\"noopener\" target=\"_blank\">Tickets</a> are on sale now and attendees can elect to purchase one for whatever combination of days they wish to attend.</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, 29 Nov 2017 02:30:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:52:\"WPTavern: Practicing the Pac-Man Rule at WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76857\";s:7:\"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:63:\"https://wptavern.com/practicing-the-pac-man-rule-at-wordcamp-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1750:\"<p>With more than 2,000 attendees expected, WordCamp US is one of the largest conferences devoted to WordPress. It’s a great opportunity to meet a lot of new faces and catch up with familiar ones. If you’re standing in the hallway at WordCamp US speaking with a group of people and want to encourage others to say hi or be part of the conversation, try this tip <a href=\"https://www.facebook.com/GreatSmokyMountainsAssociation/videos/10155628004363673/\">shared by</a> Jason Cosper called the <a href=\"http://ericholscher.com/blog/2017/aug/2/pacman-rule-conferences/\">Pac-Man rule</a> written by Eric Holscher.</p>\n<img />photo credit: rbatina <a href=\"http://www.flickr.com/photos/27988337@N00/12081061246\">Random Phone Shots</a> <a href=\"https://creativecommons.org/licenses/by-nc-nd/2.0/\">(license)</a>\n<p>The rule is simple. When standing in a circle, provide an opening for someone to join the group. By standing in an open circle, it gives a passersby explicit permission to join the group and limits the appearance of cliques. I didn’t realize how standing in a closed circle can be off-putting to those wanting to introduce themselves or chime in until learning about this rule.</p>\n<p>In addition to the Pac-Man rule, <a href=\"https://twitter.com/bobWP/status/935576711252533248\">Bob Dunn suggests</a> using eye contact to invite people to the group. <a href=\"https://twitter.com/mor10/status/935582280164065280\">Morten Rand-Hendriksen suggests</a> that if you’re looking to start a conversation with someone new, start with groups of two people as they likely know each other and want to talk to new people. I’ll be practicing the Pac-Man rule this weekend and I encourage other attendees to do so as 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:\"Tue, 28 Nov 2017 21:06:21 +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:71:\"WPTavern: Gutenberg Team Is Ramping Up Usability Testing at WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76807\";s:7:\"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/gutenberg-team-is-ramping-up-usability-testing-at-wordcamp-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4848:\"<p>The Gutenberg Team will have a usability testing station set up at WordCamp US where attendees can participate in a round of pre-set tests that focus on the writing flow. Testers will answer a short survey that includes their prior WordPress experience level, age, and device used. Volunteers will get participants set up with a testing site and will start the screen recording app.</p>\n<p>Testers will be asked to create a post based on the content shown in an image. There are three different images, which require the user to perform actions such as adding images, embedding media, creating unordered lists, adding quotes, and other basic content creation tasks. In order to segment results, the usability tests have been divided into <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32RWJRa2diODFXVGs/view\" rel=\"noopener\" target=\"_blank\">beginner</a>, <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32bVpyd2xaaFVVMWM/view\" rel=\"noopener\" target=\"_blank\">intermediate</a>, and <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32R3U0ZkJRVXBySWM/view\" rel=\"noopener\" target=\"_blank\">advanced</a> level images.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-10.23.35-PM.png?ssl=1\"><img /></a>Advanced level task image for Gutenberg usability testing\n<p>After completing the test, participants will be asked to answer a few followup questions, such as “Did the task take longer or shorter than you expected?” and “Are you more or less likely to use the Gutenberg editor in the future?”</p>\n<p>“This is the second round of usability testing scripts — we tried out the first batch of scripts at WordCamp Milano, and made some adjustments for clarity,” Gutenberg design lead Tammie Lister said. “As a result of testing, we moved the toolbar on blocks to not be fixed and back to the block. At Milano, we tested the tests.”</p>\n<p>As the result of these tests and other prior feedback, Lister <a href=\"https://github.com/WordPress/gutenberg/issues/3570\" rel=\"noopener\" target=\"_blank\">recommended the default position of the toolbar to be fixed to the block</a>.</p>\n<p>Anna Harrison, UX lead at Ephox (the makers of tinyMCE), has been instrumental in helping with the efforts around testing and writing scripts. She also offered <a href=\"https://github.com/WordPress/gutenberg/issues/3570#issuecomment-345879950\" rel=\"noopener\" target=\"_blank\">feedback on the ticket</a>, referencing comments from the previous discussion on the issue:</p>\n<blockquote><p>A fixed [docked to top] toolbar solution has several complications. Firstly, we break accessibility. I won’t reiterate the discussion, as it’s well articulated above. Secondly, we break things independent of accessibility – I ran user tests on something quite similar to this last year, and we discovered that <a href=\"https://go.tinymce.com/blog/from-the-ux-desk-road-testing-inline-image-editing/\" rel=\"noopener\" target=\"_blank\">disconnecting the toolbar from the point of action resulted in 100% user test fails</a>.</p></blockquote>\n<p>Gutenberg version 1.8 will change the default back to displaying block actions on the block level, although the option to change it to a fixed toolbar at the top of the screen will still be available. This change is one example of how usability testing is shaping Gutenberg’s development. WordCamp US is an opportunity for the team to collect a host of new testing data in one place.</p>\n<p>Lister said all the data that is collected will be processed by volunteers on the make/test team, but the team is still small and they could use more volunteers to work on this effort.</p>\n<p>“The turnaround time on processing the data we collect really depends on how many volunteers are available to work on it,” Lister said. “It also depends on if it’s a bug reported – bugs are easier to get fixed right away. If the data indicates an area where we need to investigate more, we’ll do that. The results of the testing will be published on make.wordpress.org/test.”</p>\n<p>Lister said the team is hoping to reach a wider variety of WordPress users at WCUS this year, from all backgrounds and careers. The testing booth offers an opportunity for anyone to contribute to the future of WordPress, regardless of your experience level or familiarity with the software. The team is also eager to broaden its testing field by recruiting non-WordPress users as well. If you can’t make it to WordCamp US, you can still <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\" rel=\"noopener\" target=\"_blank\">contribute to Gutenberg by taking and administering usability tests</a> on your own with the help of the instructions posted on the make.wordpress.org/test site.</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, 28 Nov 2017 16:55: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: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:102:\"WPTavern: Delete Me WordPress Plugin Assists Website Owners in Granting the GDPR Right to be Forgotten\";s:7:\"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=76474\";s:7:\"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:113:\"https://wptavern.com/delete-me-wordpress-plugin-assists-website-owners-in-granting-the-gdpr-right-to-be-forgotten\";s: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:4080:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/eraser.jpg?ssl=1\"><img /></a>photo credit: pj_vanf <a href=\"http://www.flickr.com/photos/48066826@N02/5006945413\">to err is human</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>With the EU GDPR compliance deadline just <a href=\"http://www.gdprcountdownclock.com/\" rel=\"noopener\" target=\"_blank\">178 days away</a>, many WordPress site owners are looking for tools that will help them meet the requirements. The regulation expands existing rights of data subjects in several key ways, including (but not limited to) the right to be notified of data breaches, the right to access personal data, the right to be forgotten, and the right to data portability.</p>\n<p>A plugin called <a href=\"https://wordpress.org/plugins/delete-me/\" rel=\"noopener\" target=\"_blank\">Delete Me</a>, by Clinton Caldwell, is one that may be helpful in addressing the Right to be Forgotten. The <a href=\"https://www.eugdpr.org\" rel=\"noopener\" target=\"_blank\">GDPR.org</a> website breaks it down as follows:</p>\n<blockquote><p>Also known as Data Erasure, the right to be forgotten entitles the data subject to have the data controller erase his/her personal data, cease further dissemination of the data, and potentially have third parties halt processing of the data. The conditions for erasure, as outlined in article 17, include the data no longer being relevant to original purposes for processing, or a data subjects withdrawing consent. It should also be noted that this right requires controllers to compare the subjects’ rights to “the public interest in the availability of the data” when considering such requests.</p></blockquote>\n<p>The Delete Me plugin takes this one step further for site owners who are comfortable allowing users to delete their own data without having to create a request for it. By default, the delete button displays on the profile.php screen in the admin, but administrators can elect to use a shortcode to display it somewhere else on the frontend.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-4.54.42-PM.png?ssl=1\"><img /></a></p>\n<p>The plugin will delete the users’ posts, links, and even comments (optional) after the user confirms. The confirmation screen could stand to include more information about what data is being deleted so that the user knows what to expect. However, administrators do have the option to specify this within the JavaScript confirmation dialog. After deletion the user is dumped back out to the homepage by default, but the redirect URL can be configured in the plugin’s settings page.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-4.54.21-PM.png?ssl=1\"><img /></a></p>\n<p>Additional configurable settings include the ability to select specific WordPress roles to allow to delete themselves, specify class and style attributes of delete link, enable or disable JavaScript confirm for Shortcode, specify button text, and send an email notification when users delete themselves.</p>\n<p>Delete Me also supports network activation and single site activation for multisite installations. By default, users can only delete themselves and their content from a single site, while other networked sites where they are registered will not be affected. The plugin does include a “Delete From Network” checkbox that administrators can enable to allow users to delete themselves from all sites on the network.</p>\n<p><a href=\"https://wordpress.org/plugins/delete-me/\" rel=\"noopener\" target=\"_blank\">Delete Me</a> is available for free on WordPress.org. I tested the plugin and have confirmed that it works with WordPress 5.0-alpha. It is currently active on more than 2,000 sites. By no means does it satisfy the full requirements of the GDPR, but it provides a decent starting point for site owners who want to make this option available to their users without having to manually fulfill their requests.</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, 28 Nov 2017 00:08: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: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:99:\"WPTavern: WPWeekly Episode 295 – Turkey With A Side of Gutenberg and Giving Thanks to Open Source\";s:7:\"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=76789&preview=true&preview_id=76789\";s:7:\"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:106:\"https://wptavern.com/wpweekly-episode-295-turkey-with-a-side-of-gutenberg-and-giving-thanks-to-open-source\";s: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:3233:\"<p>I apologize for the delay in getting this episode out to you. In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I discussed a range of topics, including a caching bug introduced in WordPress 4.9 that causes Page Templates not to display for an hour. We talk about the possibilities of using Gutenberg with WooCommerce and how it could impact product management.</p>\n<p>As is tradition, near the end of the show, we shared what we’re thankful for. We also shared what listeners are <a href=\"https://twitter.com/jeffr0/status/933101857039200258\">thankful for</a> regarding open source.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://core.trac.wordpress.org/ticket/42573\">This bug</a> is causing some theme developers to rip their hair out. Weston Ruter <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:57\">explains</a> why the change was implemented.<br />\n<a href=\"https://wptavern.com/woocommerce-explores-the-possibilities-and-challenges-for-e-commerce-in-the-gutenberg-era\">WooCommerce Explores the Possibilities and Challenges for E-Commerce in the Gutenberg Era</a><br />\n<a href=\"https://wptavern.com/tailor-page-builder-plugin-discontinued-owners-cite-funding-gutenberg-and-competition\">Tailor Page Builder Plugin Discontinued, Owners Cite Funding, Gutenberg, and Competition</a><br />\n<a href=\"https://wptavern.com/wordcamp-europe-2018-speaker-applications-now-open\">WordCamp Europe 2018 Speaker Applications Now Open</a><br />\n<a href=\"https://wptavern.com/github-launches-security-alerts-for-javascript-and-ruby-projects-python-support-coming-in-2018\">GitHub Launches Security Alerts for JavaScript and Ruby Projects, Python Support Coming in 2018</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wordpress.org/plugins/trigger-happy/\">Trigger Happy</a> developed by Hotsource is a visual scripting tool for WordPress, allowing you to connect plugins and events together using a simple user interface. It currently supports core WordPress functionality, WooCommerce, and Ninja Form.</p>\n<p><a href=\"https://github.com/boogah/big-dummy\">Big dummy</a> is a project for folks who need to emulate an established blog with plenty of content while doing WordPress benchmarking and performance testing.</p>\n<p>There are 2495 posts, 6197 comments, 231 tags, 26 categories, and 10 pages worth of WordPress dummy data, fully ready to import. That’s 3 (simulated) years worth of content. <i>Note:</i> There are ~1.6 GB of images (courtesy of<a href=\"https://unsplash.com\"> Unsplash</a>) attached to these posts. It’s a very good idea to import everything <i>but</i> the media in order to avoid timeouts or errors with the WordPress Importer.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 29th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #295:</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:\"Mon, 27 Nov 2017 07:54: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: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: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:64:\"WPTavern: Workarounds for the Page Template Bug in 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=76785\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/workarounds-for-the-page-template-bug-in-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:2105:\"<p>WordPress 4.9 “Tipton” <a href=\"https://wptavern.com/wordpress-4-9-released-with-major-improvements-to-customizer-workflow-updated-code-editors-and-new-core-gallery-widget\">was released</a> last week and although it’s largely trouble-free, there is one particular issue <a href=\"https://wordpress.org/support/topic/updated-to-4-9-wont-detect-page-template/\">users</a> and <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:75\">developers</a> are running into that’s causing frustration. In 4.9, custom page templates that are created fail to display in the Template drop-down menu. The issue is related to changes made to the <a href=\"https://core.trac.wordpress.org/changeset/41806\">file editor</a>.</p>\n<p>Previous versions of WordPress listed files 2-levels deep in the editor. In 4.9, the entire directory tree for a theme is listed regardless of its depth. Caching was added to help limit the performance impacts of loading large WordPress themes. “An unintended side effect of the caching is that the same directory listing function <tt>get_files</tt> is used both for the theme editor and for gathering page templates,” Weston Ruter, Co-Release Lead for WordPress 4.9 <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:57\">said</a>.</p>\n<p>Within the <a href=\"https://core.trac.wordpress.org/ticket/42573\">trac ticket</a>, developers suggests that a button be added that flushes all caches or disabling the cache if <tt>WP_DEBUG</tt> is set to true. Neither suggestion turned into a patch committed to core. Instead, Ruter has <a href=\"https://gist.github.com/westonruter/6c2ca0e5a4da233bf4bd88a1871dd950\">released a plugin</a> as a workaround that flushes the template cache. Other workarounds include, bumping the theme’s version, running the <tt>wp cache flush</tt> command in WP CLI, or waiting 60 minutes for the cache to expire.</p>\n<p>The ticket is marked as a high priority but because of the upcoming holidays in the US and WordCamp US next weekend, it could be at least a few weeks before WordPress 4.9.1 is released.</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, 23 Nov 2017 00:42:28 +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: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:97:\"WPTavern: Tide Project Aims to Audit and Score WordPress Themes and Plugins based on Code Quality\";s:7:\"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=76652\";s:7:\"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:108:\"https://wptavern.com/tide-project-aims-to-audit-and-score-wordpress-themes-and-plugins-based-on-code-quality\";s: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:8526:\"<p>Last week XWP dropped an intriguing <a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\" rel=\"noopener\" target=\"_blank\">preview of a new project called Tide</a> that aims to improve code quality across the WordPress plugin and theme ecosystems. The company has been working with the support of Google, Automattic, and WP Engine, on creating a new service that will help users make better plugin decisions and assist developers in writing better code.</p>\n<p>XWP’s marketing manager Rob Stinson summarized the project’s direction so far:</p>\n<blockquote><p>Tide is a service, consisting of an API, Audit Server, and Sync Server, working in tandem to run a series of automated tests against the WordPress.org plugin and theme directories. Through the Tide plugin, the results of these tests are delivered as an aggregated score in the WordPress admin that represents the overall code quality of the plugin or theme. A comprehensive report is generated, equipping developers to better understand how they can increase the quality of their code.</p></blockquote>\n<p>The XWP announcement also included a screenshot of how this data might be presented in the WordPress plugin directory:</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/jetpack-tide-plugin-score.jpg?ssl=1\"><img /></a></p>\n<p>XWP plans to unveil the service at WordCamp US in Nashville at the Google booth where they will be inviting the community to get involved. Naturally, a project with the potential to have this much impact on the plugin ecosystem raises many questions about who is behind the vision and what kind of metrics will be used.</p>\n<p>I contacted Rob Stinson and Luke Carbis at XWP, who are both contributors to the project, to get an inside look at how it started and where they anticipate it going.</p>\n<p>“Tide was started at XWP about 12 months ago when one of our service teams pulled together the idea, followed up by a proof of concept, of a tool that ran a series of code quality tests against a package of code (WordPress plugin) and returned the results via an API,” Stinson said. “We shortly after came up with the name Tide, inspired by the proverb ‘A rising tide lifts all boats,’ thinking that if a tool like this could lower the barrier of entry to good quality code for enough developers, it could lift the quality of code across the whole WordPress ecosystem.”</p>\n<p>Stinson said XWP ramped up its efforts on Tide during the last few months after beginning to see its potential and sharing the vision with partners.</p>\n<p>“Google, Automattic and WP Engine have all helped resource (funds, infrastructure, developer time, advice etc) the project recently as well,” Stinson said. “Their support has really helped us build momentum. Google have been a big part of this since about August. We had been working with them on other projects and when we shared with them the vision for Tide, they loved it and saw how in line it is with the vision they have for a better performant web.”</p>\n<p>The Tide service is not currently active but a beta version will launch at WordCamp US with a WordPress plugin to follow shortly thereafter. Stinson said the team designed the first version to present the possibilities of Tide and encourage feedback and contribution from the community.</p>\n<p>“We realize that Tide will be its best if its open sourced,” he said. “There are many moving parts to it and we recognize that the larger the input from the community, the better it will represent and solve the needs of the community around code quality.”</p>\n<p>At this phase of the project, nothing has been set in stone. The Tide team is continuing to experiment with different ways of making the plugin audit data available, as well as refining how that data is weighed when delivering a Tide score.</p>\n<p>“The star rating is just an idea we have been playing with,” Stinson said. “The purpose of it will be to aggregate the full report that is produced by Tide into a simple and easy to understand metric that WordPress users can refer to when making decisions about plugins and themes. We know we haven’t got this metric and how it is displayed quite right. We’ve had some great feedback from the community already.”</p>\n<p>The service is not just designed to output scores but also to make it easy for developers to identify weaknesses in their code and learn how to fix them.</p>\n<p>“Lowering the barrier of entry to writing good code was the original inspiration for the idea,” Stinson said.</p>\n<h3>Tide Project Team Plans to Refine Metrics Used for Audit Score based on Community Feedback</h3>\n<p>The Tide project website, <a href=\"http://wptide.org\" rel=\"noopener\" target=\"_blank\">wptide.org</a>, will launch at WordCamp US and will provide developers with scores, including specifics like line numbers and descriptions of failed sniffs. Plugin developers will be able to use the site to improve their code and WordPress users will be able to quickly check the quality of a plugin. XWP product manager Luke Carbis explained how the Tide score is currently calculated.</p>\n<p>“Right now, Tide runs a series of code sniffs across a plugin / theme, takes the results, applies some weighting (potential security issues are more important than tabs vs. spaces), and then averages the results per line of code,” Carbis said. “The output of this is a score out of 100, which is a great indicator of the quality of a plugin or theme. The ‘algorithm’ that determines the score is basically just a series of weightings.”</p>\n<p>The weightings the service is currently using were selected as a starting point, but Carbis said the team hopes the WordPress community will help them to refine it.</p>\n<p>“If it makes sense, maybe one day this score could be surfaced in the WordPress admin (on the add new plugin page),” Carbis said. “Or maybe it could influence the search results (higher rated plugins ranked first). Or maybe it just stays on wptide.org. That’s really up to the community to decide.”</p>\n<p>In addition to running codesniffs, the Tide service will run two other scans. A <a href=\"https://developers.google.com/web/tools/lighthouse/\" rel=\"noopener\" target=\"_blank\">Lighthouse</a> scan, using Google’s open-source, automated tool for improving the quality of web pages, will be performed on themes, which Carbis says is a “huge technological accomplishment.”</p>\n<p>“For every theme in the directory, we’re spinning up a temporary WordPress install, and running a Lighthouse audit in a headless chrome instance,” Carbis said. “This means we get a detailed report of the theme’s <em>front end output</em> quality, not just the code that powers it.”</p>\n<p>The second scan Tide will perform measures PHP compatibility and will apply to both plugins and themes.</p>\n<p>“Tide can tell which versions of PHP a plugin or theme will work with,” Carbis said. “For users, this means we could potentially hide results that we <em>know</em> won’t work with their WordPress install (or at least show a warning). For hosts, this means they can easily check the PHP compatibility before upgrading an install to PHP 7 (we think this will cause <em>many</em> more installs to be upgraded – the net effect being a noticeable speed increase, which we find really exciting and motivating).”</p>\n<p>Carbis said that the team is currently working in the short term to get the PHP Compatibility piece into the WordPress.org API, which he says could start influencing search results without any changes to WordPress core.</p>\n<p>“We’d also like to start engaging with the community to find out whether surfacing a Code Quality score to WordPress users is helpful, and if it is, what does that look like? (e.g. score out of 100, 5 star rating, A/B/C/D, etc.),” Carbis said. “We will release our suggestion for what this <em>could</em> look like as a plugin shortly after WordCamp US.”</p>\n<p>More specific information about the metrics Tide is currently using and how it applies to plugins and themes will be available after the service launches in beta. If you are attending WordCamp US and have some suggestions or feedback to offer the team, make sure to stop by the Google sponsorship booth.</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, 22 Nov 2017 21:21:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:36:\"Matt: Adam Robinson on Understanding\";s:7:\"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=47663\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://ma.tt/2017/11/adam-robinson-on-understanding/\";s: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:5921:\"<p>This is a long quote/excerpt from <a href=\"https://twitter.com/iamadamrobinson\">Adam Robinson</a> I’ve been holding onto for a while, from <a href=\"https://tribeofmentors.com/\">Tribe of Mentors</a>. Worth considering, especially if you strive to work in a data-informed product organization.</p>\n<blockquote><p>Virtually all investors have been told when they were younger — or implicitly believe, or have been tacitly encouraged to do so by the cookie-cutter curriculums of the business schools they all attend — that the more they understand the world, the better their investment results. It makes sense, doesn’t it? The more information we acquire and evaluate, the “better informed” we become, the better our decisions. Accumulating information, becoming “better informed,” is certainly an advantage in numerous, if not most, fields.</p>\n<p>But not in the eld of counterintuitive world of investing, where accumulating information can hurt your investment results.</p>\n<p>In 1974, Paul Slovic — a world-class psychologist, and a peer of Nobel laureate Daniel Kahneman — decided to evaluate the effect of information on decision-making. This study should be taught at every business school in the country. Slovic gathered eight professional horse handicappers and announced, “I want to see how well you predict the winners of horse races.” Now, these handicappers were all seasoned professionals who made their livings solely on their gambling skills.</p>\n<p>Slovic told them the test would consist of predicting 40 horse races in four consecutive rounds. In the first round, each gambler would be given the five pieces of information he wanted on each horse, which would vary from handicapper to handicapper. One handicapper might want the years of experience the jockey had as one of his top five variables, while another might not care about that at all but want the fastest speed any given horse had achieved in the past year, or whatever.</p>\n<p>Finally, in addition to asking the handicappers to predict the winner of each race, he asked each one also to state how confident he was in his prediction. Now, as it turns out, there were an average of ten horses in each race, so we would expect by blind chance — random guessing — each handicapper would be right 10 percent of the time, and that their confidence with a blind guess to be 10 percent.</p>\n<p>So in round one, with just five pieces of information, the handicappers were 17 percent accurate, which is pretty good, 70 percent better than the 10 percent chance they started with when given zero pieces of information. And interestingly, their confidence was 19 percent — almost exactly as confident as they should have been. They were 17 percent accurate and 19 percent confident in their predictions.</p>\n<p>In round two, they were given ten pieces of information. In round three, 20 pieces of information. And in the fourth and final round, 40 pieces of information. That’s a whole lot more than the five pieces of information they started with. Surprisingly, their accuracy had flatlined at 17 percent; they were no more accurate with the additional 35 pieces of information. Unfortunately, their confidence nearly doubled — to 34 percent! So the additional information made them no more accurate but a whole lot more confident. Which would have led them to increase the size of their bets and lose money as a result.</p>\n<p>Beyond a certain minimum amount, additional information only feeds — leaving aside the considerable cost of and delay occasioned in acquiring it — what psychologists call “confirmation bias.” The information we gain that conflicts with our original assessment or conclusion, we conveniently ignore or dismiss, while the information that confirms our original decision makes us increasingly certain that our conclusion was correct.</p>\n<p>So, to return to investing, the second problem with trying to understand the world is that it is simply far too complex to grasp, and the more dogged our at- tempts to understand the world, the more we earnestly want to “explain” events and trends in it, the more we become attached to our resulting beliefs — which are always more or less mistaken — blinding us to the financial trends that are actually unfolding. Worse, we think we understand the world, giving investors a false sense of confidence, when in fact we always more or less misunderstand it.<br />\nYou hear it all the time from even the most seasoned investors and financial “experts” that this trend or that “doesn’t make sense.” “It doesn’t make sense that the dollar keeps going lower” or “it makes no sense that stocks keep going higher.” But what’s really going on when investors say that something makes no sense is that they have a dozen or whatever reasons why the trend should be moving in the opposite direction.. yet it keeps moving in the current direction. So they believe the trend makes no sense. But what makes no sense is their model of the world. That’s what doesn’t make sense. The world always makes sense.</p>\n<p>In fact, because financial trends involve human behavior and human beliefs on a global scale, the most powerful trends won’t make sense until it becomes too late to profit from them. By the time investors formulate an understanding that gives them the confidence to invest, the investment opportunity has already passed.</p>\n<p>So when I hear sophisticated investors or financial commentators say, for example, that it makes no sense how energy stocks keep going lower, I know that energy stocks have a lot lower to go. Because all those investors are on the wrong side of the trade, in denial, probably doubling down on their original decision to buy energy stocks. Eventually they will throw in the towel and have to sell those energy stocks, driving prices lower still.</p></blockquote>\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:\"Wed, 22 Nov 2017 16:33: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: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: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:40:\"HeroPress: Finding WordPress in Cameroon\";s:7:\"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=2286\";s:7:\"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:126:\"https://heropress.com/essays/finding-wordpress-cameroon/#utm_source=rss&utm_medium=rss&utm_campaign=finding-wordpress-cameroon\";s: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:5922:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/11/112217-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The more I share knowledge with someone the more I gain in return.\" /><p>My name is Michaël Nde Tabefor, I reside in Cameroon. I grew up in the economic capital of the country surrounded by so much diversity and culture.</p>\n<p>Yet I was still very young when I developed an interest in technology, back in Primary school I had a PC at home I used to play around, most especially Spider Solitaire hahaha. Well that game sound crazy but it’s educative, it built up my reflex with the mouse and yeah it worth it. When I arrived in Secondary school I quickly picked up the subject.</p>\n<p>I began educating myself on the trend of Technology and how they work. I developed a great interest for organisations such as Google, what they doing for humanity not just about technology. So I understood that no matter the position I get, I must always contribute to Humanity by volunteering.</p>\n<p>When I got to the University back in 2014 as a Freshman, I enrolled into Software engineering program where I began excelling and widening my thinking and reflex, met with other enthusiasts of technology.</p>\n<h3>Taking Another Path</h3>\n<p>Unlike other students I decided to go in for an internship at my first year (am one of those who believe university is good but it contribute to just about 10 – 20% of what builds up skill, people must be passionate about what the do, that passion alone will get you have the skills and be able to learn more and more).</p>\n<p>On my first day of internship, my internship coordinator gave me a task to go and install WordPress on my computer and create with the use of an external template (not there default themes) the website of my university.</p>\n<blockquote><p>Let me make this point, I didn’t know about WordPress. Had no idea of what it’s meant for. Completely blank.</p></blockquote>\n<p>I went back to my university, I met one of my professors, explained it to him, he redirected me to a senior student who once did internship and had to use WordPress.</p>\n<p>I went home, got my environment set up and called my senior, She did the guiding all through the installation on phone, till installing the template, my curiosity did the rest of the job hahaha, end of story. The next day I went back to the office, my coordinator didn’t expect me that soon Lol.</p>\n<h3>Diving Deeper</h3>\n<p>So I worked on some tutorial on building themes and plugin from scratch from Lynda.com but I took a break from building cuz I didn’t have much skills in PHP, in first year we didn’t do web technologies, I began hacking on PHP on my own, basic’ly I learnt almost every skill on my own via research and practice.</p>\n<p>I worked on several sites that used WordPress and began installing for others. My coordinator told me it would be interesting to start a WordPress Community so others could benefit from it. Actually the more I share knowledge with someone I gain 100% in return too, it builds up my mastery and ability to debug and resolve issues.</p>\n<blockquote><p>I began our local community and everyday I kept understanding WordPress more and more.</p></blockquote>\n<p>After a couple of months I officially joined the WordPress Volunteer Community in doing more reach outs in (November 2015 – via Rocio Valdiva) and on April 15, 2017 I organized <a href=\"https://2017.buea.wordcamp.org/\">the very first WordCamp in the whole of Central Africa</a> that brought together over 240 persons. Complete gallery on <a href=\"https://www.flickr.com/photos/144827169@N08/\">Flickr</a>, Video on <a href=\"https://youtu.be/nnUgqhveB00\">YouTube</a>.</p>\n<p>After the WordCamp I later on built a Mobile Money Payment Gateway with a local Network Operator web payment API using WooCommerce.</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: Finding WordPress in Cameroon\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Finding%20WordPress%20in%20Cameroon&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Finding WordPress in Cameroon\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%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%2Ffinding-wordpress-cameroon%2F&title=Finding+WordPress+in+Cameroon\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Finding WordPress in Cameroon\"></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/finding-wordpress-cameroon/&media=https://heropress.com/wp-content/uploads/2018/11/112217-150x150.jpg&description=Finding WordPress in Cameroon\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Finding WordPress in Cameroon\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/finding-wordpress-cameroon/\" title=\"Finding WordPress in Cameroon\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/finding-wordpress-cameroon/\">Finding WordPress in Cameroon</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, 22 Nov 2017 15:45: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:20:\"Michaël Nde Tabefor\";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:98:\"WPTavern: Envato Elements Adds Unlimited WordPress Theme and Plugin Downloads to Subscription Plan\";s:7:\"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=76604\";s:7:\"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/envato-elements-adds-unlimited-wordpress-theme-and-plugin-downloads-to-subscription-plan\";s: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:4096:\"<p>Envato has added <a href=\"https://envato.com/blog/announcing-wordpress-themes-on-envato-elements/\" rel=\"noopener\" target=\"_blank\">unlimited WordPress theme and plugin downloads</a> to its Elements digital assets subscription service. The company is including a curated collection of <a href=\"https://elements.envato.com/wordpress/themes/sort-by-latest\" rel=\"noopener\" target=\"_blank\">210 WordPress themes</a> and <a href=\"https://elements.envato.com/wordpress/plugins/sort-by-latest\" rel=\"noopener\" target=\"_blank\">100 plugins</a> along with 400,000 other design assets already offered through the service.</p>\n<p>Envato is the largest WordPress theme marketplace on the web with 39,102 themes and website templates for sale. Last year the company <a href=\"https://wptavern.com/envato-celebrates-10-years-in-business\" rel=\"noopener\" target=\"_blank\">celebrated 10 years in business</a> and reported that the community earned more than $40 million, with a significant portion of that revenue coming from WordPress products.</p>\n<p>The new “all you can eat” style package for WordPress themes on Envato Elements was introduced to boost the value of the service’s annual subscription plan and is not available to monthly subscribers. For $228/year, annual subscribers can change themes as often as they choose, which is the chief selling point of the new addition. However, the subscription service does not provide direct item support for the themes, as they are submitted by independent designers.</p>\n<p>Current Elements subscribers have the option to change their payment plans from monthly to annual to gain access to the unlimited WordPress products. Several disgruntled customers have taken to Twitter to express their dissatisfaction with the WordPress additions being withheld from existing monthly subscribers and perceive it to be heavy-handed a tactic for locking in more annual subscribers before raising the price.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Not cheeky ask at all, your roadmap did not say anything about this price change, but got people signed up at $19 per month with the understanding this was going to be an added edition. Shocking way to treat loyal customers. <a href=\"https://twitter.com/hashtag/moneyhungry?src=hash&ref_src=twsrc%5Etfw\">#moneyhungry</a></p>\n<p>— TVBanterUK <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4ad.png\" alt=\"?\" class=\"wp-smiley\" /> (@TVBanterUK) <a href=\"https://twitter.com/TVBanterUK/status/930943546693226501?ref_src=twsrc%5Etfw\">November 15, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Why hold monthly subscribers ransom by only allowing annual subscribers access? Feels somewhat unfair to long term subs!</p>\n<p>— Paul Charlton (@ipixel_design) <a href=\"https://twitter.com/ipixel_design/status/931203052765433862?ref_src=twsrc%5Etfw\">November 16, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Yes we were on the understanding us early day loyal subscribers signed up would get what the roadmap said, it’s such a sneaky way to get people locked in to the annual plan which you will then increase in year 2, seen it all before.</p>\n<p>— TVBanterUK <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4ad.png\" alt=\"?\" class=\"wp-smiley\" /> (@TVBanterUK) <a href=\"https://twitter.com/TVBanterUK/status/931097713579610112?ref_src=twsrc%5Etfw\">November 16, 2017</a></p></blockquote>\n<p></p>\n<p>An Envato support representative offered some background on the decision in response to monthly subscribers who do not appreciate being excluded from additions to the service.</p>\n<p>“We chose this pricing model because we think it creates the fairest platform for both our subscribers and our authors,” the representative said. “A huge amount of time and dedication goes into creating and maintaining WordPress themes and plugin so this allows us to help protect the earnings of the authors who provide our community with premium assets.”</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, 22 Nov 2017 04:01: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: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:22:\"Matt: Tribe of Mentors\";s:7:\"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=47661\";s:7:\"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:39:\"https://ma.tt/2017/11/tribe-of-mentors/\";s: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:1004:\"<p>Tim Ferriss’s new book <a href=\"https://tribeofmentors.com/\">Tribe of Mentors is out</a>. I have finished it already, and can say it’s really excellent and I even liked it more than Tools of Titans even though I’m not in this one. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> As I said in a message to Tim:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Curious how Tribe of Mentors is different from Tools of Titans? Here\'s a text to me from Matt Mullenweg (<a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a>, CEO Automattic)… <a href=\"https://t.co/D9kvA2rFFC\">pic.twitter.com/D9kvA2rFFC</a></p>\n<p>— Tim Ferriss (@tferriss) <a href=\"https://twitter.com/tferriss/status/919729467244863488?ref_src=twsrc%5Etfw\">October 16, 2017</a></p></blockquote>\n<p></p>\n<p>I learned a lot from it, took a ton of notes to follow up on, and wrote down about twenty more books I have to read.</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, 21 Nov 2017 23:55:28 +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: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:98:\"WPTavern: Tailor Page Builder Plugin Discontinued, Owners Cite Funding, Gutenberg, and Competition\";s:7:\"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=76599\";s:7:\"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:106:\"https://wptavern.com/tailor-page-builder-plugin-discontinued-owners-cite-funding-gutenberg-and-competition\";s: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:6385:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/tailor-e1510853958841.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.enclavely.io/\" rel=\"noopener\" target=\"_blank\">Enclavely, Inc.</a>, the owners of the <a href=\"https://wordpress.org/plugins/tailor/\" rel=\"noopener\" target=\"_blank\">Tailor Page Builder plugin</a>, have announced that they will be <a href=\"https://www.tailorwp.com/discontinued/\" rel=\"noopener\" target=\"_blank\">discontinuing its development</a> effective immediately.</p>\n<p><a href=\"http://andrewworsfold.com/\" rel=\"noopener\" target=\"_blank\">Andrew Worsfold</a>, the original developer, launched Tailor in April 2016 and the plugin received an enthusiastic reception from the WordPress community. After performing <a href=\"https://wptavern.com/pippin-williamson-shakes-up-page-builder-plugins-with-critical-review\" rel=\"noopener\" target=\"_blank\">a critical review of the major page builders</a> available to users in September 2016, Pippin Williamson found only three that he could happily recommend to his customers: Tailor, Pootle Page Builder, and Beaver Builder. This recommendation was based primarily on code quality, usability, and compatibility with other plugins.</p>\n<p>The plugin <a href=\"https://www.tailorwp.com/tailor-page-builder-under-new-management/\" rel=\"noopener\" target=\"_blank\">came under new management in July 2017</a> after the original developer no longer had enough time to dedicate to the project. Worsfold sold it to Enclavely, whose owners were early and enthusiastic users of the plugin, for what he said was “a nominal amount.” Three months later, the new owners cite the cost of keeping up with Gutenberg and other competitors as the primary reason for <a href=\"https://www.tailorwp.com/discontinued/\" rel=\"noopener\" target=\"_blank\">discontinuing its development</a>:</p>\n<blockquote><p>Gutenberg is going to be bundled with WordPress itself. That’s definitely going to give a tough time to all 3rd party page builders and even that is not the case there are some really big players around like Elementor, Divi, Beaver Builder, and others which are going to be hard for us to compete with, being a completely free project and providing almost all the great features in free version…</p>\n<p>So the main reason for us to discontinue Tailor is due to finances, which Tailor needs to keep on its development and marketing to compete with all the big players and especially Gutenberg.</p></blockquote>\n<p>This instance seems to be more of a case of the new management running out of funds, rather than Gutenberg preemptively killing off a page builder. Enclavely was no longer willing to invest in developing a product that could compete against some of the more widely used page builders.</p>\n<p>“Tailor needs a lot of effort and money, which was much more than we estimated,” an Enclavely representative said when I contacted the company. “And even if we continue to put effort and money in this project, we all know that Gutenberg is going to smash this space soon and we won’t be able to survive, and so will be the case with some other page builders. This is why we decided to end this now.”</p>\n<p>Tailor currently has more than 3,000 active installations, according to WordPress.org. Fans of the plugin commented on the <a href=\"https://medium.com/tailor-page-builder/end-of-tailor-rise-of-gutenberg-6b4c59431f99\" rel=\"noopener\" target=\"_blank\">announcement</a>, asking if the original developer might be able to pick the project back up again.</p>\n<p>When I contacted the company, they said the original developer was no longer involved with the project.</p>\n<p>“The original developer has parted ways since the acquisition,” an Enclavely representative said. “He was involved with some stuff in the start but not that much, thus the decision is mainly taken by us based on the issues we were facing in maintaining this project.”</p>\n<p>However, Worsfold’s account of his involvement with Tailor following the acquisition differs greatly from Enclavely’s report.</p>\n<p>“I handed over control of the project in July, although all releases since then were also written by me and deployed on their behalf,” Worsfold said. “Given that I haven’t been asked to help with anything recently, and there have been no further releases, it looks like development has already ended.”</p>\n<p>The plugin is <a href=\"https://wordpress.org/plugins/tailor/\" rel=\"noopener\" target=\"_blank\">available free on WordPress.org</a> and licensed under the GPL, so anyone who wants to can fork it. Worsfold doesn’t anticipate having the time to maintain the project himself and said he was under the impression that Enclavely is attempting to sell it.</p>\n<p>“I made the decision to hand over control of Tailor as work and other commitments meant that I couldn’t dedicate enough time to the project,” Worsfold said. “I had hoped that the new team would continue development, provide support, and ensure the needs of existing users were met. However after just three months they’ve decided to give up. That’s obviously very disappointing.”</p>\n<p>Worsfold said that when he sold it to them, it was with the understanding that they would continue to develop and maintain it. He doesn’t anticipate being able to re-adopt it due to a lack of time to dedicate to the project.</p>\n<p>“I’m in much the same situation I was in before and it seems they are wanting to on-sell it themselves, so I can’t imagine I will be able to readopt it,” Worsfold said. “I have mixed feelings about the whole situation. Ultimately I see Gutenberg doing most of what page builders currently do, but in a better, more standardized, way. Hopefully, whatever’s left (custom blocks, styles, functionality etc.) will build on the framework and serve to reduce the amount of fragmentation in the ecosystem.”</p>\n<p>Worsfold is still limited on free time but said he would be willing to contribute to the project if someone decided to fork it and keep it alive.</p>\n<p>“It would be a shame to see something I built, and that people use, simply die,” he said. “Hopefully someone will either fork it or take over development.”</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, 21 Nov 2017 00:15: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:\"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:105:\"WPTavern: GitHub Launches Security Alerts for JavaScript and Ruby Projects, Python Support Coming in 2018\";s:7:\"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=76663\";s:7:\"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:115:\"https://wptavern.com/github-launches-security-alerts-for-javascript-and-ruby-projects-python-support-coming-in-2018\";s: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:1873:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?ssl=1\"><img /></a></p>\n<p>Last month <a href=\"https://wptavern.com/github-launches-new-dependency-graph-feature-with-security-alerts-coming-soon\" rel=\"noopener\" target=\"_blank\">GitHub launched its Dependency Graph feature</a> that tracks a repository’s dependencies and sub-dependencies under the Insights tab. This week the company rolled out an expansion of the feature and will now <a href=\"https://github.com/blog/2470-introducing-security-alerts-on-github\" rel=\"noopener\" target=\"_blank\">identify known vulnerabilities and send notifications</a> with suggested fixes from the GitHub community.</p>\n<p>Dependency graphs and security alerts are automatically enabled for public repositories, provided the repository owner has defined the dependencies in <a href=\"https://help.github.com/articles/listing-the-packages-that-a-repository-depends-on\" rel=\"noopener\" target=\"_blank\">one of the supported manifest file types</a>, such as package.json or Gemfile. (Private repo owners have to opt in.) The vulnerability alerts are not public – they will only be shown to those who have been granted access to the vulnerability alerts.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/github-dependency-vulnerability.png?ssl=1\"><img /></a></p>\n<p>GitHub uses data from the <a href=\"https://nvd.nist.gov/\" rel=\"noopener\" target=\"_blank\">National Vulnerability Database</a> to alert repository owners about publicly disclosed vulnerabilities that have <a href=\"https://cve.mitre.org/\" rel=\"noopener\" target=\"_blank\">CVE IDs</a>. Vulnerability detection is currently limited to JavaScript and Ruby projects but Python support is next on the roadmap for 2018. PHP, which is a bet less widely used in projects on GitHub, is likely further down the list.</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, 18 Nov 2017 00:25: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:\"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:60:\"WPTavern: WordCamp Europe 2018 Speaker Applications Now Open\";s:7:\"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=76608\";s:7:\"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/wordcamp-europe-2018-speaker-applications-now-open\";s: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:3019:\"<p>WordCamp Europe 2018 has opened the <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\" rel=\"noopener\" target=\"_blank\">call for speakers</a> and will be accepting applications through January 15. The organizing team recommends that speakers already have some experience ahead of applying to speak at the largest WordPress event in Europe, but a dedicated Content Team will also be available with resources for helping speakers create a successful presentation.</p>\n<p>The 2017 event received a total of 235 speaker applications and 43 were selected for the main event. Organizers plan to stick to the same format and are calling for 40-minute talks (30 min + 10 min Q&A) as well as 10-minute lightning talks. This year the event will experiment with hosting community workshops and organizers plan to open a separate call for workshop leaders next week.</p>\n<p>The Content Team put out a specific call for more technical talks at the 2018 event after a <a href=\"https://2018.europe.wordcamp.org/2017/11/10/how-your-feedback-will-help-us-shape-the-next-wordcamp-europe/\" rel=\"noopener\" target=\"_blank\">community survey</a> showed that more developer-oriented talks are what the audience is looking for. More than half of those surveyed identified themselves as developers (54%), with business owners (12%) the next largest demographic.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-17-at-11.44.21-AM.png?ssl=1\"><img /></a></p>\n<p>The survey also showed that 37% of respondents have been working with WordPress for more than 9 years and roughly 90% of attendees have been using WordPress for 4-9+ years. Advanced development was the most highly requested topic for presentations, selected by 53% of respondents, followed by design (45%).</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-17-at-11.54.06-AM.png?ssl=1\"><img /></a></p>\n<p>The survey results offer some insight about which topics might fare well at WCEU in 2018. Organizers have also compiled an extensive <a href=\"https://apply.wp-europe.org/ideas\" rel=\"noopener\" target=\"_blank\">list of ideas and topics</a> to inspire speaker applicants.</p>\n<p>A batch of 1,000 Early Bird tickets recently <a href=\"https://wptavern.com/wordcamp-europe-2018-early-bird-tickets-now-on-sale\" rel=\"noopener\" target=\"_blank\">went on sale</a> and there are still 680 available. Attendees who purchase a ticket before December 31, 2017, will receive a limited-edition swag item. The organizing team plans to release tickets in batches, as in previous years, but will not be setting specific expectations on sales this year, according to PR representative Letizia Barbi. The Sava Center venue, an international congress and cultural center, is the largest audience hall in Serbia and will accommodate all who want to attend WCEU 2018. Barbi said it should also scale down nicely in case of a smaller turn out.</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, 17 Nov 2017 19:19: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: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:99:\"WPTavern: WooCommerce Explores the Possibilities and Challenges for E-Commerce in the Gutenberg Era\";s:7:\"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=76597\";s:7:\"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:110:\"https://wptavern.com/woocommerce-explores-the-possibilities-and-challenges-for-e-commerce-in-the-gutenberg-era\";s: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:4350:\"<p>The next release of WordPress (5.0) will introduce the new Gutenberg editor and contributors plan to keep it rolling towards the eventual goal of providing a full site building experience. Nearly every WordPress theme and plugin developer will be impacted by the change and many are starting to look ahead to how their products may interact with Gutenberg in the future.</p>\n<p>What will e-commerce look like in the Gutenberg era? The WooCommerce design team has published <a href=\"https://woocommerce.com/2017/11/woocommerce-gutenberg/\" rel=\"noopener\" target=\"_blank\">a preview of some of their “Wootenberg” experiments</a>, along with a gif demonstrating what a block-based editing experience may look like in the context of working with products. The team sees a lot of potential for putting the power of visual product editing into the hands of users.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/wootenberg.gif?ssl=1\"><img /></a></p>\n<p>The example shows a quick exploration of page layout with product blocks and the team also posted an idea of what basic product authoring may look like with a predefined product template that includes the featured image, product title, description, and price as new Gutenberg blocks. But will it be possible to have complex product creation fit into a block-based editor? The WooCommerce team admits in the post that they don’t yet know how this will work.</p>\n<p>“One thing that isn’t yet 100% clear is how complex plugins like WooCommerce will work with Gutenberg,” Automattic designer/developer James Koster said. “A simple product with a description, a price, and a category is one thing. But a product with variations, for each of which you want to upload a different image, and need to manage/track stock is quite another. Imagining a WYSIWYG editing experience for that kind of data is a little fuzzier.”</p>\n<p>Koster referenced Gutenberg’s newly merged support for meta boxes, the first step in making product authoring possible. However, the Gutenberg team is still experimenting and isn’t yet set on a solution for implementing meta boxes.</p>\n<p>“How this works with WooCommerce in the long term is unclear,” Koster said. “But you can rest assured it’s something we’ll be dedicating more time to investigating as WordPress approaches the 5.0 release.” Koster concludes the post by asking readers if visual product editing, with the flexibility to rearrange product/shop layouts, is something that interests them.</p>\n<p>“If there’s one thing that WooCommerce should perhaps learn from Shopify’s rapid growth, it’s that many ‘would-be’ shop owners don’t care to spend hours upon hours tweaking the layout of their shop, and that pre-built easy-to-use software that looks good and feels good, but can still be extended in complex ways, is what attracts many users,” Jesse Nickles commented on the post. “While this may be the underlying goal of Gutenberg, it perhaps doesn’t crossover clearly to the e-commerce world.”</p>\n<p>Koster said he agrees that users don’t always need visual editing experiences and that simple things like price changes should be quick and painless.</p>\n<p>“How we present data-driven editing alongside the Gutenberg experience will ultimately determine the success of the project from a WooCommerce perspective,” Koster said.</p>\n<p>Support for meta boxes is one the most challenging aspects of the Gutenberg project that the team has yet to solve. Exploring the possibilities of flexible page layouts for products is exciting, but even the WooCommerce team is left wondering how this is all going to work with more complex CMS data. Smaller product teams without the collective knowledge and resources of WooCommerce may have a more difficult time finding the bandwidth to experiment and rebuild their products in time for WordPress 5.0.</p>\n<p>The WooCommerce team invites any users interested in Gutenberg-related UX changes to join the plugin’s <a href=\"https://woocommerce.com/design-feedback/\" rel=\"noopener\" target=\"_blank\">design feedback group</a>, as they continue to explore how the new editor will work in the context of complex e-commerce product creation and display.</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, 17 Nov 2017 04:30: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: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:113:\"WPTavern: GDPR for WordPress Project Gains Momentum, Proposal Receives Positive Response from Developer 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=76484\";s:7:\"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:123:\"https://wptavern.com/gdpr-for-wordpress-project-gains-momentum-proposal-receives-positive-response-from-developer-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:5743:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/WP-GDPR-Compliance.png?ssl=1\"><img /></a></p>\n<p>Community feedback on the new <a href=\"https://www.gdprwp.com\" rel=\"noopener\" target=\"_blank\">GDPR for WordPress project</a>, created by WordCamp Denmark organizer Kåre Mulvad Steffensen and WP Pusher creator Peter Suhm, has started rolling in after the two launched a survey for developers. The project aims to provide an industry standard for getting plugins compliant with EU General Data Protection Regulation (GDPR) legislation ahead of the May 2018 deadline.</p>\n<p>Steffensen <a href=\"https://www.gdprwp.com/status-the-gdpr-interface/\" rel=\"noopener\" target=\"_blank\">published</a> some initial results of the survey after having it open for two weeks. So far, 90% of respondents have answered that they would consider implementing a GDPR “file” types solution for their plugins if a standard was available. Only 4.9% of the 40 developers who responded said they have a plan for making their plugins GDPR compliant and 43.9% said they do not currently have a plan. The remaining 24.4% were developers of plugins that do not handle personal data.</p>\n<p>“Our talks with Paul Sieminski from <a href=\"https://automattic.com/\" rel=\"noopener\" target=\"_blank\">Automattic</a> and Dovy Paukstys from the <a href=\"https://reduxframework.com/\" rel=\"noopener\" target=\"_blank\">Redux options framework</a> have reassured us that we still do have a need for a GDPR structure which can help the community establish a basis for handling GDPR compliance,” Steffensen said.</p>\n<p>Steffensen and Suhm created a <a href=\"https://github.com/GDPRWP/standard\" rel=\"noopener\" target=\"_blank\">GitHub repository</a> where they have outlined their proposal for a PHP object interface that plugin developers could add to their codebases as a standard way of indicating how their plugins work with personal data.</p>\n<p>“The nature of such an interface puts some responsibility in the hands of the developer to identify any place personal data is stored,” Steffensen said. “What kind of data it is, and for what purpose as well as how it should be handled upon deletion. The Interface approach will allow a community-wide adoption, without setting limitations on how plugin developers choose to work with their data – something we obviously can’t control.”</p>\n<p>The idea is that plugin developers could then build other tools on top of this framework using specific functions that correspond to GDPR requirements, such as functions that allow users to access their data, implement the right to be forgotten, report data breaches, and delete and anonymize data. Developers could also build plugins that offer a plain language description of what personal data a plugin collects and how it is handled.</p>\n<p>In speaking with Dovy Paukstys on how this could work with Redux, Steffensen said the options framework may be able to facilitate compliance for the 500,000+ sites where it is active and the developers who use it to build plugins.</p>\n<p>“Dovy from Redux has a coder’s view on this,” Steffensen said. “Our object interface (PHP) would be something his framework could provide an easy way to utilize for the many developers using Redux. The redux users (developers) could essentially do this themselves also, but since Redux is a framework it makes sense to see if they can build something that will make it near instant for developers to provide compliance for the GDPR.”</p>\n<p>Steffensen said the team is aware that the first version of the interface will not render plugins, and by extension their sites, instantly compliant. The interface they are proposing is not one that could be held legally accountable, but the goal is to make it possible for developers to build accountable systems on top of it.</p>\n<h3>GDPR for WordPress Project Founders Consider Accepting Sponsorships</h3>\n<p>With 189 <a href=\"http://www.gdprcountdownclock.com/\" rel=\"noopener\" target=\"_blank\">days remaining before the GDPR goes into effect</a>, the team will need to work quickly to make a solution available with enough time for interested developers to incorporate it into their plugins. They have not yet set up a way to accept donations but are considering it.</p>\n<p>“We aren’t actively seeking funding, but would love any funds that would help us allocate the time needed to keep the momentum going,” Steffensen said. “We’re lucky that the <a href=\"https://wptavern.com/gdpr-for-wordpress-project-seeks-to-provide-a-standard-for-plugin-compliance\" rel=\"noopener\" target=\"_blank\">WP Tavern article</a> brought attention to our GDPR approach and have caught the eyes of some of the key players in the ecosystem. One such company is Mailpoet that was the first to raise the idea of sponsoring our work.”</p>\n<p>Steffensen works at <a href=\"http://Peytz.dk\" rel=\"noopener\" target=\"_blank\">Peytz.dk</a>, a Danish WordPress agency that wants to support the community and has allocated some of his time to work on the project. He said any funding/donations they receive would be spent on pushing the roadmap forward, investing time in coding, and possibly seeking further advice from people who they cannot expect to be in it for free.</p>\n<p>In addition to looking at ways to receive donations, the team plans to keep the survey open for developers for awhile longer to try to make more connections in the community. Steffensen said they hope respondents will help them gain insight on the developer community’s readiness and also enable them to reach out to any plugin owners who could play a key role in a wider adoption.</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, 16 Nov 2017 20:58: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: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:58:\"WPTavern: Consultants Are WordPress’ Boots on the Ground\";s:7:\"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=76619\";s:7:\"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:66:\"https://wptavern.com/consultants-are-wordpress-boots-on-the-ground\";s: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:1173:\"<blockquote><p>A business can’t survive without strong sales & customer service, two competencies that are arguably the lifeblood of a company.</p>\n<p>Many of you reading this fill that exact gap for the open source WordPress project. I don’t mean this as a slight to the thousands of wonderful people who build the software, document it, and support it in the forums, but that consultants (doing it right or wrong) are also fueling this locomotive too.</p>\n<p>There are no official sales or customer service channels at WordPress.org and us consultants bear the brunt of it — for better or worse — and that’s where our job comes in. Just as you trust a core contributor to spot-check her code and ensure that we’ve <em>sanitized all the things! </em></p>\n<p><em>Consultants are the boots on the ground, and as you’ll see below in my feedback section, represent a disproportionate ratio of launching many more websites than an individual website owner. – Matt Medeiros<br />\n</em></p></blockquote>\n<p>From <a href=\"https://mattreport.com/growth-of-wordpress/\">The blue-collar WordPress worker and the 2,500+ websites built to grow the CMS</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, 16 Nov 2017 20:07: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: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:90:\"WPTavern: WPWeekly Episode 294 – HeroPress, Community, and WinningWP With Topher DeRosia\";s:7:\"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=76578&preview=true&preview_id=76578\";s:7:\"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/wpweekly-episode-294-heropress-community-and-winningwp-with-topher-derosia\";s: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:2958:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://topher1kenobe.com/\">Topher DeRosia</a>, founder of <a href=\"https://heropress.com/\">HeroPress</a>. DeRosia provides an update on HeroPress and explains his new role creating <a href=\"https://www.youtube.com/channel/UCt8Sa48zWN_WcordE7TaUBg\">WordPress training videos</a> for <a href=\"https://winningwp.com/\">WinningWP</a>. Jacoby and I discussed the news of the week including, Press This removed in WordPress 4.9, Meta box support in Gutenberg, and WP-SpamShield removed from the directory.</p>\n<p>Near the end of the show, we discuss whether or not consultants, agencies, and site builders have been left out of the discussion and not factored into WordPress’ growth over the years.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/press-this-removed-from-wordpress-4-9-in-favor-of-a-plugin\">Press This Removed from WordPress 4.9 in Favor of a Plugin</a><br />\n<a href=\"https://wptavern.com/bianca-welds-awarded-kim-parsell-travel-scholarship\">Bianca Welds Awarded Kim Parsell Travel Scholarship</a><br />\n<a href=\"https://wptavern.com/wordcamp-europe-2018-early-bird-tickets-now-on-sale\">WordCamp Europe 2018 Early Bird Tickets Now on Sale</a><br />\n<a href=\"https://wptavern.com/gutenberg-contributors-explore-alternative-to-using-iframes-for-meta-boxes\">Gutenberg Contributors Explore Alternative to Using iframes for Meta Boxes</a><br />\n<a href=\"https://wptavern.com/wp-spamshield-plugin-removed-from-wordpress-org-author-plans-to-pull-all-plugins-from-the-directory\">WP-SpamShield Plugin Removed from WordPress.org, Author Plans to Pull All Plugins from the Directory</a><br />\n<a href=\"https://mattreport.com/growth-of-wordpress/?utm_content=bufferee910&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer\">The blue-collar WordPress worker and the 2,500+ websites built to grow the CMS</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wptavern.com/how-to-whitelist-comments-in-wordpress\">How to Whitelist Comments in WordPress</a></p>\n<p><a href=\"https://wordpress.org/plugins/dark-mode/\">Dark Mode</a> is an experimental feature plugin that darkens the colors of the WordPress backend.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 22nd 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 #294:</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, 16 Nov 2017 03:13: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:\"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: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:130:\"WPTavern: WordPress 4.9 Released with Major Improvements to Customizer Workflow, Updated Code Editors, and New Core Gallery Widget\";s:7:\"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=76391\";s:7:\"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:139:\"https://wptavern.com/wordpress-4-9-released-with-major-improvements-to-customizer-workflow-updated-code-editors-and-new-core-gallery-widget\";s: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:5359:\"<p><a href=\"https://wordpress.org/news/2017/11/tipton/\" rel=\"noopener\" target=\"_blank\">WordPress 4.9</a> “Tipton” was released today, named for Oklahoma-born jazz musician <a href=\"https://en.wikipedia.org/wiki/Billy_Tipton\" rel=\"noopener\" target=\"_blank\">William Lee Tipton</a>, a gifted pianist and saxophonist. This update introduces major improvements to the design and collaboration workflow in the Customizer, improves WordPress’ built-in code editor, and enhances core text and media widgets.</p>\n<h4>Draft, Schedule, and Preview Changes in the Customizer</h4>\n<p>Prior to 4.9, users could get a live preview of their sites in the Customizer but any changes they made would need to be saved immediately or discarded. This update makes it possible to draft and schedule changes in the Customizer, and even share a preview link to collaborate on changes before making them live. Users can now stage content, such as new pages, a new set of widgets, a different combination of menu items, and schedule it all to publish at a future date.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/customizer-publish-settings-schedule-e1510636315310.png?ssl=1\"><img /></a></p>\n<p>This release also brings the ability to search, browse, and preview themes directly in the Customizer. The search interface includes filters for subject, features, and layout, just like the ones on the “Add Themes” screen in wp-admin. It does not yet include the featured, popular, latest, or favorites tabs, so users will need to navigate back to the admin if they want to browse those categories.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/theme-browser-customizer.png?ssl=1\"><img /></a></p>\n<p>The menu creation process has also been updated in the Customizer to be less confusing with a rethink of the UI and revised copy.</p>\n<h4>Syntax Highlighting and Error Checking Added to the Code Editors</h4>\n<p>WordPress 4.9 brings syntax highlighting, linting, and auto-completion to the built-in code editors by incorporating the <a href=\"https://codemirror.net/\">CodeMirror</a> library. These long-awaited improvements are now available in the theme and plugin editors as well as the custom HTML widget and additional CSS box in the Customizer. The feature comes with <a href=\"https://wptavern.com/wordpress-4-9-protects-users-from-fatal-errors-created-in-the-theme-and-plugin-editors\" rel=\"noopener\" target=\"_blank\">prominent warnings</a> about directly editing themes and plugins and protection against saving code that would cause a fatal error.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/editor-css-error-e1510640427941.png?ssl=1\"><img /></a></p>\n<h4>New Core Gallery Widget and Support for Shortcodes and Embedded Media in the Text Widget</h4>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/core-gallery-widget.png?ssl=1\"><img /></a><a href=\"https://wptavern.com/new-core-gallery-widget-targeted-for-wordpress-4-9\" rel=\"noopener\" target=\"_blank\">WordPress 4.9 adds a new gallery widget</a> to the collection of core media widgets (audio, image, and video) that were introduced in 4.8. It brings the same gallery-creation features to widgets that have long been available in the post and page editors.</p>\n<p>These incremental changes will help users get ready for Gutenberg’s block-based interface. The plan is to eventually transition widgets over to blocks after Gutenberg is in core and the plugin already has support for a gallery block, as well as a Custom HTML block.</p>\n<p>As of 4.9, users can now embed media in the Text widget, including images, video, and audio by clicking the “Add Media” button. In order to make this possible, WordPress contributors also needed to <a href=\"https://wptavern.com/wordpress-4-9-will-support-shortcodes-and-embedded-media-in-the-text-widget\" rel=\"noopener\" target=\"_blank\">add shortcode support to widgets</a>, a feature that users have requested for nearly a decade. With this now built into core, hundreds of thousands of WordPress sites will no longer need additional code from plugins and themes to use shortcodes in widgets.</p>\n<p>Widgets have also been improved to offer a better migration experience with updated logic for mapping widgets between two themes’ widget areas.</p>\n<h4>On Towards Gutenberg</h4>\n<p>WordPress 4.9 also includes a notice in the about.php page of the admin, inviting users to help test or contribute to Gutenberg. It is the first time a feature plugin has been highlighted so prominently on the page users see after they update to the latest version.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-4.33.01-PM-e1510785254925.png?ssl=1\"><img /></a></p>\n<p>The Gutenberg project has been getting a lot of attention over the past few months as the WordPress community looks ahead to the 5.0 release that will introduce the new editor to the world. Meanwhile, contributors to 4.9 have been working in tandem to make significant improvements to existing features, enabling users to do more with widgets and overall site design than ever before. This release was led by Weston Ruter and Mel Choyce with help from 443 contributors, 42% (185) of them contributing to WordPress for the first time.</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, 16 Nov 2017 01:24:33 +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: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:36:\"Dev Blog: WordPress 4.9 “Tipton”\";s:7:\"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=4968\";s:7:\"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/news/2017/11/tipton/\";s: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:41307:\"<h2>Major Customizer Improvements, Code Error Checking, and More! ?</h2>\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/banner.png?fit=2400%2C1200&ssl=1\" alt=\"\" />\n<p>Version 4.9 of WordPress, named “Tipton” in honor of jazz musician and band leader Billy Tipton, is available for download or update in your WordPress dashboard. New features in 4.9 will smooth your design workflow and keep you safe from coding errors.</p>\n<p>Featuring design drafts, scheduling, and locking, along with preview links, the Customizer workflow improves collaboration for content creators. What’s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn’t pretty great, we’ve got an awesome new Gallery widget and improvements to theme browsing and switching.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Customizer Workflow Improved </h2>\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2017/11/customizer-workflow-improved-small.png?w=632&ssl=1\" alt=\"\" />\n<h3>Draft and Schedule Site Design Customizations</h3>\n<p>Yes, you read that right. Just like you can draft and revise posts and schedule them to go live on the date and time you choose, you can now tinker with your site’s design and schedule those design changes to go live as you please.</p>\n<h3>Collaborate with Design Preview Links</h3>\n<p>Need to get some feedback on proposed site design changes? WordPress 4.9 gives you a preview link you can send to colleagues and customers so that you can collect and integrate feedback before you schedule the changes to go live. Can we say collaboration++?</p>\n<h3>Design Locking Guards Your Changes</h3>\n<p>Ever encounter a scenario where two designers walk into a project and designer A overrides designer B’s beautiful changes? WordPress 4.9’s design lock feature (similar to post locking) secures your draft design so that no one can make changes to it or erase all your hard work.</p>\n<h3>A Prompt to Protect Your Work</h3>\n<p>Were you lured away from your desk before you saved your new draft design? Fear not, when you return, WordPress 4.9 will politely ask whether or not you’d like to save your unsaved changes.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Coding Enhancements</h2>\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/coding-enhancements-small.png?w=632&ssl=1\" alt=\"\" />\n<h3>Syntax Highlighting and Error Checking? Yes, Please!</h3>\n<p>You’ve got a display problem but can’t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you’ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily, and suss out & fix code errors quickly.</p>\n<h3>Sandbox for Safety</h3>\n<p>The dreaded white screen. You’ll avoid it when working on themes and plugin code because WordPress 4.9 will warn you about saving an error. You’ll sleep better at night.</p>\n<h3>Warning: Potential Danger Ahead!</h3>\n<p>When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice and will recommend that you draft and test changes before updating your file. Take the safe route: You’ll thank you. Your team and customers will thank you.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Even More Widget Updates </h2>\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/even-more-widget-updates-small.png?w=632&ssl=1\" alt=\"\" />\n<h3>The New Gallery Widget</h3>\n<p>An incremental improvement to the media changes hatched in WordPress 4.8, you can now add a gallery via this new widget. Yes!</p>\n<h3>Press a Button, Add Media</h3>\n<p>Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our simple but useful Add Media button. Woo!</p>\n<hr class=\"wp-block-separator\" />\n<h2>Site Building Improvements </h2>\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/site-building-improvements-small.png?w=632&ssl=1\" alt=\"\" />\n<h3>More Reliable Theme Switching</h3>\n<p>When you switch themes, widgets sometimes think they can just move location. Improvements in WordPress 4.9 offer more persistent menu and widget placement when you decide it’s time for a new theme. </p>\n<h3>Find and Preview the Perfect Theme</h3>\n<p>Looking for a new theme for your site? Now, from within the Customizer, you can search, browse, and preview over 2600 themes before deploying changes to your site. What’s more, you can speed your search with filters for subject, features, and layout.</p>\n<h3>Better Menu Instructions = Less Confusion</h3>\n<p>Were you confused by the steps to create a new menu? Perhaps no longer! We’ve ironed out the UX for a smoother menu creation process. Newly updated copy will guide you.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Lend a Hand with Gutenberg ?</h2>\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/gutenberg-1.png?w=632&ssl=1\" alt=\"\" />\n<p>WordPress is working on a new way to create and control your content and we’d love to have your help. Interested in being an <a href=\"https://wordpress.org/plugins/gutenberg/\">early tester</a> or getting involved with the Gutenberg project? <a href=\"https://github.com/WordPress/gutenberg\">Contribute on GitHub</a>.</p>\n<p>(PS: this post was written in Gutenberg!)</p>\n<hr class=\"wp-block-separator\" />\n<h2>Developer Happiness ?</h2>\n<h3><a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Customizer JS API Improvements</a></h3>\n<p>We’ve made numerous improvements to the Customizer JS API in WordPress 4.9, eliminating many pain points. (Hello, default parameters for constructs! Goodbye repeated ID for constructs!) There are also new base control templates, a date/time control, and section/panel/global notifications to name a few. <a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Check out the full list.</a></p>\n<h3><a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">CodeMirror available for use in your themes and plugins</a></h3>\n<p>We’ve introduced a new code editing library, CodeMirror, for use within core. CodeMirror allows for syntax highlighting, error checking, and validation when creating code writing or editing experiences within your plugins, like CSS or JavaScript include fields.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/10/30/mediaelement-upgrades-in-wordpress-4-9/\">MediaElement.js upgraded to 4.2.6</a></h3>\n<p>WordPress 4.9 includes an upgraded version of MediaElement.js, which removes dependencies on jQuery, improves accessibility, modernizes the UI, and fixes many bugs.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">Roles and Capabilities Improvements</a></h3>\n<p>New capabilities have been introduced that allow granular management of plugins and translation files. In addition, the site switching process in multisite has been fine-tuned to update the available roles and capabilities in a more reliable and coherent way.</p>\n<hr class=\"wp-block-separator\" />\n<h2>The Squad</h2>\n<p>This release was led by <a href=\"https://choycedesign.com/\">Mel Choyce</a> and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, with the help of the following fabulous folks. There are 443 contributors with props in this release, with 185 of them contributing for the first time. Pull up some Billy Tipton on your music service of choice, and check out some of their profiles:</p>\n<p><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/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</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/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/quasel\">Bernhard Gronau</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</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/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</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/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</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/presskopp\">Christian Herrmann</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</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/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</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/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/frankiet\">Frankie</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</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/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran Šerić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</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/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeffrey Paul</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/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</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/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</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/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joshuawold\">Joshua Wold</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/zoonini\">Kathryn Presner</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/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">Ken Newman</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</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/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kristastevens\">Krista Stevens</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</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/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt PeepSo</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</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/maxcutler\">Max Cutler</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/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</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\">Michelle Weber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kekäläinen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/imnok\">Pantip Treerattanapitak (Nok)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</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/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</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/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Araújo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</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/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</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/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</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/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</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/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</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/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</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/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/zuige\">Viljami Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.9. Their efforts bring WordPress 4.9 fully translated to 43 languages at release time, with more on the way.</p>\n<p>Do you want to report on WordPress 4.9? <a href=\"https://s.w.org/images/core/4.9/wp-4-9_press-kit.zip\">We've compiled a press kit featuring information about the release features, and some media assets to help you along</a>.</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>.</p>\n<p>Thanks for choosing WordPress!</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, 16 Nov 2017 01:16: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: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: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:108:\"WPTavern: Gutenberg 1.7 Adds Multi-Block Transform Functionality, Drops iframes Implementation of Meta Boxes\";s:7:\"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=76552\";s:7:\"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:118:\"https://wptavern.com/gutenberg-1-7-adds-multi-block-transform-functionality-drops-iframes-implementation-of-meta-boxes\";s: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:4469:\"<p><a href=\"https://make.wordpress.org/core/2017/11/15/whats-new-in-gutenberg-15th-november/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.7</a> was released today, two weeks after version 1.6, with a fresh round of new features, design updates, and the groundwork for nested blocks and block extensibility.</p>\n<p>Last week contributors began exploring <a href=\"https://wptavern.com/gutenberg-contributors-explore-alternative-to-using-iframes-for-meta-boxes\" rel=\"noopener\" target=\"_blank\">an alternative to using iframes for meta boxes</a>. This experiment has landed in 1.7 so that the plugin now <a href=\"https://github.com/WordPress/gutenberg/pull/3345\" rel=\"noopener\" target=\"_blank\">renders meta boxes inline</a>. Gutenberg engineer Riad Benguella, who wrote and merged the code, said that it doesn’t fix all the meta box issues and might create some new ones, but it “gets us closer to where we want to go.” Pre-rendering meta boxes and creating a migration path for existing ones is next on the agenda.</p>\n<p>One of the most exciting new features in 1.7 is the <a href=\"https://github.com/WordPress/gutenberg/pull/3357\" rel=\"noopener\" target=\"_blank\">multi-block transform functionality</a> that allows users to select multiple blocks and instantly transform them into other block types. It works like a little bit of Gutenberg magic. By default, users can select multiple paragraphs and transform them into a list or select multiple images and transform them into a gallery.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-2.50.25-PM-e1510779367673.png?ssl=1\"><img /></a></p>\n<p>After selecting two or more blocks, the user can click on the block’s settings in the toolbar to transform them. They can also be easily changed back to single blocks. The multi-block transform functionality has been added to the Blocks API so that developers can set isMultiBlock to true to specify blocks that can be transformed.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-3.31.49-PM-e1510781927286.png?ssl=1\"><img /></a></p>\n<p>Version 1.7 introduces a new toggle that the team is testing for <a href=\"https://github.com/WordPress/gutenberg/pull/3311\" rel=\"noopener\" target=\"_blank\">switching between the top fixed toolbar and the contextual toolbars attached to each block</a>. It provides an easy way for users to test both types of toolbar styles, but may be temporary as the pull request was submitted as a suggestion for an A/B test.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-4.03.38-PM.png?ssl=1\"><img /></a></p>\n<p>Gutenberg 1.7 <a href=\"https://github.com/WordPress/gutenberg/pull/2743\" rel=\"noopener\" target=\"_blank\">paves the way for nested blocks</a> in the data structure. It also adds <a href=\"https://github.com/WordPress/gutenberg/pull/3318\" rel=\"noopener\" target=\"_blank\">hooks for block extensibility</a> and contributors are currently testing how these work internally.</p>\n<p>A few other notable features in this release include the following:</p>\n<ul>\n<li>Added <a href=\"https://github.com/WordPress/gutenberg/pull/2896\" rel=\"noopener\" target=\"_blank\">@-mention autocomplete for users</a> in a site</li>\n<li>Allow <a href=\"https://github.com/WordPress/gutenberg/pull/2792\" rel=\"noopener\" target=\"_blank\">pasting standalone images</a> and uploading them (also supports pasting base64 encoded images)</li>\n<li>Full <a href=\"https://github.com/WordPress/gutenberg/pull/3401\" rel=\"noopener\" target=\"_blank\">design update to focus styles</a> around the UI</li>\n<li>Placed <a href=\"https://github.com/WordPress/gutenberg/pull/3459\" rel=\"noopener\" target=\"_blank\">“table of contents” button in the header area</a>, disabled when there are no blocks in the content, added paragraph count</li>\n</ul>\n<p>Gutenberg’s documentation has also been <a href=\"https://github.com/WordPress/gutenberg/pull/3381\" rel=\"noopener\" target=\"_blank\">moved</a> to <a href=\"https://wordpress.org/gutenberg/handbook/\" rel=\"noopener\" target=\"_blank\">https://wordpress.org/gutenberg/handbook/</a>, signaling the project is getting closer to becoming part of WordPress. The new editor will be included in WordPress 5.0, which will ship when Gutenberg is ready. A notice in the 4.9 about.php page invites users to start testing the feature plugin ahead of its inclusion in core.</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, 15 Nov 2017 23:57:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:27:\"Matt: Post Status Interview\";s:7:\"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=47650\";s:7:\"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://ma.tt/2017/11/post-status-interview/\";s: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:676:\"<p>In the lead-up <a href=\"https://2017.us.wordcamp.org/\">to WordCamp US</a> we're in right now <a href=\"https://poststatus.com/interview-matt-mullenweg-wordpress-ecosystem-draft-podcast/\">I chatted with Brian Krogsgard at Post Status in an hour podcast</a> and we spoke about the core releases this year, Gutenberg, React, WooCommerce, and WordPress.org. On the 29th I'll be <a href=\"https://wptavern.com/\">talking to WP Tavern</a>, so tune in then as well. For something completely different, I was on the <a href=\"https://offrcrd.com/episodes/matt-mullenweg/\">new OFF RCRD podcast with Cory Levy about the earliest days at Automattic and entrepreneurship</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, 15 Nov 2017 17:06: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: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: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:85:\"HeroPress: My journey to WordPress taught me that my talents are best used elsewhere.\";s:7:\"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=2269\";s:7:\"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:178:\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/#utm_source=rss&utm_medium=rss&utm_campaign=journey-wordpress-taught-talents-best-used-elsewhere\";s: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:10351:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/111517-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Together we\'ll create the future of WordPress.\" /><p>My first website was built using Frontpage. Then I discovered Geocities, which at the time made it easy to break and fix code and have it instantly live for others to find on the world wide web. It was an optimal learning environment for me. I learned HTML and CSS by copying, pasting, and then tweaking every which way until it was doing something absurd like flashing hot pink text. It was the Wild West and there were no real rules yet except for those in this new language.</p>\n<blockquote><p>Like any language, I was learning little by little in search of ways to bend the rules and “speak” like a native.</p></blockquote>\n<p>I only coded for fun, but many years later, I made a website for a job. I used Dreamweaver because I was told all professionals used Dreamweaver. I found it easy to use, much easier than Frontpage, especially for building a larger more complex website. I started learning how to read PHP and doing a lot of what was needed in the metadata and the code for basic SEO.</p>\n<h3>Finding WordPress</h3>\n<p>Fast forward another few years. I set up several free sites for nonprofits using Webs, Weebly, other page builders whose names I can’t recall, Joomla, and then, one day I stumbled upon WordPress. I wasn’t sure if I liked it at first because the out of the box theme was ugly and I couldn’t figure out how to manipulate it. Then, I found a theme on Themeforest that installed the styles and the demo content. This was worth the $30. This gave me the ability to tweak the theme because I knew enough HTML and CSS to change things in the file editor. I was still coding like I did in my Geocities days, only my aesthetics had improved.</p>\n<p>I cringe relaying that experience now. I knew enough to be really dangerous. I didn’t do any form of version control, I didn’t do any backups, I didn’t vet my plugins, or even know how to properly vet my plugins.</p>\n<blockquote><p>I am so lucky nothing went terribly wrong.</p></blockquote>\n<p>On one hand, WordPress gave me an easy way to dive right in and do everything on my own. On the other hand, it made it too easy for me to download bad plugins, edit things I probably should not have been touching, and in the end, I guess that’s okay because when I was serious about maintaining a website, I did take the time to learn more about what I needed to know.</p>\n<h3>Finding What I Needed</h3>\n<p>What I know today is that I am not a developer. I’m not even a designer. I have fun with the creation process, but there are other people who are much more talented and efficient in those processes and I’m happy to pay them for their expertise. I have learned what I need to know about the framework and can talk to designers and developers about what I’m looking for and ensure they know what they’re doing. I can pick out reliable themes and plugins. I can advise our clients, who are mostly nonprofits and social enterprises, on the best path for a sustainable website. I understand the need for disaster recovery, backups, and security. I understand the value of paid premium licenses and ongoing support.</p>\n<p>These are all things that in my days of starting out I didn’t know I needed. Even if someone tried to explain it to me, I probably wouldn’t have felt that I needed them. Sometimes I can be stubborn and I need to experience the pain points myself before I buy into what everyone else is saying. I used to learn best from failure.</p>\n<blockquote><p>I still learn from failure, but when it comes to WordPress, I have also surrounded myself with a community who help me grow and learn.</p></blockquote>\n<p>In 2013, I started attending the Fort Worth WordPress meetup. The group was still pretty small at the time, but they were very inviting. I picked up some new tips and tricks that I used right away. While my eyes glazed over at some of the more advanced details, I understood the possibilities and that the work was beyond my capabilities. I learned how to ask for help with those things. Remember, I’m not a designer or a developer, so this meant hiring for those skills from the network of people I met in the WordPress community.</p>\n<p>Over the last 4 ½ years I’ve been able to sell numerous WordPress projects and some of them are incredibly custom and complex. In return, I’ve been able to provide freelance work for members of my community; I’ve been able to give back via WordCamps sharing my experience with project scoping, sales, and negotiations. We all have something of value to share. No matter your area of expertise, you can give something back to the community.</p>\n<h3>The Real Value</h3>\n<p>The best thing about WordPress is not the tool itself. It’s the people who use it or are wanting to try it. The WordPress community is what makes WordPress and WordCamps really great. My hope is that as a community we can help WordPress evolve and adapt and that we can leverage technology, including WordPress, for the greater good.</p>\n<p>We’ve already done this and that’s why WordPress powers almost 30% of the web. We’ve been doing it for years, but the technology landscape is changing rapidly. Are we keeping up?</p>\n<p>A few weeks ago, Chris Lema asked me and a group of other WordPressers, “What could destroy WordPress, and how would you fix it?” We answered this a number of ways and you’ve probably come up with your own answer. My answer? I think that the evolution of technology could destroy WordPress.</p>\n<p>To fix that we would need to evolve, dream big, and create the innovative changes that would keep WordPress alive. We can’t wait until the changes are already in place. It would take far too long for such a large ecosystem to catch up, and in the meantime, it would start to disappear. Look at Kodak; my kids don’t even know what a Kodak moment is. That’s just sad.</p>\n<h3>What is our dream as a community?</h3>\n<p>Will people talk about WordPress in the past tense or will we find ways to help it thrive?</p>\n<p>Even as we work towards the same dream, there are still complex challenges to overcome. We’ll likely fail many times as we try to innovate. This is actually good; we’ll learn from those mistakes, but we might become jaded. We’ll certainly have moments of frustration. We might even try another framework, and the grass might actually be greener on the other side. Yet, the fact that we are such a close knit community sets us apart.</p>\n<blockquote><p>Imagine what could happen if a community this large banded together towards one dream.</p></blockquote>\n<p>We could pave a path towards something really great. It feels like a huge undertaking. It’s something that could paralyze us if we tried to get it “right” before we started. The key is to set common goals, but to individually start working and living on purpose. Then, we can come together in a more meaningful way.</p>\n<p>In my recent keynote at WordCamp DFW I shared a bit of my heritage and my life story so that people could understand my passion for social impact. Everyone has a story that makes them a unique fit to tackle different challenges. When we put our collective skills together, we can make a difference.</p>\n<p>John F. Kennedy said, “One person can make difference, and everyone should try,” and Nelson Mandela said, “It is in our hands to make a difference.”</p>\n<p>Many paths have been paved so that we could live in a different world. Now, our dreams pave the way for future. Together we’ll create the future of WordPress.</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: My journey to WordPress taught me that my talents are best used elsewhere.\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=My%20journey%20to%20WordPress%20taught%20me%20that%20my%20talents%20are%20best%20used%20elsewhere.&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-wordpress-taught-talents-best-used-elsewhere%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: My journey to WordPress taught me that my talents are best used elsewhere.\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-wordpress-taught-talents-best-used-elsewhere%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%2Fjourney-wordpress-taught-talents-best-used-elsewhere%2F&title=My+journey+to+WordPress+taught+me+that+my+talents+are+best+used+elsewhere.\" rel=\"nofollow\" target=\"_blank\" title=\"Share: My journey to WordPress taught me that my talents are best used elsewhere.\"></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/journey-wordpress-taught-talents-best-used-elsewhere/&media=https://heropress.com/wp-content/uploads/2017/11/111517-150x150.jpg&description=My journey to WordPress taught me that my talents are best used elsewhere.\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: My journey to WordPress taught me that my talents are best used elsewhere.\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/\" title=\"My journey to WordPress taught me that my talents are best used elsewhere.\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/\">My journey to WordPress taught me that my talents are best used elsewhere.</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, 15 Nov 2017 12:10: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Sheryle Gillihan\";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:43:\"Dev Blog: WordPress 4.9 Release Candidate 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=5184\";s:7:\"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://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-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:4080:\"<p>The third release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but due a number of defects uncovered through your testing of RC2 (thank you!), we are putting out another 4.9 release candidate.</p>\n<p>We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (that’s <em>tomorrow</em>) at 23:00 UTC, but we still need your help to get there. If you haven’t tested 4.9 yet, now is the time! If there are additional defects uncovered through testing between now and the release time, we may delay the 4.9 release to the following day.</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC3.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/branches/4.9?action=stop_on_copy&mode=stop_on_copy&rev=42178&stop_rev=42133\">just over 20 changes</a> since releasing RC2 last week (as we did between RC1 and RC2). For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a>, and <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\">RC2</a> blog posts. A few specific areas to test in RC3:</p>\n<ul>\n<li>Switching between the Visual and Text tabs of the editor, and the syncing of the cursor between those two tabs.</li>\n<li>Overriding linting errors in the Customizer’s Additional CSS editor.</li>\n<li>Adding nav menu items for Custom Links in the Customizer.</li>\n<li>Scheduling customization drafts (stubbed posts/pages) for publishing in the Customizer.</li>\n<li>Autosave revisions for changes in the Customizer.</li>\n<li>About page styling.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</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>Didn’t squash them all <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" /></em><br />\n<em>We want to release Tuesday</em><br />\n<em>New features not bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</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, 14 Nov 2017 06:53: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: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:\"\";}}}}}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:77:\"WPTavern: iA Writer 5 for iOS Released, Web Collaboration Version 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=76417\";s:7:\"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:87:\"https://wptavern.com/ia-writer-5-for-ios-released-web-collaboration-version-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:4453:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-13-at-3.40.57-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://ia.net/writer/blog/95-keyboard-ia-writer-5/\" rel=\"noopener\" target=\"_blank\">iA Writer 5 for iOS</a> was released last week, nearly a year after <a href=\"https://ia.net/writer/blog/ia-writer-4/\" rel=\"noopener\" target=\"_blank\">version 4</a>. This update is free for those who purchased version 4 from the iOS App Store. iA Writer 5 for Mac is still in the works. The free Android version of the app is receiving incremental improvements that will bring it to parity with version 5 in the near future.</p>\n<p>iA Writer is a plain text writing and editing app that is popular with authors, academics, and long-form writers. It’s also a favorite among WordPress users who look to third-party apps for to provide a more focused, distraction-free writing environment. In April 2016, version 3.1.4 for Mac and iOS introduced publishing drafts to WordPress.com and Jetpack-powered sites.</p>\n<p>Version 5 focuses on making everything accessible through the keyboard by bringing the Open Quickly feature in iA Writer for Mac to iOS. The app’s creators said the goal of the design process was to “allow the writer to do everything without leaving the keyboard, including file handling, export, and all commands.” The new Quick Search feature is now built into the keyboard bar along with with a fully configurable keyboard. This allows users to quickly do things like create new files, switch to night mode, and export to PDF without leaving the keyboard.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-12-at-11.20.56-PM.png?ssl=1\"><img /></a></p>\n<p>This release adds new organization features that allow users to select multiple files and folders and move, rename, or delete them from the Library. It also introduces Smart Folders which can be created based on a set of rules. Version 5 <a href=\"https://ia.net/writer/blog/files-in-ios11/\" rel=\"noopener\" target=\"_blank\">adds support for iOS11’s Files system</a>, allowing users to open and edit text files from any storage provider that works with Files. Support for Dropbox, Google Drive, and Box is already available with more providers coming soon.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-13-at-12.54.33-PM.png?ssl=1\"><img /></a></p>\n<p>The makers of iA Writer are interested in <a href=\"https://ia.net/writer/blog/ia-writer-5-forging-the-hammer/\" rel=\"noopener\" target=\"_blank\">exploring other platforms</a> if there is sufficient interest, including the possibility of creating a Windows version. Demand doesn’t seem to be very high, as the writing app’s fans are primarily Apple-only users.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">How badly do you want a Windows version of iA Writer?</p>\n<p>— iA Writer (@iAWriter) <a href=\"https://twitter.com/iAWriter/status/920297492280852480?ref_src=twsrc%5Etfw\">October 17, 2017</a></p></blockquote>\n<p></p>\n<p>However, users across multiple platforms have requested a web version of iA Writer, and the company confirmed in September that they are already working on it. After releasing a big Material Design <a href=\"https://ia.net/writer/blog/turbocharged-ia-writer-for-android/\" rel=\"noopener\" target=\"_blank\">update to the iA for Android app </a>in October, the creators said Android users will be the first to have access to the web version:</p>\n<blockquote><p>The biggest request from you was collaboration, in other words, iA Writer for Web. iA Writer for Android will stay free and you will be able to connect and subscribe to the Web version via the app, if you wish to. If you could tell us what you’d expect to pay for it, that would be very helpful…As part of our commitment to continually improve iA Writer on all platforms, Android will likely be the first to gain access to the upcoming Web collaboration.</p></blockquote>\n<p>The upcoming web version should provide a sort of bridge for users on other desktop platforms without an iA Writer app.</p>\n<p>There’s no target release date for iA Writer 5 for Mac but iA Inc has <a href=\"https://twitter.com/iA/status/917679399008215041\" rel=\"noopener\" target=\"_blank\">confirmed</a> that it will also be a free update for those who have purchased the previous version.</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, 13 Nov 2017 22:00: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: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:92:\"WPTavern: Watch the State of the Woo! After You Give WooCommerce Your Name and Email Address\";s:7:\"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=76497\";s:7:\"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/watch-the-state-of-the-woo-after-you-give-woocommerce-your-name-and-email-address\";s: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:1557:\"<p>If you didn’t watch the live stream or attend <a href=\"https://wooconf.com/\">WooConf</a> in-person, you’re in luck as videos from the event are starting to come online. The first talk highlights is the <a href=\"https://wptavern.com/woocommerce-stores-on-track-to-surpass-10b-in-sales-this-year\">State of the Woo</a> by Todd Wilkens, Head of WooCommerce. Wilkens shares stats, provides an overview of projects the team is working on, what to expect in new versions, and explains the relationship between WooCommerce and Jetpack.</p>\n<p></p>\n<p>The video is available to watch for free, but viewers must provide their first and last name as well as an email address. Clicking the play button without entering this information displays a message that says Please enter your full name. This is a classic technique used by many internet marketers.</p>\n<p>Although you can provide fake information in order to watch the video for free, I feel it’s an unnecessary burden. The WooCommerce team could obtain the same information with a form in the post. An alternative to watching the video is reading the company’s<a href=\"https://woocommerce.com/2017/11/wooconf-state-of-the-woo/?utm_campaign=coschedule&utm_source=twitter&utm_medium=WooCommerce&utm_content=WooConf%3A%20State%20of%20the%20Woo\"> great overview</a> of Wilkens’ session. The team plans to publish other talks from WooConf in the coming weeks.</p>\n<p><strong>Updated November 14th: </strong>An Automattic employee has removed the email form and made it skippable.</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, 13 Nov 2017 21:25:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:25:\"Matt: Product and 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:22:\"https://ma.tt/?p=47646\";s:7:\"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://ma.tt/2017/11/product-and-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:726:\"<blockquote class=\"wp-block-quote blocks-quote-style-1\">\n <p>When I look back over the last 25 years, in some ways what seems most precious is not what we have made but how we have made it and what we have learned as a consequence of that. I always think that there are two products at the end of a programme; there is the physical product or the service, the thing that you have managed to make, and then there is all that you have learned. The power of what you have learned enables you to do the next thing and it enables you to do the next thing better. — Jony Ive<br /></p>\n</blockquote>\n\n\n\n<p>From the <a href=\"https://www.wallpaper.com/design/jony-ive-apple-park\">Wallpaper article on the new Apple campus</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, 11 Nov 2017 05:01:05 +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: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:110:\"WPTavern: WP-SpamShield Plugin Removed from WordPress.org, Author Plans to Pull All Plugins from the Directory\";s:7:\"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=76434\";s:7:\"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/wp-spamshield-plugin-removed-from-wordpress-org-author-plans-to-pull-all-plugins-from-the-directory\";s: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:6048:\"<p>The <a href=\"https://wordpress.org/plugins/WP-SpamShield/\" rel=\"noopener\" target=\"_blank\">WP-SpamShield</a> plugin was removed from the WordPress.org directory this week due to what the Plugin Review Team has deemed a violation of the guidelines and a possible miscommunication.</p>\n<p>Two weeks ago, the author of WP-SPamShield and the author of the Plugin Organizer plugin exchanged contentious remarks in a <a href=\"https://wordpress.org/support/topic/please-remove-code-that-maliciously-disables-wp-spamshield/\" rel=\"noopener\" target=\"_blank\">support forum thread</a> where each accused the other of targeting each others’ plugins. This resulted in both parties adding code that disabled the others’ plugins, and both were asked by the Plugin Team to remove the code.</p>\n<p>WP-SpamShield’s author, Scott Allen, has <a href=\"https://www.redsandmarketing.com/blog/wp-spamshield-removed-wordpress-org-directory-without-cause/\" rel=\"noopener\" target=\"_blank\">published an account of his interactions with the Plugin Team</a> with updates for users who are monitoring the status of the plugin. Although the team rarely discloses why a plugin was removed, representative Mika Epstein <a href=\"https://wordpress.org/support/topic/plugin-removed-from-repository-6/page/2/#post-9671552\" rel=\"noopener\" target=\"_blank\">responded</a> to Allen when he said he had not received an answer about what guideline the plugin had violated:</p>\n<blockquote><p>Sorry, I thought it was clear that it’s issues regarding the <a href=\"https://wordpress.org/support/guidelines/\" rel=\"noopener\" target=\"_blank\">forum guidelines</a> and rule #9:<br />\n <em>Intentionally attempting to exploit loopholes in the guidelines</em>.</p>\n<p>To whit, you were asked to make a change and did so incompletely. If this was not intentional, then I apologize.</p>\n<p>I’ve sent you a followup email, trying to clarify what we would accept as solutions to the issue (I came up with 3 options, but I’m open to hearing more).</p>\n<p>I understand why you’re angry and we will respect any decision you make regarding this. Nothing that has happened thus far is insurmountable or permanent.</p></blockquote>\n<p>In the post Allen published, he said his experiences with the Plugin Team over the past 10 years have caused him to decide to move his plugins off of WordPress.org. When I contacted him to see if he plans to update his code according to the Plugin Team’s suggestions, he said he doesn’t agree with the solutions the team is offering, nor their assessment of the situation.</p>\n<p>“They really were not solutions,” Allen said. “It was just rehashing the same issues we’d already discussed. Unfortunately, neither Otto nor Mika have the security expertise to be making the dictates they were making, so there were no realistic solutions.”</p>\n<p>Allen also claimed that Epstein’s report about him making a change and it being incomplete was not accurate and that the Plugin Team did not seem to be on the same page:</p>\n<blockquote><p>We literally did exactly what they asked and made the changes. Two weeks ago Mika had emailed me and indicated things were good. (No code updates since then.) Then two weeks of silence, and then angry email from Otto out of the blue yesterday telling us it was booted. The issue he brought up was different code.</p>\n<p>The two of them cannot make up their minds on what is acceptable, and what is not. The arbitrary removal was the last straw though. WordPress.org is the only venue that would do that. We repeatedly asked them what rule we broke, to no answer. Only after I called Mika out on the forum did she come up with something – Rule 9 – exploiting a loophole in the rules. Seriously? It’s impossible for developers to comply with rules that are constantly changing.</p></blockquote>\n<p>Allen confirmed that his team at Red Sand Media Group plans to pull all seven of its plugins from WordPress.org as the result of the incident but will continue maintaining and hosting them elsewhere.</p>\n<p>“Developers cannot operate like that,” Allen said. “People depend on us. While it might hurt a bit in the short term, in the long term, we have to do it. There really need to be some major reforms to the way plugins are handled.”</p>\n<p>WP-SpamShield was installed on more than 100,000 WordPress sites before it was removed. There is currently no standard way to notify users why a plugin was removed from the directory, but the original dispute between the WP-SpamShield and Plugin Organizer authors is public, as well as a few exchanges between Allen and the Plugin Team. Allen said he is still working out the details of how to notify users that his plugins will be hosted elsewhere from now on.</p>\n<p>“We’ll come up with a good plan in the next few days,” he said. “Some people have been notified already because WordFence let them know yesterday that WPSS was removed. (They knew before I did.)”</p>\n<p>Samuel “Otto” Wood said the Plugin Team is still willing to put Allen’s plugins back up if he removes the code in question and that the team is not offended by a plugin developer being angry over a decision. At this time Allen appears to be unwilling to comply with the team’s most recent requests.</p>\n<p>In the meantime, users who know that WP-SpamShield was been removed are waiting to hear if they need to begin looking for a replacement. Allen said that users shouldn’t need to replace the plugin, since the it will continue to work as before. However, some users are not comfortable installing free plugins hosted outside of WordPress.org. Allen’s team is figuring out a plan for how they will deliver updates to the plugin and will post more information for users on the <a href=\"https://www.redsandmarketing.com/blog/wp-spamshield-removed-wordpress-org-directory-without-cause/\" rel=\"noopener\" target=\"_blank\">Red Sand Marketing blog</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, 11 Nov 2017 04:19: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: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:103:\"WPTavern: Weglot Passes €44K in Monthly Revenue, Plans to Expand into More CMS and E-commerce Markets\";s:7:\"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=76296\";s:7:\"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:111:\"https://wptavern.com/weglot-passes-e44k-in-monthly-revenue-plans-to-expand-into-more-cms-and-e-commerce-markets\";s: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:5746:\"<p><a href=\"https://wordpress.org/plugins/weglot/\" rel=\"noopener\" target=\"_blank\">Weglot</a>, a SaaS-based multilingual plugin that entered the WordPress market last year, has <a href=\"http://blog.weglot.com/21000-44000-euro-monthly-company-rises/\" rel=\"noopener\" target=\"_blank\">passed €44,000 in monthly revenue</a>. The company received <a href=\"https://wptavern.com/weglot-multilingual-plugin-closes-450k-in-seed-funding\" rel=\"noopener\" target=\"_blank\">€450K in seed funding</a> in May 2017 and has nearly doubled its user base in the past six months. Co-founder Rémy Berda reports that the plugin is approaching 20,000 users and that more than 20,000 websites are connected to the Weglot API, if you include the company’s Shopify product and those using the JS script directly.</p>\n<p>WordPress customers currently represent 75% of Weglot’s revenue with Shopify at 25%, but Berda says the two markets are growing at the same rate. In May, the company’s customer distribution was primarily in the US and France, which made sense as the product’s founders are French and Weglot was first marketed to the French WordPress community. Weglot’s customer distribution has become more global over the past six months and the US has now overtaken France as the strongest market for the multilingual plugin. Canada has also passed Germany, and Berda said he thinks the distribution will eventually align progressively with global WordPress usage.</p>\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/chart-1.png?ssl=1\"><img /></a>Weglot customer distribution as of November 2017\n<p>Despite having only recently entered the WordPress community in a niche with well-established competitors, Weglot’s cofounders are confident their SaaS approach is the road to success for becoming the best multilingual solution for WordPress. The team is aiming for its product to become the highest rated multilingual plugin in the WordPress directory within the next six months.</p>\n<p><a href=\"https://wpml.org/\" rel=\"noopener\" target=\"_blank\">WPML</a>, a purely commercial product and the most widely used, has been in business since 2009 and is active on more than 500K sites. <a href=\"https://wordpress.org/plugins/polylang/\" rel=\"noopener\" target=\"_blank\">Polylang</a>, a popular free plugin with a commercial option, is installed on more than 300,000 sites and has a 4.7-star rating on WordPress.org. <a href=\"https://wordpress.org/plugins/qtranslate-x/\" rel=\"noopener\" target=\"_blank\">qTranslate X</a> is also a formidable competitor with more than 100,000 active installs and a 4.7-star rating.</p>\n<p>“For now the two biggest plugins in terms of active installs are WPML and Polylang,” Berda said. “Both don’t have a SaaS approach. Polylang recently released the PRO version (it was only free previously) but it is still sold as a piece of software, not a SaaS. We are convinced that SaaS is the right approach as it allows us to be in constant relation with users and make the product evolve faster. It’s also healthier in terms of business.”</p>\n<p>Although he has no precise statistics on how many, Berda said he sees a lot of former WPML and Polylang users (freelancers and agencies) in their support center who have opted to use Weglot on their new projects. This indicates that Weglot may not so much be whittling away at the existing customer base of other plugins but is finding success at attracting customers who are starting new projects.</p>\n<p>In their efforts to stake a claim in the WordPress ecosystem, the Weglot team has found that being active in the community is important to having a successful product.</p>\n<p>“WordPress is really huge so there is no magical formula for marketing,” Berda said. “I think what is important is to accept that it takes time. You must keep improving your product forever while being active in the community and do it not only with high intensity but for a long time.”</p>\n<p>The €450K in seed funding Weglot received earlier this year has helped the team to expand its support and development team, but it has also made it possible for the company to invest more in the community. They have now sponsored a dozen WordCamps across the world, including WordCamp Europe in Paris.</p>\n<p>Berda’s advice to other WordPress entrepreneurs who are looking for funding is to consider the option carefully and understand how it will impact the company’s future and ability to act independently.</p>\n<p>“My recommendation would be to think twice about raising money as it takes time,” Berda said. “It changes your governance and it temporarily distracts you from your number one focus – your users. Raise only if you are sure you will have a return with the money invested. Not every business need to raise money.”</p>\n<p>Fueled by their success in the WordPress market, Weglot plans to expand into other CMS and e-commerce markets, including BigCommerce and Jimdo, followed by Drupal, Magento, and Joomla. Berda said the company also plans to release an open version of the API for developers to integrate their non-CMS websites built on technologies like Symfony and Laravel.</p>\n<p>“In 2018, we will be adding many things: We will start using machine learning to improve the quality of automatic translations,” Berda said. “We will also leverage the fact that we are SaaS to add some insights about language usage for the users so they can see what languages are performing better. Finally, we will add extra features to manage multilingual SEO. In terms of monthly recurring revenue, we aim to reach €70,000 in 6 months.”</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, 10 Nov 2017 20:04: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: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:122:\"WPTavern: Jetpack 5.5 Removes Syntax Highlighting and Gallery Widget for Compatibility with Upcoming WordPress 4.9 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76369\";s:7:\"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/jetpack-5-5-removes-syntax-highlighting-and-gallery-widget-for-compatibility-with-upcoming-wordpress-4-9-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2878:\"<p><a href=\"https://jetpack.com/2017/11/08/jetpack-5-5-compatibility-enhancements/\" rel=\"noopener\" target=\"_blank\">Jetpack 5.5</a> was released yesterday with several important changes that ensure the plugin is compatible with the upcoming WordPress 4.9 release scheduled for November 14. The plugin will be able to shed some weight, as core improvements will make Jetpack’s syntax highlighting and gallery widget obsolete.</p>\n<p>WordPress 4.9 incorporates <a href=\"https://codemirror.net/\" rel=\"noopener\" target=\"_blank\">CodeMirror</a>, which brings syntax highlighting, linting, and auto-completion to the built-in code editors. Jetpack 5.5+ will rely on WordPress to handle syntax highlighting and the Custom CSS module has been updated to be fully compatible with <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\" rel=\"noopener\" target=\"_blank\">core’s new code editing improvements</a>.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-08-at-12.30.08-PM.png?ssl=1\"><img /></a>image credit: <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">make.wordpress.org</a>\n<p>Jetpack 5.5 also adds compatibility for WordPress 4.9’s <a href=\"https://wptavern.com/new-core-gallery-widget-targeted-for-wordpress-4-9\" rel=\"noopener\" target=\"_blank\">new core gallery widget</a>. When users update to 4.9, Jetpack will automatically migrate its own <a href=\"https://jetpack.com/support/extra-sidebar-widgets/gallery-widget/\" rel=\"noopener\" target=\"_blank\">gallery widgets</a> to use the widget included in core.</p>\n<p>The release also includes several other changes for compatibility with WordPress 4.9:</p>\n<ul>\n<li>Press This sharing button removed, since the feature is being <a href=\"https://wptavern.com/press-this-removed-from-wordpress-4-9-in-favor-of-a-plugin\" rel=\"noopener\" target=\"_blank\">removed from core in favor of a plugin</a></li>\n<li>Changes to ensure compatibility with <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\" rel=\"noopener\" target=\"_blank\">role and capability updates in WordPress 4.9</a></li>\n<li>Remove code for processing Contact Form shortcodes in widgets, as <a href=\"https://wptavern.com/wordpress-4-9-will-support-shortcodes-and-embedded-media-in-the-text-widget\" rel=\"noopener\" target=\"_blank\">WordPress adds support for shortcodes in widgets in 4.9</a></li>\n</ul>\n<p>Jetpack 5.5 also improves the connection process between the plugin and WordPress.com, which should reduce recent issue users have experienced when migrating their sites from HTTP to HTTPS. A full list of the changes in this release is available in the plugin’s <a href=\"https://wordpress.org/plugins/jetpack/#developers\" rel=\"noopener\" target=\"_blank\">changelog</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, 08 Nov 2017 20:13: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: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:43:\"HeroPress: From the Outskirts to an Insider\";s:7:\"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=2259\";s:7:\"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/from-the-outskirts-to-an-insider/#utm_source=rss&utm_medium=rss&utm_campaign=from-the-outskirts-to-an-insider\";s: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:11235:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/110817-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress has changed lives. It has given people a voice. It has brought people together.\" /><p>WordPress wasn’t the first blogging platform I tried. My very first blog was set up using Blogspot (now Blogger). I didn’t even know I wanted a blog to tell you the truth. But let me take a step back.</p>\n<p>I am a techie. A very “untechie” techie, but a techie nonetheless. I actually went to university with a plan to study mathematics and become an actuarial scientist (math and money made for a perfect career, I thought). After one year of university-level mathematics, I decided that I was done with the subject and I stuck with the computer science courses I had also taken. It turned out I had a knack for programming and was often found in the computer lab, debugging my friends’ assignments.</p>\n<p>Following my graduation, I worked for several years as a programmer before deciding that I had no interest in coding for the rest of my life. I moved on and up, studying management and information systems, which led me into more managerial positions. On my way there, I decided that I needed to have a personal website. I bought a domain (not my real name though) and starting looking into building my website.</p>\n<p>My very first job out of university had been with a web development company as web administrator, where I had picked up quite a bit of HTML, so I figured it would be easy to just build my own website. While researching the latest and best, it struck me that being able to easily add content would be cool, as I had seen early content management systems used back in that job (Tango, anyone?).</p>\n<h3>Blogging Begins</h3>\n<p>Suddenly my search results were showing me something called blogging. This was 2005, and blogs were still pretty new. I was excited by the concept, that I could have an easy way to put my thoughts out into cyberspace. I signed up for Blogspot and dove in. For all of 2 days. I wanted to change the design and the layout of my new blog, but I couldn’t. I was stuck in the box that Blogspot provided. A little more searching and I found <a href=\"http://wordpress.org/\">WordPress</a>.</p>\n<p>WordPress meant I could install it myself on my own hosting and play around to my heart’s content. It was a techie’s dream. In April 2005, WordPress was at version 1.5 and I was in heaven. I spent days and nights tweaking and customizing my brand new website and blog. I was a WordPresser.</p>\n<p>I was an avid blogger, sharing posts everyday — longer thought-pieces and short asides (who remembers that concept?). The blogging community in Jamaica was small but we were an enthusiastic bunch. Many of my friends were still using other platforms, but I was a diehard WordPress lover. They took comfort in the ease of use of their hosted platforms, while I reveled in being able to completely mess my site up myself (and fix it!).</p>\n<p>I played with themes, and experimented with plugins. Two years later, I was helping other people set up and customize their WordPress blogs, and doing migrations from Blogspot.</p>\n<blockquote><p>I was a WordPress freelancer. I didn’t even know this was a thing people did.</p></blockquote>\n<p>It took me several years before I officially created my freelance consultancy, <a href=\"http://lattitudestudios.com/\">L’Attitude Studios</a> and actually looked to bring in clients.</p>\n<p>Despite the fact that WordPress is the most popular blogging platform in Jamaica, and is used by many web developers to built CMS-based websites, there is not much of a WordPress community. And despite my reading all about WordCamps and community meetups, I didn’t really think of myself as part of an actual community. WordCamps started back in 2006 and there have been hundreds since, but I only went to my first WordCamp in 2016, in Miami.</p>\n<h3>Finding a Place</h3>\n<p>The organizers of <a href=\"http://2016.miami.wordcamp.org/\">WordCamp Miami</a> made me feel so welcome. They were excited to have me come from Jamaica “just” to attend their event. For the first time, I understood that I have a place in the community, not just as a user. I signed up with the WordPress Community team as an organizer of the WordPress Kingston meetups. Full of enthusiasm I came home, ran a survey to find out how people were using WordPress and declared I was starting local meetups. The sound of crickets followed as the interest was low.</p>\n<p>I started a new job and didn’t have time to focus on WordPress, so the meetups fell by the wayside. But I still wanted to contribute. So In 2017, I made the leap to speaking. I decided that there were things I could offer the WordPress community based on my own experiences. <a href=\"https://2017.ottawa.wordcamp.org/\">WordCamp Ottawa</a> became the first WordCamp I spoke at.</p>\n<p>Again, the WordCamp organizers (one of which I had met at WordCamp Miami) were thrilled to have me travel from Jamaica to participate. Funnily, I had to point out to several people that it took less time to get from Jamaica to Ottawa than it did for those traveling from San Francisco.</p>\n<blockquote><p>Everyone I met at WordCamp Ottawa made me feel like a part of the WordPress family, like I belonged.</p></blockquote>\n<p>I still hadn’t got my local meetups going, but I had started making connections in the WordPress space locally. And there seemed to be more interest. I proposed a series of workshops to the organizer of Caribbean Bloggers’ Week. It wouldn’t quite be a WordCamp, which we wouldn’t get permission for, but we could try to do an educational community event to spur interest and raise awareness. <a href=\"http://wpinthecity.com/\">WP in the City</a> was born! Sadly, it had to be postponed, but it will still take shape for 2018.</p>\n<h3>WordCamp US</h3>\n<p>Now bitten by the bug, I set my speaking sights even higher and made a submission to <a href=\"https://2017.us.wordcamp.org/\">WordCamp US</a>. A month later, I was notified that one of my two proposals was accepted. I was to be a <a href=\"https://2017.us.wordcamp.org/speaker/bianca-welds/\">WordCamp US speaker</a>! Now an even bigger part of the WordPress community would be open to me. I set about making plans for Nashville in December.</p>\n<p>By the time you read this, I will be able to announce that I was selected as the recipient of the <a href=\"https://2017.us.wordcamp.org/2017/07/21/kim-parsell-memorial-scholarship-applications-open/\">Kim Parsell Memorial Scholarship</a>. When they notified me, I didn’t even remember I had applied. Kim Parsell was an active member of the WordPress community until her passing in 2015. She was nicknamed “WPMom” because of the care she took in making sure any member of the WordPress community she met felt welcomed and valued.</p>\n<p>Kim was already gone before I actively started taking part in the wider WordPress community. But the community I encountered definitely made me feel welcomed and valued, and now I want to help others feel that way. Going to WordCamp US is going to be an amazing opportunity, in part because of the size and breadth of the community I will get to interact with.</p>\n<h3>Bringing it Home</h3>\n<p>Jamaica is a small country, an island in the middle of the Caribbean sea. Most people know about our biggest stars (like Bob Marley and Usain Bolt), our culture (reggae music and jerk cooking) or our beaches. The people who go usually remember the people. Our community is what makes us a powerhouse. And I want to tap into that for WordPress.</p>\n<p>I want to bring Jamaica into the WordPress community, and bring the WordPress community to Jamaica. I want to get more Jamaicans to WordCamps and actively participating in the WordPress community in other ways (through contributing and meetups).</p>\n<blockquote><p>I want to bring more WordPressers to Jamaica to share and exchange knowledge, not just enjoy the beach.</p></blockquote>\n<p>When I started out, WordPress was just a tool to get me to my goal. For a long time, I didn’t think much about the people behind WordPress, much less considering getting involved myself. Despite my own technical background, I am a newbie where it comes to WordPress development, having remained a tinkerer for much of the last decade. But WordPress is so much more than just code.</p>\n<p>Through WordPress, I have been able to express myself through <a href=\"http://biancawelds.com/blog\">blogging</a> and <a href=\"http://poetry.biancawelds.com/\">poetry</a>. I have been able to help others achieve their own success. I have found people willing to share their knowledge for others (like me) to learn. I have found people willing to hear about my WordPress experiences. I have built a network of contacts always willing to help out.</p>\n<p>Reading through the other essays on HeroPress, it is also clear that WordPress has changed lives. It has given people a voice. It has brought people together.</p>\n<p>WordPress is community. WordPress is my 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: From the Outskirts to an Insider\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=From%20the%20Outskirts%20to%20an%20Insider&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffrom-the-outskirts-to-an-insider%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: From the Outskirts to an Insider\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffrom-the-outskirts-to-an-insider%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%2Ffrom-the-outskirts-to-an-insider%2F&title=From+the+Outskirts+to+an+Insider\" rel=\"nofollow\" target=\"_blank\" title=\"Share: From the Outskirts to an Insider\"></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/from-the-outskirts-to-an-insider/&media=https://heropress.com/wp-content/uploads/2017/11/110817-150x150.jpg&description=From the Outskirts to an Insider\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: From the Outskirts to an Insider\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/from-the-outskirts-to-an-insider/\" title=\"From the Outskirts to an Insider\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/from-the-outskirts-to-an-insider/\">From the Outskirts to an Insider</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, 08 Nov 2017 12: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:12:\"Bianca Welds\";s:7:\"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:\"Mon, 18 Dec 2017 09:51:56 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 18 Dec 2017 09:30:09 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(89890,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1513633917','no'),(89891,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1513590717','no'),(89892,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1513633918','no'),(89893,'_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:34:\"\n Mon, 18 Dec 2017 09:37: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:\"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=5.0-alpha-42400\";s:7:\"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:6432:\"<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/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.2</h4>\n<ul>\n<li>Remove improper uses of esc_sql().</li>\n<li>Fix the refill REST-API request so that a nonce is set when available.</li>\n<li>Give more contrast to unused mail-tags in the Mail tab panel to make them easier to recognize.</li>\n<li>Undo the previous change of HTTP status code for the REST-API response.</li>\n</ul>\n<h4>4.9.1</h4>\n<ul>\n<li>Code using create_function() has been removed to avoid security risks and warnings given when using with PHP 7.2+.</li>\n<li>Display the notice of config validation again to encourage admins to apply some important validation items recently added.</li>\n<li>REST API endpoint returns more specific HTTP status code 409 instead of 400.</li>\n<li>Fixed appearance of configuration error signs in the Additional Settings tab.</li>\n</ul>\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:17925:\"<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.9.3</h4>\n<p>Release Date: December 11th, 2017</p>\n<p>Security:</p>\n<ul>\n<li>Fixes an issue where a part of the excerpt would be leaked on password protected posts when used as a replacement variable. Such as <code>%%excerpt%%</code> and <code>%%excerpt_only%%</code>. Props to <a href=\"https://profiles.wordpress.org/rolandinsh\" rel=\"nofollow\">Rolands Umbrovskis</a> for reporting this issue to us.</li>\n</ul>\n<h4>5.9.2</h4>\n<p>Release Date: December 11th, 2017</p>\n<p>Bugfixes:</p>\n<ul>\n<li>Fixes a bug where older browsers couldn’t load the content analysis. This applies to Internet Explorer (10 and lower) and Safari (9.1 and lower).</li>\n<li>Fixes a bug where the Yoast Metabox wouldn’t be shown for posts set to <code>noindex</code>, therefore making it impossible to change it back to <code>index</code>, view Readability scores and not being able to optimize a post, before allowing it to be indexed.</li>\n<li>Fixes a bug where translations wouldn’t be applied in the Yoast SEO Metabox for SEO and Readability scores.</li>\n</ul>\n<h4>5.9.1</h4>\n<p>Release Date: December 5th, 2017</p>\n<p>Bugfixes:</p>\n<ul>\n<li>Fixes a bug where the configuration wizard could not be loaded, caused by a missing JavaScript dependency.</li>\n</ul>\n<h4>5.9.0</h4>\n<p>Release Date: December 5th, 2017</p>\n<p>Bugfixes:</p>\n<ul>\n<li>Fixes a bug where the title isn’t added back to the HTML when the debug marker has been disabled.</li>\n<li>Fixes a bug where multiple help panels showed up when clicking on different help buttons.</li>\n<li>Fixes a bug where the Help Center wouldn’t be closed when clicking the Go Premium link.</li>\n<li>Fixes a bug where the cornerstone setting for a post would be lost when quick editing the post.</li>\n<li>Fixes a bug where newly created posts were taken into account for the link count, resulting in MySQL errors. Props to <a href=\"https://github.com/stodorovic\" rel=\"nofollow\">stodorovic</a>.</li>\n<li>Fixes a bug where Premium plugins were being treated as WordPress.org plugins in the ‘suggested plugin’ notifications, resulting in download errors.</li>\n<li>Fixes a bug where an empty div was visible when both Content and Readability analysis are disabled.</li>\n</ul>\n<p>Enhancements</p>\n<ul>\n<li>Shows a notice regarding opening the Onboarding Wizard when the plugin is installed for the first time.</li>\n<li>Makes it easier to unhook the debug code rendered as HTML comment.</li>\n<li>Implements the Reactified content analysis.</li>\n<li>Introduces the <code>wpseo_add_opengraph_additional_images</code> filter to allow additional OpenGraph Images to be added at a low priority.</li>\n<li>Changes the Dashboard widget’s progress bar height to 24px.</li>\n<li>Makes the ‘Next’ and ‘Back’ buttons in the Onboarding Wizard focusable.</li>\n<li>Adds grouping of feedback within the content analysis, in the following categories: ‘errors’, ‘problems’, ‘needs improvement’, ‘considerations’, and ‘good’. Each category can be expanded and collapsed.</li>\n</ul>\n<h4>5.8.0</h4>\n<p>Release Date: November 15th, 2017</p>\n<p>Security:</p>\n<ul>\n<li>Fixes an XSS vulnerability in the Google Search Console configuration page, when connected to any profile. Thanks <a href=\"https://twitter.com/dimopouloselias\" rel=\"nofollow\">Dimopoulos Elias</a> for discovering and responsibly disclosing this issue.</li>\n</ul>\n<p>Bugfixes:</p>\n<ul>\n<li>Fixes a bug where inactive suggested plugins weren’t displaying a notification.</li>\n<li>Fixes a bug where an error would be thrown if a Yoast SEO custom database table was missing.</li>\n<li>Fixes a bug where the layout of the metabox would break if too little content was present. Props to <a href=\"https://github.com/shane-gray\" rel=\"nofollow\">shane-gray</a>.</li>\n<li>Fixes a bug where the WordPress editor was being displayed for custom, private taxonomies. Props to <a href=\"https://github.com/stodorovic\" rel=\"nofollow\">stodorovic</a>.</li>\n<li>Fixes a bug where the analysis heading is shown when readability and keyword analysis has been turned off. Props to <a href=\"https://github.com/daim2k5\" rel=\"nofollow\">daim2k5</a>.</li>\n<li>Fixes a bug where outputting on <code>the_content</code> filter calls could result in faulty AJAX requests.</li>\n</ul>\n<p>Enhancements:</p>\n<ul>\n<li>Introduces <code>wpseo_breadcrumb_single_link_info</code> filter for modifying breadcrumb data. Props to <a href=\"https://github.com/slushman\" rel=\"nofollow\">slushman</a> and <a href=\"https://github.com/forsvunnet\" rel=\"nofollow\">forsvunnet</a>.</li>\n<li>Introduces <code>wpseo_redirect_orphan_attachment</code> action to allow unattached attachment pages to be redirected in tune with the relevant setting. Props to <a href=\"https://github.com/soulseekah\" rel=\"nofollow\">soulseekah</a>.</li>\n<li>Enhances integration with most role/capability manager plugins using the <code>members_get_capabilities</code> filter. Props to <a href=\"https://github.com/JoryHogeveen\" rel=\"nofollow\">JoryHogeveen</a>.</li>\n<li>Adds a Yoast group to the Members and User Role Editor plugins to easily find the Yoast SEO capabilities. Props to <a href=\"https://github.com/JoryHogeveen\" rel=\"nofollow\">JoryHogeveen</a>.</li>\n<li>Made link for Premium buy button changeable. Props to <a href=\"https://github.com/leesto\" rel=\"nofollow\">leesto</a>.</li>\n<li>Removes the max-width on alerts to present a better UI. Props to <a href=\"https://github.com/timnolte\" rel=\"nofollow\">timnolte</a>.</li>\n<li>Sets default Twitter Card option to ‘Summary with large image’. Props to <a href=\"https://github.com/pattonwebz\" rel=\"nofollow\">pattonwebz</a>.</li>\n<li>Makes the content accessible by adding scroll functionality in the help center tabs.</li>\n<li>Improves the suggested plugins messages and adds installation and activation links when appropriate.</li>\n<li>Makes sure that the <code>yoast_seo_links</code> table is accessible before attempting to run a query against it.</li>\n<li>Uses Gutenberg content if it is available.</li>\n</ul>\n<p>Maintenance:</p>\n<ul>\n<li>Cleaned up codebase by removing old Knowledge Base Search code.</li>\n<li>Improved the codebase to make it comply with the latest WordPress Coding Standards.</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:17:\"Akismet Anti-Spam\";s:7:\"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:20210:\"<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.1</h4>\n<p><em>Release Date – 6 November 2017</em></p>\n<ul>\n<li>Fixed a bug that could prevent some users from connecting Akismet via their Jetpack connection.</li>\n<li>Ensured that any pending Akismet-related events are unscheduled if the plugin is deactivated.</li>\n<li>Allow some JavaScript to be run asynchronously to avoid affecting page render speeds.</li>\n</ul>\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:22068:\"<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.6.1</h4>\n<ul>\n<li>Release date: December 14, 2017</li>\n<li>\n<p>Release post: https://wp.me/p1moTy-6Jk</p>\n</li>\n<li>\n<p>Contact Forms: Hardened security in Contact Form processing.</p>\n</li>\n<li>Sharing: Bumped the character limit to 280 when sharing a post to Twitter.</li>\n<li>Widget Visibility: Fixed a bug that disabled “saving” the widget when removing a Widget Visibility rule.</li>\n</ul>\n<h4>5.6</h4>\n<ul>\n<li>Release date: December 5, 2017</li>\n<li>Release post: https://wp.me/p1moTy-6zt</li>\n</ul>\n<p><strong>Major Enhancements</strong><br />\n* Google Analytics: Add support for universal analytics for WooCommerce.<br />\n* Performance: minify all JavaScript files used in the plugin.<br />\n* Performance: add new Lazy Images module.<br />\n* Protect: add new mechanism allowing you to send yourself an email with a link to the form when you are locked out of your site.</p>\n<p><strong>Enhancements</strong><br />\n* Custom CSS: add new set of font properties that can be used in the CSS editor.<br />\n* Photon: do not remove <code>width</code> and <code>height</code> attributes from image tags when known.<br />\n* Sitemaps: add CLI commands to purge and built the sitemaps.<br />\n* Sitemaps: only display the reporter log success messages if <code>JETPACK_DEV_DEBUG</code> is defined.<br />\n* WordPress.com API: add new endpoints to allow for better comment management in third party interfaces like WordPress.com.<br />\n* WordPress.com Toolbar: prevent dns prefetching for logged out users.</p>\n<p><strong>Improved compatibility</strong><br />\n* Stats: remove function deprecated in PHP 7.2.</p>\n<p><strong>Bug fixes</strong><br />\n* Comment Likes: make sure Like text is properly translated.<br />\n* General: only load stats code when necessary.<br />\n* Related Posts: allow site owners to exclude multiple blog posts from the list of Related Posts.<br />\n* Sharing: remove inline JavaScript used in the email sharing form.<br />\n* Search: Maintain ordering of the search filters in the widget.<br />\n* Sync: avoid PHP notices during the synchronization process.<br />\n* WordPress.com Toolbar: avoid broken link when using the sign out button.</p>\n<h4>5.5.1</h4>\n<ul>\n<li>Release date: November 21, 2017</li>\n<li>Release post: https://wp.me/p1moTy-6Bd</li>\n</ul>\n<p><strong>Bug fixes</strong><br />\n* In Jetpack 5.5 we made some changes that created errors if you were using other plugins that added custom links to the Plugins menu. This is now fixed.<br />\n* We have fixed a problem that did not allow to upload plugins using API requests.<br />\n* Open Graph links in post headers are no longer invalid in some special cases.<br />\n* We fixed warnings happening when syncing users with WordPress.com.<br />\n* We updated the way the Google+ button is loaded to match changes made by Google, to ensure the button is always displayed properly.<br />\n* We fixed conflicts between Jetpack’s Responsive Videos and the updates made to Video players in WordPress 4.9.<br />\n* We updated Publicize’s message length to match Twitter’s new 280 character limit.</p>\n<h4>5.5</h4>\n<ul>\n<li>Release date: November 7, 2017</li>\n<li>Release post: https://wp.me/p1moTy-6rk</li>\n</ul>\n<p><strong>Major Enhancements</strong></p>\n<ul>\n<li>Jetpack is now fully compatible with WordPress’s <a href=\"https://make.wordpress.org/core/2017/09/25/introducing-the-gallery-widget/\" rel=\"nofollow\">new Gallery Widget</a>. Your old Gallery widgets powered by Jetpack will switch to the new Widget when you update to WordPress 4.9.</li>\n</ul>\n<p><strong>Enhancements</strong><br />\n* We have improved the performance when loading the Jetpack Settings in the dashboard by optimizing the number of calls made when loading the page.<br />\n* We have updated the plugin to do a better job of cleaning up after itself whenever you decide to remove Jetpack from your site.<br />\n* We made some changes to reduce the number of connection issues that may happen on a site when switching from HTTP to HTTPs.<br />\n* We made some performance improvements to the Jetpack dashboard interface, to make sure your options and settings are loaded faster there.<br />\n* Error messages are also better in the Jetpack Dashboard; whenever you can’t update settings, Jetpack will provide you with more information about why.<br />\n* We improved the Jetpack update process to make sure updating Jetpack does not stress your database during it, even on high-traffic sites.<br />\n* The next version of WordPress, 4.9, will be released very soon and will include <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\" rel=\"nofollow\">a lot of changes to its code editors</a>. Jetpack’s Custom CSS will be fully compatible with the new editors and their syntax highlighting feature.<br />\n* We also made changes to make sure Jetpack was fully compatible with the <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\" rel=\"nofollow\">role and capability changes</a> in WordPress 4.9.<br />\n* We have made some performance improvements to the Carousel feature.<br />\n* Contact Form: do not process shortcodes in widgets when WordPress itself does, starting in 4.9.<br />\n* Contact Form: we have improved the “website” field to display better error messages when you don’t supply a URL. We have also improved the look of the date picker for the date field.<br />\n* Contact Form: avoid duplicate slashes when loading editor style.<br />\n* Masterbar: update the “Plugins” menu item to match the updated design on WordPress.com.<br />\n* Open Graph: do not display images smaller than Facebook’s required size.<br />\n* Sharing: use Google’s minified libraries to improve performance when loading Google buttons.<br />\n* Sharing: update Open Graph Image tags appearing on the home page to offer better alternatives based on your site settings in Appearance > Customize.<br />\n* We improved the way sitemaps are built so they do not consume too much memory when they are generated.<br />\n* WP.me Shorlinks: those links will now always use HTTPS.<br />\n* Spellchecker: we improved the admin interface to make it more clear when adding ignored phrases and saving them.<br />\n* Subscriptions: we added a filter so third party developers can track comment subscription activations.<br />\n* Sync: synchronize plugin action links to add that information to WordPress.com.<br />\n* Sync: improvements to better track theme and widget changes.<br />\n* VideoPress: we removed Jetpack version locking for directly embedded VideoPress videos to ensure all users receive the newest version of the player.<br />\n* We added a new filter (<code>jetpack_google_translate_widget_layout</code>) to the Google Translate Widget to allow you to change its layout.<br />\n* WordPress.com REST API: improve comment management for all roles, including post authors.<br />\n* WordPress.com REST API: allow site owners to manage comments on attachment pages from WordPress.com.<br />\n* WordPress.com REST API: improve the response from the API when WordPress’ autoupdates are disabled.</p>\n<p><strong>Improved compatibility</strong><br />\n* You can now use Jetpack’s contact form and Yoast SEO’s Focus keywords on the same page without any issues in the editor.<br />\n* Top Posts Widget: avoid Fatal Errors when the widget is used on a site using WPML, and when a popular post cannot be found by WPML.<br />\n* Sync: add more Custom Post Types from third-party plugins to the list of things we do not synchronize with WordPress.com, to improve sync performance.<br />\n* Sharing: since <a href=\"https://make.wordpress.org/core/2017/11/02/press-this-in-4-9/\" rel=\"nofollow\">Press This is now a plugin and not part of WordPress itself</a>, we removed the Press This sharing button if you are not using the plugin.</p>\n<p><strong>Bug fixes</strong><br />\n* We now avoid displaying notices to user roles that cannot benefit or act based on the info in the notices.<br />\n* Gravatar Hovercards: avoid PHP Notices when the user info is an object.<br />\n* Infinite Scroll: avoid PHP notices when a site customizes galleries thanks to the <code>post_gallery</code> filter.<br />\n* Mailchimp: make sure subscription forms can still be embedded in posts and pages.<br />\n* Mailchimp: do not require the use of the shortcodes feature to use the Mailchimp widget.<br />\n* Mailchimp: fix issue where Mailchimp form code could not be added to the Mailchimp widget.<br />\n* Masterbar: avoid JavaScript errors by always loading jQuery.<br />\n* Post By Email: do not display any content in the email address field if no email address has ever been set before.<br />\n* Publicize: avoid errors when DOMDocument is not available.<br />\n* Publicize: we now hide the feature activation toggle if you are not allowed to manage Jetpack features.<br />\n* Search: make sure module cannot be activated when the site does not use a Plan.<br />\n* SEO Tools: do not output any custom meta tags if another SEO plugin is already active.<br />\n* Sharing: make sure Twitter Cards can be displayed even when a post does not include a title.<br />\n* Sharing: fix alignment of sharing buttons in the admin preview when using custom sharing buttons.<br />\n* Sitemaps: wait a minute before to generate sitemaps when the feature is activated, to avoid performance issues.<br />\n* Sync: avoid synchronization issues on Multisite networks using custom domains.<br />\n* Top Posts Widget: display the default title when it is set to empty.<br />\n* Milestone Widget: make sure the widget is displayed properly and can easily be translated into other languages.<br />\n* Verification Tools: avoid notices when saving changes on a Multisite network admin page.<br />\n* VideoPress: avoid missing file warning in the editor when using an RTL language.<br />\n* Upcoming events Widget: avoid PHP notices on sites using a custom timezone setting.<br />\n* WordPress.com REST API: avoid errors when installing plugins via the WordPress.com API.</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* 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\";s: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:5307:\"<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=installation--></p>\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<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:31090:\"<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.6 – 2017-12-13</h4>\n<ul>\n<li>Fix – CSV Importer – Fix ID mapping to existing IDs.</li>\n<li>Fix – CSV Importer – Unslash header fields to avoid extra slashes.</li>\n<li>Fix – CSV Importer – Allow import and export of draft products.</li>\n<li>Fix – CSV Importer – Get global attribute ID only when is a global attribute.</li>\n<li>Fix – Remove URL fragment when appending geolocation hash.</li>\n<li>Fix – Additional cart rounding fixes so rounding before subtotal works again. Added more unit tests.</li>\n<li>Fix – Add BOM to exported report CSVs.</li>\n<li>Fix – is_visible should ensure product is is not trashed before returning true.</li>\n<li>Fix – Return packages with no rates back to the cart so the shipping calculator is displayed even when the current country is not shippable.</li>\n<li>Fix – Merge session and persistent carts when both exists after login.</li>\n<li>Fix – Remove “wc_error” query string after login. </li>\n<li>Fix – Allow woocommerce_form_field() have ‘custom_attributes’ equal 0.</li>\n<li>Fix – Bulk actions in status logs table.</li>\n<li>Fix – Exclude add-to-cart from pagination links.</li>\n<li>Fix – Updated $GLOBALS[‘post’] data in products shortcode to prevent theme conflicts.</li>\n<li>Fix – Only remove base taxes in cart totals class if item is taxable.</li>\n<li>Fix – REST API – Fixed date format in reports schema.</li>\n<li>Fix – REST API – Updated product categories image schema.</li>\n<li>Fix – REST API – UUse KSES for purchase_note like in admin.</li>\n<li>Fix – REST API – Filter passed images before processing so they can be unset via querystring.</li>\n<li>Tweak – Use protected instead of private methods to allow easy override in session handler.</li>\n<li>Tweak – wc_lostpassword_url should not be used before init – added warning.</li>\n<li>Localization – Update Japanese prefectures to include prefecture type.</li>\n</ul>\n<h4>3.2.5 – 2017-11-22</h4>\n<ul>\n<li>Fix – WordPress 4.9 – REST API – Updated schema, sanitization, and validation callbacks to support correct data types.</li>\n<li>Fix – WordPress 4.9 – Fix an issue saving variation attributes on new products and with attributes containing slashes.</li>\n<li>Fix – Save fee tax lines to new orders on checkout.</li>\n<li>Fix – Restore the post global after rendering product shortcodes.</li>\n<li>Fix – Fix product filtering when searching for a string including quote characters.</li>\n<li>Fix – Fix layered nav drop-downs containing unicode characters.</li>\n<li>Fix – Fix an edge case rounding bug with shipping taxes, and another with non-integer quantities.</li>\n<li>Fix – Set correct defaults when adding a new shipping class in admin.</li>\n</ul>\n<h4>3.2.4 – 2017-11-16</h4>\n<ul>\n<li>Fix – Cache IDs in shortcodes rather than query objects.</li>\n<li>Fix – Fix float rounding issues in cart with currencies like Bitcoin.</li>\n<li>Fix – Prevent slashes appearing in shipping fields and inside meta keys when using quotes.</li>\n<li>Fix – Check valid data when filtering <code>wp_nav_menu_objects</code> to prevent conflicts.</li>\n<li>Fix – <code>get_total_ex_tax</code> should exclude fee taxes.</li>\n<li>Fix – Fix orders count in tax reports.</li>\n<li>Fix – Allow removing coupons from the cart, even if coupons are disabled.</li>\n<li>Fix – Prevent calculate_totals totals running too often.</li>\n<li>Fix – Set attributes during variation creation so all options are correctly displayed in cart forms.</li>\n<li>Fix – Grab description directly to pass through wc_format_content to prevent double sanitization.</li>\n<li>Fix – Fix db warnings when using the “Add Order Indexes” tool.</li>\n<li>Fix – Remove unnecessary html formatting in variation dimensions field.</li>\n<li>Fix – Fix WC_Customer_Download isset method.</li>\n<li>Fix – Removed class within class in admin meta boxes HTML.</li>\n<li>Fix – Fixed wrong <code>flex-control-nav</code> selector scope in <code>add-to-cart-variation.js</code></li>\n<li>Fix – Allow variations to be added to cart from query string.</li>\n<li>Fix – Use <code>add_filter</code> for <code>comment_feed_where</code> hook. </li>\n<li>Fix – Change nocache_headers hook firing in the cache helper.</li>\n<li>Fix – Coupon min/max spend based on displayed subtotal.</li>\n<li>Fix – Fix event propagation on click in setup wizard and improve validation.</li>\n<li>Fix – API – Change how line items are saved in API so calculations are correct.</li>\n<li>Tweak – Hide downloads from admin emails. </li>\n<li>Tweak – Set placeholder for variation lxwxh field to that of the parent.</li>\n<li>Tweak – Improve the Add Payment Methods display so buttons are not shown when no payment methods support the feature.</li>\n<li>Localization – Update NJ tax rate.</li>\n<li>Localization – Add Belarusian ruble BYN.</li>\n</ul>\n<h4>3.2.3 – 2017-11-02</h4>\n<ul>\n<li>Fix – Fixed a conflict with some slider plugins due to sanitization of archive/term descriptions. </li>\n<li>Fix – Fixed a flexslider bug when there is only 1 image on the product page (no gallery).</li>\n<li>Fix – Prevent potential notices when someone extends product tabs wrongly.</li>\n<li>Fix – Fixed display of shipping calculator under some conditions.</li>\n<li>Fix – Fix discount calculation when customer is not within the base location and prices include tax.</li>\n</ul>\n<h4>3.2.2 – 2017-10-31</h4>\n<ul>\n<li>Fix – Properly escape commas when exporting products to CSV.</li>\n<li>Fix – Fixed email template padding in Outlook.</li>\n<li>Fix – Flexslider support for RTL languages and fixes for zoom target in Chrome.</li>\n<li>Fix – Correctly sync prices for grouped products.</li>\n<li>Fix – Filter and remove invalid tax classes names.</li>\n<li>Fix – Stop showing “major” update notification for minor or patch releases.</li>\n<li>Fix – Allow scroll bar in untested plugins list on the bulk plugin updates screen.</li>\n<li>Fix – Fixed meta data cloning when duplicating products.</li>\n<li>Fix – Clean “Filter Products by Attribute” widget cache when updating attributes.</li>\n<li>Fix – Fixed warning messages when reseting passwords with an invalid key.</li>\n<li>Fix – Cart totals: Don’t add shipping costs unless show_shipping is true.</li>\n<li>Fix – Cart totals: Calculate shipping after discounts so discount amounts are available.</li>\n<li>Fix – Cart totals: Fixed issue where VAT exempt users where still being charged VAT on the totals.</li>\n<li>Fix – Cart totals: Fixed the coupons user limit and calculations.</li>\n<li>Fix – Fixed “relevance” default sorting in search results.</li>\n<li>Fix – Use item tax class rather than product tax class when recalculating order totals.</li>\n<li>Tweak – Allow shortcodes and relative URLs for downloads in product CSV importer.</li>\n<li>Tweak – Save unsaved items first while deleting order items.</li>\n<li>Tweak – Only change <code>nocacheheaders</code> when on a cart/checkout page.</li>\n<li>Tweak – Setup locale before generating settings placeholders in email templates.</li>\n<li>Tweak – On checkout, improved the field locale logic to work without clearing default values.</li>\n<li>Tweak – Change title of customer invoice email for clarity.</li>\n<li>Tweak – Use custom event instead of blur to trigger validation.</li>\n<li>Tweak – Various selectWoo usibility improvements and better support for keyboard controls on AJAX multiselect elements.</li>\n<li>Tweak – Various setup Wizard improvements.</li>\n<li>Dev – Fixed orders date query when querying by meta data.</li>\n<li>Dev – In the CSV exporter, added a filter to process meta values before export.</li>\n</ul>\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 – Streamlined email templates content: using the new downloads table, moved billing email with the billing address, order notes into the order totals table, and removed the need for ‘downloadable’ subjects/headings.</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:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 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:15:\"Michael Torbert\";s: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:4457:\"<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<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:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s: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:12097:\"<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>Installation Instructions</dt>\n<dd>\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</dd>\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:10906:\"<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.7</h4>\n<ul>\n<li>Fixed compatibility with Gutenberg freeform block.</li>\n<li>Forced refresh of the TinyMCE plugins after activation.</li>\n<li>Updated for WordPress 4.9 and TinyMCE 4.6.7.</li>\n</ul>\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:9:\"\n 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:4:\"\n 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:\"Mon, 18 Dec 2017 09:51:57 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:\"Mon, 18 Dec 2017 09:37:16 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 250\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(89894,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1513633918','no'),(89895,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1513590718','no'),(89896,'_transient_timeout_plugin_slugs','1520313688','no'),(89897,'_transient_plugin_slugs','a:3:{i:0;s:18:\"joomjs/akismet.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";}','no'),(90498,'_site_transient_timeout_browser_b876c8fd7fc402e60530b64622320f7a','1517722780','no'),(90499,'_site_transient_browser_b876c8fd7fc402e60530b64622320f7a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"63.0.3239.132\";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'),(90572,'_site_transient_timeout_available_translations','1520510371','no'),(90573,'_site_transient_available_translations','a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-09 10:37:15\";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.7.9/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:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-01-26 15:49:08\";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.7.9/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:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";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.7.7/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:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";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.7.2/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.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";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.7.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:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-08 13:11:55\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.9/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-12 13:02:53\";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.7.9/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.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";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.7.2/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.7.9\";s:7:\"updated\";s:19:\"2018-02-28 08:55:15\";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.7.9/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.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";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.7.2/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.7.9\";s:7:\"updated\";s:19:\"2017-11-28 05:42:38\";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.7.9/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.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";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.7.2/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.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.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.7.9\";s:7:\"updated\";s:19:\"2017-11-13 20:38:23\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2018-02-02 12:56:12\";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.7.9/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:8:\"Fortsæt\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-05 15:33:29\";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.7.9/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:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-05 15:33:56\";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.7.9/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:39:59\";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.7.7/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_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:40:03\";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.7.7/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:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2018-01-26 22:56:00\";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.7.9/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_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-06 21:51:31\";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.7.9/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:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-06 08:22:20\";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.7.9/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.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";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.7.7/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-06 02:09:51\";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.7.9/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_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-06 04:53:59\";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.7.9/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-09 01:14:15\";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.7.9/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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-06 08:57:13\";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.7.9/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.7.9\";s:7:\"updated\";s:19:\"2017-11-15 14:57:21\";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.7.9/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-04-23 23:02:31\";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.7.7/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:28\";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.7.7/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}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:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.7.2\";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.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";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.7.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.7.9\";s:7:\"updated\";s:19:\"2017-11-16 03:21:37\";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.7.9/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";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.7.2/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.7.9\";s:7:\"updated\";s:19:\"2017-11-05 15:31:54\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-02-02 15:21:03\";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.7.9/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.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:25\";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.7.7/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_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-05 14:22:07\";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.7.9/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:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-18 16:11:00\";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.7.9/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_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2018-01-09 09:39:16\";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.7.9/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:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";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.7.2/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.7.9\";s:7:\"updated\";s:19:\"2017-11-06 16:55:32\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-13 21:15:33\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-12-06 13:22:52\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-24 00:18:40\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-07 15:10:37\";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.7.9/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.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";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.7.2/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.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";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.7.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.7.7\";s:7:\"updated\";s:19:\"2017-05-02 14:01:52\";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.7.7/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.7.7\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";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.7.7/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.7.9\";s:7:\"updated\";s:19:\"2017-11-07 11:16:40\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2018-03-07 06:15:35\";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.7.9/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.7.7\";s:7:\"updated\";s:19:\"2017-04-05 06:17:00\";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.7.7/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:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:13\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-10 13:55:34\";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.7.9/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:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-15 19:48:50\";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.7.9/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.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";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.7.7/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.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";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.7.7/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:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-03-24 06:52:11\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-15 14:11:50\";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.7.9/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.20\";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.20/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.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:31\";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.7.7/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:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2018-03-02 11:52:03\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.9/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-15 12:00:12\";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.7.9/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:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-10-26 11:43:42\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/nl_BE.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:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-15 12:01:05\";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.7.9/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:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:40:57\";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.7.7/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.7.2\";s:7:\"updated\";s:19:\"2017-01-02 13:47:38\";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.7.2/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:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-12-02 15:20:38\";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.7.9/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.20\";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.20/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.7.9\";s:7:\"updated\";s:19:\"2018-02-28 12:48:15\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-06 13:08:33\";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.7.9/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:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-12-15 17:03:07\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-05 14:26:51\";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.7.9/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:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-09-08 11:22:11\";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.7.7/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.7.9\";s:7:\"updated\";s:19:\"2017-11-16 18:46:53\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-06 12:08:03\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-29 20:58:47\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-05 15:02:59\";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.7.9/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.7.2\";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.7.2/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:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2018-03-02 17:10:03\";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.7.9/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.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";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.7.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.7.9\";s:7:\"updated\";s:19:\"2017-11-13 22:08:24\";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.7.9/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:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";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.7.2/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.7.7\";s:7:\"updated\";s:19:\"2017-05-17 03:13:31\";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.7.7/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:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-06 09:16:03\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.9/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-05-13 09:55:38\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-07-02 09:07:47\";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.7.7/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_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2018-01-17 14:15:35\";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.7.9/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_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-05-08 04:16:08\";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.7.7/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_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-15 21:18:33\";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.7.9/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'),(90633,'_site_transient_timeout_browser_49da57eac7f840522fef2b86e883cffa','1521521287','no'),(90634,'_site_transient_browser_49da57eac7f840522fef2b86e883cffa','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"64.0.3282.186\";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'),(90925,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.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\";}}s:12:\"last_checked\";i:1522919148;s:15:\"version_checked\";s:6:\"4.7.10\";s:12:\"translations\";a:0:{}}','no'),(90937,'_site_transient_timeout_theme_roots','1522920951','no'),(90938,'_site_transient_theme_roots','a:5:{s:6:\"expo18\";s:7:\"/themes\";s:6:\"sketch\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(90939,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1522919153;s:7:\"checked\";a:5:{s:6:\"expo18\";s:5:\"1.2.4\";s:6:\"sketch\";s:5:\"1.2.2\";s:13:\"twentyfifteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"1.4\";s:13:\"twentysixteen\";s:3:\"1.4\";}s:8:\"response\";a:2:{s:6:\"sketch\";a:4:{s:5:\"theme\";s:6:\"sketch\";s:11:\"new_version\";s:5:\"1.2.4\";s:3:\"url\";s:36:\"https://wordpress.org/themes/sketch/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/sketch.1.2.4.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.5.zip\";}}s:12:\"translations\";a:0:{}}','no'),(90940,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1522919153;s:8:\"response\";a:1:{s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";O:8:\"stdClass\":15:{s:6:\"author\";s:19:\"Magic Hills Pty Ltd\";s:8:\"homepage\";s:48:\"https://www.wonderplugin.com/wordpress-carousel/\";s:4:\"name\";s:21:\"WonderPlugin Carousel\";s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"4.9.5\";s:7:\"version\";s:4:\"12.7\";s:11:\"new_version\";s:4:\"12.7\";s:12:\"last_updated\";s:10:\"2018-03-12\";s:8:\"sections\";a:1:{s:10:\"change log\";s:17881:\"<h4>Version 12.7 - March 12, 2018</h4>\n<ul>\n<li>Fix a bug when playing videos inside the carousel</li>\n</ul>\n<h4>Version 12.6 - January 31, 2018</h4>\n<ul>\n<li>For vertical carousels, support changing the number of visible items according to the screen size or the web browser width</li>\n<li>Support left/right arrows when the option continuous playing (auto scrolling) is enabled</li>\n</ul>\n<h4>Version 12.5 - January 17, 2017</h4>\n<ul>\n<li>For WordPress post carousels, the following four macro variables are supported:</li>\n<li><code>__CATEGORYNAME[,]__</code>: display all category names separated by a comma.</li>\n<li><code>__CATEGORYNAMELINK[,]{_target}__</code>: display all category names separated by a comma. Each category name will link to the corresponding category page. The link will open in a new tab which is defined by the target value <code>_target</code>. To open the link in the same page, change the code to <code>__CATEGORYNAMELINK[,]{}__</code>.</li>\n<li><code>__TAGNAME[,]__</code>: display all tags separated by a comma.</li>\n<li><code>__TAGNAMELINK[,]{_target}__</code>: display all tags separated by a comma. Each tag will link to the corresponding tag page. The link will open in a new tab which is defined by the target value <code>_target</code>. To open the link in the same page, change the code to <code>__TAGNAMELINK[,]{}__</code>.</li>\n</ul>\n<h4>Version 12.4 - January 6, 2018</h4>\n<ul>\n<li>Support WooCommerce product category fields: <code>%wc_product_cat_id%</code>, <code>%wc_product_cat_name%</code>, <code>%wc_product_cat_slug%</code> and <code>%wc_product_cat_link%</code></li>\n<li>Support displaying post category ID, name, slug and link. The following macro-variables are supported for WordPress post carousel: <code>__CATEGORYID__</code>, <code>__CATEGORYNAME__</code>, <code>__CATEGORYSLUG__</code>, <code>__CATEGORYLINK__</code></li>\n</ul>\n<h4>Version 12.3 - October 23, 2017</h4>\n<ul>\n<li>Support WordPress page carousel</li>\n</ul>\n<h4>Version 12.2 - September 16, 2017</h4>\n<ul>\n<li>Fix a bug in the carousel movement when the option \"Display thumbnail images as same height and different width if they have different aspect ratio\" is selected</li>\n</ul>\n<h4>Version 12.1 - September 5, 2017</h4>\n<ul>\n<li>Add a new skin \"Read More Button\"</li>\n</ul>\n<h4>Version 12.0 - August 10, 2017</h4>\n<ul>\n<li>\nAdd a function \"Search and Replace\" in the \"Import/Export\" menu. This function can be used to search and replace domain names in the carousels when you move your WordPress site to a new domain or change to HTTPS secure site.</li>\n</ul>\n<h4>Version 11.9 - August 7, 2017</h4>\n<ul>\n<li>Add buttons to the carousel</li>\n<li>Add a new skin <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-and-image-carousel-slider-id54/\" target=\"_blank\">Text and Image Slider</a> to create WordPress carousel sliders</li>\n</ul>\n<h4>Version 11.8 - July 31, 2017</h4>\n<ul>\n<li>Add two skins <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-carousel-with-social-media-id52/\" target=\"_blank\">Team Members with Social Media</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-with-social-media-and-flip-effect-id53/\" target=\"_blank\">Team Members with Social Media and Flip Effect</a> to display team members information</li>\n</ul>\n<h4>Version 11.7 - July 13, 2017</h4>\n<ul>\n<li>Fix the issue of the lightbox jumping to the page top</li>\n<li>Fix the swipe issue on Android version 5 and below</li>\n</ul>\n<h4>Version 11.6 - June 3, 2017</h4>\n<ul>\n<li>Add a button \"Add PDF\" in step 1 to help create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-pdf-carousel-id51/\" target=\"_blank\">WordPress PDF carousel</a></li>\n<li>In step 1, when adding an image/video/PDF, highlight the input box if the image/video/PDF is not selected</li>\n<li>Setup different default lightbox size for images, videos and PDF files</li>\n</ul>\n<h4>Version 11.5 - June 2, 2017</h4>\n<ul>\n<li>Support opening PDF files in the carousel lightbox popup</li>\n</ul>\n<h4>Version 11.4 - May 30, 2017</h4>\n<ul>\n<li>Select WordPress posts by tags</li>\n<li>Specify the \"orderby\" option when selecting WordPress posts. You can now randomly select posts or select posts by date, ID, author, title, modified date, number of comments.</li>\n<li>Fix a compatibility issue with WooCommerce 3</li>\n<li>Create featured posts carousels for WooCommerce 3</li>\n<li>Specify the featured image size for WooCommerce / custom post type carousels</li>\n</ul>\n<h4>Version 11.3 - April 27, 2017</h4>\n<ul>\n<li>Fix the bug when using the URL parameter firstcarouselid to specify the first item on page load</li>\n</ul>\n<h4>Version 11.2 - April 6, 2017</h4>\n<ul>\n<li>Fix the lightbox resizing issue on mobile devices</li>\n</ul>\n<h4>Version 11.1 - March 30, 2017</h4>\n<ul>\n<li>Add an option to add extra attributes to <a> tag</li>\n<li>Add a lightbox advanced option <em>bodynoscroll</em>. When adding <em>data-bodynoscroll=\"true\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox background scrolling</li>\n<li>Add a lightbox advanced option <em>mobileresizeevent</em>. When adding <em>data-mobileresizeevent=\"false\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox resizing on mobile devices</li>\n</ul>\n<h4>Version 11.0 - February 23, 2017</h4>\n<ul>\n<li>When automatically playing the carousel, add an option to move the carousel to the left or the right</li>\n<li>Add an option to disable looping images when the total number is less than a specified number</li>\n</ul>\n<h4>Version 10.9 - January 9, 2017</h4>\n<ul>\n<li>When adding a carousel to a page or post by using the shortcode, support calling the carousel by its name, for example [wonderplugin_carousel name=\"The Carousel Name\"]</li>\n<li>In the plugin, step 1, Images & Videos tab, add a button \"Delete All\" to delete all items</li>\n<li>In the plugin, step 1, Images & Videos tab, \"Add Image\" dialog, when adding multiple images with the button \"Upload\", apply the option \"Use thumbnail in carousel\" and \"Open current image in Lightbox\" to all images</li>\n</ul>\n<h4>Version 10.8</h4>\n<ul>\n<li>Export/import carousels to/from an .xml file</li>\n</ul>\n<h4>Version 10.7</h4>\n<ul>\n<li>Fix a bug in WordPress auto scrolling carousel</li>\n</ul>\n<h4>Version 10.6</h4>\n<ul>\n<li>Change lightbox fullscreen mode default to false on small screen devices</li>\n</ul>\n<h4>Version 10.5</h4>\n<ul>\n<li>Add an option to add custom JavaScript code</li>\n<li>Add the attribute allowfullscreen to lightbox iframe</li>\n<li>Add a lightbox advanced option maxheight: when data-maxheight=\"true\" is added to the Lightbox Advanced Options input box, the lightbox will use the height of the web browser to calculate the maximum height of the lightbox.</li>\n<li>Enable left and right arrows when the animation is not finished</li>\n</ul>\n<h4>Version 10.4</h4>\n<ul>\n<li>Support creating <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce best selling products carousel</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce featured products carousel</a></li>\n</ul>\n<h4>Version 10.3</h4>\n<ul>\n<li>Support displaying WooCommerce product price and rating in a <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce carousel</a></li>\n</ul>\n<h4>Version 10.2</h4>\n<ul>\n<li>WordPress custom post type carousel: change the word length limit to post content and excerpt only</li>\n<li>Use textarea for description input box</li>\n</ul>\n<h4>Version 10.1</h4>\n<ul>\n<li>Fix a minor bug in WordPress custom post type carousel</li>\n</ul>\n<h4>Version 10.0</h4>\n<ul>\n<li>Support WordPress custom post type. You can now use the plugin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce carousel</a> or your own custom post carousel</li>\n<li>Add an option to enter different text for alt attribute of img tags</li>\n<li>Add an option to add title attribute for img tags.</li>\n</ul>\n<h4>Version 9.9</h4>\n<ul>\n<li>Compatible with jQuery 3</li>\n</ul>\n<h4>Version 9.8</h4>\n<ul>\n<li>Support onclick event for web links</li>\n</ul>\n<h4>Version 9.7</h4>\n<ul>\n<li>Fix the problem of the menu Manage Carousels not working in version 9.4 on some WordPress installations</li>\n</ul>\n<h4>Version 9.4</h4>\n<ul>\n<li>Fix the problem when the folder wp-admin does not exist in the WordPress website</li>\n</ul>\n<h4>Version 9.3</h4>\n<ul>\n<li>Support macro variable __DATETIME__ and __DATE__ in carousel content template for <a href=\"https://www.wonderplugin.com/wordpress-tutorials/how-to-create-a-wordpress-post-carousel/\" target=\"_blank\">WordPress post carousel</a></li>\n</ul>\n<h4>Version 9.2</h4>\n<ul>\n<li>Fix the bug of icon class name conflict</li>\n</ul>\n<h4>Version 9.1</h4>\n<ul>\n<li>Move social media buttons to the bottom center of the lightbox popup</li>\n</ul>\n<h4>Version 9.0</h4>\n<ul>\n<li>Fix a bug of playing videos inside the carousel items</li>\n</ul>\n<h4>Version 8.9</h4>\n<ul>\n<li>Support social media share buttons in lightbox popup: Facebook, Twitter and Pinterest</li>\n<li>Rearrange lightbox options to tabs</li>\n</ul>\n<h4>Version 8.8</h4>\n<ul>\n<li>Use advanced option <code>data-imgextraprops</code> to add extra class names and attributes to img elements</li>\n<li>WordPress post carousel: getting posts of no older than specified days</li>\n<li>WordPress post carousel: specifying post order as ascending or descending</li>\n</ul>\n<h4>Version 8.7</h4>\n<ul>\n<li>Add a new skin Classic with Flip that can be used to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-3d-flip-effect-id45/\" target=\"_blank\">WordPress carousel with 3d flip effect</a></li>\n</ul>\n<h4>Version 8.6</h4>\n<ul>\n<li>Fix a responsive bug with image lightbox</li>\n</ul>\n<h4>Version 8.5</h4>\n<ul>\n<li>Add an option to hide the carousel before all carousel images are loaded</li>\n</ul>\n<h4>Version 8.4</h4>\n<ul>\n<li>Add a new skin Numbering which supports creating <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-number-navigation-id43/\" target=\"_blank\">WordPress carousels with number navigation</a></li>\n</ul>\n<h4>Version 8.3</h4>\n<ul>\n<li>Add an option to hide the whole carousel before the initialisation is finished</li>\n<li>Add an option to display Lightbox image with full width and scrollable height</li>\n<li>Only display images in the Media Library Selection Dialog when selecting an image file and only display videos when selecting a video file</li>\n</ul>\n<h4>Version 8.2</h4>\n<ul>\n<li>Fix a bug in multiple rows carousel</li>\n</ul>\n<h4>Version 8.1</h4>\n<ul>\n<li>Support full width carousel</li>\n<li>Support YouTube playlist carousel</li>\n</ul>\n<h4>Version 8.0</h4>\n<ul>\n<li>Add options to fit images into the carousel and center fitted images</li>\n</ul>\n<h4>Version 7.9</h4>\n<ul>\n<li>Fix the bug when there are uppercase letters in WordPress database prefix</li>\n</ul>\n<h4>Version 7.8</h4>\n<ul>\n<li>Hide the hover over text when the option \"Do not show hover image on touch screen\" is selected.</li>\n</ul>\n<h4>Version 7.7</h4>\n<ul>\n<li>Add an option to show/hide play button on video item</li>\n<li>Add an option to use own image as the video play button</li>\n<li>Fix the hover overlay image bug when there are multiple carousels on one page</li>\n</ul>\n<h4>Version 7.6</h4>\n<ul>\n<li>Fix a bug in version 7.5</li>\n</ul>\n<h4>Version 7.5</h4>\n<ul>\n<li>Fix a bug in vertical carousel when the random option is on</li>\n</ul>\n<h4>Version 7.4</h4>\n<ul>\n<li>Add a new skin Flow</li>\n<li>Add an option to show carousel images as same height and different width if the images have different aspect ratio</li>\n</ul>\n<h4>Version 7.3</h4>\n<ul>\n<li>Add an option to trigger window resize event when the carousel is rendered</li>\n</ul>\n<h4>Version 7.2</h4>\n<ul>\n<li>WordPress Posts Carousel: add an option to link title to the post page</li>\n<li>WordPress Posts Carousel: add an option to open the featured image in lightbox</li>\n</ul>\n<h4>Version 7.1</h4>\n<ul>\n<li>Fix a minor bug in image positioning</li>\n</ul>\n<h4>Version 7.0</h4>\n<ul>\n<li>Support URL parameter firstcarouselid and clickcarousel. The URL parameter firstcarouselid will slide the carousel to the specified item, the index of the parameter starts from 0. If clickcarousel=true is added to the URL, it will open the corresponding lightbox when the webpage loads. For example, the following URL will open the second video in lightbox when the webpage loads: <a href=\"https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true\" target=\"_blank\">https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true</a></li>\n</ul>\n<h4>Version 6.9</h4>\n<ul>\n<li>Fix a minor issue in version 6.8</li>\n</ul>\n<h4>Version 6.8</h4>\n<ul>\n<li>Add an option to support shortcode in title and description text</li>\n</ul>\n<h4>Version 6.7</h4>\n<ul>\n<li>Fix a bug in plugin update</li>\n</ul>\n<h4>Version 6.6</h4>\n<ul>\n<li>Add an option to center image when the aspect ratio of image is different with that of the carousel item</li>\n</ul>\n<h4>Version 6.5</h4>\n<ul>\n<li>Keep HTML tags in post excerpts</li>\n</ul>\n<h4>Version 6.4</h4>\n<ul>\n<li>Fix a minor bug in the skin Flip</li>\n</ul>\n<h4>Version 6.3</h4>\n<ul>\n<li>Add a new skin Flip to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-css3-flip-animation-effect-id41/\" target=\"_blank\">WordPress carousel with CSS3 flip animation effect</a></li>\n</ul>\n<h4>Version 6.2</h4>\n<ul>\n<li>Add a new skin Hover Over to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-text-hover-over-effect-id39/\" target=\"_blank\">WordPress carousel with text hover over effect</a></li>\n<li>Add an option to specify the spacing between carousel items</li>\n</ul>\n<h4>Version 6.1</h4>\n<ul>\n<li>Support trash in carousel management. The deleted carousel will be moved to the trash in which you can restore or permanently delete it.</li>\n</ul>\n<h4>Version 6.0</h4>\n<ul>\n<li>Support lightbox auto slideshow</li>\n<li>Add an option to always show the previous and next navigation arrows on lightbox</li>\n<li>Display error notice on the WordPress Updates page if the free upgrade period is expired.</li>\n</ul>\n<h4>Version 5.9</h4>\n<ul>\n<li>Add an option to support adding the new item to the beginning of the list\n</li>\n<li>Add a function to reverse the media list</li>\n</ul>\n<h4>Version 5.8</h4>\n<ul>\n<li>Fix the border radius bug in the skin Simplicity\n</li>\n<li>Add a div container around the carousel div</li>\n</ul>\n<h4>Version 5.7</h4>\n<ul>\n<li>Add an option to hide MP4/WebM video play control bar on lightbox</li>\n<li>Add an option to display text on bottom, inside, left or right of the lightbox</li>\n<li>Add an option to display lightbox in fullscreen mode. In fullscreen mode, the close button will be displayed on the top right corner of the web browser</li>\n<li>Add an option to add prefix to title when the lightbox is displayed in gallery mode</li>\n<li>Add an option to enable or disable closing lightbox when clicking on the overlay background</li>\n<li>Move the left and right navigation arrows to the side of lightbox on touch screen. This will fix the issue of double clicking when playing video on iPhone, iPad and Android.</li>\n</ul>\n<h4>Version 5.6</h4>\n<ul>\n<li>Add an option to display all carousel thumbnails in same size even when the original images have different aspect ratio.\n</li>\n</ul>\n<h4>Version 5.5</h4>\n<ul>\n<li>Fix the bug of playing MP4 video on iPad iOS 9.1\n</li>\n</ul>\n<h4>Version 5.4</h4>\n<ul>\n<li>Fix the bug of video lightbox in iPad 2\n</li>\n</ul>\n<h4>Version 5.3</h4>\n<ul>\n<li>Fix the bug of options \"Scroll Mode\", \"Interval\" and \"Transition duration\" not working\n</li>\n</ul>\n<h4>Version 5.2</h4>\n<ul>\n<li>Support WordPress posts carousel: create carousels from recent WordPress posts or posts in specified categories\n</li>\n<li>Add a new skin \"Read More\"\n</li>\n</ul>\n<h4>Version 5.1</h4>\n<ul>\n<li>Fix a bug in continuous movement\n</li>\n</ul>\n<h4>Version 5.0</h4>\n<ul>\n<li>Add an option to not initialise the carousel when the page is loaded. This option is useful if you would like to manually initialise the carousel with JavaScript API.\n</li>\n<li>Add an option to add init scripts together with carousel HTML code. This option is useful if the WordPress website uses Ajax to load posts and pages.\n</li>\n</ul>\n<h4>Version 4.9</h4>\n<ul>\n<li>Fix bugs\n</li>\n</ul>\n<h4>Version 4.5</h4>\n<ul>\n<li>Add a new skin Auto Scroll to create <a target=\"_blank\" href=\"/wordpress-carousel/examples/wordpress-auto-scroll-carousel-id34/\">automatically scrolling carousel</a>\n</li>\n<li>Add an option to pause carousel scrolling on mouse over\n</li>\n<li>Add options to specify the scrolling interval and transition duration\n</li>\n<li>Add an option to scroll by page or item\n</li>\n</ul>\n<h4>Version 4.4</h4>\n<ul>\n<li>Add an option to add slider js files to the footer\n</li>\n<li>Add an option to display carousels in text widgets\n</li>\n</ul>\n<h4>Version 4.3</h4>\n<ul>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-only-carousel-id32/\" target=\"_blank\">WordPress text only carousel</a>\n</li>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-multiple-rows-carousel-id33/\" target=\"_blank\">WordPress two rows carousel</a>\n</li>\n<li>Add an option \"Row number\" to define the number of rows\n</li>\n</ul>\n<h4>Version 4.2</h4>\n<ul>\n<li>Support version check and update\n</li>\n</ul>\";}s:3:\"key\";s:0:\"\";s:10:\"key_status\";s:5:\"empty\";s:10:\"key_expire\";i:0;s:4:\"slug\";s:21:\"wonderplugin-carousel\";s:6:\"plugin\";s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:12:\"last_checked\";i:1522919150;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{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:{}}}}','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=2578 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','1520918608: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','1510818709:1'),(24,12,'_wp_page_template','default'),(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','1510823662: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','1510823741: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','1512283822: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','1520499558: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','1520499654: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','1512282762: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','1487755900: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','1510823810: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','1520918782: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'),(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','1510812433: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'),(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'),(2435,684,'_wp_attached_file','2017/02/afls-logo.png'),(2436,684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1006;s:6:\"height\";i:379;s:4:\"file\";s:21:\"2017/02/afls-logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"afls-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:21:\"afls-logo-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"afls-logo-768x289.png\";s:5:\"width\";i:768;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"afls-logo-125x47.png\";s:5:\"width\";i:125;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:21:\"afls-logo-615x232.png\";s:5:\"width\";i:615;s:6:\"height\";i:232;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:{}}}'),(2439,704,'_wp_attached_file','2015/05/Sri-Lanka-Map.jpg'),(2440,704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:348;s:4:\"file\";s:25:\"2015/05/Sri-Lanka-Map.jpg\";s:5:\"sizes\";a:3:{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:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Sri-Lanka-Map-300x249.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:249;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2443,714,'_wp_attached_file','2017/02/multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_.jpg'),(2444,714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2000;s:4:\"file\";s:93:\"2017/02/multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:93:\"multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_-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:93:\"multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:93:\"multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:94:\"multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_-1024x853.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:93:\"multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_-125x104.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:93:\"multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_-615x513.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:513;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:{}}}'),(2455,786,'_wp_attached_file','2017/11/SriLanka-Air-2018.jpg'),(2456,786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:29:\"2017/11/SriLanka-Air-2018.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"SriLanka-Air-2018-150x80.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"SriLanka-Air-2018-125x50.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:50;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:9:\"Basic RGB\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2461,789,'_wp_attached_file','2017/11/Airfreight_1.jpg'),(2462,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:360;s:4:\"file\";s:24:\"2017/11/Airfreight_1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Airfreight_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Airfreight_1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Airfreight_1-125x75.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:75;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:48:\"Cargo plane being loaded at night, elevated view\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"(c) Greg Pease\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:48:\"Cargo plane being loaded at night, elevated view\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2463,792,'_wp_attached_file','2015/05/Fact-Sheet-button.png'),(2464,792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:75;s:4:\"file\";s:29:\"2015/05/Fact-Sheet-button.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Fact-Sheet-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:\"Fact-Sheet-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:\"Fact-Sheet-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: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:{}}}'),(2467,804,'_wp_attached_file','2015/05/SriLanka-2018.jpg'),(2468,804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:74;s:4:\"file\";s:25:\"2015/05/SriLanka-2018.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"SriLanka-2018-150x74.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"SriLanka-2018-125x46.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:46;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:9:\"Basic RGB\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2469,805,'_wp_attached_file','2015/05/Sri-Lanka-home-tex.jpg'),(2470,805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:137;s:4:\"file\";s:30:\"2015/05/Sri-Lanka-home-tex.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Sri-Lanka-home-tex-150x137.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Sri-Lanka-home-tex-125x95.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:95;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:9:\"Basic RGB\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2471,806,'_wp_attached_file','2015/05/11th-yarnfabric.jpg'),(2472,806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:164;s:4:\"file\";s:27:\"2015/05/11th-yarnfabric.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"11th-yarnfabric-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:27:\"11th-yarnfabric-125x128.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:128;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:9:\"Basic RGB\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2575,837,'_wp_attached_file','2018/03/slideimg01.jpg'),(2576,837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:22:\"2018/03/slideimg01.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"slideimg01-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:21:\"slideimg01-125x94.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:94;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:{}}}'),(2577,837,'_edit_lock','1520499821:1'); /*!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(255) 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=844 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_sixth]\r\n<a href=\"http://www.cemsonline.com/\" target=\"_blank\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"\" height=\"\" style=\"margin-top:17px;\"/></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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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://www.lankalogisticsexpo.com/wp-content/uploads/2018/03/slideimg01.jpg\" alt=\"Logistics Expo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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=\"100\" />\r\n<h3>Profile of Exhibits</h3>\r\n<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><!---<a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a>---><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','publish','open','open','','home','','','2018-03-13 05:23:26','2018-03-13 05:23:26','',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','','','2018-03-08 09:06:51','2018-03-08 09:06:51','',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.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\"><img class=\"size-medium wp-image-704 aligncenter\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map-300x249.jpg\" alt=\"\" width=\"300\" height=\"249\" /></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>3<sup>rd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2018</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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</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\"><strong>27 ~ 29 September 2018</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\">Sri Lanka</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 / 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 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 Bangladesh, 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-11-16 07:53:04','2017-11-16 07:53:04','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',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','','','2018-03-08 09:06:51','2018-03-08 09:06:51','',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','After the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions of dollars in the next few years thus creating a need for such an event in the country. The event is organized by CEMS-Global USA in association with CEMS Lanka.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the most prestigious and exclusive International Exhibition devoted to the Air Freight, Shipping and Logistics sector of Sri Lanka and will make a perfect networking platform for creating new Logistics networks, create new business connections and expand trade cooperations. With the new Port and Airport coming up thus boosting up Sri Lanka’s port and shipping capacities and capabilities to top World standards, Sri Lanka with its excellent geographical proximity, is all set to soon be the most important destination for the World Logistics Industry surpassing all previous records and become the newest one-of-a-kind hub for Logistics in South Asia.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the 3rd ever and biggest meeting place ever held in Sri Lanka for the World Air Freight, Shipping and Logistics Industry and companies who are looking for in-roads into Sri Lanka – the future Logistics hub in South Asia.','Highlights','','publish','open','open','','highlights','','','2017-11-16 09:15:44','2017-11-16 09:15:44','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',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','<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will focus on Target visitors from Home & Abroad consisting of CEO’s & Operations / Logistics Managers of the Logistics Industry, Decision makers and Professionals from all related Industries, Consultants, Agencies, Manufacturers, Exporters, Importers, Government Officials, Associations, Traders from all sectors of the Industry of Sri Lanka.','Focus','','publish','open','open','','focus','','','2017-11-16 09:17:23','2017-11-16 09:17:23','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',0,'http://cems-foodagro.com/?p=27',12,'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\r\nSince its inception in 1992, CEMS, in this span of 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA, CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia and over 10 associate offices around the world. CEMS-Global organizes over 40 exhibitions per annum on all important sectors of the trade and economy in South & South-East Asia & South America.\r\n\r\n</div>','About CEMS','','publish','open','open','','about-cems','','','2017-11-16 09:24:24','2017-11-16 09:24:24','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',0,'http://cems-foodagro.com/?p=30',11,'nav_menu_item','',0),(31,1,'2015-05-26 09:34:16','2015-05-26 09:34:16','After the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions of dollars in the next few years thus creating a need for such an event in the country. The event is organized by CEMS-Global USA in association with CEMS Lanka.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the most prestigious and exclusive International Exhibition devoted to the Air Freight, Shipping and Logistics sector of Sri Lanka and will make a perfect networking platform for creating new Logistics networks, create new business connections and expand trade cooperations. With the new Port and Airport coming up thus boosting up Sri Lanka’s port and shipping capacities and capabilities to top World standards, Sri Lanka with its excellent geographical proximity, is all set to soon be the most important destination for the World Logistics Industry surpassing all previous records and become the newest one-of-a-kind hub for Logistics in South Asia.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the 3rd ever and biggest meeting place ever held in Sri Lanka for the World Air Freight, Shipping and Logistics Industry and companies who are looking for in-roads into Sri Lanka – the future Logistics hub in South Asia. ','Event Profile','','publish','open','open','','event-profile','','','2017-11-16 07:46:14','2017-11-16 07:46:14','',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','','','2018-03-08 09:06:51','2018-03-08 09:06:51','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',0,'http://cems-foodagro.com/?p=37',10,'nav_menu_item','',0),(38,1,'2015-05-26 09:37:42','2015-05-26 09:37:42','<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"389\">\r\n<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n <li>Cross Border Transportation</li>\r\n <li>Support Services, Related Trade Publications & Web portals</li>\r\n</ul>\r\n</td>\r\n<td width=\"392\">\r\n<ul>\r\n <li>Software/IT / Automation for Transportation/Logistics – Land, Air & Sea</li>\r\n <li>Customs Clearance Brokers/Companies</li>\r\n <li>Couriers & Messengers</li>\r\n <li>Insurance- marine</li>\r\n <li>Institutes / Academy</li>\r\n <li>Surveyors-Marine\r\nAssociations</li>\r\n <li>Packing - Crating</li>\r\n <li>Banking Service</li>\r\n <li>Government Agencies / State Enterprises</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Profile of Exhibits','','publish','open','open','','profile-of-exhibits','','','2017-02-22 09:33:53','2017-02-22 09:33:53','',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','','','2018-03-08 09:06:51','2018-03-08 09:06:51','',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>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will focus on Target visitors from Home & Abroad consisting of CEO’s & Operations / Logistics Managers of the Logistics Industry, Decision makers and Professionals from all related Industries, Consultants, Agencies, Manufacturers, Exporters, Importers, Government Officials, Associations, Traders from all sectors of the Industry of Sri Lanka.','Profile of Visitors','','publish','open','open','','profile-of-visitors','','','2017-11-16 09:18:47','2017-11-16 09:18:47','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',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<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\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span></strong>\r\n<span style=\"color: #000000;\">Hotline : +1 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cems-global.com\" target=\"_blank\">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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong>\r\n<strong><span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo, Sri Lanka</span></strong>\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 - 11 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\">www.cemslanka.com</a></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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">Rupayan Millennium Square (5th Floor), House- Cha-70, \r\nBir Uttam Rafiqul Islam Avenue(North Badda), \r\nDhaka-1212,Bangladesh.</span></strong>\r\n<span style=\"color: #000000;\">Tel : +88 02 48810266 ~ 81</span>\r\n<span style=\"color: #000000;\">Fax : +88 02 48810286</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\" >cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\">www.cemsonline.com</a></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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services India Pvt Ltd.\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri New Delhi-110058</span></strong>\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@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\">www.cemsindia.in</a></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><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></div>\r\n<div><strong><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, <br/>Chaoyang, Beijing, 100029, China</span></strong></div>\r\n</div>\r\n<div>\r\n<span style=\"color: #000000;\">Tel : 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax : 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell : 86 13811367205</span>\r\nE-mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems_china@163.com\">cems_china@163.com</a>\r\nWeb : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a \r\nhref=\"http://www.cemschina.cn\" target=\"_blank\">www.cemschina.cn</a>\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</div>','Contact Us','','publish','open','open','','contact-us','','','2018-03-13 05:26:21','2018-03-13 05:26:21','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',0,'http://cems-foodagro.com/?p=46',13,'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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',0,'http://cems-foodagro.com/?p=50',9,'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-12-18 10:01:49','2017-12-18 10:01:49','<div id=\"post-99\">\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\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span></strong>\r\n<span style=\"color: #000000;\">Hotline : +1 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cems-global.com\" target=\"_blank\">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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong>\r\n<strong><span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong>\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 - 11 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\">www.cemslanka.com</a></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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong> <span style=\"color: #000000;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, Progati Sarani, <br/>North Badda, Dhaka-1212,Bangladesh.</span></strong>\r\n<span style=\"color: #000000;\">Tel : +880-2-55040848 ~ 65</span>\r\n<span style=\"color: #000000;\">Fax : +880-2-55040031</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\" >cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\">www.cemsonline.com</a></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\r\n<strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri New Delhi-110058</span></strong>\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@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\">www.cemsindia.in</a></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><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></div>\r\n<div><strong><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, <br/>Chaoyang, Beijing, 100029, China</span></strong></div>\r\n</div>\r\n<div>\r\n<span style=\"color: #000000;\">Tel : 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax : 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell : 86 13811367205</span>\r\nE-mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems_china@163.com\">cems_china@163.com</a>\r\nWeb : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a \r\nhref=\"http://www.cemschina.cn\" target=\"_blank\">www.cemschina.cn</a>\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</div>','Contact Us','','inherit','open','open','','44-autosave-v1','','','2017-12-18 10:01:49','2017-12-18 10:01:49','',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),(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-11-16 07:45:32','2017-11-16 07:45:32','After the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions of dollars in the next few years thus creating a need for such an event in the country. The event is organized by CEMS-Global USA in association with CEMS Lanka.\n\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’ will be the most prestigious and exclusive International Exhibition devoted to the Air Freight, Shipping and Logistics sector of Sri Lanka and will make a perfect networking platform for creating new Logistics networks, create new business connections and expand trade cooperations. With the new Port and Airport coming up thus boosting up Sri Lanka’s port and shipping capacities and capabilities to top World standards, Sri Lanka with its excellent geographical proximity, is all set to soon be the most important destination for the World Logistics Industry surpassing all previous records and become the newest one-of-a-kind hub for Logistics in South Asia.\n\n<strong>`2<sup>nd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2017’ </strong>will be the 2<sup>nd</sup> ever and biggest meeting place ever held in Sri Lanka for the World Air Freight, Shipping and Logistics Industry and companies who are looking for in-roads into Sri Lanka – the future Logistics hub in South Asia.','Event Profile','','inherit','open','open','','31-autosave-v1','','','2017-11-16 07:45:32','2017-11-16 07:45:32','',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','<h3>3RD SRI LANKA INT\'L AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2018</h3>\r\n<script src=\"http://www.emailmeform.com/builder/forms/jsform/T60NjUo9ePy4\" type=\"text/javascript\"></script>\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','','publish','open','open','','online-visitor-registration','','','2017-11-16 06:07:56','2017-11-16 06:07:56','',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),(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); INSERT INTO `backupdb_wp_posts` VALUES (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-11-16 07:52:55','2017-11-16 07:52:55',' \n\n<a href=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\"><img class=\"size-medium wp-image-704 aligncenter\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map-300x249.jpg\" alt=\"\" width=\"300\" height=\"249\" /></a>\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>3<sup>rd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2018</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<strong><em>An exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em></strong>\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 September 2018</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\">Sri Lanka</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 / Business Visitors</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 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 – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Bangladesh, 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-11-16 07:52:55','2017-11-16 07:52:55','',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),(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),(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-02-22 09:24:31','2017-02-22 09:24:31','','afls-logo','','inherit','open','closed','','afls-logo','','','2017-02-22 09:24:31','2017-02-22 09:24:31','',0,'http://www.lankalogisticsexpo.com/wp-content/uploads/2017/02/afls-logo.png',0,'attachment','image/png',0),(685,1,'2017-02-22 09:31:10','2017-02-22 09:31:10','After the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions of dollars in the next few years thus creating a need for such an event in the country. The event is organized by CEMS-Global USA in association with CEMS Lanka.\r\n\r\n<strong>`2<sup>nd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2017’ </strong>will be the most prestigious and exclusive International Exhibition devoted to the Air Freight, Shipping and Logistics sector of Sri Lanka and will make a perfect networking platform for creating new Logistics networks, create new business connections and expand trade cooperations. With the new Port and Airport coming up thus boosting up Sri Lanka’s port and shipping capacities and capabilities to top World standards, Sri Lanka with its excellent geographical proximity, is all set to soon be the most important destination for the World Logistics Industry surpassing all previous records and become the newest one-of-a-kind hub for Logistics in South Asia.\r\n\r\n<strong>`2<sup>nd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2017’ </strong>will be the 2<sup>nd</sup> ever and biggest meeting place ever held in Sri Lanka for the World Air Freight, Shipping and Logistics Industry and companies who are looking for in-roads into Sri Lanka – the future Logistics hub in South Asia.','Event Profile','','inherit','closed','closed','','31-revision-v1','','','2017-02-22 09:31:10','2017-02-22 09:31:10','',31,'http://www.lankalogisticsexpo.com/index.php/31-revision-v1/',0,'revision','',0),(686,1,'2017-02-22 09:31:43','2017-02-22 09:31:43','After the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions of dollars in the next few years thus creating a need for such an event in the country. The event is organized by CEMS-Global USA in association with CEMS Lanka.\r\n\r\n<strong>`2<sup>nd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2017’ </strong>will be the most prestigious and exclusive International Exhibition devoted to the Air Freight, Shipping and Logistics sector of Sri Lanka and will make a perfect networking platform for creating new Logistics networks, create new business connections and expand trade cooperations. With the new Port and Airport coming up thus boosting up Sri Lanka’s port and shipping capacities and capabilities to top World standards, Sri Lanka with its excellent geographical proximity, is all set to soon be the most important destination for the World Logistics Industry surpassing all previous records and become the newest one-of-a-kind hub for Logistics in South Asia.\r\n\r\n<strong>`2<sup>nd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2017’ </strong>will be the 2<sup>nd</sup> ever and biggest meeting place ever held in Sri Lanka for the World Air Freight, Shipping and Logistics Industry and companies who are looking for in-roads into Sri Lanka – the future Logistics hub in South Asia.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2017-02-22 09:31:43','2017-02-22 09:31:43','',19,'http://www.lankalogisticsexpo.com/index.php/19-revision-v1/',0,'revision','',0),(687,1,'2017-02-22 09:32:07','2017-02-22 09:32:07','<strong>`2<sup>nd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2017’ </strong>will focus on Target visitors from Home & Abroad consisting of CEO’s & Operations / Logistics Managers of the Logistics Industry, Decision makers and Professionals from all related Industries, Consultants, Agencies, Manufacturers, Exporters, Importers, Government Officials, Associations, Traders from all sectors of the Industry of Sri Lanka.','Profile of Visitors','','inherit','closed','closed','','41-revision-v1','','','2017-02-22 09:32:07','2017-02-22 09:32:07','',41,'http://www.lankalogisticsexpo.com/index.php/41-revision-v1/',0,'revision','',0),(688,1,'2017-02-22 09:32:23','2017-02-22 09:32:23','<strong>`2<sup>nd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2017’ </strong>will focus on Target visitors from Home & Abroad consisting of CEO’s & Operations / Logistics Managers of the Logistics Industry, Decision makers and Professionals from all related Industries, Consultants, Agencies, Manufacturers, Exporters, Importers, Government Officials, Associations, Traders from all sectors of the Industry of Sri Lanka.','Focus','','inherit','closed','closed','','22-revision-v1','','','2017-02-22 09:32:23','2017-02-22 09:32:23','',22,'http://www.lankalogisticsexpo.com/index.php/22-revision-v1/',0,'revision','',0),(689,1,'2017-02-22 09:32:53','2017-02-22 09:32:53',' \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> Sri Lanka International Air Freight, Shipping & Logistics 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','','','2017-02-22 09:32:53','2017-02-22 09:32:53','',12,'http://www.lankalogisticsexpo.com/index.php/12-revision-v1/',0,'revision','',0),(690,1,'2017-02-22 09:33:37','2017-02-22 09:33:37',' \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> Sri Lanka International Air Freight, Shipping & Logistics 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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</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\"><strong>15 ~ 17 September 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\">Sri Lanka</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','','','2017-02-22 09:33:37','2017-02-22 09:33:37','',12,'http://www.lankalogisticsexpo.com/index.php/12-revision-v1/',0,'revision','',0),(691,1,'2017-02-22 09:33:53','2017-02-22 09:33:53','<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"389\">\r\n<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n <li>Cross Border Transportation</li>\r\n <li>Support Services, Related Trade Publications & Web portals</li>\r\n</ul>\r\n</td>\r\n<td width=\"392\">\r\n<ul>\r\n <li>Software/IT / Automation for Transportation/Logistics – Land, Air & Sea</li>\r\n <li>Customs Clearance Brokers/Companies</li>\r\n <li>Couriers & Messengers</li>\r\n <li>Insurance- marine</li>\r\n <li>Institutes / Academy</li>\r\n <li>Surveyors-Marine\r\nAssociations</li>\r\n <li>Packing - Crating</li>\r\n <li>Banking Service</li>\r\n <li>Government Agencies / State Enterprises</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Profile of Exhibits','','inherit','closed','closed','','38-revision-v1','','','2017-02-22 09:33:53','2017-02-22 09:33:53','',38,'http://www.lankalogisticsexpo.com/index.php/38-revision-v1/',0,'revision','',0),(692,1,'2017-11-20 10:33:15','2017-11-20 10:33: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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n\r\n<p style=\"text-align: center;\"><a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-autosave-v1','','','2017-11-20 10:33:15','2017-11-20 10:33:15','',5,'http://www.lankalogisticsexpo.com/index.php/5-autosave-v1/',0,'revision','',0),(693,1,'2017-02-22 09:55:45','2017-02-22 09:55:45','[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.lankalogisticsexpo.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>‘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.lankalogisticsexpo.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://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.lankalogisticsexpo.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','','','2017-02-22 09:55:45','2017-02-22 09:55:45','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(695,1,'2017-02-22 09:58:46','2017-02-22 09:58:46','[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.lankalogisticsexpo.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>‘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.lankalogisticsexpo.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://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\"><img class=\"alignnone size-medium wp-image-694\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map-300x282.png\" alt=\"\" width=\"300\" height=\"282\" /></a>\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.lankalogisticsexpo.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','','','2017-02-22 09:58:46','2017-02-22 09:58:46','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(696,1,'2017-02-22 10:00:20','2017-02-22 10:00:20','[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.lankalogisticsexpo.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>‘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.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n\r\n \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.lankalogisticsexpo.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','','','2017-02-22 10:00:20','2017-02-22 10:00:20','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(697,1,'2017-02-22 10:02:19','2017-02-22 10:02:19','[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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n <li>Cross Border Transportation</li>\r\n</ul>\r\nSupport Services, Related Trade Publications & Web portals\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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.lankalogisticsexpo.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','','','2017-02-22 10:02:19','2017-02-22 10:02:19','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(698,1,'2017-02-22 10:02:44','2017-02-22 10:02: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://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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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.lankalogisticsexpo.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','','','2017-02-22 10:02:44','2017-02-22 10:02:44','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(699,1,'2017-02-22 10:04:56','2017-02-22 10:04:56','[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=\"<a href=\"http://www.lankalogisticsexpo.comindex.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','','','2017-02-22 10:04:56','2017-02-22 10:04:56','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(700,1,'2017-02-22 10:06:50','2017-02-22 10:06: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://www.lankalogisticsexpo.comindex.php/online-visitor-registration/\" target=\"_blank\"> [/five_sixth_last]\r\n[three_fourth]</a>\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','','','2017-02-22 10:06:50','2017-02-22 10:06:50','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(701,1,'2017-02-22 10:09:57','2017-02-22 10:09:57','[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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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.lankalogisticsexpo.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','','','2017-02-22 10:09:57','2017-02-22 10:09:57','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(702,1,'2017-02-22 10:12:13','2017-02-22 10:12:13','[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.lankalogisticsexpo.com/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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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.lankalogisticsexpo.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','','','2017-02-22 10:12:13','2017-02-22 10:12:13','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(703,1,'2017-02-22 10:13:21','2017-02-22 10:13:21','[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.lankalogisticsexpo.com/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=\"#\"><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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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.lankalogisticsexpo.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','','','2017-02-22 10:13:21','2017-02-22 10:13:21','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(704,1,'2017-02-22 11:58:03','2017-02-22 11:58:03','','Sri-Lanka-Map','','inherit','open','closed','','sri-lanka-map-2','','','2017-02-22 11:58:03','2017-02-22 11:58:03','',12,'http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg',0,'attachment','image/jpeg',0),(705,1,'2017-02-22 11:58:20','2017-02-22 11:58:20',' \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\"><img class=\"size-medium wp-image-704 aligncenter\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map-300x249.jpg\" alt=\"\" width=\"300\" height=\"249\" /></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> Sri Lanka International Air Freight, Shipping & Logistics 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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</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\"><strong>15 ~ 17 September 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\">Sri Lanka</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','','','2017-02-22 11:58:20','2017-02-22 11:58:20','',12,'http://www.lankalogisticsexpo.com/index.php/12-revision-v1/',0,'revision','',0),(706,1,'2017-02-23 07:25:31','2017-02-23 07:25: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\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@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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@lankalogisticsexpo.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@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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@lankalogisticsexpo.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-02-23 07:25:31','2017-02-23 07:25:31','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(707,1,'2017-02-23 07:27:02','2017-02-23 07:27:02','<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@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.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@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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-02-23 07:27:02','2017-02-23 07:27:02','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(708,1,'2017-02-28 06:28:00','2017-02-28 06:28:00','[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.lankalogisticsexpo.com/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=\"#\"><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 ........\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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n<a href=\"http://www.lankalogisticsexpo.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','','','2017-02-28 06:28:00','2017-02-28 06:28:00','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(709,1,'2017-02-28 06:28:55','2017-02-28 06:28:55','[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.lankalogisticsexpo.com/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=\"#\"><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 ........\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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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','','','2017-02-28 06:28:55','2017-02-28 06:28:55','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(710,1,'2017-02-28 06:30:23','2017-02-28 06:30:23','[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.lankalogisticsexpo.com/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=\"#\"><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 ........\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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n \r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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','','','2017-02-28 06:30:23','2017-02-28 06:30:23','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(711,1,'2017-02-28 06:31:01','2017-02-28 06:31:01','[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.lankalogisticsexpo.com/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=\"#\"><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 \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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n \r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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','','','2017-02-28 06:31:01','2017-02-28 06:31:01','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(712,1,'2017-02-28 06:31:28','2017-02-28 06:31:28','[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.lankalogisticsexpo.com/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=\"#\"><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 \r\n \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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n \r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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','','','2017-02-28 06:31:28','2017-02-28 06:31:28','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(714,1,'2017-02-28 06:34:05','2017-02-28 06:34:05','','multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_','','inherit','open','closed','','multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_','','','2017-02-28 06:34:05','2017-02-28 06:34:05','',0,'http://www.lankalogisticsexpo.com/wp-content/uploads/2017/02/multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_.jpg',0,'attachment','image/jpeg',0),(716,1,'2017-05-07 06:35:52','2017-05-07 06:35:52','[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.lankalogisticsexpo.com/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=\"#\"><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\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 \r\n \r\n \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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n \r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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','','','2017-05-07 06:35:52','2017-05-07 06:35:52','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(719,1,'2017-05-23 07:02:19','2017-05-23 07:02:19','<h3>2ND SRI LANKA INT\'L AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2017</h3>\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-05-23 07:02:19','2017-05-23 07:02:19','',490,'http://www.lankalogisticsexpo.com/index.php/490-revision-v1/',0,'revision','',0),(720,1,'2017-05-23 07:08:57','2017-05-23 07:08:57','<h3>2ND SRI LANKA INT\'L AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2017</h3>\r\n<script src=\"http://www.emailmeform.com/builder/forms/jsform/ZKpgcPjal5e3DXVUbd73\" type=\"text/javascript\"></script>\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-05-23 07:08:57','2017-05-23 07:08:57','',490,'http://www.lankalogisticsexpo.com/index.php/490-revision-v1/',0,'revision','',0),(721,1,'2017-05-23 07:09:17','2017-05-23 07:09:17','<h3>2ND SRI LANKA INT\'L AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2017</h3>\r\n<script src=\"http://www.emailmeform.com/builder/forms/jsform/ZKpgcPjal5e3DXVUbd73\" type=\"text/javascript\"></script>\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-05-23 07:09:17','2017-05-23 07:09:17','',490,'http://www.lankalogisticsexpo.com/index.php/490-revision-v1/',0,'revision','',0),(722,1,'2017-05-23 07:16:29','2017-05-23 07:16:29','[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.lankalogisticsexpo.com/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=\"#\"><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 [/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\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-05-23 07:16:29','2017-05-23 07:16:29','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(786,1,'2017-11-16 05:27:23','2017-11-16 05:27:23','','Basic RGB','','inherit','open','closed','','basic-rgb','','','2017-11-16 05:27:23','2017-11-16 05:27:23','',0,'http://www.lankalogisticsexpo.com/wp-content/uploads/2017/11/SriLanka-Air-2018.jpg',0,'attachment','image/jpeg',0),(789,1,'2017-11-16 05:54:04','2017-11-16 05:54:04','','Cargo plane being loaded at night, elevated view','Cargo plane being loaded at night, elevated view','inherit','open','closed','','cargo-plane-being-loaded-at-night-elevated-view','','','2017-11-16 05:54:04','2017-11-16 05:54:04','',0,'http://www.lankalogisticsexpo.com/wp-content/uploads/2017/11/Airfreight_1.jpg',0,'attachment','image/jpeg',0),(790,1,'2017-11-16 06:07:41','2017-11-16 06:07:41','<h3>4RD SRI LANKA INT\'L AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2018</h3>\r\n<script src=\"http://www.emailmeform.com/builder/forms/jsform/T60NjUo9ePy4\" type=\"text/javascript\"></script>\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-11-16 06:07:41','2017-11-16 06:07:41','',490,'http://www.lankalogisticsexpo.com/index.php/490-revision-v1/',0,'revision','',0),(791,1,'2017-11-16 06:07:56','2017-11-16 06:07:56','<h3>3RD SRI LANKA INT\'L AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2018</h3>\r\n<script src=\"http://www.emailmeform.com/builder/forms/jsform/T60NjUo9ePy4\" type=\"text/javascript\"></script>\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-11-16 06:07:56','2017-11-16 06:07:56','',490,'http://www.lankalogisticsexpo.com/index.php/490-revision-v1/',0,'revision','',0),(792,1,'2017-11-16 06:10:11','2017-11-16 06:10:11','','Fact-Sheet-button','','inherit','open','closed','','fact-sheet-button','','','2017-11-16 06:10:11','2017-11-16 06:10:11','',5,'http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png',0,'attachment','image/png',0),(793,1,'2017-11-16 06:11:01','2017-11-16 06:11:01','[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.lankalogisticsexpo.com/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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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 [/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\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 06:11:01','2017-11-16 06:11:01','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(794,1,'2017-11-16 06:11:51','2017-11-16 06:11:51','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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 [/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\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 06:11:51','2017-11-16 06:11:51','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(795,1,'2017-11-16 06:18:30','2017-11-16 06:18:30','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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 [/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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 06:18:30','2017-11-16 06:18:30','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(796,1,'2017-11-16 06:41:37','2017-11-16 06:41:37','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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 [/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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 06:41:37','2017-11-16 06:41:37','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(797,1,'2017-11-16 06:43:24','2017-11-16 06:43:24','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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 [/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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 06:43:24','2017-11-16 06:43:24','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(798,1,'2017-11-16 06:44:15','2017-11-16 06:44: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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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 [/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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 06:44:15','2017-11-16 06:44:15','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(800,1,'2017-11-16 06:59:30','2017-11-16 06:59:30','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 06:59:30','2017-11-16 06:59:30','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(801,1,'2017-11-16 07:01:32','2017-11-16 07:01:32','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 07:01:32','2017-11-16 07:01:32','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(802,1,'2017-11-16 07:02:57','2017-11-16 07:02:57','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n\r\n<p style=\"text-align: center;\"><a href=\"http://beautyfitnessfair.com/\" target=\"_blank\"><img alt=\"Beauty & Fitness\" src=\"http://beautyfitnessfair.com/wp-content/uploads/2017/11/beautyfitness.png\" /></a><a href=\"http://kidsandtoysexpo.com/\" target=\"_blank\"><img alt=\"\" src=\"http://kidsandtoysexpo.com/wp-content/uploads/2017/11/Kids-Toys-Ag-White-1.png\" width=\"160\" /></a><a href=\"http://asiantradeexpo.org/\"><img alt=\"BITF\" src=\"http://asiantradeexpo.org/wp-content/uploads/2015/02/bitf.png\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 07:02:57','2017-11-16 07:02:57','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(804,1,'2017-11-16 07:04:29','2017-11-16 07:04:29','','Basic RGB','','inherit','open','closed','','basic-rgb-2','','','2017-11-16 07:04:29','2017-11-16 07:04:29','',5,'http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg',0,'attachment','image/jpeg',0),(805,1,'2017-11-16 07:06:00','2017-11-16 07:06:00','','Basic RGB','','inherit','open','closed','','basic-rgb-3','','','2017-11-16 07:06:00','2017-11-16 07:06:00','',5,'http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg',0,'attachment','image/jpeg',0),(806,1,'2017-11-16 07:08:07','2017-11-16 07:08:07','','Basic RGB','','inherit','open','closed','','basic-rgb-4','','','2017-11-16 07:08:07','2017-11-16 07:08:07','',5,'http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg',0,'attachment','image/jpeg',0),(807,1,'2017-11-16 07:08:57','2017-11-16 07:08:57','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n\r\n<p style=\"text-align: center;\"><a href=\"#\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"#\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"#\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 07:08:57','2017-11-16 07:08:57','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(808,1,'2017-11-16 07:11:01','2017-11-16 07:11:01','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n\r\n<p style=\"text-align: center;\"><a href=\"#\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"#\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"#\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 07:11:01','2017-11-16 07:11:01','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(809,1,'2017-11-16 07:40:49','2017-11-16 07:40:49','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n\r\n<p style=\"text-align: center;\"><a href=\"#\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"#\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"#\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 07:40:49','2017-11-16 07:40:49','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(810,1,'2017-11-16 07:46:14','2017-11-16 07:46:14','After the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions of dollars in the next few years thus creating a need for such an event in the country. The event is organized by CEMS-Global USA in association with CEMS Lanka.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the most prestigious and exclusive International Exhibition devoted to the Air Freight, Shipping and Logistics sector of Sri Lanka and will make a perfect networking platform for creating new Logistics networks, create new business connections and expand trade cooperations. With the new Port and Airport coming up thus boosting up Sri Lanka’s port and shipping capacities and capabilities to top World standards, Sri Lanka with its excellent geographical proximity, is all set to soon be the most important destination for the World Logistics Industry surpassing all previous records and become the newest one-of-a-kind hub for Logistics in South Asia.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the 3rd ever and biggest meeting place ever held in Sri Lanka for the World Air Freight, Shipping and Logistics Industry and companies who are looking for in-roads into Sri Lanka – the future Logistics hub in South Asia. ','Event Profile','','inherit','closed','closed','','31-revision-v1','','','2017-11-16 07:46:14','2017-11-16 07:46:14','',31,'http://www.lankalogisticsexpo.com/index.php/31-revision-v1/',0,'revision','',0),(811,1,'2017-11-16 07:52:35','2017-11-16 07:52:35',' \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\"><img class=\"size-medium wp-image-704 aligncenter\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map-300x249.jpg\" alt=\"\" width=\"300\" height=\"249\" /></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>3<sup>rd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2018</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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</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\"><strong>27 ~ 29 September 2018</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\">Sri Lanka</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 / 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 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 Bangladesh, 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-11-16 07:52:35','2017-11-16 07:52:35','',12,'http://www.lankalogisticsexpo.com/index.php/12-revision-v1/',0,'revision','',0),(812,1,'2017-11-16 07:53:04','2017-11-16 07:53:04','<a href=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\"><img class=\"size-medium wp-image-704 aligncenter\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map-300x249.jpg\" alt=\"\" width=\"300\" height=\"249\" /></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>3<sup>rd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2018</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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</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\"><strong>27 ~ 29 September 2018</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\">Sri Lanka</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 / 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 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 Bangladesh, 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-11-16 07:53:04','2017-11-16 07:53:04','',12,'http://www.lankalogisticsexpo.com/index.php/12-revision-v1/',0,'revision','',0),(813,1,'2017-11-16 09:15:44','2017-11-16 09:15:44','After the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions of dollars in the next few years thus creating a need for such an event in the country. The event is organized by CEMS-Global USA in association with CEMS Lanka.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the most prestigious and exclusive International Exhibition devoted to the Air Freight, Shipping and Logistics sector of Sri Lanka and will make a perfect networking platform for creating new Logistics networks, create new business connections and expand trade cooperations. With the new Port and Airport coming up thus boosting up Sri Lanka’s port and shipping capacities and capabilities to top World standards, Sri Lanka with its excellent geographical proximity, is all set to soon be the most important destination for the World Logistics Industry surpassing all previous records and become the newest one-of-a-kind hub for Logistics in South Asia.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the 3rd ever and biggest meeting place ever held in Sri Lanka for the World Air Freight, Shipping and Logistics Industry and companies who are looking for in-roads into Sri Lanka – the future Logistics hub in South Asia.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2017-11-16 09:15:44','2017-11-16 09:15:44','',19,'http://www.lankalogisticsexpo.com/index.php/19-revision-v1/',0,'revision','',0),(814,1,'2017-11-16 09:17:23','2017-11-16 09:17:23','<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will focus on Target visitors from Home & Abroad consisting of CEO’s & Operations / Logistics Managers of the Logistics Industry, Decision makers and Professionals from all related Industries, Consultants, Agencies, Manufacturers, Exporters, Importers, Government Officials, Associations, Traders from all sectors of the Industry of Sri Lanka.','Focus','','inherit','closed','closed','','22-revision-v1','','','2017-11-16 09:17:23','2017-11-16 09:17:23','',22,'http://www.lankalogisticsexpo.com/index.php/22-revision-v1/',0,'revision','',0),(815,1,'2017-11-16 09:18:47','2017-11-16 09:18:47','<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will focus on Target visitors from Home & Abroad consisting of CEO’s & Operations / Logistics Managers of the Logistics Industry, Decision makers and Professionals from all related Industries, Consultants, Agencies, Manufacturers, Exporters, Importers, Government Officials, Associations, Traders from all sectors of the Industry of Sri Lanka.','Profile of Visitors','','inherit','closed','closed','','41-revision-v1','','','2017-11-16 09:18:47','2017-11-16 09:18:47','',41,'http://www.lankalogisticsexpo.com/index.php/41-revision-v1/',0,'revision','',0),(816,1,'2017-11-16 09:23:40','2017-11-16 09:23:40','<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 span of 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA, CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia and over 10 associate offices around the world. CEMS-Global organizes over 40 exhibitions per annum on all important sectors of the trade and economy in South & South-East Asia & South America.\r\n\r\n</div>','About CEMS','','inherit','closed','closed','','28-revision-v1','','','2017-11-16 09:23:40','2017-11-16 09:23:40','',28,'http://www.lankalogisticsexpo.com/index.php/28-revision-v1/',0,'revision','',0),(817,1,'2017-11-16 09:58:35','2017-11-16 09:58:35','<div id=\"post-99\">\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 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.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 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, Progati Sarani, North Badda, Dhaka-1212,Bangladesh.</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880-2-55040848 ~ 65</span>\r\n<span style=\"color: #000000;\"> Fax : +880-2-55040031</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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 - 2410 5201~4</span>\r\n<span style=\"color: #000000;\"> Fax : +91 - 11 - 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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><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<span style=\"color: #000000;\">Tel: 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell: 86 13811367205</span>\r\n<div>E-mail: <span lang=\"EN-US\"><a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a style=\"color: #000000;\" href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.com</a> , <a \r\nstyle=\"color: #000000;\" 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</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-11-16 09:58:35','2017-11-16 09:58:35','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(818,1,'2017-11-16 09:59:25','2017-11-16 09:59:25','<div id=\"post-99\">\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 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.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 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, Progati Sarani, North Badda, Dhaka-1212,Bangladesh.</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880-2-55040848 ~ 65</span>\r\n<span style=\"color: #000000;\"> Fax : +880-2-55040031</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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 - 2410 5201~4</span>\r\n<span style=\"color: #000000;\"> Fax : +91 - 11 - 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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><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<span style=\"color: #000000;\">Tel: 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell: 86 13811367205</span>\r\n<div>E-mail: <span lang=\"EN-US\"><a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a style=\"color: #000000;\" href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.com</a> , <a \r\nstyle=\"color: #000000;\" 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</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-11-16 09:59:25','2017-11-16 09:59:25','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(819,1,'2017-11-16 10:01:07','2017-11-16 10:01:07','<div id=\"post-99\">\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 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.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 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, Progati Sarani, North Badda, Dhaka-1212,Bangladesh.</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880-2-55040848 ~ 65</span>\r\n<span style=\"color: #000000;\"> Fax : +880-2-55040031</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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 - 2410 5201~4</span>\r\n<span style=\"color: #000000;\"> Fax : +91 - 11 - 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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><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<span style=\"color: #000000;\">Tel: 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell: 86 13811367205</span>\r\n<div>E-mail: <span lang=\"EN-US\"><a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a style=\"color: #000000;\" href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.com</a> , <a \r\nstyle=\"color: #000000;\" 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</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-11-16 10:01:07','2017-11-16 10:01:07','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(820,1,'2017-11-16 11:11:56','2017-11-16 11:11:56','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n\r\n<p style=\"text-align: center;\"><a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"#\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"#\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 11:11:56','2017-11-16 11:11:56','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(821,1,'2017-11-20 10:33:53','2017-11-20 10:33: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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n\r\n<p style=\"text-align: center;\"><a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-20 10:33:53','2017-11-20 10:33:53','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(823,1,'2017-11-25 07:33:30','2017-11-25 07:33:30','<div id=\"post-99\">\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<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span></strong>\r\n<span style=\"color: #000000;\">Hotline : +1 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.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<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 - 11 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, Progati Sarani, <br/>North Badda, Dhaka-1212,Bangladesh.</span></strong></em>\r\n<span style=\"color: #000000;\">Tel : +880-2-55040848 ~ 65</span>\r\n<span style=\"color: #000000;\"> Fax : +880-2-55040031</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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<strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri New Delhi-110058</span></em></strong>\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 style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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: #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><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></div>\r\n<div><strong><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, <br/>Chaoyang, Beijing, 100029, China</span></strong></div>\r\n</div>\r\n<div>\r\n<span style=\"color: #000000;\">Tel: 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell: 86 13811367205</span>\r\nE-mail: <span lang=\"EN-US\"><a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span>\r\nWeb: <a style=\"color: #000000;\" href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.com</a> , <a \r\nstyle=\"color: #000000;\" href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\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</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-11-25 07:33:30','2017-11-25 07:33:30','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(824,1,'2017-11-29 07:01:43','2017-11-29 07:01:43','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-29 07:01:43','2017-11-29 07:01:43','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(831,1,'2017-12-18 10:02:02','2017-12-18 10:02:02','<div id=\"post-99\">\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\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span></strong>\r\n<span style=\"color: #000000;\">Hotline : +1 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cems-global.com\" target=\"_blank\">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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong>\r\n<strong><span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong>\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 - 11 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\">www.cemslanka.com</a></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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong> <span style=\"color: #000000;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, Progati Sarani, <br/>North Badda, Dhaka-1212,Bangladesh.</span></strong>\r\n<span style=\"color: #000000;\">Tel : +880-2-55040848 ~ 65</span>\r\n<span style=\"color: #000000;\">Fax : +880-2-55040031</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\" >cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\">www.cemsonline.com</a></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\r\n<strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri New Delhi-110058</span></strong>\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@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\">www.cemsindia.in</a></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><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></div>\r\n<div><strong><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, <br/>Chaoyang, Beijing, 100029, China</span></strong></div>\r\n</div>\r\n<div>\r\n<span style=\"color: #000000;\">Tel : 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax : 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell : 86 13811367205</span>\r\nE-mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems_china@163.com\">cems_china@163.com</a>\r\nWeb : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a \r\nhref=\"http://www.cemschina.cn\" target=\"_blank\">www.cemschina.cn</a>\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</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-12-18 10:02:02','2017-12-18 10:02:02','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(832,1,'2017-12-18 10:09:42','2017-12-18 10:09:42','<div id=\"post-99\">\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\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span></strong>\r\n<span style=\"color: #000000;\">Hotline : +1 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cems-global.com\" target=\"_blank\">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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong>\r\n<strong><span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong>\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 - 11 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\">www.cemslanka.com</a></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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, \r\nBir Uttam Rafiqul Islam Avenue(North Badda), \r\nDhaka-1212,Bangladesh.</span></strong>\r\n<span style=\"color: #000000;\">Tel : +88 02 48810266 ~ 81</span>\r\n<span style=\"color: #000000;\">Fax : +88 02 48810286</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\" >cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\">www.cemsonline.com</a></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\r\n<strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri New Delhi-110058</span></strong>\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@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\">www.cemsindia.in</a></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><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></div>\r\n<div><strong><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, <br/>Chaoyang, Beijing, 100029, China</span></strong></div>\r\n</div>\r\n<div>\r\n<span style=\"color: #000000;\">Tel : 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax : 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell : 86 13811367205</span>\r\nE-mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems_china@163.com\">cems_china@163.com</a>\r\nWeb : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a \r\nhref=\"http://www.cemschina.cn\" target=\"_blank\">www.cemschina.cn</a>\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</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-12-18 10:09:42','2017-12-18 10:09:42','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(834,1,'2018-01-28 05:41:10','2018-01-28 05:41:10','[one_sixth]\r\n<a href=\"http://www.cemsonline.com/\" target=\"_blank\"><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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2018-01-28 05:41:10','2018-01-28 05:41:10','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(836,1,'2018-03-05 05:07:39','2018-03-05 05:07:39','[one_sixth]\r\n<a href=\"http://www.cemsonline.com/\" target=\"_blank\"><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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><!---<a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a>---><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2018-03-05 05:07:39','2018-03-05 05:07:39','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(837,1,'2018-03-08 09:03:02','2018-03-08 09:03:02','','slideimg01','','inherit','open','closed','','slideimg01','','','2018-03-08 09:03:02','2018-03-08 09:03:02','',0,'http://www.lankalogisticsexpo.com/wp-content/uploads/2018/03/slideimg01.jpg',0,'attachment','image/jpeg',0),(838,1,'2018-03-08 09:03:56','2018-03-08 09:03:56','[one_sixth]\r\n<a href=\"http://www.cemsonline.com/\" target=\"_blank\"><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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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://www.lankalogisticsexpo.com/wp-content/uploads/2018/03/slideimg01.jpg\" alt=\"Logistics Expo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><!---<a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a>---><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2018-03-08 09:03:56','2018-03-08 09:03:56','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(839,1,'2018-03-08 09:04:30','2018-03-08 09:04:30','[one_sixth]\r\n<a href=\"http://www.cemsonline.com/\" target=\"_blank\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"\" height=\"\" /></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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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://www.lankalogisticsexpo.com/wp-content/uploads/2018/03/slideimg01.jpg\" alt=\"Logistics Expo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><!---<a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a>---><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2018-03-08 09:04:30','2018-03-08 09:04:30','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(841,1,'2018-03-13 05:21:07','2018-03-13 05:21:07','[one_sixth]\r\n<a href=\"http://www.cemsonline.com/\" target=\"_blank\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"\" height=\"\" style=\"margin-top:20px;\"/></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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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://www.lankalogisticsexpo.com/wp-content/uploads/2018/03/slideimg01.jpg\" alt=\"Logistics Expo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><!---<a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a>---><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2018-03-13 05:21:07','2018-03-13 05:21:07','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(842,1,'2018-03-13 05:23:26','2018-03-13 05:23:26','[one_sixth]\r\n<a href=\"http://www.cemsonline.com/\" target=\"_blank\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"\" height=\"\" style=\"margin-top:17px;\"/></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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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://www.lankalogisticsexpo.com/wp-content/uploads/2018/03/slideimg01.jpg\" alt=\"Logistics Expo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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=\"100\" />\r\n<h3>Profile of Exhibits</h3>\r\n<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><!---<a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a>---><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2018-03-13 05:23:26','2018-03-13 05:23:26','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(843,1,'2018-03-13 05:26:21','2018-03-13 05:26:21','<div id=\"post-99\">\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\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span></strong>\r\n<span style=\"color: #000000;\">Hotline : +1 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cems-global.com\" target=\"_blank\">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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong>\r\n<strong><span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo, Sri Lanka</span></strong>\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 - 11 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\">www.cemslanka.com</a></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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">Rupayan Millennium Square (5th Floor), House- Cha-70, \r\nBir Uttam Rafiqul Islam Avenue(North Badda), \r\nDhaka-1212,Bangladesh.</span></strong>\r\n<span style=\"color: #000000;\">Tel : +88 02 48810266 ~ 81</span>\r\n<span style=\"color: #000000;\">Fax : +88 02 48810286</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\" >cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\">www.cemsonline.com</a></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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services India Pvt Ltd.\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri New Delhi-110058</span></strong>\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@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\">www.cemsindia.in</a></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><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></div>\r\n<div><strong><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, <br/>Chaoyang, Beijing, 100029, China</span></strong></div>\r\n</div>\r\n<div>\r\n<span style=\"color: #000000;\">Tel : 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax : 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell : 86 13811367205</span>\r\nE-mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems_china@163.com\">cems_china@163.com</a>\r\nWeb : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a \r\nhref=\"http://www.cemschina.cn\" target=\"_blank\">www.cemschina.cn</a>\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</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2018-03-13 05:26:21','2018-03-13 05:26:21','',44,'http://www.lankalogisticsexpo.com/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); /*!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 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 */; /*!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=91514 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.lankalogisticsexpo.com','yes'),(2,'blogname','3rd SRI LANKA INTERNATIONAL AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2018','yes'),(3,'blogdescription','3rd SRI LANKA INTERNATIONAL AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2018','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','','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','','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:1;s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";}','yes'),(36,'home','http://www.lankalogisticsexpo.com','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:100:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\logisticsexpo/wp-content/plugins/index.php\";i:1;s:106:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\logisticsexpo/wp-content/themes/expo18/style.css\";i:2;s:100:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\logisticsexpo/wp-content/plugins/hello.php\";i:3;s:104:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\logisticsexpo/wp-content/themes/expo18/404.php\";i:4;s:114:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\agrochem\\agrochemsri/wp-content/themes/expo18/header.php\";}','no'),(44,'template','expo18','yes'),(45,'stylesheet','expo18','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','38590','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','','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:2:{i: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:1:{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:1:{i:0;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:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:4:{i:1526805978;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1526805982;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:1526807456;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:79:\"http://www.lankalogisticsexpo.com/wp-content/themes/expo18/admin/images/2cr.png\";s:4:\"left\";s:79:\"http://www.lankalogisticsexpo.com/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','3rd SRI LANKA INTERNATIONAL AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2018','yes'),(149,'om_expo18_favicon','http://www.lankalogisticsexpo.com/wp-content/uploads/2017/11/SriLanka-Air-2018.jpg','yes'),(150,'om_expo18_location_date','Sri Lanka Exhibition & Convention Centre (SLECC), Colombo, Sri Lanka.<br/><b>27 ~ 29 September 2018</b>','yes'),(151,'om_expo18_countdown_date','2018-09-27 10:00: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','#df4d20','yes'),(161,'om_expo18_highlight_color','#f89811','yes'),(162,'om_expo18_background_img_set','bgset-11','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:2:{i:0;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:77:\"http://www.lankalogisticsexpo.com/wp-content/uploads/2017/11/Airfreight_1.jpg\";s:11:\"description\";s:63:\"3rd Sri Lanka Int\'l Air Freight, Shipping & Logistics Expo 2018\";s:4:\"link\";s:0:\"\";}i:1;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:146:\"http://www.lankalogisticsexpo.com/wp-content/uploads/2017/02/multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_.jpg\";s:11:\"description\";s:63:\"3rd Sri Lanka Int\'l Air Freight, Shipping & Logistics Expo 2018\";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/cemsglobalusa/','yes'),(190,'om_expo18_social_linkedin','https://www.linkedin.com/company/cems-online','yes'),(191,'om_expo18_social_twitter','https://twitter.com/cemsglobal','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','https://plus.google.com/b/106464492345556261646/106464492345556261646?hl=en','yes'),(199,'om_expo18_social_myspace','','yes'),(200,'om_expo18_social_pinterest','https://www.pinterest.com/cemsglobal92/','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:7:\"success\";s:5:\"email\";s:23:\"saiful.cems92@gmail.com\";s:7:\"version\";s:6:\"4.7.10\";s:9:\"timestamp\";i:1522831618;}','no'),(221,'db_upgraded','','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:88:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/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:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s: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.lankalogisticsexpo.com/wp-content/uploads/2017/11/SriLanka-Air-2018.jpg','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'),(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'),(84862,'theme_mods_expo18','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}s:18:\"custom_css_post_id\";i:-1;}','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'),(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'),(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','34540','yes'),(85986,'_site_transient_timeout_browser_58769e6f77965f1b81999b5fbb0b69b5','1488360143','no'),(85987,'_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'),(85988,'can_compress_scripts','1','no'),(86005,'fresh_site','0','yes'),(87011,'_site_transient_timeout_browser_699dfc46f2edc5d25d73bee60c1bf7b9','1496126551','no'),(87012,'_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'),(88258,'_site_transient_timeout_browser_c6fadc46feda1fc49766039d7414e2c1','1506337927','no'),(88259,'_site_transient_browser_c6fadc46feda1fc49766039d7414e2c1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"29.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(88414,'_site_transient_timeout_browser_dcc1cb42ce725b19c07403fe6dd90c2d','1507383917','no'),(88415,'_site_transient_browser_dcc1cb42ce725b19c07403fe6dd90c2d','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"16.0.1\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(88468,'_site_transient_timeout_browser_880f2e488c6af6cefe6e063aa11e1892','1507705603','no'),(88469,'_site_transient_browser_880f2e488c6af6cefe6e063aa11e1892','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"15.0.2\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(88505,'_site_transient_timeout_browser_03c3c8220dc6dd78d3cf7f3b35185998','1507921503','no'),(88506,'_site_transient_browser_03c3c8220dc6dd78d3cf7f3b35185998','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"23.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(88507,'_site_transient_timeout_browser_a49f4fb1111644b3e72b7b74ae13f49f','1507921516','no'),(88508,'_site_transient_browser_a49f4fb1111644b3e72b7b74ae13f49f','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"25.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(88540,'_site_transient_timeout_browser_3bc842c6bf1556ba5ef2820b0ba409f0','1508140920','no'),(88541,'_site_transient_browser_3bc842c6bf1556ba5ef2820b0ba409f0','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"16.0.1\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(88556,'_site_transient_timeout_browser_85764592803669371898197cc9c1e106','1508190509','no'),(88557,'_site_transient_browser_85764592803669371898197cc9c1e106','a:10:{s:4:\"name\";s:5:\"Opera\";s:7:\"version\";s:12:\"32.0.1948.45\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:22:\"https://www.opera.com/\";s:7:\"img_src\";s:42:\"http://s.w.org/images/browsers/opera.png?1\";s:11:\"img_src_ssl\";s:43:\"https://s.w.org/images/browsers/opera.png?1\";s:15:\"current_version\";s:5:\"12.18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(88560,'_site_transient_timeout_wporg_theme_feature_list','1507596514','no'),(88561,'_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'),(88634,'_site_transient_timeout_browser_db70729808cb0b853be8064b769c7b97','1508660654','no'),(88635,'_site_transient_browser_db70729808cb0b853be8064b769c7b97','a:10:{s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"9.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:74:\"https://support.microsoft.com/en-us/help/17621/internet-explorer-downloads\";s:7:\"img_src\";s:39:\"http://s.w.org/images/browsers/ie.png?1\";s:11:\"img_src_ssl\";s:40:\"https://s.w.org/images/browsers/ie.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(88703,'_site_transient_timeout_browser_26e34a1d922be8a9713da4810f9cc67c','1508927568','no'),(88704,'_site_transient_browser_26e34a1d922be8a9713da4810f9cc67c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"23.0.1271.17\";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'),(88723,'_site_transient_timeout_browser_7a6e3e4e1638fde27553dd0bfffd3798','1509025239','no'),(88724,'_site_transient_browser_7a6e3e4e1638fde27553dd0bfffd3798','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"23.0.1271.6\";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'),(88786,'_site_transient_timeout_browser_ce290af4083a5e71c26c2d360ac888b6','1509372091','no'),(88787,'_site_transient_browser_ce290af4083a5e71c26c2d360ac888b6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";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'),(88829,'category_children','a:0:{}','yes'),(89221,'_site_transient_timeout_browser_c169d751eec705c17036854976700d7d','1511276897','no'),(89222,'_site_transient_browser_c169d751eec705c17036854976700d7d','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"22.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(89235,'_site_transient_timeout_browser_ae7243d6fcce16c4a1bb2c2339d3a779','1511349121','no'),(89236,'_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'),(89279,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1510825984','no'),(89280,'_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:4399;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2517;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2399;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2379;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1842;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1614;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1607;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1438;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1363;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1362;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1349;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1283;}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:1156;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1066;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1055;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1002;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:966;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:834;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:831;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:817;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:782;}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:680;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:674;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:670;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:661;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:659;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:648;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:642;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:636;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:618;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:611;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:599;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:591;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";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:587;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:583;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:567;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:567;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:551;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:540;}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:525;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:513;}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:503;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:493;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:483;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:479;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:478;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:474;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:457;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:455;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:454;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:448;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:446;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:444;}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:414;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:414;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:409;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:408;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:407;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:399;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:391;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:388;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:385;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:374;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:358;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:350;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:346;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:344;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:335;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";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:333;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:331;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:330;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:330;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:325;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:324;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:324;}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:313;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:305;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:301;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:301;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:298;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:297;}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:296;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:289;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:287;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:285;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:283;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:280;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:278;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:277;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:277;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:275;}}','no'),(89285,'_transient_timeout_feed_af1de7906c1986a3dff3a340b582c23d','1510858458','no'),(89286,'_transient_feed_af1de7906c1986a3dff3a340b582c23d','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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://www.wonderplugin.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WordPress Image Slider, Video Gallery and HTML5 Audio Player 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Nov 2017 10:53: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;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:71:\"Display all tabs and disable the more button in WordPress Vertical Tabs\";s:7:\"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:123:\"https://www.wonderplugin.com/wordpress-tabs-plugin/display-all-tabs-and-disable-the-more-button-in-wordpress-vertical-tabs/\";s: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, 31 Oct 2017 23:31: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:1:{i:0;a:5:{s:4:\"data\";s:21:\"WordPress Tabs Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=5355\";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:428:\"Product: WonderPlugin Tabs Question: I am testing the Vertical Tabs skin, I wonder is there a way to display all tabs and disable the \"More\" button? Answer: In the plugin, step 3 Options tab, Tab Options, Height -> \"Auto height … <a href=\"https://www.wonderplugin.com/wordpress-tabs-plugin/display-all-tabs-and-disable-the-more-button-in-wordpress-vertical-tabs/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:1399:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-tabs/\" rel=\"noopener\" target=\"_blank\">WonderPlugin Tabs</a></p>\n<p><strong>Question</strong>:</p>\n<p>I am testing the Vertical Tabs skin, I wonder is there a way to display all tabs and disable the \"More\" button?<br />\n<span id=\"more-5355\"></span></p>\n<p><strong>Answer</strong>:</p>\n<p>In the plugin, step 3 Options tab, Tab Options, Height -> \"Auto height - set minimum height (px)\", change the value to a larger number so the tab is tall enough to hold all vertical tabs.</p>\n<p><a href=\"https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more.png\" alt=\"\" width=\"829\" height=\"381\" class=\"aligncenter size-full wp-image-5358\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more.png 829w, https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more-240x110.png 240w, https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more-600x276.png 600w, https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more-768x353.png 768w, https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more-75x34.png 75w, https://www.wonderplugin.com/wp-content/uploads/2017/10/disable-more-500x230.png 500w\" sizes=\"(max-width: 829px) 100vw, 829px\" /></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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"How to play Wistia video in WordPress Gallery\";s:7:\"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://www.wonderplugin.com/wordpress-tutorials/how-to-play-wistia-video-in-wordpress-gallery/\";s: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, 31 Oct 2017 12:02:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";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:17:\"WordPress Gallery\";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:24:\"WordPress Gallery Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:23:\"WordPress Video Gallery\";s:7:\"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:36:\"https://www.wonderplugin.com/?p=5351\";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:425:\"Product: WonderPlugin Gallery Question: How to play Wistia video in WonderPlugin Gallery? Answer: 1. Log into your Wistia account, edit the video, click the button Video Actions, then click Embed & Share from the drop-down menu. In the popup, copy … <a href=\"https://www.wonderplugin.com/wordpress-tutorials/how-to-play-wistia-video-in-wordpress-gallery/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:2357:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-gallery/\" target=\"_blank\">WonderPlugin Gallery</a></p>\n<p><strong>Question</strong>:</p>\n<p>How to play Wistia video in <a href=\"https://www.wonderplugin.com/wordpress-gallery/\" target=\"_blank\">WonderPlugin Gallery</a>?<br />\n<span id=\"more-5351\"></span></p>\n<p><strong>Answer</strong>:</p>\n<p>1. Log into your Wistia account, edit the video, click the button Video Actions, then click Embed & Share from the drop-down menu. In the popup, copy the src value from the Inline Embed code and add it to the plugin.</p>\n<p><a href=\"https://www.wonderplugin.com/wp-content/uploads/2016/04/wordpress-add-wistia.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2016/04/wordpress-add-wistia.png\" alt=\"\" width=\"705\" height=\"341\" class=\"aligncenter size-full wp-image-3465\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2016/04/wordpress-add-wistia.png 705w, https://www.wonderplugin.com/wp-content/uploads/2016/04/wordpress-add-wistia-240x116.png 240w, https://www.wonderplugin.com/wp-content/uploads/2016/04/wordpress-add-wistia-600x290.png 600w, https://www.wonderplugin.com/wp-content/uploads/2016/04/wordpress-add-wistia-500x242.png 500w\" sizes=\"(max-width: 705px) 100vw, 705px\" /></a></p>\n<p>2. In WonderPlugin Gallery, step 1, click the button \"Add Iframe Video\", enter the Wistia video iframe src to the input box \"Iframe Video URL\", select an image for the \"Poster Image URL\".</p>\n<p><a href=\"https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery.png\" alt=\"\" width=\"814\" height=\"476\" class=\"aligncenter size-full wp-image-5352\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery.png 814w, https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery-240x140.png 240w, https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery-600x351.png 600w, https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery-768x449.png 768w, https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery-75x44.png 75w, https://www.wonderplugin.com/wp-content/uploads/2017/10/wistia-gallery-500x292.png 500w\" sizes=\"(max-width: 814px) 100vw, 814px\" /></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:\"\";}}}}}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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Video slider for WordPress theme Ironfit\";s:7:\"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:87:\"https://www.wonderplugin.com/wordpress-slider/video-slider-for-wordpress-theme-ironfit/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Aug 2017 10:55:24 +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:16:\"WordPress Slider\";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:23:\"WordPress Slider Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:22:\"WordPress Video Slider\";s:7:\"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:36:\"https://www.wonderplugin.com/?p=5292\";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:389:\"Product: WonderPlugin Slider Question: I created a video slider with WonderPlugin Slider. When I preview the slider, it offers the play button to play the video. However, when I go to the live site it does not offer the play … <a href=\"https://www.wonderplugin.com/wordpress-slider/video-slider-for-wordpress-theme-ironfit/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:1626:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-slider/customize-the-wonderplugin-slider-text-navigation-skin/\" target=\"_blank\">WonderPlugin Slider</a></p>\n<p><strong>Question</strong>:</p>\n<p>I created a video slider with WonderPlugin Slider. When I preview the slider, it offers the play button to play the video. However, when I go to the live site it does not offer the play button and only shows the thumbnail photo. I am using the theme Ironfit from themeforest.</p>\n<p><span id=\"more-5292\"></span></p>\n<p><strong>Answer</strong>:</p>\n<p>In the theme options, Media tab, please switch off the option \"Substitute video tags\" and \"Use Media Element script for audio and video tags\".</p>\n<p><a href=\"https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media-600x520.png\" alt=\"\" width=\"600\" height=\"520\" class=\"aligncenter size-medium wp-image-5296\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media-600x520.png 600w, https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media-208x180.png 208w, https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media-768x665.png 768w, https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media-1024x887.png 1024w, https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media-75x65.png 75w, https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media-346x300.png 346w, https://www.wonderplugin.com/wp-content/uploads/2017/08/to-media.png 1202w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></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:\"\";}}}}}i:3;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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Add specific posts to WordPress Carousel\";s:7:\"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:96:\"https://www.wonderplugin.com/wordpress-carousel-plugin/add-specific-posts-to-wordpress-carousel/\";s: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, 11 Aug 2017 22:48:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Carousel\";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:25:\"WordPress Carousel Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=5097\";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:410:\"Product: WonderPlugin Carousel Question: I try to create a WordPress carousel of posts. How could i add some specific posts to the carousel? Answer: You could create a special category, assign these posts to it, then in the plugin, step … <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/add-specific-posts-to-wordpress-carousel/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:939:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-carousel/\" target=\"_blank\">WonderPlugin Carousel</a></p>\n<p><strong>Question</strong>:</p>\n<p>I try to create a WordPress carousel of posts. How could i add some specific posts to the carousel?</p>\n<p><strong>Answer</strong>:</p>\n<p>You could create a special category, assign these posts to it, then in the plugin, step 1, Add WordPress Posts dialog, select this category.</p>\n<p>Or you could add a tag for these posts, then in the plugin, step 1, Add WordPress Posts dialog, enter the tag to the \"Select posts by tags\" input box. </p>\n<p>You could view this tutorial for how to create a WordPress carousel by selecting categories and tags: <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/wordpress-posts-carousel-by-tags/\" target=\"_blank\">https://www.wonderplugin.com/wordpress-carousel-plugin/wordpress-posts-carousel-by-tags/</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:\"\";}}}}}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:45:\"How to track tab clicks with Google Analytics\";s:7:\"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://www.wonderplugin.com/wordpress-tutorials/how-to-track-tab-clicks-with-google-analytics/\";s: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 Jul 2017 02:35:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"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:36:\"https://www.wonderplugin.com/?p=5005\";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:405:\"Product: WonderPlugin Tabs version 4.6 and above Question: For your WordPress tabs plugin, does it work with Google Analytics? Is there an way to allow me to find out \"pageview\" for each individual tab? Answer: In the plugin, step 3 … <a href=\"https://www.wonderplugin.com/wordpress-tutorials/how-to-track-tab-clicks-with-google-analytics/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:1114:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-tabs/\" target=\"_blank\">WonderPlugin Tabs</a> version 4.6 and above</p>\n<p><strong>Question</strong>:</p>\n<p>For your WordPress tabs plugin, does it work with Google Analytics? Is there an way to allow me to find out \"pageview\" for each individual tab?</p>\n<p><strong>Answer</strong>:</p>\n<p>In the plugin, step 3 Options tab -> \"Tab Options\", check the option \"Enable Google Analytics\", then enter your Google tracking ID to the following input box.</p>\n<p>The tab clicks will be logged as page view in your Google Analytics account, and it will add a URL parameter <code>tabid=TABID</code> to the current page URL. The <code>TABID</code> starts from 0.</p>\n<p>For example, for the tabs on the page <a href=\"https://www.wonderplugin.com/wordpress-tabs/\" target=\"_blank\">https://www.wonderplugin.com/wordpress-tabs/</a>, one click of the second tab will be logged as one page view of <code>/wordpress-tabs/?tabid=1</code> in Google Analytics, one click of the third tab will be logged as <code>/wordpress-tabs/?tabid=2</code>.</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: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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"How to create a WooCommerce Product Slider\";s:7:\"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:96:\"https://www.wonderplugin.com/wordpress-slider-plugin/how-to-create-a-woocommerce-product-slider/\";s: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, 24 Jun 2017 05:09:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WordPress Slider Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=4977\";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:435:\"Starting from version 9.5, WonderPlugin Slider added the support for WordPress custom post types. Since WooCommerce is based on custom post types, we can use the plugin to create WooCommerce product sliders. Online demos are at WooCommerce Product Slider Demos. … <a href=\"https://www.wonderplugin.com/wordpress-slider-plugin/how-to-create-a-woocommerce-product-slider/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:12416:\"<p>Starting from version 9.5, <a href=\"https://www.wonderplugin.com/wordpress-slider/\" target=\"_blank\">WonderPlugin Slider</a> added the support for WordPress custom post types. Since WooCommerce is based on custom post types, we can use the plugin to create WooCommerce product sliders.</p>\n<p><span id=\"more-4977\"></span></p>\n<p>Online demos are at <a href=\"https://www.wonderplugin.com/demo/woocommerce-slider/\" target=\"_blank\">WooCommerce Product Slider Demos</a>.</p>\n<p>The content of this tutorial is as following:</p>\n<ul>\n<li><a href=\"#step1\">1 - Add WordPress Custom Post Type</a></li>\n<li><a href=\"#step2\">2 - Define the slider Title, Description and Image</a></li>\n<li><a href=\"#step3\">3 - Add product price, star rating and an add to cart button</a></li>\n<li><a href=\"#step4\">4 - Link to the product page</a></li>\n<li><a href=\"#step5\">5 - Create a WooCommerce best selling products slider or a featured products slider</a></li>\n<li><a href=\"#step6\">6 - Create a featured products slider for WooCommerce 3.0 and above</a></li>\n</ul>\n<h3 id=\"step1\">1 - Add WordPress Custom Post Type</h3>\n<p>In WonderPlugin Slider, create or edit an existing slider, in step 1, click the button \"Add WooCommerce / Custom Post Type\".</p>\n<p>In the Add Custom Posts dialog, choose \"product\" for the Custom Post Type, then you can select the taxonomy \"product_cat\" and choose a category from the Term drop list. </p>\n<p style=\"text-align:center;\">\n<a href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel-600x492.png\" alt=\"woocommerce_product_carousel\" width=\"600\" height=\"492\" class=\"alignnone size-medium wp-image-4432\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel-600x492.png 600w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel-219x180.png 219w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel-768x630.png 768w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel-75x62.png 75w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel-366x300.png 366w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce_product_carousel.png 847w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a>\n</p>\n<p>You can also choose multiple taxonomies and define the logical relationship as AND or OR.</p>\n<p style=\"text-align:center;\">\n<a href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies-600x177.png\" alt=\"wordpress-custom-post-carousel-multiple-taxonomies\" width=\"600\" height=\"177\" class=\"alignnone size-medium wp-image-4338\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies-600x177.png 600w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies-240x71.png 240w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies-768x227.png 768w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies-75x22.png 75w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies-500x148.png 500w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-custom-post-carousel-multiple-taxonomies.png 850w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a>\n</p>\n<h3 id=\"step2\">2 - Define the slider Title, Description and Image</h3>\n<p>A slider item has a title, a description and an image. You can define the content with WooCommerce custom fields.</p>\n<p>For example, the following text in the \"Field for Title\" will use the product name as the title of the slider.</p>\n<pre class=\"brush: plain; title: ; notranslate\">\r\n%post_title%\r\n</pre>\n<p>The following text in the \"Field for Description\" will display the product short description/excerpt and a Add to Cart button.</p>\n<pre class=\"brush: xml; title: ; notranslate\">\r\n<p>%post_excerpt%</p><p><a href="/cart/?add-to-cart=%ID%"><button class="single_add_to_cart_button button alt">Add to cart</button></a></p>\r\n</pre>\n<p>In the above code, <code>%post_excerpt%</code> will display the product short description. The link <code>/cart/?add-to-cart=%ID%</code> is the \"add to cart\" URL of the product.</p>\n<p>If the excerpt is too long, you can change the option \"Maximum Post Content/Excerpt Word Length\" to a smaller value. You can view the created online demo at <a href=\"https://www.wonderplugin.com/demo/woocommerce-slider/\" target=\"_blank\">WooCommerce Product Slider Demo</a>.</p>\n<p style=\"text-align:center;\">\n<a href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields-600x172.png\" alt=\"wordpress-woocommerce-carousel-fields\" width=\"600\" height=\"172\" class=\"alignnone size-medium wp-image-4345\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields-600x172.png 600w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields-240x69.png 240w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields-768x221.png 768w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields-75x22.png 75w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields-500x144.png 500w, https://www.wonderplugin.com/wp-content/uploads/2016/11/wordpress-woocommerce-carousel-fields.png 839w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a>\n</p>\n<p>The supported WooCommerce product fields are as following:</p>\n<table class=\"table table-bordered table-striped\">\n<thead>\n<tr>\n<th width=\"30%\">Field Macro</th>\n<th width=\"70%\">Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>%ID%</code></td>\n<td>Product ID</td>\n</tr>\n<tr>\n<td><code>%post_title%</code></td>\n<td>Product name</td>\n</tr>\n<tr>\n<td><code>%post_content%</code></td>\n<td>Product description</td>\n</tr>\n<tr>\n<td><code>%post_excerpt%</code></td>\n<td>Product short description</td>\n</tr>\n<tr>\n<td><code>%featured_image%</code></td>\n<td>Product image</td>\n</tr>\n<tr>\n<td><code>%wc_price_html%</code></td>\n<td>Product price HTML code</td>\n</tr>\n<tr>\n<td><code>%wc_rating_html%</code></td>\n<td>Product star rating HTML code</td>\n</tr>\n<tr>\n<td><code>%wc_rating_count%</code></td>\n<td>Product rating count</td>\n</tr>\n<tr>\n<td><code>%wc_average_rating%</code></td>\n<td>Product average rating</td>\n</tr>\n<tr>\n<td><code>%wc_review_count%</code></td>\n<td>Product review count</td>\n</tr>\n<tr>\n<td><code>%wc_total_sales%</code></td>\n<td>Total sales</td>\n</tr>\n</tbody>\n</table>\n<h3 id=\"step3\">3 - Add product price, star rating and an add to cart button</h3>\n<p>To add the product price, star rating and an add to cart button to the carousel, you can enter the following code to the Field for Description input box:</p>\n<pre class=\"brush: xml; title: ; notranslate\">\r\n<div class="wc_price">%wc_price_html%</div>\r\n<div class="wc_rating">%wc_rating_html%</div>\r\n<div class="wc_add_to_cart"><a href="/demo/cart/?add-to-cart=%ID%"><button class="single_add_to_cart_button button alt">Add to cart</button></a></div>\r\n</pre>\n<p style=\"text-align:center;\"><a href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating-600x318.png\" alt=\"woocommerce-carousel-with-price-rating\" width=\"600\" height=\"318\" class=\"alignnone size-medium wp-image-4388\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating-600x318.png 600w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating-240x127.png 240w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating-768x407.png 768w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating-75x40.png 75w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating-500x265.png 500w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-carousel-with-price-rating.png 855w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></p>\n<p>In the plugin, step 3 Options tab, Advanced Options, enter the following code to the Custom CSS input box to customise the style:</p>\n<pre class=\"brush: css; title: ; notranslate\">\r\n#wonderpluginslider-SLIDERID .wc_price,\r\n#wonderpluginslider-SLIDERID .wc_price del,\r\n#wonderpluginslider-SLIDERID .wc_price ins {\r\n color: #333;\r\n background: transparent;\r\n font-size: 12px;\r\n color: #77a464;\r\n}\r\n\r\n#wonderpluginslider-SLIDERID .wc_rating {\r\n display: inline-block;\r\n margin: 8px auto;\r\n}\r\n</pre>\n<h3 id=\"step4\">4 - Link to the product page</h3>\n<p>In the Add Custom Posts dialog, check the option \"Open the post page or image lightbox on clicking the image\" and \"Click to open the post page\", it will open the product page on clicking the slider image.</p>\n<h3 id=\"step5\">5 - Create a WooCommerce best selling products slider or a featured products slider</h3>\n<p>To create a WooCommerce best selling products slider or a featured products slider, in the \"Add WooCommerce / Custom Posts\" dialog, check the option \"WooCommerce best selling products\" or the option \"WooCommerce featured products\".</p>\n<p>If you select both options, you can also define the logical relation of the two options as \"AND\" or \"OR\".</p>\n<p style=\"text-align:center;\">\n<a href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel.png\" class=\"wplightbox\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel-600x217.png\" alt=\"woocommerce-best-selling-product-carousel\" width=\"600\" height=\"217\" class=\"alignnone size-medium wp-image-4434\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel-600x217.png 600w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel-240x87.png 240w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel-768x277.png 768w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel-75x27.png 75w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel-500x180.png 500w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce-best-selling-product-carousel.png 848w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a>\n</p>\n<h3 id=\"step6\">6 - Create a featured products slider for WooCommerce 3.0 and above</h3>\n<p>From WooCommerce 3, featured products are using the new product_visibility taxonomy instead of meta. To create a featured products slider, select \"Taxonomy: product_visibility\" from the \"Query by Taxonomy and Terms\", then select \"Term: featured\" from the term list.</p>\n<p><img src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce3-featured.png\" alt=\"woocommerce3 featured products\" width=\"748\" height=\"163\" class=\"aligncenter size-full wp-image-4798\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce3-featured.png 748w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce3-featured-240x52.png 240w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce3-featured-600x131.png 600w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce3-featured-75x16.png 75w, https://www.wonderplugin.com/wp-content/uploads/2016/11/woocommerce3-featured-500x109.png 500w\" sizes=\"(max-width: 748px) 100vw, 748px\" /></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:6;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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Create a grid gallery with pagination numbers\";s:7:\"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://www.wonderplugin.com/wordpress-grid-gallery/create-a-grid-gallery-with-pagination-numbers/\";s: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, 07 Jun 2017 04:10: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:2:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress Grid Gallery\";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:26:\"WordPress Portfolio Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=4945\";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:417:\"Product: WonderPlugin Portfolio Grid Gallery Question: Is it possible to add pagination numbers to the portfolio grid gallery? I would like the visitor click the numbers to goto the next page. Answer: In the plugin, step 3 Options tab, \"Load … <a href=\"https://www.wonderplugin.com/wordpress-grid-gallery/create-a-grid-gallery-with-pagination-numbers/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:27327:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-gridgallery/\" target=\"_blank\">WonderPlugin Portfolio Grid Gallery</a></p>\n<p><strong>Question</strong>:</p>\n<p>Is it possible to add pagination numbers to the portfolio grid gallery? I would like the visitor click the numbers to goto the next page.<br />\n<span id=\"more-4945\"></span></p>\n<p><strong>Answer</strong>:</p>\n<p>In the plugin, step 3 Options tab, \"Load More and Pagination\", select \"Pagination\", define a number for the \"Items Per Page/Load\". You can also select the position and style of the pagination buttons at the bottom of the options panel.</p>\n<p>The following is the demo:</p>\n<div id=\"wondergridgallerylightbox_options\" data-skinsfoldername=\"skins/default/\" data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-gridgallery/engine/\" style=\"display:none;\"></div>\r\n<style type=\"text/css\">@import url(https://fonts.googleapis.com/css?family=Open+Sans); #wonderplugingridgallery-31 .wonderplugin-gridgallery-item-text { background-color: rgba(51, 51, 51, 0.5); color: #fff; text-align: center; font: 14px \"open sans\", Arial, Helvetica, sans-serif; padding: 8px 0px; position: absolute; left: 0px; bottom: 0px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } #wonderplugingridgallery-31 .wonderplugin-gridgallery-item-title { font-size: 14px; } #wonderplugingridgallery-31 .wonderplugin-gridgallery-item-description { font-size: 12px; } #wonderplugingridgallery-31 .wonderplugin-gridgallery-item-button { } .wpgridgallery-socialmedia-button { display: inline-block; margin: 4px; }.wpgridgallery-socialmedia-button a { box-shadow: none; }.wpgridgallery-socialmedia-icon { display:table-cell; width:32px; height:32px; font-size:18px; border-radius:50%; color:#fff; vertical-align:middle; text-align:center; cursor:pointer; padding:0;}.wpgridgallery-socialmedia-rotate { transition: transform .4s ease-in; } .wpgridgallery-socialmedia-rotate:hover { transform: rotate(360deg); }</style><style type=\"text/css\">#wonderplugingridgallery-31 .wpp-category-greybutton .wonderplugin-gridgallery-tag { border: none; background: #666; color: #fff; padding: 6px 12px; font-size: 12px; font-weight: normal; font-family: \"Lucida Sans Unicode\",\"Lucida Grande\",sans-serif,Arial; box-sizing: border-box; cursor: pointer; text-align: center; text-decoration: none; text-shadow: none; text-transform: none; white-space: nowrap; -webkit-font-smoothing: antialiased; border-radius: 2px; transition: background-color 0.3s ease; } #wonderplugingridgallery-31 .wpp-category-greybutton .wonderplugin-gridgallery-tag:hover { border: none; background: #999; color: #fff; } #wonderplugingridgallery-31 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected, #wonderplugingridgallery-31 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:hover { border: none; background: #f3b200; color: #fff; }</style><style type=\"text/css\">#wonderplugingridgallery-31 .wonderplugin-gridgallery-pagination { display: block; text-align: center; margin: 8px; } #wonderplugingridgallery-31 .wonderplugin-gridgallery-pagination-btn { display: inline-block; border: none; background: #666; color: #fff; margin: 6px; padding: 4px 10px; font-size: 12px; font-weight: normal; font-family: \"Lucida Sans Unicode\",\"Lucida Grande\",sans-serif,Arial; box-sizing: border-box; cursor: pointer; text-align: center; text-decoration: none; text-shadow: none; text-transform: none; white-space: nowrap; -webkit-font-smoothing: antialiased; border-radius: 2px; transition: background-color 0.3s ease; } #wonderplugingridgallery-31 .wonderplugin-gridgallery-pagination-btn:hover { border: none; background: #999; color: #fff; } #wonderplugingridgallery-31 .wonderplugin-gridgallery-pagination-btn-selected { border: none; background: #f3b200; color: #fff; }</style><div class=\"wonderplugingridgallery\" id=\"wonderplugingridgallery-31\" data-gridgalleryid=\"31\" data-width=\"200\" data-height=\"150\" data-skin=\"tiles\" data-style=\"classic\" data-categorylist=\"[{"slug":"all","caption":"Show All"}]\" data-masonrymode=\"false\" data-random=\"false\" data-shownavigation=\"true\" data-nohoverontouchscreen=\"false\" data-hoverzoomin=\"true\" data-hoverzoominimageonly=\"true\" data-hoverzoominimagecenter=\"false\" data-hoverfade=\"true\" data-responsive=\"true\" data-mediumscreen=\"true\" data-smallscreen=\"true\" data-showtitle=\"true\" data-showtexttitle=\"true\" data-showtextdescription=\"false\" data-showtextbutton=\"false\" data-overlaylink=\"false\" data-donotaddtext=\"false\" data-lightboxnogroup=\"false\" data-lightboxcategorygroup=\"false\" data-lightboxshowallcategories=\"false\" data-lightboxshowtitle=\"true\" data-lightboxshowdescription=\"false\" data-lightboxresponsive=\"true\" data-centerimage=\"true\" data-circularimage=\"false\" data-firstimage=\"false\" data-textinsidespace=\"false\" data-donotinit=\"false\" data-addinitscript=\"false\" data-lightboxshowsocial=\"true\" data-lightboxshowfacebook=\"true\" data-lightboxshowtwitter=\"true\" data-lightboxshowpinterest=\"true\" data-lightboxsocialrotateeffect=\"true\" data-lightboxenablehtml5poster=\"false\" data-categoryshow=\"false\" data-categoryhideall=\"false\" data-categorymulticat=\"false\" data-categoryatleastone=\"false\" data-addvideoplaybutton=\"true\" data-lightboxfullscreenmode=\"false\" data-lightboxcloseonoverlay=\"true\" data-lightboxvideohidecontrols=\"false\" data-lightboxresponsivebarheight=\"false\" data-lightboxnotkeepratioonsmallheight=\"false\" data-lazyloadimages=\"true\" data-triggerresize=\"false\" data-lightboxautoslide=\"false\" data-lightboxshowtimer=\"true\" data-lightboxshowplaybutton=\"true\" data-lightboxalwaysshownavarrows=\"false\" data-lightboxshowtitleprefix=\"true\" data-thumbwidth=\"90\" data-thumbheight=\"60\" data-thumbtopmargin=\"12\" data-thumbbottommargin=\"4\" data-barheight=\"64\" data-titlebottomcss=\"color:#333; font-size:14px; font-family:Armata,sans-serif,Arial; overflow:hidden; text-align:left;\" data-descriptionbottomcss=\"color:#333; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;\" data-googleanalyticsaccount=\"\" data-gap=\"4\" data-margin=\"0\" data-borderradius=\"0\" data-hoverzoominvalue=\"24\" data-hoverzoominduration=\"180\" data-hoverzoominimagescale=\"1.1\" data-hoverzoominimageduration=\"360\" data-hoverfadeopacity=\"0.8\" data-hoverfadeduration=\"300\" data-videoplaybutton=\"playvideo-64-64-0.png\" data-column=\"4\" data-mediumcolumn=\"3\" data-mediumscreensize=\"800\" data-smallcolumn=\"2\" data-smallscreensize=\"600\" data-titlemode=\"mouseover\" data-titleeffect=\"slide\" data-titleeffectduration=\"300\" data-titleheight=\"0\" data-scalemode=\"fill\" data-lightboxbgcolor=\"#fff\" data-lightboxoverlaybgcolor=\"#000\" data-lightboxoverlayopacity=\"0.9\" data-categoryposition=\"topleft\" data-categorystyle=\"wpp-category-greybutton\" data-categorydefault=\"all\" data-verticalcategorysmallscreenwidth=\"480\" data-triggerresizedelay=\"100\" data-lightboxsocialposition=\"position:absolute;top:100%;right:0;\" data-lightboxsocialpositionsmallscreen=\"position:absolute;top:100%;right:0;left:0;\" data-lightboxsocialdirection=\"horizontal\" data-lightboxsocialbuttonsize=\"32\" data-lightboxsocialbuttonfontsize=\"18\" data-lightboxtitlestyle=\"bottom\" data-lightboximagepercentage=\"75\" data-lightboxdefaultvideovolume=\"1\" data-lightboxtitleprefix=\"%NUM / %TOTAL\" data-lightboxtitleinsidecss=\"color:#fff; font-size:16px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left;\" data-lightboxdescriptioninsidecss=\"color:#fff; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;\" data-lightboxsmallscreenheight=\"415\" data-lightboxbarheightonsmallheight=\"64\" data-lazyloadmode=\"pagination\" data-itemsperpage=\"8\" data-loadmorecaption=\"Load More\" data-loadmorecssstyle=\"wpp-loadmore-greybutton\" data-paginationcssstyle=\"wpp-pagination-yellowbutton\" data-paginationpos=\"bottom\" data-lightboxslideinterval=\"5000\" data-lightboxtimerposition=\"bottom\" data-lightboxtimercolor=\"#dc572e\" data-lightboxtimeropacity=\"1\" data-lightboxbordersize=\"8\" data-lightboxborderradius=\"0\" data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-gridgallery/engine/\" data-skinsfoldername=\"skins/default/\" style=\"display:none;position:relative;margin:0 auto;width:100%;max-width:812px;\" ><div class=\"wonderplugin-gridgallery-list\" style=\"display:block;position:relative;max-width:100%;margin:0 auto;\"><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-threedogs-600x375.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-threedogs.jpeg\" data-title=\"unsplash-threedogs\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-threedogs\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-threedogs-600x375.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-parrot-400x600.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-parrot.jpeg\" data-title=\"unsplash-parrot\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-parrot\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-parrot-400x600.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-lion-399x600.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-lion.jpeg\" data-title=\"unsplash-lion\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-lion\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-lion-399x600.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-kitten-600x400.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-kitten.jpeg\" data-title=\"unsplash-kitten\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-kitten\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-kitten-600x400.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-horse-400x600.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-horse.jpeg\" data-title=\"unsplash-horse\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-horse\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-horse-400x600.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-eagle-600x400.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-eagle.jpg\" data-title=\"unsplash-eagle\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-eagle\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-eagle-600x400.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog5-600x400.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog5.jpeg\" data-title=\"unsplash-dog5\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-dog5\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog5-600x400.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog4-600x399.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog4.jpeg\" data-title=\"unsplash-dog4\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-dog4\" src=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog4-600x399.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog3-600x400.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog3.jpeg\" data-title=\"unsplash-dog3\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-dog3\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog3-600x400.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog2-338x600.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog2.jpeg\" data-title=\"unsplash-dog2\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-dog2\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog2-338x600.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog-600x480.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog.jpeg\" data-title=\"unsplash-dog\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-dog\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-dog-600x480.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-cutedog-424x600.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-cutedog.jpeg\" data-title=\"unsplash-cutedog\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-cutedog\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-cutedog-424x600.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-camel-600x402.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-camel.jpeg\" data-title=\"unsplash-camel\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-camel\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-camel-600x402.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-zebra-600x400.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-zebra.jpeg\" data-title=\"unsplash-zebra\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"unsplash-zebra\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/unsplash-zebra-600x400.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1467173572719-f14b9fb86e5f-600x400.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1467173572719-f14b9fb86e5f.jpeg\" data-title=\"photo-1467173572719-f14b9fb86e5f\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"photo-1467173572719-f14b9fb86e5f\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1467173572719-f14b9fb86e5f-600x400.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1466220666686-90bdba318c9a-600x395.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1466220666686-90bdba318c9a.jpeg\" data-title=\"photo-1466220666686-90bdba318c9a\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"photo-1466220666686-90bdba318c9a\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1466220666686-90bdba318c9a-600x395.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1465464388793-12ae9c0a6166-600x400.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1465464388793-12ae9c0a6166.jpeg\" data-title=\"photo-1465464388793-12ae9c0a6166\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"photo-1465464388793-12ae9c0a6166\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1465464388793-12ae9c0a6166-600x400.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1465441494912-68f5747c3fe0-600x397.jpeg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1465441494912-68f5747c3fe0.jpeg\" data-title=\"photo-1465441494912-68f5747c3fe0\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"photo-1465441494912-68f5747c3fe0\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/11/photo-1465441494912-68f5747c3fe0-600x397.jpeg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2016/06/blue-grape-hyacinths-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2016/06/blue-grape-hyacinths.jpg\" data-title=\"blue-grape-hyacinths.jpg\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"blue-grape-hyacinths.jpg\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2016/06/blue-grape-hyacinths-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2015/03/daffodil-flowers-600x450.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2015/03/daffodil-flowers.jpg\" data-title=\"Daffodil Flowers\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Daffodil Flowers\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2015/03/daffodil-flowers-600x450.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/tulip-flower-garden-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/tulip-flower-garden.jpg\" data-title=\"Tulip\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Tulip\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/tulip-flower-garden-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/sunny-day-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/sunny-day.jpg\" data-title=\"Sunny\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Sunny\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/sunny-day-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/snow_mountain-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/snow_mountain.jpg\" data-title=\"Mountain\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Mountain\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/snow_mountain-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/sakura-trees-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/sakura-trees.jpg\" data-title=\"Sakura\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Sakura\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/sakura-trees-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/red_tulip-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/red_tulip.jpg\" data-title=\"Red Tulip\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Red Tulip\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/red_tulip-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/night-in-the-city-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/night-in-the-city.jpg\" data-title=\"City\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"City\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/night-in-the-city-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/dictionary-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/dictionary.jpg\" data-title=\"Dictionary\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Dictionary\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/dictionary-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/desert-sunrise-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/desert-sunrise.jpg\" data-title=\"Sunrise\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Sunrise\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/desert-sunrise-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/dandelion-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/dandelion.jpg\" data-title=\"Dandelion\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Dandelion\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/dandelion-600x600.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" style=\"display:none;\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-31\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/blue-grape-hyacinths1-600x600.jpg\" data-wpggroup=\"wpgridgallery-31\" href=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/blue-grape-hyacinths1.jpg\" data-title=\"Blue\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Blue\" data-wpplazysrc=\"https://www.wonderplugin.com/wp-content/uploads/2014/08/blue-grape-hyacinths1-600x600.jpg\" /></a></div></div><div style=\"clear:both;\"></div></div><div style=\"clear:both;\"></div></div>\n\";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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Define different colour for tabs\";s:7:\"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://www.wonderplugin.com/wordpress-tabs-plugin/define-different-colour-for-tabs/\";s: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, 07 Jun 2017 04:05: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:21:\"WordPress Tabs Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=4941\";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:387:\"Product: WonderPlugin Tabs Plugin Question: Is it possible to define a different colour for each tab? Answer: In the plugin, step 3 Options tab, you can add the following code to the Custom CSS input box: The following is the … <a href=\"https://www.wonderplugin.com/wordpress-tabs-plugin/define-different-colour-for-tabs/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:33949:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-tabs/\" target=\"_blank\">WonderPlugin Tabs Plugin</a></p>\n<p><strong>Question</strong>:</p>\n<p>Is it possible to define a different colour for each tab?<br />\n<span id=\"more-4941\"></span></p>\n<p><strong>Answer</strong>:</p>\n<p>In the plugin, step 3 Options tab, you can add the following code to the Custom CSS input box:</p>\n<pre class=\"brush: css; title: ; notranslate\">\r\n#wonderplugintabs-TABSID .wonderplugintabs-header-li:nth-child(1) {\r\n background-color: #90ee90 !important;\r\n}\r\n\r\n#wonderplugintabs-TABSID .wonderplugintabs-header-li:nth-child(1):hover {\r\n background-color: #a0ffa0 !important;\r\n}\r\n\r\n#wonderplugintabs-TABSID .wonderplugintabs-header-li:nth-child(2) {\r\n background-color: #ffe4b5 !important;\r\n}\r\n\r\n#wonderplugintabs-TABSID .wonderplugintabs-header-li:nth-child(2):hover {\r\n background-color: #fff4c5!important;\r\n}\r\n\r\n#wonderplugintabs-TABSID .wonderplugintabs-header-li:nth-child(3) {\r\n background-color: #66cdaa !important;\r\n}\r\n\r\n#wonderplugintabs-TABSID .wonderplugintabs-header-li:nth-child(3):hover {\r\n background-color: #77debb !important;\r\n}\r\n</pre>\n<p>The following is the created demo:</p>\n<style type=\"text/css\">#wonderplugintabs-12 .wonderplugintabs-header-li:nth-child(1) { background-color: #90ee90 !important; } #wonderplugintabs-12 .wonderplugintabs-header-li:nth-child(1):hover { background-color: #a0ffa0 !important; } #wonderplugintabs-12 .wonderplugintabs-header-li:nth-child(2) { background-color: #ffe4b5 !important; } #wonderplugintabs-12 .wonderplugintabs-header-li:nth-child(2):hover { background-color: #fff4c5!important; } #wonderplugintabs-12 .wonderplugintabs-header-li:nth-child(3) { background-color: #66cdaa !important; } #wonderplugintabs-12 .wonderplugintabs-header-li:nth-child(3):hover { background-color: #77debb !important; }</style><style type=\"text/css\">#wonderplugintabs-12 > .wonderplugintabs-header-wrap { box-sizing: border-box; display: block; position: relative; z-index: 1; float: left; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-inner-wrap { box-sizing: border-box; display: block; height: 100%; overflow: hidden; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-inner-wrap-arrows { padding-top: 4px; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-ul { box-sizing: border-box; display: block; position: relative; list-style: none; margin: 0; padding: 0; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li { box-sizing: border-box; display: block; position: relative; text-align: left; cursor: pointer; margin: 0 0 4px 0; padding: 8px 12px; background-color: #f6f6f6; border: 1px solid #ccc; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-next { border-left: 1px solid #ccc; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li:hover { background-color: #fff; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-active { background-color: #fff; border-right: none; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-active-last { } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-first { } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-first-side-arrows { } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-last { } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-last-side-arrows { } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-prev { display: none; text-align: center; position: absolute; top: 0; left: 0; width: 100%; cursor: pointer; background-color: #f6f6f6; border: 1px solid #ccc; border-top-left-radius: 4px; border-bottom-left-radius: 4px; height: 40px; z-index: 1; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-prev:before { position: relative; top: 50%; margin-top: -8px; font-family: FontAwesome; font-size: 16px; display: block; color: #666; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-prev:hover { background-color: #fff; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-next { display: none; text-align: center; position: absolute; bottom: 0; left: 0; width: 100%; cursor:pointer; background-color: #f6f6f6; border: 1px solid #ccc; border-top-left-radius: 4px; border-bottom-left-radius: 4px; height: 40px; z-index: 1; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-next:before { position: relative; top: 50%; margin-top: -8px; font-family: FontAwesome; font-size: 16px; display: block; color: #666; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-next:hover { background-color: #fff; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu { box-sizing: border-box; display: none; text-align: center; position: absolute; bottom: 0; left: 0; cursor: pointer; width: 100%; background-color: #f6f6f6; border: 1px solid #ccc; border-top-left-radius: 4px; border-bottom-left-radius: 4px; padding: 8px 12px; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-caption { display: table-cell; vertical-align: middle; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-text { font-family: \"Open Sans\", Arial, sans-serif; font-size: 12px; font-weight: 400; vertical-align: middle; color: #333; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-icon { font-family: FontAwesome; font-size: 14px; vertical-align: middle; margin: 8px; color: #666; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu:hover { background-color: #fff; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-dropdown { box-sizing: border-box; display: none; position: absolute; white-space: nowrap; bottom: 0; left: 100%; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; box-shadow: 0 6px 12px rgba(0,0,0,.175); } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-dropdown-item { padding: 12px 32px 12px 20px; cursor: pointer; text-align: left; background-color: #fff; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-dropdown-item:hover { background-color: #f9f9f9; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-icon-fontawesome { font-family: FontAwesome; font-size: 18px; vertical-align: middle; margin: 8px; color: #666; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-icon-image { margin: 4px; vertical-align: middle; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-title { display: inline-block; margin: 4px; font-family: \"Open Sans\", Arial, sans-serif; font-size: 12px; font-weight: 400; vertical-align: middle; color: #333; white-space: nowrap; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap-fullwidth { float: none; } #wonderplugintabs-12 > .wonderplugintabs-panel-wrap-fullwidth { left: 0; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-fullwidth { display: block; margin: 0; border: 1px solid #ccc; border-bottom: none; text-align: left; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } #wonderplugintabs-12 > .wonderplugintabs-panel-wrap { box-sizing: border-box; position: relative; display: block; overflow: hidden; border: 1px solid #ccc; background-color: #fff; left: -1px; } #wonderplugintabs-12 > .wonderplugintabs-panel-wrap > .wonderplugintabs-panel { box-sizing: border-box; display: block; visibility: hidden; position: absolute; top: 0; left: 0; width: 100%; text-align: left; padding: 24px; } #wonderplugintabs-12 > .wonderplugintabs-panel-wrap > .wonderplugintabs-panel-active { position: relative; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-ul-fullwidth { white-space: normal; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-fullwidth { border-radius: 0; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-panel { padding: 24px; text-align: left; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-panel-active { position: relative; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-fullwidth .wonderplugintabs-header-caption:after { position:absolute; color:#333; top: 12px; right:8px; content: \"\\f107\"; font-family: FontAwesome; font-size: 16px; font-weight:400; } #wonderplugintabs-12 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-fullwidth.wonderplugintabs-header-li-active .wonderplugintabs-header-caption:after { content: \"\\f106\"; }</style><div id=\"wonderplugintabs-container-12\" style=\"max-width:100%;margin:0 auto;\"><div style=\"display:none;\" class=\"wonderplugintabs\" id=\"wonderplugintabs-12\" data-tabsid=\"12\" data-width=\"800\" data-height=\"400\" data-skin=\"verticallefttabs\" data-enabletabindex=\"false\" data-keyaccess=\"false\" data-fullwidthtabs=\"false\" data-accordion=\"false\" data-accordionmultiple=\"false\" data-accordioncloseall=\"false\" data-switchonmouseover=\"false\" data-savestatusincookie=\"false\" data-extendedheight=\"false\" data-responsive=\"true\" data-fullwidth=\"true\" data-applydisplaynonetohiddenpanel=\"true\" data-triggerresize=\"true\" data-triggerresizeonload=\"true\" data-disablewpautop=\"false\" data-hidetitleonsmallscreen=\"false\" data-donotinit=\"false\" data-addinitscript=\"false\" data-fullwidthtabsonsmallscreen=\"true\" data-accordiononsmallscreen=\"true\" data-heightmode=\"auto\" data-minheight=\"300\" data-firstid=\"0\" data-direction=\"vertical\" data-tabposition=\"left\" data-tabiconposition=\"left\" data-horizontaltabalign=\"left\" data-hidetitleonsmallscreenwidth=\"768\" data-transition=\"\" data-responsivemode=\"menu\" data-tabarrowmode=\"slide\" data-horizontalarrowwidthsameasheight=\"pixels\" data-horizontalarrowwidth=\"32\" data-arrowprevicon=\"fa-angle-up\" data-arrownexticon=\"fa-angle-down\" data-dropdownmenutext=\"More\" data-dropdownmenuicon=\"fa-angle-right\" data-triggerresizetimeout=\"10\" data-triggerresizeonloadtimeout=\"0\" data-fullwidthtabsonsmallscreenwidth=\"480\" data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-tabs/engine/\" data-skinsfoldername=\"skins\" ><div class=\"wonderplugintabs-header-wrap\"><div class=\"wonderplugintabs-header-inner-wrap\"><ul class=\"wonderplugintabs-header-ul\"><li class=\"wonderplugintabs-header-li wonderplugintabs-header-li-first\"><div class=\"wonderplugintabs-header-caption\"><span class=\"wonderplugintabs-header-icon-fontawesome fa-pencil-square-o\"></span><div class=\"wonderplugintabs-header-title\">WordPress Tabs</div></div></li><li class=\"wonderplugintabs-header-li\"><div class=\"wonderplugintabs-header-caption\"><span class=\"wonderplugintabs-header-icon-fontawesome fa-file-o\"></span><div class=\"wonderplugintabs-header-title\">Page Tabs</div></div></li><li class=\"wonderplugintabs-header-li wonderplugintabs-header-li-last\"><div class=\"wonderplugintabs-header-caption\"><span class=\"wonderplugintabs-header-icon-fontawesome fa-code\"></span><div class=\"wonderplugintabs-header-title\">Shortcode</div></div></li></ul></div></div><div class=\"wonderplugintabs-panel-wrap\" style=\"min-height:300px;\"><div class=\"wonderplugintabs-panel wonderplugintabs-panel-first\"><div class=\"wonderplugintabs-panel-inner\"><h3>Vertical WordPress Tabs</h3>\n\n<p>WonderPlugin Tabs plugin is the easiest way to display tabbed content on your WordPress site. With pre-made skins, you can create responsive horizontal and vertical WordPress tabs.</p>\n\n<p>\n<a href=\"/download/wonderplugin-tabs-free.zip\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'download\',\'https://www.wonderplugin.com/download/wonderplugin-tabs-free.zip\']);\"><button class=\"btn btn-success btn-large\" type=\"button\">Download Free Version</button></a> \n<a href=\"/order/?product=tabs\"><button type=\"button\" class=\"btn btn-warning btn-large\">Upgrade to Commercial Version</button></a>\n</p>\n\n<p>\n<span class=\"smalltitle\">Compatibility: WordPress 3.6 and above</span><br />\n<span class=\"smalltitle\">By downloading or using the software, you agree to the <a href=\"/terms-of-use/\" title=\"Terms of Use\" target=\"_blank\">Terms of Use</a>.</span>\n</p></div></div><div class=\"wonderplugintabs-panel\"><div class=\"wonderplugintabs-panel-inner\"><h3>WordPress Page Tabs</h3>\n<p>WonderPlugin Tabs plugin allows you to display WordPress page contents in tabs.</p>\n<p>The content of this tab is retrieved from page: <a href=\"https://www.wonderplugin.com/wordpress-tabs/wordpress-tabs-plugin-demo-page/\" target=\"_blank\">https://www.wonderplugin.com/wordpress-tabs/wordpress-tabs-plugin-demo-page/</a>.</p>\n<p>Shortcodes are supported in the page. The following carousel is created with <a title=\"WordPress Carousel Plugin\" href=\"https://www.wonderplugin.com/wordpress-carousel/\" target=\"_blank\">WonderPlugin Carousel</a>, and added to the page with a shortcode.</p>\n<p><div class=\"wondercarousellightbox_options\" data-skinsfoldername=\"\" data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-carousel/engine/\" style=\"display:none;\"></div>\r\n<style type=\"text/css\">@import url(https://fonts.googleapis.com/css?family=Open+Sans); #wonderplugincarousel-30 .amazingcarousel-image { position: relative; padding: 4px; } #wonderplugincarousel-30 .amazingcarousel-image img { display: block; width: 100%; max-width: 100%; border: 0; margin: 0; padding: 0; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); } #wonderplugincarousel-30 .amazingcarousel-title { position:relative; font:14px \"Open Sans\", sans-serif; color:#333333; margin:6px; text-align:center; text-shadow:0px 1px 1px #fff; } #wonderplugincarousel-30 .amazingcarousel-list-container { padding: 16px 0; } #wonderplugincarousel-30 .amazingcarousel-item-container { text-align: center; padding: 4px; background-color: #fff; border: 1px solid #ddd; -moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1); -webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1); box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1); } #wonderplugincarousel-30 .amazingcarousel-prev { left: 0%; top: 50%; margin-left: -48px; margin-top: -16px; } #wonderplugincarousel-30 .amazingcarousel-next { right: 0%; top: 50%; margin-right: -48px; margin-top: -16px; } #wonderplugincarousel-30 .amazingcarousel-nav { position: absolute; width: 100%; top: 100%; } #wonderplugincarousel-30 .amazingcarousel-bullet-wrapper { margin: 4px auto; } .amazingcarousel-socialmedia-button { display: inline-block; margin: 4px; }.amazingcarousel-socialmedia-button a { box-shadow: none; }.amazingcarousel-socialmedia-icon { display:table-cell; width:32px; height:32px; font-size:18px; border-radius:50%; color:#fff; vertical-align:middle; text-align:center; cursor:pointer; padding:0;}.amazingcarousel-socialmedia-rotate { transition: transform .4s ease-in; } .amazingcarousel-socialmedia-rotate:hover { transform: rotate(360deg); }</style><div class=\"wonderplugincarousel-container\" id=\"wonderplugincarousel-container-30\"><div class=\"wonderplugincarousel\" id=\"wonderplugincarousel-30\" data-carouselid=\"30\" data-width=\"200\" data-height=\"160\" data-skin=\"classic\" data-autoplay=\"true\" data-random=\"false\" data-circular=\"true\" data-responsive=\"true\" data-showhoveroverlay=\"true\" data-showhoveroverlayalways=\"false\" data-lightboxresponsive=\"true\" data-lightboxshownavigation=\"false\" data-lightboxshowtitle=\"true\" data-lightboxshowdescription=\"false\" data-usescreenquery=\"false\" data-lightboxenablepdfjs=\"true\" data-lightboxpdfjsengine=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-pdf-embed/pdfjs/web/viewer.html\" data-visibleitems=\"3\" data-arrowstyle=\"always\" data-arrowimage=\"arrows-32-32-2.png\" data-arrowwidth=\"32\" data-arrowheight=\"32\" data-navstyle=\"bullets\" data-navimage=\"bullet-16-16-0.png\" data-navwidth=\"16\" data-navheight=\"16\" data-navspacing=\"8\" data-hoveroverlayimage=\"hoveroverlay-64-64-3.png\" data-lightboxthumbwidth=\"90\" data-lightboxthumbheight=\"60\" data-lightboxthumbtopmargin=\"12\" data-lightboxthumbbottommargin=\"4\" data-lightboxbarheight=\"64\" data-lightboxtitlebottomcss=\"{color:#333; font-size:14px; font-family:Armata,sans-serif,Arial; overflow:hidden; text-align:left;}\" data-lightboxdescriptionbottomcss=\"{color:#333; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;}\" data-screenquery=\'{ \"tablet\": { \"screenwidth\": 900, \"visibleitems\": 2 }, \"mobile\": { \"screenwidth\": 600, \"visibleitems\": 1 } }\' data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-carousel/engine/\" style=\"display:none;position:relative;margin:0 auto;width:100%;max-width:600px;\" ><div class=\"amazingcarousel-list-container\" style=\"overflow:hidden;\"><ul class=\"amazingcarousel-list\"><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"http://www.youtube.com/embed/YE7VzlLtp-4\" title=\"Big Buck Bunny\" data-description=\"Big Buck Bunny by Blender Foundation\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Big_Buck_Bunny_1_800_530-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Big_Buck_Bunny_1_800_530.jpg\" alt=\"Big Buck Bunny\" data-description=\"Big Buck Bunny by Blender Foundation\" /></a></div>\n<div class=\"amazingcarousel-title\">Big Buck Bunny</div></div></li><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"https://player.vimeo.com/video/1132937?title=0&byline=0&portrait=0\" title=\"Elephant Dreams\" data-description=\"Elephants Dream is the world’s first open movie.\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Elephant_Dreams_800-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Elephant_Dreams_800.jpg\" alt=\"Elephant Dreams\" data-description=\"Elephants Dream is the world’s first open movie.\" /></a></div>\n<div class=\"amazingcarousel-title\">Elephant Dreams</div></div></li><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/daffodil-flowers.jpg\" title=\"Daffodil Flowers\" data-description=\"Beside the lake, beneath the trees\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/daffodil-flowers-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/daffodil-flowers.jpg\" alt=\"Daffodil Flowers\" data-description=\"Beside the lake, beneath the trees\" /></a></div>\n<div class=\"amazingcarousel-title\">Daffodil Flowers</div></div></li><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/dandelion.jpg\" title=\"Dandelion\" data-description=\"Bright little dandelion, lights up the meads\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/dandelion-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/dandelion.jpg\" alt=\"Dandelion\" data-description=\"Bright little dandelion, lights up the meads\" /></a></div>\n<div class=\"amazingcarousel-title\">Dandelion</div></div></li><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/golden-wheat-field.jpg\" title=\"Golden Wheat Field\" data-description=\"Waving in the sunlight all day\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/golden-wheat-field-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/golden-wheat-field.jpg\" alt=\"Golden Wheat Field\" data-description=\"Waving in the sunlight all day\" /></a></div>\n<div class=\"amazingcarousel-title\">Golden Wheat Field</div></div></li><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/night-in-the-city.jpg\" title=\"Night In The City\" data-description=\"Silent and beautiful night in the city\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/night-in-the-city-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/night-in-the-city.jpg\" alt=\"Night In The City\" data-description=\"Silent and beautiful night in the city\" /></a></div>\n<div class=\"amazingcarousel-title\">Night In The City</div></div></li><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/sakura-trees.jpg\" title=\"Sakura Trees\" data-description=\"A sweet aroma around the trees\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/sakura-trees-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/sakura-trees.jpg\" alt=\"Sakura Trees\" data-description=\"A sweet aroma around the trees\" /></a></div>\n<div class=\"amazingcarousel-title\">Sakura Trees</div></div></li><li class=\"amazingcarousel-item\"><div class=\"amazingcarousel-item-container\"><div class=\"amazingcarousel-image\"><a href=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/sunny-day.jpg\" title=\"Autumn\" data-description=\"Autumn, a season full of great things\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/sunny-day-150x150.jpg\" class=\"wondercarousellightbox wondercarousellightbox-30\" data-group=\"wondercarousellightbox-30\"><img src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/sunny-day.jpg\" alt=\"Autumn\" data-description=\"Autumn, a season full of great things\" /></a></div>\n<div class=\"amazingcarousel-title\">Autumn</div></div></li></ul><div class=\"amazingcarousel-prev\"></div><div class=\"amazingcarousel-next\"></div></div><div class=\"amazingcarousel-nav\"></div></div></div></p>\n<p style=\"margin-top:24px;\">\n</div></div><div class=\"wonderplugintabs-panel wonderplugintabs-panel-last\"><div class=\"wonderplugintabs-panel-inner\"><h3>Display Shortcodes in WordPress tabs</h3>\n\nYou can use shortcodes in the tab content.\n\nThe following gallery is created with <a href=\"/wordpress-gridgallery/\" target=\"_blank\">WonderPlugin Grid Gallery</a>, and embedded in the tab with a shortcode.\n\n<p></p>\n\n<div id=\"wondergridgallerylightbox_options\" data-skinsfoldername=\"skins/default/\" data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-gridgallery/engine/\" style=\"display:none;\"></div>\r\n<style type=\"text/css\">@import url(https://fonts.googleapis.com/css?family=Open+Sans); #wonderplugingridgallery-11 .wonderplugin-gridgallery-item-text { color: #fff; text-align: center; font: 14px \"open sans\", Arial, Helvetica, sans-serif; padding: 14px 0px; position: absolute; left: 0px; bottom: 0px; width: 100%; } #wonderplugingridgallery-11 .wonderplugin-gridgallery-item { border: 1px solid #aaa; } #wonderplugingridgallery-11 .wonderplugin-gridgallery-item:hover { border: 1px solid #666; opacity: 0.7; filter: alpha(opacity=70); } .wpgridgallery-socialmedia-button { display: inline-block; margin: 4px; }.wpgridgallery-socialmedia-button a { box-shadow: none; }.wpgridgallery-socialmedia-icon { display:table-cell; width:32px; height:32px; font-size:18px; border-radius:50%; color:#fff; vertical-align:middle; text-align:center; cursor:pointer; padding:0;}.wpgridgallery-socialmedia-rotate { transition: transform .4s ease-in; } .wpgridgallery-socialmedia-rotate:hover { transform: rotate(360deg); }</style><div class=\"wonderplugingridgallery\" id=\"wonderplugingridgallery-11\" data-gridgalleryid=\"11\" data-width=\"200\" data-height=\"150\" data-skin=\"tiles\" data-style=\"border\" data-random=\"false\" data-shownavigation=\"true\" data-hoverzoomin=\"false\" data-responsive=\"true\" data-mediumscreen=\"true\" data-smallscreen=\"true\" data-showtitle=\"false\" data-lightboxshowtitle=\"true\" data-lightboxshowdescription=\"false\" data-lightboxresponsive=\"true\" data-circularimage=\"false\" data-firstimage=\"false\" data-thumbwidth=\"90\" data-thumbheight=\"60\" data-thumbtopmargin=\"12\" data-thumbbottommargin=\"4\" data-barheight=\"48\" data-titlebottomcss=\"{color:#333; font-size:14px; font-family:Armata,sans-serif,Arial; overflow:hidden; text-align:left;}\" data-descriptionbottomcss=\"{color:#333; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;}\" data-googleanalyticsaccount=\"\" data-gap=\"12\" data-margin=\"10\" data-borderradius=\"0\" data-hoverzoominvalue=\"24\" data-hoverzoominduration=\"180\" data-videoplaybutton=\"playvideo-64-64-0.png\" data-column=\"4\" data-mediumcolumn=\"3\" data-mediumscreensize=\"800\" data-smallcolumn=\"2\" data-smallscreensize=\"600\" data-titlemode=\"mouseover\" data-titleeffect=\"slide\" data-titleeffectduration=\"300\" data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-gridgallery/engine/\" data-skinsfoldername=\"skins/default/\" style=\"display:none;position:relative;margin:0 auto;width:100%;max-width:836px;\" ><div class=\"wonderplugin-gridgallery-list\" style=\"display:block;position:relative;max-width:100%;margin:0 auto;\"><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Wilderness_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Wilderness_1024.jpg\" data-title=\"Wilderness\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Wilderness\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Wilderness_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Waves_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Waves_1024.jpg\" data-title=\"Waves\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Waves\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Waves_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Toronto_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Toronto_1024.jpg\" data-title=\"Toronto\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Toronto\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Toronto_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Sunrise_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Sunrise_1024.jpg\" data-title=\"Sunrise\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Sunrise\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Sunrise_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Big_Buck_Bunny_1_1024-300x224.jpg\" data-wpggroup=\"wpgridgallery-11\" data-isvideo=\"1\" href=\"http://www.youtube.com/embed/YE7VzlLtp-4\" data-title=\"Big Buck Bunny - YouTube\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Big Buck Bunny - YouTube\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Big_Buck_Bunny_1_1024.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Island_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Island_1024.jpg\" data-title=\"Island\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Island\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Island_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Elephant_Dreams_954-300x224.jpg\" data-wpggroup=\"wpgridgallery-11\" data-isvideo=\"1\" href=\"https://player.vimeo.com/video/1132937?title=0&byline=0&portrait=0\" data-title=\"Elephant Dreams - Vimeo\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Elephant Dreams - Vimeo\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Elephant_Dreams_954.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Green_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Green_1024.jpg\" data-title=\"Green\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Green\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Green_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Big_Buck_Bunny_2_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" data-isvideo=\"1\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/BigBuckBunny_1.mp4\" data-webm=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/BigBuckBunny_1.webm\" data-title=\"Big Buck Bunny - MP4\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Big Buck Bunny - MP4\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Big_Buck_Bunny_2_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Forest_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Forest_1024.jpg\" data-title=\"Forest\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Forest\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Forest_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Evening_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Evening_1024.jpg\" data-title=\"Evening\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Evening\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Evening_1024-300x225.jpg\" /></a></div></div><div class=\"wonderplugin-gridgallery-item\" data-row=\"1\" data-col=\"1\"><div class=\"wonderplugin-gridgallery-item-container\"><a class=\"wpgridlightbox wpgridlightbox-11\" data-thumbnail=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Desert_1024-300x225.jpg\" data-wpggroup=\"wpgridgallery-11\" href=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Desert_1024.jpg\" data-title=\"Desert\"><img class=\"wonderplugin-gridgallery-item-img\" alt=\"Desert\" src=\"https://www.wonderplugin.com/wp-content/uploads/2013/12/Desert_1024-300x225.jpg\" /></a></div></div><div style=\"clear:both;\"></div></div><div style=\"clear:both;\"></div></div></div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s: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:87:\"How to customise the play/pause and previous/next buttons in the WordPress audio player\";s:7:\"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://www.wonderplugin.com/wordpress-audio-player/how-to-customise-the-playpause-and-previousnext-buttons-in-the-wordpress-audio-player/\";s: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, 03 Jun 2017 00:40: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress Audio Player\";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:29:\"WordPress Audio Player Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=4890\";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:449:\"Product: WonderPlugin Audio Player Question: I am using the skin \"Three Buttons\" for my audio player, but the buttons are very small. How could I change the design to use some big buttons? Answer: The buttons are actually images, you … <a href=\"https://www.wonderplugin.com/wordpress-audio-player/how-to-customise-the-playpause-and-previousnext-buttons-in-the-wordpress-audio-player/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:9852:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-audio-player/\" target=\"_blank\">WonderPlugin Audio Player</a></p>\n<p><strong>Question</strong>:</p>\n<p>I am using the skin \"Three Buttons\" for my audio player, but the buttons are very small. How could I change the design to use some big buttons?<br />\n<span id=\"more-4890\"></span></p>\n<p><strong>Answer</strong>:</p>\n<p>The buttons are actually images, you can create your own images and use them in the plugin.</p>\n<p><strong>Step 1 - Create your own play/pause and previous/next images</strong></p>\n<p>The play/pause buttons are defined in one image, with the bottom line as the image of the hover over state. For example, the following is as an example of the play/pause image of 90px.</p>\n<div style=\"text-align:center;margin:0 auto;\">\n<img src=\"https://www.wonderplugin.com/wp-content/uploads/2017/06/playpause-90-90-0.png\">\n</div>\n<p>The following is the previous/next image of 90px.</p>\n<div style=\"text-align:center;margin:0 auto;\">\n<img src=\"https://www.wonderplugin.com/wp-content/uploads/2017/06/prevnext-90-90-0.png\">\n</div>\n<p><strong>Step 2 - Change the buttons in the player</strong></p>\n<ol>\n<li>Upload your images to your web server and get the full absolute URL address of each image.</li>\n<li>In the player, step 2, select the skin \"Three Buttons\", in step 3, Options tab, \"Player Control\", select the option \"Play/pause button image\" -> \"Use own image (absolute URL required)\", enter the absolute URL address of your own play/pause image, change the following width and height to 90.</li>\n<li>In the same option panel, select the option \"Previous/next button image\" -> \"Use own image (absolute URL required)\", enter the absolute URL address of your own previous/next image, change the following width and height to 90.</li>\n</ol>\n<p><strong>Step 3 - Change the relevant size in the player</strong></p>\n<ol>\n<li>In the plugin, step 3, Options tab, Skin Options, change the value of Width to 90.</li>\n<li>In the plugin, step 3, Options tab, find the following CSS, and change the red code.</li>\n</ol>\n<pre>\r\n#amazingaudioplayer-AUDIOPLAYERID {\r\n box-sizing: content-box;\r\n <span style=\"color:#ff0000;\">padding-right: 180px;</span>\r\n}\r\n\r\nAnd:\r\n\r\n#amazingaudioplayer-AUDIOPLAYERID .amazingaudioplayer-playpause {\r\n float: left;\r\n <span style=\"color:#ff0000;\">margin-left: 90px;</span>\r\n}\r\n\r\nAnd:\r\n\r\n#amazingaudioplayer-AUDIOPLAYERID .amazingaudioplayer-next {\r\n position: relative;\r\n <span style=\"color:#ff0000;\">margin-left: 180px;</span>\r\n}\r\n</pre>\n<p>The following is the player created with the above images:</p>\n<style type=\"text/css\">@import url(https://fonts.googleapis.com/css?family=Open+Sans|Oswald); #wonderpluginaudio-31 { box-sizing: content-box; padding-right: 180px; } #wonderpluginaudio-31 div { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } #wonderpluginaudio-31 .amazingaudioplayer-image { } #wonderpluginaudio-31 .amazingaudioplayer-image-clear { } #wonderpluginaudio-31 .amazingaudioplayer-text { } #wonderpluginaudio-31 .amazingaudioplayer-text-clear { } #wonderpluginaudio-31 .amazingaudioplayer-title { } #wonderpluginaudio-31 .amazingaudioplayer-title-clear { } #wonderpluginaudio-31 .amazingaudioplayer-info { } #wonderpluginaudio-31 .amazingaudioplayer-info-clear { } #wonderpluginaudio-31 .amazingaudioplayer-bar { } #wonderpluginaudio-31 .amazingaudioplayer-bar-buttons-clear { clear:both; } #wonderpluginaudio-31 .amazingaudioplayer-bar-clear { clear:both; } #wonderpluginaudio-31 .amazingaudioplayer-bar-title { } #wonderpluginaudio-31 .amazingaudioplayer-playpause { float: left; margin-left: 90px; } #wonderpluginaudio-31 .amazingaudioplayer-play { position: relative; } #wonderpluginaudio-31 .amazingaudioplayer-pause { position: relative; } #wonderpluginaudio-31 .amazingaudioplayer-stop { } #wonderpluginaudio-31 .amazingaudioplayer-prev { position: absolute; left: 0; right: 0; } #wonderpluginaudio-31 .amazingaudioplayer-next { position: relative; margin-left: 180px; } #wonderpluginaudio-31 .amazingaudioplayer-loop { } #wonderpluginaudio-31 .amazingaudioplayer-progress { } #wonderpluginaudio-31 .amazingaudioplayer-progress-loaded { } #wonderpluginaudio-31 .amazingaudioplayer-progress-played { } #wonderpluginaudio-31 .amazingaudioplayer-time { } #wonderpluginaudio-31 .amazingaudioplayer-volume { } #wonderpluginaudio-31 .amazingaudioplayer-volume-bar { } #wonderpluginaudio-31 .amazingaudioplayer-volume-bar-adjust { } #wonderpluginaudio-31 .amazingaudioplayer-volume-bar-adjust-active { } #wonderpluginaudio-31 .amazingaudioplayer-tracklist { } #wonderpluginaudio-31 .amazingaudioplayer-tracklist-container { } #wonderpluginaudio-31 .amazingaudioplayer-tracks-wrapper { } #wonderpluginaudio-31 .amazingaudioplayer-tracks { } #wonderpluginaudio-31 .amazingaudioplayer-track-item { } #wonderpluginaudio-31 .amazingaudioplayer-track-item-active { } #wonderpluginaudio-31 .amazingaudioplayer-track-item a { } #wonderpluginaudio-31 .amazingaudioplayer-track-item-active a { } #wonderpluginaudio-31 .amazingaudioplayer-track-item-duration { } #wonderpluginaudio-31 .amazingaudioplayer-tracklist-arrow-prev { } #wonderpluginaudio-31 .amazingaudioplayer-tracklist-arrow-next { } #wonderpluginaudio-31 .amazingaudioplayer-tracklist-clear { } #wonderpluginaudio-31 .amazingaudioplayer-item-id {float: left; width: 18px;} #wonderpluginaudio-31 .amazingaudioplayer-item-info { float: right; width: 36px; } #wonderpluginaudio-31 .amazingaudioplayer-item-title { overflow: hidden; } #wonderpluginaudio-31 .amazingaudioplayer-track-item:before, #wonderpluginaudio-31 .amazingaudioplayer-track-item:after {display: none;} #wonderpluginaudio-31 ul, #wonderpluginaudio-31 li { list-style-type: none;}</style><div class=\"wonderpluginaudio\" id=\"wonderpluginaudio-31\" data-audioplayerid=\"31\" data-width=\"90\" data-height=\"600\" data-skin=\"threebuttons\" data-autoplay=\"false\" data-random=\"false\" data-forceflash=\"false\" data-forcehtml5=\"false\" data-autoresize=\"false\" data-responsive=\"false\" data-showtracklist=\"false\" data-tracklistscroll=\"false\" data-showprogress=\"false\" data-showprevnext=\"true\" data-showloop=\"false\" data-preloadaudio=\"true\" data-showtime=\"false\" data-showvolume=\"false\" data-showvolumebar=\"true\" data-showtitleinbar=\"false\" data-showloading=\"false\" data-enablega=\"false\" data-titleinbarscroll=\"true\" data-donotinit=\"false\" data-addinitscript=\"false\" data-loop=\"1\" data-tracklistitem=\"10\" data-titleinbarwidth=\"80\" data-gatrackingid=\"\" data-playpauseimage=\"https://www.wonderplugin.com/wp-content/uploads/2017/06/playpause-90-90-0.png\" data-playpauseimagewidth=\"90\" data-playpauseimageheight=\"90\" data-prevnextimage=\"https://www.wonderplugin.com/wp-content/uploads/2017/06/prevnext-90-90-0.png\" data-prevnextimagewidth=\"90\" data-prevnextimageheight=\"90\" data-loopimage=\"loop-24-24-0.png\" data-loopimagewidth=\"24\" data-loopimageheight=\"24\" data-tracklistscroll=\"false\" data-jsfolder=\"https://www.wonderplugin.com/wp-content/plugins/wonderplugin-audio/engine/\" style=\"display:block;position:relative;margin:0 auto;width:90px;height:auto;\"><ul class=\"amazingaudioplayer-audios\" style=\"display:none;\"><li data-artist=\"pinkzebra\" data-title=\"In the Moment of Inspiration\" data-album=\"\" data-info=\"\" data-image=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Evening100.jpg\" data-duration=\"154\"><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/In-the-Moment-of-Inspiration.mp3\" data-type=\"audio/mpeg\" ></div><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/In-the-Moment-of-Inspiration.ogg\" data-type=\"audio/ogg\" ></div></li><li data-artist=\"pinkzebra\" data-title=\"Peaceful Dawn\" data-album=\"\" data-info=\"\" data-image=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Island100.jpg\" data-duration=\"129\"><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Peaceful-Dawn.mp3\" data-type=\"audio/mpeg\" ></div><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Peaceful-Dawn.ogg\" data-type=\"audio/ogg\" ></div></li><li data-artist=\"pinkzebra\" data-title=\"Photos and Memories\" data-album=\"\" data-info=\"\" data-image=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Sunrise100.jpg\" data-duration=\"133\"><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Photos-and-Memories.mp3\" data-type=\"audio/mpeg\" ></div><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Photos-and-Memories.ogg\" data-type=\"audio/ogg\" ></div></li><li data-artist=\"pinkzebra\" data-title=\"Inspiring Ideas into Motion\" data-album=\"\" data-info=\"\" data-image=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Green100.jpg\" data-duration=\"137\"><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Inspiring-Ideas-into-Motion.mp3\" data-type=\"audio/mpeg\" ></div><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Inspiring-Ideas-into-Motion.ogg\" data-type=\"audio/ogg\" ></div></li><li data-artist=\"pinkzebra\" data-title=\"Soaring Spirit\" data-album=\"\" data-info=\"\" data-image=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Waves100.jpg\" data-duration=\"130\"><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Soaring-Spirit.mp3\" data-type=\"audio/mpeg\" ></div><div class=\"amazingaudioplayer-source\" data-src=\"https://www.wonderplugin.com/wp-content/uploads/2014/03/Soaring-Spirit.ogg\" data-type=\"audio/ogg\" ></div></li></ul></div>\n\";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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"How to create a WordPress posts carousel by selecting category and tags\";s:7:\"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:88:\"https://www.wonderplugin.com/wordpress-carousel-plugin/wordpress-posts-carousel-by-tags/\";s: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, 29 May 2017 04:42: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress Carousel Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=4796\";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:414:\"Product: WonderPlugin Carousel Tutorial: From version 11.4, WonderPlugin Carousel supports selecting posts by tags, so you can display posts by tags in all categories or a selected category. In the Add Posts dialog, you can select a category or All … <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/wordpress-posts-carousel-by-tags/\">Continue reading <span class=\"meta-nav\">→</span></a>\";s: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:20:\"WonderPlugin Support\";s: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:1908:\"<p><strong>Product</strong>:</p>\n<p><a href=\"https://www.wonderplugin.com/wordpress-carousel/\" target=\"_blank\">WonderPlugin Carousel </a></p>\n<p><strong>Tutorial</strong>:</p>\n<p>From version 11.4, WonderPlugin Carousel supports selecting posts by tags, so you can display posts by tags in all categories or a selected category.</p>\n<p><span id=\"more-4796\"></span></p>\n<p>In the Add Posts dialog, you can select a category or All Categories from the \"Select Posts\" list. If you select the option \"Recent Posts\", it will select all categories and order the result by post_date.</p>\n<p>You can then check the option \"Select posts by tags\" then enter a list of tag slugs to the following input box.</p>\n<p>To select posts that have \"either\" of these tags, enter tag slugs separated with comma, for example:</p>\n<p><code>cooking,gardening,travel</code></p>\n<p>To select posts that have \"all\" of these tags, enter tag slugs separated with plus, for example:</p>\n<p><code>cooking+gardening+travel</code></p>\n<p><img src=\"https://www.wonderplugin.com/wp-content/uploads/2017/05/posts-carousel-by-tags-category.png\" alt=\"WordPress Posts Carousel by Tags and Category\" width=\"778\" height=\"176\" class=\"aligncenter size-full wp-image-4804\" srcset=\"https://www.wonderplugin.com/wp-content/uploads/2017/05/posts-carousel-by-tags-category.png 778w, https://www.wonderplugin.com/wp-content/uploads/2017/05/posts-carousel-by-tags-category-240x54.png 240w, https://www.wonderplugin.com/wp-content/uploads/2017/05/posts-carousel-by-tags-category-600x136.png 600w, https://www.wonderplugin.com/wp-content/uploads/2017/05/posts-carousel-by-tags-category-768x174.png 768w, https://www.wonderplugin.com/wp-content/uploads/2017/05/posts-carousel-by-tags-category-75x17.png 75w, https://www.wonderplugin.com/wp-content/uploads/2017/05/posts-carousel-by-tags-category-500x113.png 500w\" sizes=\"(max-width: 778px) 100vw, 778px\" /></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: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:34:\"https://www.wonderplugin.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:4:\"date\";s:29:\"Thu, 16 Nov 2017 06:54:17 GMT\";s:6:\"server\";s:22:\"Apache/2.2.15 (CentOS)\";s:12:\"x-powered-by\";s:9:\"PHP/5.3.3\";s:13:\"last-modified\";s:29:\"Thu, 09 Nov 2017 10:53:58 GMT\";s:4:\"link\";s:65:\"<https://www.wonderplugin.com/wp-json/>; rel=\"https://api.w.org/\"\";s:4:\"vary\";s:26:\"Accept-Encoding,User-Agent\";s:16:\"content-encoding\";s:4:\"gzip\";s:14:\"content-length\";s:5:\"16026\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(89287,'_transient_timeout_feed_mod_af1de7906c1986a3dff3a340b582c23d','1510858458','no'),(89288,'_transient_feed_mod_af1de7906c1986a3dff3a340b582c23d','1510815258','no'),(89291,'wonderplugin_carousel_information','s:19848:\"O:8:\"stdClass\":16:{s:6:\"author\";s:19:\"Magic Hills Pty Ltd\";s:8:\"homepage\";s:48:\"https://www.wonderplugin.com/wordpress-carousel/\";s:4:\"name\";s:21:\"WonderPlugin Carousel\";s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"4.9.6\";s:5:\"icons\";a:1:{s:7:\"default\";s:41:\"https://www.wonderplugin.com/icon-128.png\";}s:7:\"version\";s:4:\"13.1\";s:11:\"new_version\";s:4:\"13.1\";s:12:\"last_updated\";s:10:\"2018-05-17\";s:8:\"sections\";a:1:{s:10:\"change log\";s:19194:\"<h4>Version 13.1 - May 17, 2018</h4>\n<ul>\n<li>Fix minor issues</li>\n</ul>\n<h4>Version 13.0 - April 29, 2018</h4>\n<ul>\n<li>Support hiding the download and print buttons in the lightbox PDF viewer when working with the plugin <a href=\"https://www.wonderplugin.com/wordpress-pdf-embed/\" rel=\"noopener\" target=\"_blank\">WonderPlugin PDF Embed</a></li>\n<li>Support playing mp4 videos hosted on Google Drive</li>\n</ul>\n<h4>Version 12.9 - April 20, 2018</h4>\n<ul>\n<li>Add a button <code>Add Text/HTML/Shortcode/Souldcloud</code> in the plugin step 1 to create text only carousel and Soundcloud carousel</li>\n<li>Support using an xml file to define extra title and description information when creating a carousel from images and videos inside a web folder</li>\n<li>Fix a bug of highlighting the navigation bullets</li>\n<li>Fix the issue of Vimeo video autoplay in the lightbox under the latest Chrome version 66</li>\n</ul>\n<h4>Version 12.8 - April 11, 2018</h4>\n<ul>\n<li>Create a WordPress carousel from images and videos inside a web folder: <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-wordpress-carousel-from-images-and-videos-inside-a-web-folder/\" rel=\"noopener\" target=\"_blank\">Tutorial: How to create a WordPress carousel from images and videos inside a web folder</a></li>\n</ul>\n<h4>Version 12.7 - March 12, 2018</h4>\n<ul>\n<li>Fix a bug when playing videos inside the carousel</li>\n</ul>\n<h4>Version 12.6 - January 31, 2018</h4>\n<ul>\n<li>For vertical carousels, support changing the number of visible items according to the screen size or the web browser width</li>\n<li>Support left/right arrows when the option continuous playing (auto scrolling) is enabled</li>\n</ul>\n<h4>Version 12.5 - January 17, 2017</h4>\n<ul>\n<li>For WordPress post carousels, the following four macro variables are supported:</li>\n<li><code>__CATEGORYNAME[,]__</code>: display all category names separated by a comma.</li>\n<li><code>__CATEGORYNAMELINK[,]{_target}__</code>: display all category names separated by a comma. Each category name will link to the corresponding category page. The link will open in a new tab which is defined by the target value <code>_target</code>. To open the link in the same page, change the code to <code>__CATEGORYNAMELINK[,]{}__</code>.</li>\n<li><code>__TAGNAME[,]__</code>: display all tags separated by a comma.</li>\n<li><code>__TAGNAMELINK[,]{_target}__</code>: display all tags separated by a comma. Each tag will link to the corresponding tag page. The link will open in a new tab which is defined by the target value <code>_target</code>. To open the link in the same page, change the code to <code>__TAGNAMELINK[,]{}__</code>.</li>\n</ul>\n<h4>Version 12.4 - January 6, 2018</h4>\n<ul>\n<li>Support WooCommerce product category fields: <code>%wc_product_cat_id%</code>, <code>%wc_product_cat_name%</code>, <code>%wc_product_cat_slug%</code> and <code>%wc_product_cat_link%</code></li>\n<li>Support displaying post category ID, name, slug and link. The following macro-variables are supported for WordPress post carousel: <code>__CATEGORYID__</code>, <code>__CATEGORYNAME__</code>, <code>__CATEGORYSLUG__</code>, <code>__CATEGORYLINK__</code></li>\n</ul>\n<h4>Version 12.3 - October 23, 2017</h4>\n<ul>\n<li>Support WordPress page carousel</li>\n</ul>\n<h4>Version 12.2 - September 16, 2017</h4>\n<ul>\n<li>Fix a bug in the carousel movement when the option \"Display thumbnail images as same height and different width if they have different aspect ratio\" is selected</li>\n</ul>\n<h4>Version 12.1 - September 5, 2017</h4>\n<ul>\n<li>Add a new skin \"Read More Button\"</li>\n</ul>\n<h4>Version 12.0 - August 10, 2017</h4>\n<ul>\n<li>\nAdd a function \"Search and Replace\" in the \"Import/Export\" menu. This function can be used to search and replace domain names in the carousels when you move your WordPress site to a new domain or change to HTTPS secure site.</li>\n</ul>\n<h4>Version 11.9 - August 7, 2017</h4>\n<ul>\n<li>Add buttons to the carousel</li>\n<li>Add a new skin <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-and-image-carousel-slider-id54/\" target=\"_blank\">Text and Image Slider</a> to create WordPress carousel sliders</li>\n</ul>\n<h4>Version 11.8 - July 31, 2017</h4>\n<ul>\n<li>Add two skins <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-carousel-with-social-media-id52/\" target=\"_blank\">Team Members with Social Media</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-with-social-media-and-flip-effect-id53/\" target=\"_blank\">Team Members with Social Media and Flip Effect</a> to display team members information</li>\n</ul>\n<h4>Version 11.7 - July 13, 2017</h4>\n<ul>\n<li>Fix the issue of the lightbox jumping to the page top</li>\n<li>Fix the swipe issue on Android version 5 and below</li>\n</ul>\n<h4>Version 11.6 - June 3, 2017</h4>\n<ul>\n<li>Add a button \"Add PDF\" in step 1 to help create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-pdf-carousel-id51/\" target=\"_blank\">WordPress PDF carousel</a></li>\n<li>In step 1, when adding an image/video/PDF, highlight the input box if the image/video/PDF is not selected</li>\n<li>Setup different default lightbox size for images, videos and PDF files</li>\n</ul>\n<h4>Version 11.5 - June 2, 2017</h4>\n<ul>\n<li>Support opening PDF files in the carousel lightbox popup</li>\n</ul>\n<h4>Version 11.4 - May 30, 2017</h4>\n<ul>\n<li>Select WordPress posts by tags</li>\n<li>Specify the \"orderby\" option when selecting WordPress posts. You can now randomly select posts or select posts by date, ID, author, title, modified date, number of comments.</li>\n<li>Fix a compatibility issue with WooCommerce 3</li>\n<li>Create featured posts carousels for WooCommerce 3</li>\n<li>Specify the featured image size for WooCommerce / custom post type carousels</li>\n</ul>\n<h4>Version 11.3 - April 27, 2017</h4>\n<ul>\n<li>Fix the bug when using the URL parameter firstcarouselid to specify the first item on page load</li>\n</ul>\n<h4>Version 11.2 - April 6, 2017</h4>\n<ul>\n<li>Fix the lightbox resizing issue on mobile devices</li>\n</ul>\n<h4>Version 11.1 - March 30, 2017</h4>\n<ul>\n<li>Add an option to add extra attributes to <a> tag</li>\n<li>Add a lightbox advanced option <em>bodynoscroll</em>. When adding <em>data-bodynoscroll=\"true\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox background scrolling</li>\n<li>Add a lightbox advanced option <em>mobileresizeevent</em>. When adding <em>data-mobileresizeevent=\"false\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox resizing on mobile devices</li>\n</ul>\n<h4>Version 11.0 - February 23, 2017</h4>\n<ul>\n<li>When automatically playing the carousel, add an option to move the carousel to the left or the right</li>\n<li>Add an option to disable looping images when the total number is less than a specified number</li>\n</ul>\n<h4>Version 10.9 - January 9, 2017</h4>\n<ul>\n<li>When adding a carousel to a page or post by using the shortcode, support calling the carousel by its name, for example [wonderplugin_carousel name=\"The Carousel Name\"]</li>\n<li>In the plugin, step 1, Images & Videos tab, add a button \"Delete All\" to delete all items</li>\n<li>In the plugin, step 1, Images & Videos tab, \"Add Image\" dialog, when adding multiple images with the button \"Upload\", apply the option \"Use thumbnail in carousel\" and \"Open current image in Lightbox\" to all images</li>\n</ul>\n<h4>Version 10.8</h4>\n<ul>\n<li>Export/import carousels to/from an .xml file</li>\n</ul>\n<h4>Version 10.7</h4>\n<ul>\n<li>Fix a bug in WordPress auto scrolling carousel</li>\n</ul>\n<h4>Version 10.6</h4>\n<ul>\n<li>Change lightbox fullscreen mode default to false on small screen devices</li>\n</ul>\n<h4>Version 10.5</h4>\n<ul>\n<li>Add an option to add custom JavaScript code</li>\n<li>Add the attribute allowfullscreen to lightbox iframe</li>\n<li>Add a lightbox advanced option maxheight: when data-maxheight=\"true\" is added to the Lightbox Advanced Options input box, the lightbox will use the height of the web browser to calculate the maximum height of the lightbox.</li>\n<li>Enable left and right arrows when the animation is not finished</li>\n</ul>\n<h4>Version 10.4</h4>\n<ul>\n<li>Support creating <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce best selling products carousel</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce featured products carousel</a></li>\n</ul>\n<h4>Version 10.3</h4>\n<ul>\n<li>Support displaying WooCommerce product price and rating in a <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce carousel</a></li>\n</ul>\n<h4>Version 10.2</h4>\n<ul>\n<li>WordPress custom post type carousel: change the word length limit to post content and excerpt only</li>\n<li>Use textarea for description input box</li>\n</ul>\n<h4>Version 10.1</h4>\n<ul>\n<li>Fix a minor bug in WordPress custom post type carousel</li>\n</ul>\n<h4>Version 10.0</h4>\n<ul>\n<li>Support WordPress custom post type. You can now use the plugin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce carousel</a> or your own custom post carousel</li>\n<li>Add an option to enter different text for alt attribute of img tags</li>\n<li>Add an option to add title attribute for img tags.</li>\n</ul>\n<h4>Version 9.9</h4>\n<ul>\n<li>Compatible with jQuery 3</li>\n</ul>\n<h4>Version 9.8</h4>\n<ul>\n<li>Support onclick event for web links</li>\n</ul>\n<h4>Version 9.7</h4>\n<ul>\n<li>Fix the problem of the menu Manage Carousels not working in version 9.4 on some WordPress installations</li>\n</ul>\n<h4>Version 9.4</h4>\n<ul>\n<li>Fix the problem when the folder wp-admin does not exist in the WordPress website</li>\n</ul>\n<h4>Version 9.3</h4>\n<ul>\n<li>Support macro variable __DATETIME__ and __DATE__ in carousel content template for <a href=\"https://www.wonderplugin.com/wordpress-tutorials/how-to-create-a-wordpress-post-carousel/\" target=\"_blank\">WordPress post carousel</a></li>\n</ul>\n<h4>Version 9.2</h4>\n<ul>\n<li>Fix the bug of icon class name conflict</li>\n</ul>\n<h4>Version 9.1</h4>\n<ul>\n<li>Move social media buttons to the bottom center of the lightbox popup</li>\n</ul>\n<h4>Version 9.0</h4>\n<ul>\n<li>Fix a bug of playing videos inside the carousel items</li>\n</ul>\n<h4>Version 8.9</h4>\n<ul>\n<li>Support social media share buttons in lightbox popup: Facebook, Twitter and Pinterest</li>\n<li>Rearrange lightbox options to tabs</li>\n</ul>\n<h4>Version 8.8</h4>\n<ul>\n<li>Use advanced option <code>data-imgextraprops</code> to add extra class names and attributes to img elements</li>\n<li>WordPress post carousel: getting posts of no older than specified days</li>\n<li>WordPress post carousel: specifying post order as ascending or descending</li>\n</ul>\n<h4>Version 8.7</h4>\n<ul>\n<li>Add a new skin Classic with Flip that can be used to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-3d-flip-effect-id45/\" target=\"_blank\">WordPress carousel with 3d flip effect</a></li>\n</ul>\n<h4>Version 8.6</h4>\n<ul>\n<li>Fix a responsive bug with image lightbox</li>\n</ul>\n<h4>Version 8.5</h4>\n<ul>\n<li>Add an option to hide the carousel before all carousel images are loaded</li>\n</ul>\n<h4>Version 8.4</h4>\n<ul>\n<li>Add a new skin Numbering which supports creating <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-number-navigation-id43/\" target=\"_blank\">WordPress carousels with number navigation</a></li>\n</ul>\n<h4>Version 8.3</h4>\n<ul>\n<li>Add an option to hide the whole carousel before the initialisation is finished</li>\n<li>Add an option to display Lightbox image with full width and scrollable height</li>\n<li>Only display images in the Media Library Selection Dialog when selecting an image file and only display videos when selecting a video file</li>\n</ul>\n<h4>Version 8.2</h4>\n<ul>\n<li>Fix a bug in multiple rows carousel</li>\n</ul>\n<h4>Version 8.1</h4>\n<ul>\n<li>Support full width carousel</li>\n<li>Support YouTube playlist carousel</li>\n</ul>\n<h4>Version 8.0</h4>\n<ul>\n<li>Add options to fit images into the carousel and center fitted images</li>\n</ul>\n<h4>Version 7.9</h4>\n<ul>\n<li>Fix the bug when there are uppercase letters in WordPress database prefix</li>\n</ul>\n<h4>Version 7.8</h4>\n<ul>\n<li>Hide the hover over text when the option \"Do not show hover image on touch screen\" is selected.</li>\n</ul>\n<h4>Version 7.7</h4>\n<ul>\n<li>Add an option to show/hide play button on video item</li>\n<li>Add an option to use own image as the video play button</li>\n<li>Fix the hover overlay image bug when there are multiple carousels on one page</li>\n</ul>\n<h4>Version 7.6</h4>\n<ul>\n<li>Fix a bug in version 7.5</li>\n</ul>\n<h4>Version 7.5</h4>\n<ul>\n<li>Fix a bug in vertical carousel when the random option is on</li>\n</ul>\n<h4>Version 7.4</h4>\n<ul>\n<li>Add a new skin Flow</li>\n<li>Add an option to show carousel images as same height and different width if the images have different aspect ratio</li>\n</ul>\n<h4>Version 7.3</h4>\n<ul>\n<li>Add an option to trigger window resize event when the carousel is rendered</li>\n</ul>\n<h4>Version 7.2</h4>\n<ul>\n<li>WordPress Posts Carousel: add an option to link title to the post page</li>\n<li>WordPress Posts Carousel: add an option to open the featured image in lightbox</li>\n</ul>\n<h4>Version 7.1</h4>\n<ul>\n<li>Fix a minor bug in image positioning</li>\n</ul>\n<h4>Version 7.0</h4>\n<ul>\n<li>Support URL parameter firstcarouselid and clickcarousel. The URL parameter firstcarouselid will slide the carousel to the specified item, the index of the parameter starts from 0. If clickcarousel=true is added to the URL, it will open the corresponding lightbox when the webpage loads. For example, the following URL will open the second video in lightbox when the webpage loads: <a href=\"https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true\" target=\"_blank\">https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true</a></li>\n</ul>\n<h4>Version 6.9</h4>\n<ul>\n<li>Fix a minor issue in version 6.8</li>\n</ul>\n<h4>Version 6.8</h4>\n<ul>\n<li>Add an option to support shortcode in title and description text</li>\n</ul>\n<h4>Version 6.7</h4>\n<ul>\n<li>Fix a bug in plugin update</li>\n</ul>\n<h4>Version 6.6</h4>\n<ul>\n<li>Add an option to center image when the aspect ratio of image is different with that of the carousel item</li>\n</ul>\n<h4>Version 6.5</h4>\n<ul>\n<li>Keep HTML tags in post excerpts</li>\n</ul>\n<h4>Version 6.4</h4>\n<ul>\n<li>Fix a minor bug in the skin Flip</li>\n</ul>\n<h4>Version 6.3</h4>\n<ul>\n<li>Add a new skin Flip to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-css3-flip-animation-effect-id41/\" target=\"_blank\">WordPress carousel with CSS3 flip animation effect</a></li>\n</ul>\n<h4>Version 6.2</h4>\n<ul>\n<li>Add a new skin Hover Over to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-text-hover-over-effect-id39/\" target=\"_blank\">WordPress carousel with text hover over effect</a></li>\n<li>Add an option to specify the spacing between carousel items</li>\n</ul>\n<h4>Version 6.1</h4>\n<ul>\n<li>Support trash in carousel management. The deleted carousel will be moved to the trash in which you can restore or permanently delete it.</li>\n</ul>\n<h4>Version 6.0</h4>\n<ul>\n<li>Support lightbox auto slideshow</li>\n<li>Add an option to always show the previous and next navigation arrows on lightbox</li>\n<li>Display error notice on the WordPress Updates page if the free upgrade period is expired.</li>\n</ul>\n<h4>Version 5.9</h4>\n<ul>\n<li>Add an option to support adding the new item to the beginning of the list\n</li>\n<li>Add a function to reverse the media list</li>\n</ul>\n<h4>Version 5.8</h4>\n<ul>\n<li>Fix the border radius bug in the skin Simplicity\n</li>\n<li>Add a div container around the carousel div</li>\n</ul>\n<h4>Version 5.7</h4>\n<ul>\n<li>Add an option to hide MP4/WebM video play control bar on lightbox</li>\n<li>Add an option to display text on bottom, inside, left or right of the lightbox</li>\n<li>Add an option to display lightbox in fullscreen mode. In fullscreen mode, the close button will be displayed on the top right corner of the web browser</li>\n<li>Add an option to add prefix to title when the lightbox is displayed in gallery mode</li>\n<li>Add an option to enable or disable closing lightbox when clicking on the overlay background</li>\n<li>Move the left and right navigation arrows to the side of lightbox on touch screen. This will fix the issue of double clicking when playing video on iPhone, iPad and Android.</li>\n</ul>\n<h4>Version 5.6</h4>\n<ul>\n<li>Add an option to display all carousel thumbnails in same size even when the original images have different aspect ratio.\n</li>\n</ul>\n<h4>Version 5.5</h4>\n<ul>\n<li>Fix the bug of playing MP4 video on iPad iOS 9.1\n</li>\n</ul>\n<h4>Version 5.4</h4>\n<ul>\n<li>Fix the bug of video lightbox in iPad 2\n</li>\n</ul>\n<h4>Version 5.3</h4>\n<ul>\n<li>Fix the bug of options \"Scroll Mode\", \"Interval\" and \"Transition duration\" not working\n</li>\n</ul>\n<h4>Version 5.2</h4>\n<ul>\n<li>Support WordPress posts carousel: create carousels from recent WordPress posts or posts in specified categories\n</li>\n<li>Add a new skin \"Read More\"\n</li>\n</ul>\n<h4>Version 5.1</h4>\n<ul>\n<li>Fix a bug in continuous movement\n</li>\n</ul>\n<h4>Version 5.0</h4>\n<ul>\n<li>Add an option to not initialise the carousel when the page is loaded. This option is useful if you would like to manually initialise the carousel with JavaScript API.\n</li>\n<li>Add an option to add init scripts together with carousel HTML code. This option is useful if the WordPress website uses Ajax to load posts and pages.\n</li>\n</ul>\n<h4>Version 4.9</h4>\n<ul>\n<li>Fix bugs\n</li>\n</ul>\n<h4>Version 4.5</h4>\n<ul>\n<li>Add a new skin Auto Scroll to create <a target=\"_blank\" href=\"/wordpress-carousel/examples/wordpress-auto-scroll-carousel-id34/\">automatically scrolling carousel</a>\n</li>\n<li>Add an option to pause carousel scrolling on mouse over\n</li>\n<li>Add options to specify the scrolling interval and transition duration\n</li>\n<li>Add an option to scroll by page or item\n</li>\n</ul>\n<h4>Version 4.4</h4>\n<ul>\n<li>Add an option to add slider js files to the footer\n</li>\n<li>Add an option to display carousels in text widgets\n</li>\n</ul>\n<h4>Version 4.3</h4>\n<ul>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-only-carousel-id32/\" target=\"_blank\">WordPress text only carousel</a>\n</li>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-multiple-rows-carousel-id33/\" target=\"_blank\">WordPress two rows carousel</a>\n</li>\n<li>Add an option \"Row number\" to define the number of rows\n</li>\n</ul>\n<h4>Version 4.2</h4>\n<ul>\n<li>Support version check and update\n</li>\n</ul>\";}s:3:\"key\";s:0:\"\";s:10:\"key_status\";s:5:\"empty\";s:10:\"key_expire\";i:0;s:4:\"slug\";s:21:\"wonderplugin-carousel\";s:6:\"plugin\";s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:12:\"last_checked\";i:1526763025;}\";','yes'),(89410,'_site_transient_timeout_browser_b95e02a8b69e1e816eb4c25cac4120e7','1512117940','no'),(89411,'_site_transient_browser_b95e02a8b69e1e816eb4c25cac4120e7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:14:\"54.8.4693.9965\";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'),(89419,'_site_transient_timeout_browser_ae6925070205692c4fe16dd4147ae005','1512134883','no'),(89420,'_site_transient_browser_ae6925070205692c4fe16dd4147ae005','a:10:{s:4:\"name\";s:14:\"Microsoft Edge\";s:7:\"version\";s:8:\"36.03160\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:8:\"15.15063\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(89489,'_site_transient_timeout_browser_24dda126ad708c604a03d1a621648981','1512468139','no'),(89490,'_site_transient_browser_24dda126ad708c604a03d1a621648981','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"5.2.7\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.apple.com/safari/\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/safari.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/safari.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(89539,'_site_transient_timeout_browser_315117425c117d80648b71a24b9b1815','1512543643','no'),(89540,'_site_transient_browser_315117425c117d80648b71a24b9b1815','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"62.0.3202.94\";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'),(89649,'_site_transient_timeout_browser_dc0e368d0074ef277d449c2ab428064f','1512654850','no'),(89650,'_site_transient_browser_dc0e368d0074ef277d449c2ab428064f','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"16.0.1\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(89731,'_site_transient_timeout_browser_d0fdd3ca51496b6c1a4f7beabec83401','1513087379','no'),(89732,'_site_transient_browser_d0fdd3ca51496b6c1a4f7beabec83401','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"15.0.1\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(89882,'_site_transient_timeout_browser_da4804949398f905dcef757ac82cf2c1','1514195504','no'),(89883,'_site_transient_browser_da4804949398f905dcef757ac82cf2c1','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"63.0.3239.84\";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'),(89884,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1513633916','no'),(89885,'_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:34:\"\n Wed, 06 Dec 2017 18:39:27 +0000 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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=5.0-alpha-42400\";s:7:\"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: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:37:\"The Month in WordPress: November 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:72:\"https://wordpress.org/news/2017/12/the-month-in-wordpress-november-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 Dec 2017 11:00:44 +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=5290\";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:354:\"The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November. WordPress 4.9 “Tipton” On November 16, WordPress 4.9 was released with new features […]\";s: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:4234:\"\n<p>The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 4.9 “Tipton”</h2>\n\n\n\n<p>On November 16, <a href=\"https://wordpress.org/news/2017/11/tipton/\">WordPress 4.9 was released</a> with new features for publishers and developers alike. Release highlights include design locking, scheduling, and previews in the Customizer, an even more secure and usable code editing experience, a new gallery widget, and text widget improvements.</p>\n\n\n\n<p>The follow up security and maintenance, v4.9.1, <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">has now been released</a> to tighten up the security of WordPress as a whole.</p>\n\n\n\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\n\n\n<h2>Apply to Speak At WordCamp Europe 2018</h2>\n\n\n\n<p>The next edition of WordCamp Europe takes place in June, 2018. While the organizing team is still in the early stages of planning, <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\">they are accepting speaker applications</a>.</p>\n\n\n\n<p>WordCamp Europe is the largest WordCamp in the world and, along with WordCamp US, one of the flagship events of the WordCamp program — speaking at this event is a great way to give back to the global WordPress community by sharing your knowledge and expertise with thousands of WordPress enthusiasts.</p>\n\n\n\n<h2>Diversity Outreach Speaker Training Initiative</h2>\n\n\n\n<p>To help WordPress community organizers offer diverse speaker lineups, <a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">a new community initiative has kicked off</a> to use existing <a href=\"https://make.wordpress.org/training/handbook/speaker-training/\">speaker training workshops</a> to demystify speaking requirements and help participants gain confidence in their ability to share their WordPress knowledge in a WordCamp session.</p>\n\n\n\n<p>The working group behind this initiative will be meeting regularly to discuss and plan how they can help local communities to train speakers for WordCamps and other events.</p>\n\n\n\n<p>To get involved in this initiative, you can join the meetings at 5pm UTC every other Wednesday in the #community-team channel of the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul>\n <li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is happening on December 1-3 in Nashville, with the annual State of the Word talk happening on Saturday afternoon — <a href=\"https://2017.us.wordcamp.org/live-stream/\">the live stream of the entire event is available to view for free</a>.</li>\n <li><a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\">Tide</a>, a new service from XWP designed to help users make informed plugin choices, is due to launch at WordCamp US.</li>\n <li>Gutenberg development is continuing rapidly, with <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\">a packed new release</a> and a focus on <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\">usability testing</a>.</li>\n <li>After some discussion among the community, <a href=\"https://make.wordpress.org/community/2017/11/10/discussion-micro-regional-wordcamps/\">a new type of micro-regional WordCamp</a> is going to be introduced into the global WordCamp program.</li>\n</ul>\n\n\n\n<p><em></em></p>\n\n\n\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\n\n\n<p><em></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:\"5290\";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:48:\"WordPress 4.9.1 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/11/wordpress-4-9-1-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:\"Wed, 29 Nov 2017 20:33: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: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=5215\";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:359:\"WordPress 4.9.1 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team'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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s: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:4287:\"\n<p>WordPress 4.9.1 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n\n\n<p>WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.1:</p>\n\n\n\n<ol>\n <li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n <li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n <li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n <li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>\n</ol>\n\n\n\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 security disclosure</a>: <a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn.</p>\n\n\n\n<p>Eleven other bugs were fixed in WordPress 4.9.1. Particularly of note were:</p>\n\n\n\n<ul>\n <li>Issues relating to the caching of theme template files.</li>\n <li>A MediaElement JavaScript error preventing users of certain languages from being able to upload media files.</li>\n <li>The inability to edit theme and plugin files on Windows based servers.</li>\n</ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">This post has more information about all of the issues fixed in 4.9.1 if you'd like to learn more</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.1</a> or venture over to Dashboard → Updates and click "Update Now." Sites that support automatic background updates are already beginning to update automatically.</p>\n\n\n\n<p>Thank you to everyone who contributed to WordPress 4.9.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/edo888/\">edo888</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp/\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">jeremyescott</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/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mariovalney/\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/natacado/\">natacado</a>, <a href=\"https://profiles.wordpress.org/odysseygate/\">odyssey</a>, <a href=\"https://profiles.wordpress.org/precies/\">precies</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</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:\"5215\";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:26:\"WordPress 4.9 “Tipton”\";s:7:\"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/news/2017/11/tipton/\";s: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 Nov 2017 01:16:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=4968\";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:227:\"Announcing version 4.9 of WordPress, named “Tipton” in honor of jazz pianist and band leader Billy Tipton. New features in 4.9 will smooth your design workflow and keep you safe from coding errors. Download or update 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: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:40374:\"<h2 style=\"text-align: center\">Major Customizer Improvements, Code Error Checking, and More! ?</h2>\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/banner.png?fit=2400%2C1200&ssl=1\" alt=\"\" /></figure>\r\n\r\n\r\n\r\n<p>Version 4.9 of WordPress, named “Tipton” in honor of jazz musician and band leader Billy Tipton, is available for download or update in your WordPress dashboard. New features in 4.9 will smooth your design workflow and keep you safe from coding errors.</p>\r\n\r\n\r\n\r\n<p>Featuring design drafts, scheduling, and locking, along with preview links, the Customizer workflow improves collaboration for content creators. What’s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn’t pretty great, we’ve got an awesome new Gallery widget and improvements to theme browsing and switching.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Customizer Workflow Improved </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/11/customizer-workflow-improved-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>Draft and Schedule Site Design Customizations</h3>\r\n\r\n\r\n\r\n<p>Yes, you read that right. Just like you can draft and revise posts and schedule them to go live on the date and time you choose, you can now tinker with your site’s design and schedule those design changes to go live as you please.</p>\r\n\r\n\r\n\r\n<h3>Collaborate with Design Preview Links</h3>\r\n\r\n\r\n\r\n<p>Need to get some feedback on proposed site design changes? WordPress 4.9 gives you a preview link you can send to colleagues and customers so that you can collect and integrate feedback before you schedule the changes to go live. Can we say collaboration++?</p>\r\n\r\n\r\n\r\n<h3>Design Locking Guards Your Changes</h3>\r\n\r\n\r\n\r\n<p>Ever encounter a scenario where two designers walk into a project and designer A overrides designer B’s beautiful changes? WordPress 4.9’s design lock feature (similar to post locking) secures your draft design so that no one can make changes to it or erase all your hard work.</p>\r\n\r\n\r\n\r\n<h3>A Prompt to Protect Your Work</h3>\r\n\r\n\r\n\r\n<p>Were you lured away from your desk before you saved your new draft design? Fear not, when you return, WordPress 4.9 will politely ask whether or not you’d like to save your unsaved changes.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Coding Enhancements</h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/coding-enhancements-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>Syntax Highlighting and Error Checking? Yes, Please!</h3>\r\n\r\n\r\n\r\n<p>You’ve got a display problem but can’t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you’ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily, and suss out & fix code errors quickly.</p>\r\n\r\n\r\n\r\n<h3>Sandbox for Safety</h3>\r\n\r\n\r\n\r\n<p>The dreaded white screen. You’ll avoid it when working on themes and plugin code because WordPress 4.9 will warn you about saving an error. You’ll sleep better at night.</p>\r\n\r\n\r\n\r\n<h3>Warning: Potential Danger Ahead!</h3>\r\n\r\n\r\n\r\n<p>When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice and will recommend that you draft and test changes before updating your file. Take the safe route: You’ll thank you. Your team and customers will thank you.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Even More Widget Updates </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/even-more-widget-updates-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>The New Gallery Widget</h3>\r\n\r\n\r\n\r\n<p>An incremental improvement to the media changes hatched in WordPress 4.8, you can now add a gallery via this new widget. Yes!</p>\r\n\r\n\r\n\r\n<h3>Press a Button, Add Media</h3>\r\n\r\n\r\n\r\n<p>Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our simple but useful Add Media button. Woo!</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Site Building Improvements </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/site-building-improvements-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>More Reliable Theme Switching</h3>\r\n\r\n\r\n\r\n<p>When you switch themes, widgets sometimes think they can just move location. Improvements in WordPress 4.9 offer more persistent menu and widget placement when you decide it’s time for a new theme. </p>\r\n\r\n\r\n\r\n<h3>Find and Preview the Perfect Theme</h3>\r\n\r\n\r\n\r\n<p>Looking for a new theme for your site? Now, from within the Customizer, you can search, browse, and preview over 2600 themes before deploying changes to your site. What’s more, you can speed your search with filters for subject, features, and layout.</p>\r\n\r\n\r\n\r\n<h3>Better Menu Instructions = Less Confusion</h3>\r\n\r\n\r\n\r\n<p>Were you confused by the steps to create a new menu? Perhaps no longer! We’ve ironed out the UX for a smoother menu creation process. Newly updated copy will guide you.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Lend a Hand with Gutenberg ?</h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/gutenberg-1.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<p>WordPress is working on a new way to create and control your content and we’d love to have your help. Interested in being an <a href=\"https://wordpress.org/plugins/gutenberg/\">early tester</a> or getting involved with the Gutenberg project? <a href=\"https://github.com/WordPress/gutenberg\">Contribute on GitHub</a>.</p>\r\n\r\n\r\n\r\n<p>(PS: this post was written in Gutenberg!)</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Developer Happiness ?</h2>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Customizer JS API Improvements</a></h3>\r\n\r\n\r\n\r\n<p>We’ve made numerous improvements to the Customizer JS API in WordPress 4.9, eliminating many pain points. (Hello, default parameters for constructs! Goodbye repeated ID for constructs!) There are also new base control templates, a date/time control, and section/panel/global notifications to name a few. <a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Check out the full list.</a></p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">CodeMirror available for use in your themes and plugins</a></h3>\r\n\r\n\r\n\r\n<p>We’ve introduced a new code editing library, CodeMirror, for use within core. CodeMirror allows for syntax highlighting, error checking, and validation when creating code writing or editing experiences within your plugins, like CSS or JavaScript include fields.</p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/30/mediaelement-upgrades-in-wordpress-4-9/\">MediaElement.js upgraded to 4.2.6</a></h3>\r\n\r\n\r\n\r\n<p>WordPress 4.9 includes an upgraded version of MediaElement.js, which removes dependencies on jQuery, improves accessibility, modernizes the UI, and fixes many bugs.</p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">Roles and Capabilities Improvements</a></h3>\r\n\r\n\r\n\r\n<p>New capabilities have been introduced that allow granular management of plugins and translation files. In addition, the site switching process in multisite has been fine-tuned to update the available roles and capabilities in a more reliable and coherent way.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2>The Squad</h2>\r\n\r\n\r\n\r\n<p>This release was led by <a href=\"https://choycedesign.com/\">Mel Choyce</a> and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, with the help of the following fabulous folks. There are 443 contributors with props in this release, with 185 of them contributing for the first time. Pull up some Billy Tipton on your music service of choice, and check out some of their profiles:</p>\r\n\r\n\r\n\r\n<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/aaronrutley\">Aaron Rutley</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</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/adamwills\">AdamWills</a>, <a href=\"https://profiles.wordpress.org/adhun\">Adhun Anand</a>, <a href=\"https://profiles.wordpress.org/aegis123\">aegis123</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/ajayghaghretiya1\">Ajay Ghaghretiya</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/soniakash\">Akash Soni</a>, <a href=\"https://profiles.wordpress.org/akbarhusen\">akbarhusen</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/alpipego\">Alex Goller</a>, <a href=\"https://profiles.wordpress.org/alexvorn2\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alibasheer\">alibasheer</a>, <a href=\"https://profiles.wordpress.org/alxndr\">alxndr</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreagobetti\">andreagobetti</a>, <a href=\"https://profiles.wordpress.org/euthelup\">Andrei Lupu</a>, <a href=\"https://profiles.wordpress.org/aduth\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewtaylor-1\">Andrew Taylor</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/la-geek\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/anhskohbo\">anhskohbo</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/antonrinas\">antonrinas</a>, <a href=\"https://profiles.wordpress.org/appchecker\">appchecker</a>, <a href=\"https://profiles.wordpress.org/arena94\">arena94</a>, <a href=\"https://profiles.wordpress.org/bsop\">Arnaud Coolsaet</a>, <a href=\"https://profiles.wordpress.org/arnaudban\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/aryamaaru\">Arun</a>, <a href=\"https://profiles.wordpress.org/mrasharirfan\">Ashar Irfan</a>, <a href=\"https://profiles.wordpress.org/atachibana\">atachibana</a>, <a href=\"https://profiles.wordpress.org/atanasangelovdev\">Atanas Angelov</a>, <a href=\"https://profiles.wordpress.org/avinapatel\">Avina Patel</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/bduclos\">bduclos</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/behzod\">Behzod Saidov</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/benoitchantre\">Benoit Chantre</a>, <a href=\"https://profiles.wordpress.org/bnap00\">Bharat Parsiya</a>, <a href=\"https://profiles.wordpress.org/bhaveshkhadodara\">bhavesh khadodara</a>, <a href=\"https://profiles.wordpress.org/bplv\">Biplav</a>, <a href=\"https://profiles.wordpress.org/biranit\">Biranit</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/biskobe\">biskobe</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/blackbam\">Blackbam</a>, <a href=\"https://profiles.wordpress.org/blobfolio\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</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/bradparbs\">Brad Parbs</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/brentjettgmailcom\">Brent Jett</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/monopine\">Brian Meyer</a>, <a href=\"https://profiles.wordpress.org/borgesbruno\">Bruno Borges</a>, <a href=\"https://profiles.wordpress.org/bseddon\">bseddon</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90\">Bunty</a>, <a href=\"https://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/caercam\">Charlie Merland</a>, <a href=\"https://profiles.wordpress.org/chetanchauhan\">Chetan Chauhan</a>, <a href=\"https://profiles.wordpress.org/chetan200891\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrishardie\">Chris Hardie</a>, <a href=\"https://profiles.wordpress.org/crunnells\">Chris Runnells</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/chsxf\">chsxf</a>, <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom\">cjhaas</a>, <a href=\"https://profiles.wordpress.org/cliffseal\">Cliff Seal</a>, <a href=\"https://profiles.wordpress.org/code-monkey\">code-monkey</a>, <a href=\"https://profiles.wordpress.org/collizo4sky\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/corvidism\">corvidism</a>, <a href=\"https://profiles.wordpress.org/csloisel\">csloisel</a>, <a href=\"https://profiles.wordpress.org/daedalon\">Daedalon</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber </a>, <a href=\"https://profiles.wordpress.org/danieltj\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dany2217\">dany2217</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/davefx\">DaveFX</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davilera\">David Aguilera</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/turtlepod\">David Chandra Purnama</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/straussd\">David Strauss</a>, <a href=\"https://profiles.wordpress.org/jdtrower\">David Trower</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/daymobrew\">daymobrew</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate\">DiedeExterkate</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/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/div33\">Divyesh Ladani</a>, <a href=\"https://profiles.wordpress.org/dency\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/dixitadusara\">dixitadusara</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dominikschwind-1\">Dominik Schwind</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsawardekar\">dsawardekar</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eatonz\">Eaton</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eddhurst\">Edd Hurst</a>, <a href=\"https://profiles.wordpress.org/edo888\">edo888</a>, <a href=\"https://profiles.wordpress.org/egregor\">EGregor</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elvishp2006\">elvishp2006</a>, <a href=\"https://profiles.wordpress.org/enricosorcinelli\">enrico.sorcinelli</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/circlecube\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/eventualo\">eventualo</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/psiico\">FancyThought</a>, <a href=\"https://profiles.wordpress.org/felipeelia\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fergbrain\">fergbrain</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/gmariani405\">Gabriel Mariani</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</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/girishpanchal\">Girish Lohar</a>, <a href=\"https://profiles.wordpress.org/gkloveweb\">Govind Kumar</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/gregross\">Greg Ross</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/grosbouff\">grosbouff</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/ghosttoast\">Gustave F. Gerhardt</a>, <a href=\"https://profiles.wordpress.org/guzzilar\">guzzilar</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/hazemnoor\">Hazem Noor</a>, <a href=\"https://profiles.wordpress.org/hazimayesh\">hazimayesh</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright-1\">Henry</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen\">herregroen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/jcc9873\">Iacopo C</a>, <a href=\"https://profiles.wordpress.org/ibenic\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ippei-sumida\">Ippei Sumida</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/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/ixmati\">ixmati</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jhoffmann\">j.hoffmann</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/octalmage\">Jason Stallings</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</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/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/jeremyescott\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jjcomack\">Jimmy Comack</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jkhongusc\">jkhongusc</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/johneckman\">John Eckman</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/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/johnroper100\">johnroper100</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</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/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jsepia\">jsepia</a>, <a href=\"https://profiles.wordpress.org/jsonfry\">jsonfry</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/jlambe\">Julien</a>, <a href=\"https://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/thekt12\">Karthik Thayyil</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/captainn\">Kevin Newman</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</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/kmgalanakis\">Konstantinos Galanakis</a>, <a href=\"https://profiles.wordpress.org/koopersmith\">koopersmith</a>, <a href=\"https://profiles.wordpress.org/kekkakokkers\">Kristin Kokkersvold</a>, <a href=\"https://profiles.wordpress.org/lalitpendhare\">lalitpendhare</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/lemacarl\">lemacarl</a>, <a href=\"https://profiles.wordpress.org/lenasterg\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/llemurya\">llemurya</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/m1tk00\">m1tk00</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/mahvash-fatima\">Mahvash Fatima</a>, <a href=\"https://profiles.wordpress.org/travel_girl\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/manolis09\">manolis09</a>, <a href=\"https://profiles.wordpress.org/manuelaugustin\">Manuel Augustin</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mariusvetrici\">Marius Vetrici</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/markcallen\">markcallen</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/matthiasthiel\">matthias.thiel</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/mdifelice\">mdifelice</a>, <a href=\"https://profiles.wordpress.org/megane9988\">megane9988</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/mizejewski\">Michele Mizejewski</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/mikeschinkel\">Mike Schinkel</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/milana_cap\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/milindmore22\">Milind More</a>, <a href=\"https://profiles.wordpress.org/mirucon\">Mirucon</a>, <a href=\"https://profiles.wordpress.org/studionashvegas\">Mitch Canter</a>, <a href=\"https://profiles.wordpress.org/mitraval192\">Mithun Raval</a>, <a href=\"https://profiles.wordpress.org/mkomar\">mkomar</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</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/msebel\">msebel</a>, <a href=\"https://profiles.wordpress.org/munyagu\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mythemeshop\">MyThemeShop</a>, <a href=\"https://profiles.wordpress.org/ndoublehwp\">N\'DoubleH</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/nenad\">nenad</a>, <a href=\"https://profiles.wordpress.org/nicbertino\">nic.bertino</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nicollle\">nicollle</a>, <a href=\"https://profiles.wordpress.org/jainnidhi\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/nileshdudakiya94\">Nileshdudakiya94</a>, <a href=\"https://profiles.wordpress.org/nishitlangaliya\">Nishit Langaliya</a>, <a href=\"https://profiles.wordpress.org/justnorris\">Norris</a>, <a href=\"https://profiles.wordpress.org/obradovic\">obradovic</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/ov3rfly\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paaljoachim\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak\">palmiak</a>, <a href=\"https://profiles.wordpress.org/parthsanghvi\">Parth Sanghvi</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</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/pauldechov\">Paul Dechov</a>, <a href=\"https://profiles.wordpress.org/natacado\">Paul Paradise</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/pcarvalho\">pcarvalho</a>, <a href=\"https://profiles.wordpress.org/pedromendonca\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/pessoft\">Peter \"Pessoft\" Kolínek</a>, <a href=\"https://profiles.wordpress.org/donutz\">Peter J. Herrel</a>, <a href=\"https://profiles.wordpress.org/petertoi\">Peter Toi</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</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/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/plastikschnitzer\">Plastikschnitzer</a>, <a href=\"https://profiles.wordpress.org/powerzilly\">powerzilly</a>, <a href=\"https://profiles.wordpress.org/pratikgandhi\">Pratik Gandhi</a>, <a href=\"https://profiles.wordpress.org/precies\">precies</a>, <a href=\"https://profiles.wordpress.org/presslabs\">Presslabs</a>, <a href=\"https://profiles.wordpress.org/punit5658\">Punit Patel</a>, <a href=\"https://profiles.wordpress.org/purnendu\">Purnendu Dash</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/rafa8626\">Rafael Miranda</a>, <a href=\"https://profiles.wordpress.org/rahmohn\">Rahmohn</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramon-fincken\">ramon fincken</a>, <a href=\"https://profiles.wordpress.org/jontyravi\">Ravi Vaghela</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/arena\">RENAUT</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rfair404\">rfair404</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</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/rcutmore\">Rob Cutmore</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/ronakganatra\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/rugved\">rugved</a>, <a href=\"https://profiles.wordpress.org/rushabh4486\">Rushabh Shah</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryanduff\">Ryan Duff</a>, <a href=\"https://profiles.wordpress.org/stunnedbeast\">Ryan Holmes</a>, <a href=\"https://profiles.wordpress.org/rmarks\">Ryan Marks</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ohryan\">Ryan Neudorf</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/ryanrolds\">ryanrolds</a>, <a href=\"https://profiles.wordpress.org/ryotsun\">ryotsun</a>, <a href=\"https://profiles.wordpress.org/stodorovic\">Saša</a>, <a href=\"https://profiles.wordpress.org/manchumahara\">Sabuj Kundu</a>, <a href=\"https://profiles.wordpress.org/sagarprajapati\">Sagar Prajapati</a>, <a href=\"https://profiles.wordpress.org/sagarladani\">sagarladani</a>, <a href=\"https://profiles.wordpress.org/sa3idho\">Said El Bakkali</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/viralsampat\">Sampat Viral</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly\">sarah semark</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/scottdeluzio\">Scott DeLuzio</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/scottlee\">Scott Lee</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/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/shamim51\">Shamim Hasan</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/shital-patel\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shramee\">shramee</a>, <a href=\"https://profiles.wordpress.org/nomnom99\">Siddharth Thevaril</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/slaffik\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/someecards\">someecards</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spencerfinnell\">spencerfinnell</a>, <a href=\"https://profiles.wordpress.org/spocke\">spocke</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</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/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevepuddick\">Steve Puddick</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/skostadinov\">Stoyan Kostadinov</a>, <a href=\"https://profiles.wordpress.org/dualcube_subrata\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/musus\">Susumu Seino</a>, <a href=\"https://profiles.wordpress.org/svrooij\">svrooij</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/buley\">Taylor</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/thulshof\">Thijs Hulshof</a>, <a href=\"https://profiles.wordpress.org/thingsym\">thingsym</a>, <a href=\"https://profiles.wordpress.org/tfirdaus\">Thoriq Firdaus</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobi823\">tobi823</a>, <a href=\"https://profiles.wordpress.org/toddnestor\">Todd Nestor</a>, <a href=\"https://profiles.wordpress.org/tobifjellner\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/toscho\">toscho</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tuanmh\">tuanmh</a>, <a href=\"https://profiles.wordpress.org/tv-productions\">TV productions</a>, <a href=\"https://profiles.wordpress.org/uicestone\">uicestone</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/umangvaghela123\">Umang Vaghela</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/upadalavipul\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vhauri\">vhauri</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/withinboredom\">withinboredom</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/xkon\">Xenos (xkon) Konstantinos</a>, <a href=\"https://profiles.wordpress.org/yahil\">Yahil Madakiya</a>, <a href=\"https://profiles.wordpress.org/yonivh\">yonivh</a>, <a href=\"https://profiles.wordpress.org/yrpwayne\">yrpwayne</a>, <a href=\"https://profiles.wordpress.org/zachwtx\">zachwtx</a>, and <a href=\"https://profiles.wordpress.org/zanematthew\">Zane Matthew</a>.\r\n\r\n\r\n\r\n<p>Finally, thanks to all the community translators who worked on WordPress 4.9. Their efforts bring WordPress 4.9 fully translated to 43 languages at release time, with more on the way.</p>\r\n\r\n\r\n\r\n<p>Do you want to report on WordPress 4.9? <a href=\"https://s.w.org/images/core/4.9/wp-4-9_press-kit.zip\">We've compiled a press kit featuring information about the release features, and some media assets to help you along</a>.</p>\r\n\r\n\r\n\r\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>.</p>\r\n\r\n\r\n\r\n<p>Thanks for choosing WordPress!</p>\r\n\";s: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:\"4968\";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: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:33:\"WordPress 4.9 Release Candidate 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:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-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:\"Tue, 14 Nov 2017 06:53: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";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=5184\";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:345:\"The third release candidate for WordPress 4.9 is now available. A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but […]\";s: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:4169:\"<p>The third release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but due a number of defects uncovered through your testing of RC2 (thank you!), we are putting out another 4.9 release candidate.</p>\n<p>We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (that’s <em>tomorrow</em>) at 23:00 UTC, but we still need your help to get there. If you haven’t tested 4.9 yet, now is the time! If there are additional defects uncovered through testing between now and the release time, we may delay the 4.9 release to the following day.</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC3.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/branches/4.9?action=stop_on_copy&mode=stop_on_copy&rev=42178&stop_rev=42133\">just over 20 changes</a> since releasing RC2 last week (as we did between RC1 and RC2). For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a>, and <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\">RC2</a> blog posts. A few specific areas to test in RC3:</p>\n<ul>\n<li>Switching between the Visual and Text tabs of the editor, and the syncing of the cursor between those two tabs.</li>\n<li>Overriding linting errors in the Customizer’s Additional CSS editor.</li>\n<li>Adding nav menu items for Custom Links in the Customizer.</li>\n<li>Scheduling customization drafts (stubbed posts/pages) for publishing in the Customizer.</li>\n<li>Autosave revisions for changes in the Customizer.</li>\n<li>About page styling.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</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>Didn’t squash them all <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>We want to release Tuesday</em><br />\n<em>New features not bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</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:\"5184\";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:33:\"WordPress 4.9 Release Candidate 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:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-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:\"Tue, 07 Nov 2017 05:33:28 +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=5047\";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:\"The second release candidate for WordPress 4.9 is now available. A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on Tuesday, November 14 (just over one week from now), but we need your help […]\";s: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:3424:\"<p>The second release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (just over <em>one week</em> from now), but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42124&stop_rev=42049&limit=100&sfp_email=&sfph_mail=\">just over 20 changes</a> since releasing RC 1 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a> blog posts. Specific areas to test in RC2:</p>\n<ul>\n<li>Theme installation in the Customizer.</li>\n<li>Scheduling changes for publishing in the Customizer.</li>\n<li>Switching themes with live preview in the Customizer.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</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>This week’s haiku is courtesy of <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a>:</p>\n<p><em>We squashed all the 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;\" /></em><br />\n<em>But uh, if not, let us know</em><br />\n<em>Also, test your stuff</em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</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:\"5047\";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:36:\"The Month in WordPress: October 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:71:\"https://wordpress.org/news/2017/11/the-month-in-wordpress-october-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:\"Thu, 02 Nov 2017 12:02:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=5044\";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 this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October. Take the 2017 Annual WordPress User Survey The annual WordPress User Survey is a great opportunity for you 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: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:6180:\"\n<p>While this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Take the 2017 Annual WordPress User Survey</h2>\n\n\n\n<p>The annual WordPress User Survey is a great opportunity for you to provide your feedback about how you use WordPress. This year is no exception, as <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">the 2017 WordPress User Survey</a> is out now.</p>\n\n\n\n<p>The information collected in the survey is used to make informed decisions about improvements across the WordPress project, so your answers are incredibly valuable and help shape the future of the platform.</p>\n\n\n\n<h2>WordPress 4.8.3 Security Release</h2>\n\n\n\n<p>At the end of October, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\">WordPress 4.8.3 was released</a> containing an important security fix for all previous versions of WordPress. If your WordPress installation has not updated automatically, please update it now to protect your site.</p>\n\n\n\n<p>This security issue was brought to light by a community member, so if you ever discover a security vulnerability in WordPress core, please do the same and <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">disclose it responsibly</a>.</p>\n\n\n\n<h2>WordPress 4.9 Nearly Ready for Release</h2>\n\n\n\n<p>WordPress 4.9 was in rapid development this month. We released four beta versions and published a <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">release candidate</a>. The target for shipping WordPress 4.9 is November 14 — just two short weeks away. With many new features, this is a hugely exciting release that improves WordPress’ user experience considerably. Notably, you’ll see <a href=\"https://make.wordpress.org/core/2017/10/24/a-new-themes-experience-in-the-customizer/\">improvements to the theme selection experience</a>, plenty of <a href=\"https://make.wordpress.org/core/2017/10/24/widget-improvements-in-wordpress-4-9/\">widget enhancements</a>, drastically improved <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">code editing</a>, and much better <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">user role management</a>.</p>\n\n\n\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\n\n\n<h2>WordPress Charity Hackathons are Growing</h2>\n\n\n\n<p>For the last few years, the number of <a href=\"https://doaction.org/\">do_action series of WordPress charity hackathons</a> has grown around the world. What started as a community event to assist local nonprofit organizations, has become something many WordPress communities are replicating in an increasing number of cities.</p>\n\n\n\n<p>As of this month, do_action events have been hosted in Cape Town and Johannesburg, South Africa, Beirut, Lebanon, Austin, Texas, and Montréal, Canada. In addition, events are now scheduled for <a href=\"https://doaction.org/event/bristol-2018/\">Bristol, England</a> and <a href=\"https://doaction.org/event/zurich-2018/\">Zurich, Switzerland</a> in 2018.</p>\n\n\n\n<p>To get involved in organizing a do_action event locally, read <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/\">the do_action organizer’s handbook</a> and join the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Development Advances</h2>\n\n\n\n<p>While work steadily continues on Gutenberg — the new editor for WordPress core — one update from this month addresses one of the primary concerns that some people shared about the project.</p>\n\n\n\n<p>Up until <a href=\"https://make.wordpress.org/core/2017/10/24/whats-new-in-gutenberg-24th-october/\">the release on October 24</a>, Gutenberg did not support the meta boxes that so many WordPress content creators rely on. The new editor now has initial support for meta boxes as well as a host of other critical features for content creation in WordPress.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">Test out Gutenberg</a> right now and help develop it 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/\">Core team blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul>\n <li>DonateWC, a new initiative that assists people in attending WordCamps, <a href=\"https://donatewc.org/wordcamp-stories/wordcamp-cape-town-experience/\">sponsored Trust Nhokovedzo from Harare, Zimbabwe</a> to speak at WordCamp Cape Town, South Africa this month.</li>\n <li><a href=\"https://woocommerce.com/2017/10/saying-goodbye-to-canvas/\">The popular Canvas theme was retired</a> this month to allow WooCommerce to focus on moving their products forward more effectively.</li>\n <li>The next installment of Camp Press, the WordPress community retreat event, will take place <a href=\"https://camp.press/event/iceland2018/\">in Iceland</a>.</li>\n <li>If you run a WordPress meetup group, but are struggling to find content for your events, the WordPress Marketing team <a href=\"https://make.wordpress.org/community/2017/10/04/supporting-for-meetups-with-low-content/\">has put together some ideas</a> to help.</li>\n <li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is just around the corner — there’s still time to grab your tickets.</li>\n</ul>\n\n\n\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:\"5044\";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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.8.3 Security 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:68:\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-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, 31 Oct 2017 14:20: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:3:{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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.8\";s:7:\"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=5035\";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:378:\"WordPress 4.8.3 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.2 and earlier are affected by an issue where $wpdb->prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable 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:15:\"Gary Pendergast\";s: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:1337:\"<p>WordPress 4.8.3 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.2 and earlier are affected by an issue where <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://twitter.com/ircmaxell\">Anthony Ferrara</a>.</p>\n<p>This release includes a change in behaviour for the <code>esc_sql()</code> function. Most developers will not be affected by this change, you can read more details in the <a href=\"https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/\">developer note</a>.</p>\n<p>Thank you to the reporter of this issue for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.3</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.3.</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:\"5035\";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: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:31:\"WordPress 4.9 Release Candidate\";s:7:\"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:67:\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\";s: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, 31 Oct 2017 04:42:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=4963\";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:\"The release candidate for WordPress 4.9 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on Tuesday, November 14, but we need your help to get there. If you haven’t tested 4.9 yet, […]\";s: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:3275:\"<p>The release candidate for WordPress 4.9 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong>, but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42049&stop_rev=42022&limit=100&sfp_email=&sfph_mail=\">almost 30 changes</a> since releasing Beta 4 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>. In the meantime, you can review the <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes for 4.9</a>.</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>This week’s haiku is courtesy of <a href=\'https://profiles.wordpress.org/pento/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pento</a>:</p>\n<p><em>this is halloween <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f383.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>scary, spooky, candy day <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f47b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>rc1 is sweet <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f36c.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</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:\"4963\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s: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:37:\"2017 WordPress Survey and WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2017/10/2017-wordpress-survey-and-wordcamp-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Oct 2017 20:59:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5004\";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:332:\"It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS). It only takes a few minutes to fill out the survey, which will provide an overview 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:7:\"Josepha\";s: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:1083:\"\n<p>It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS).</p>\n\n\n\n<p>It only takes a few minutes to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">fill out the survey</a>, which will provide an overview of how people use WordPress.</p>\n\n\n\n<figure class=\"wp-block-image alignright\" style=\"width:357px\"><a href=\"https://2017.us.wordcamp.org/tickets/\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/10/header.jpg?resize=357%2C148&ssl=1\" data-recalc-dims=\"1\" /></a>\n <figcaption>WordCamp US in Nashville</figcaption>\n</figure>\n\n\n\n<p>The <a href=\"https://wordpress.tv/tag/state-of-the-word/\">State of the Word</a> includes stats and an overview of what's new in WordPress and is given every year at WCUS. Don't forget that tickets are available <a href=\"https://2017.us.wordcamp.org\">now</a> so you can join the excitement in Nashville this year!</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:\"5004\";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: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 4\";s:7:\"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-4/\";s: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, 25 Oct 2017 07:04: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: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=4962\";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 4 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:2446:\"<p>WordPress 4.9 Beta 4 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-beta4.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 the Beta 1 release, 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, and <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41938&stop_rev=41847&limit=100&sfp_email=&sfph_mail=\">92 changes</a> in <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>. In Beta 4, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42020&stop_rev=41940&limit=100&sfp_email=&sfph_mail=\">80 changes</a>, focusing on bug fixes and finalizing new features.</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><i>Beta 4 at last,<br />\nRC 1 draws ever near.<br />\nLet’s make it bug-free. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f6ab.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:\"4962\";s: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:9:\"\n 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:4:\"\n 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:\"Mon, 18 Dec 2017 09:51:56 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:\"Wed, 06 Dec 2017 18:39:27 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 250\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(89886,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1513633916','no'),(89887,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1513590716','no'),(89888,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1513633917','no'),(89889,'_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:69:\"WPTavern: Jetpack 5.6.1 Increases Security of the Contact Form Module\";s:7:\"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=77061\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/jetpack-5-6-1-increases-security-of-the-contact-form-module\";s: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:575:\"<p>Jetpack has <a href=\"https://jetpack.com/2017/12/14/jetpack-5-6-1/\">released version 5.6.1</a> which hardens the Contact Form module by improving permissions checking when updating a form's settings. In addition to security fixes, the character count for when Publicize publishes content to Twitter has been increased to 280. </p>\n\n\n\n<p>This release also fixes a bug that disabled the ability to save widgets after removing a Widget Visibility rule. Users are encouraged to update as soon as possible, especially if you make heavy use of the Contact Form module. </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, 15 Dec 2017 22:49: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:\"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: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:57:\"WPTavern: WPWeekly Episode 297 – WordCamp US 2017 Recap\";s:7:\"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=77042&preview=true&preview_id=77042\";s:7:\"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/wpweekly-episode-297-wordcamp-us-2017-recap\";s: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:2715:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://mor10.com/\">Morten Rand-Hendriksen</a>. We have an engaging conversation about WordCamp US 2017, Gutenberg, and what it’s going to take for it to succeed. Rand-Hendriksen shared what he thinks are <a href=\"https://mor10.com/gutenberg-and-the-future-of-wordpress-conditions-for-success/\">the three conditions</a> that need to be met before Gutenberg can be shipped.</p>\n<p>Near the end of the show, we discuss the possible impacts Gutenberg’s timeline may have on the WordPress economy. Jacoby and I round out the show by reviewing the 2017 State of the Word and our picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/storify-to-close-may-16-2018-wordpress-plugin-discontinued\">Storify to Close May 16, 2018, WordPress Plugin Discontinued</a><br />\n<a href=\"https://wptavern.com/gutenberg-and-the-wordpress-of-tomorrow-by-morten-rand-hendriksen\" rel=\"bookmark\">Gutenberg and the WordPress of Tomorrow by Morten Rand-Hendriksen</a><br />\n<a href=\"https://bridgetwillard.com/economic-impact-timeline-gutenberg-rollout/\">The Economic Impact of the Timeline of the Gutenberg Rollout</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://www.copytrans.net/copytransheic/\">CopyTrans</a> is a plugin for Windows to view HEIC files. In iOS 11, Apple started using HEIC/HEIF. HEIF stands for High Efficiency Image Format, and, as the name suggests, is a more streamlined way to store image files. It allows digital photographs to be created in smaller files sizes while retaining higher image quality than its JPEG alternative. The image format is currently not supported in Windows 7, 8, and 10.</p>\n<p>CopyTrans HEIC for Windows is a simple Windows plugin that allows you to open HEIC files using Windows Photo Viewer. This format is also <a href=\"https://core.trac.wordpress.org/ticket/42775\">not compatible with WordPress.</a></p>\n<p><a href=\"http://github.com/10up/wpsnapshots\">WP Snapshots</a> is a command line interface (CLI) tool by 10Up that empowers engineering teams to quickly share WordPress projects, including files and the database.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 20th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #297:</strong> </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, 14 Dec 2017 00:59: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:\"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: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:48:\"HeroPress: Finding My Way Out Of My Comfort Zone\";s:7:\"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=2341\";s:7:\"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:122:\"https://heropress.com/essays/finding-way-comfort-zone/#utm_source=rss&utm_medium=rss&utm_campaign=finding-way-comfort-zone\";s: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:20331:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/121317-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: As web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky.\" /><p>I don’t remember when we had a computer for the first time. I practically grew up with them. Hungary was a communist country when I was born in ’84, so while everyone had a job, no one could really do their own thing. Everything was state owned.</p>\n<p>In 1989-1990 there was a change of regime which followed the collapse of the Berlin wall, and suddenly the country became a democracy, and people were free to start and own companies. Yes, the era also had other problems, like 35% inflation at one point, but at least we were “free”.</p>\n<p>My parents started out by importing computers from Hong Kong. That was a huge thing. We had one of the first of those, a 286 with a whopping speed of 8 Mhz which went up to 16 if I pressed the Turbo button! I had no idea what that meant though besides the number being higher.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/young_gabor.jpg\"><img class=\"aligncenter size-large wp-image-2343\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/young_gabor-1024x576.jpg\" alt=\"Gabor about age 3, at a computer\" width=\"960\" height=\"540\" /></a></p>\n<p>It was a good time of Sim City, Prince of Persia, and Sokoban.</p>\n<h3>Finding the Web</h3>\n<p>My first “website” was one my grandmother asked me to make for her Quaker group. I was 12. I created it with tables and inline styling (CSS wasn’t a thing back then), but never got it live – hosting wasn’t something I really knew about.</p>\n<p>Fast forward to 2003 when I started university studying architecture in Budapest. It was fun, I loved physics, I loved drawing, I loved math, I <em>especially</em> loved descriptive geometry! The latter is pretty much “how to represent a 3d thing on a sheet of paper”. Incidentally that brought me my first high paying consulting job. As a student in 2nd year I coached a student in first year in descriptive geometry – he had broken his leg so couldn’t actually make the classes, but he had to pass that subject to advance. So every week I would go to their house and spend about 3 hours helping him draw and figure out how to draw what to draw and why to draw those things that way. That experience taught him everything he needed to know to pass with a 4 (on a scale of 5, 5 being best), which translates to around 80%. I had my first satisfied customer. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>It also taught me two very important things:</p>\n<ol>\n<li>if you’re good at it, they will overlook the fact that you’re not actually “qualified” to do the thing (I wasn’t a TA / lecturer. I was merely another student in an upper class. An upperclassman. 先輩)</li>\n<li>if you’re good at it, you can charge people a lot more than you otherwise think. I got paid about 3x the standard hourly wage of adults working the majority of hourly jobs, and as a student, that was awesome!</li>\n</ol>\n<p>For context though, there is no tuition fee for your first degree (i.e.: it’s paid for by the government for you which gets that money from taxes).</p>\n<p>The second formative experience was between 2004-2006. I joined an extracurricular architecture club. Basically students who don’t just want to bumble through the university but actually get good! Like, REALLY GOOD. We pitched to host EASA – European Architecture Students’ Assembly – in Budapest in 2006. For that we needed a website, both an internal forum, and a public facing site for sponsors / attendees / workshops / visitors / everyone.</p>\n<p>I knew nothing besides basic html.</p>\n<p>So naturally I volunteered.</p>\n<h3>Leveling up</h3>\n<p>I learned PHP, MySQL, and Flash from books: learn php in 24 hours, PHP 4 reference, learn mysql in 24 hours, learn flash in 24 hours, etc. I had one guy over the internet who helped me figure out things in PHP, but other than that I was all alone. Stack Overflow wasn’t a thing either. Wild times. From memory I could probably exploit that engine in one of 284 ways today. I’m glad it’s not online any more. The flash site is, it’s somewhat broken, but here you go: <a href=\"https://javorszky.github.io/ancientflashsite/\" rel=\"nofollow\">https://javorszky.github.io/ancientflashsite/</a></p>\n<p>I built a forum engine and a full actionscript site. We also had a requirement that whoever applies to host whatever workshop, we need to judge the workshop on its own merit, not on who submits it, so I built the submit form in such a way that it took the files, and renamed them, scrubbed the email addresses that reached the judging committee, and we made it a rule that if there’s any identifying information ON the pdf, it’s immediately disqualified. The year is 2005.</p>\n<p>Looking back, I realized two things:</p>\n<ol>\n<li>learn to learn on the job, and learn to enjoy not knowing stuff. Nobody does, really</li>\n<li>biases are real. Mitigate them. Even the ones you don’t know about. Especially the ones you don’t know about! Or at least have a framework by which you acknowledge if you’re called out</li>\n</ol>\n<h3>Moving On</h3>\n<p>I then decided to not continue my studies there. I was failed in one class where I expected a strong pass. We were split into 12 groups, and groups 1 and 2 got mostly failed, and groups 3-12 got overwhelmingly passed. Something wasn’t right, I spoke up, but I was a student, and they were faculty. I left because I didn’t feel like fighting and losing my soul over it.</p>\n<blockquote><p>Something wasn’t right, I spoke up, but I was a student, and they were faculty. I left because I didn’t feel like fighting and losing my soul over it.</p></blockquote>\n<p>I continued making websites for myself and got introduced to WordPress around this time. I don’t remember my first project. I <em>think</em> it was a site I built for myself in 8 hours for a competition which led me to my first paying website job, which I totally screwed up.</p>\n<p>In 2010 I decided to move countries with 3 friends I went to university with, at the time I was studying International Tourism Management, and I could transfer to Oxford Brookes University (not the one you heard about).</p>\n<p>I missed the application deadline.</p>\n<p>Which meant that I had to find work. When I bought my plane ticket I decided that whatever it takes, I will make it work. Staying in Hungary was not an option for me: I didn’t like the politics, I didn’t like where the country was heading economically, and I longed for a more cheerful society to surround me. Movement rights and language I can speak and other people going the same way helped me decide on the UK.</p>\n<h3>Restarting</h3>\n<p>So I made it work: I accepted the first full time job that I got offered. I worked as a wait staff at the restaurant of one of the luxury hotels in the city. It had very little to do with computers, but I had income, I could pay back the help I got from my friends (and by extension, their families), and I could actually take control of my own life instead of just bumping into furniture.</p>\n<blockquote><p>It had very little to do with computers, but I had income, I could pay back the help I got from my friends (and by extension, their families), and I could actually take control of my own life […]</p></blockquote>\n<p>I’ve learned a lot from working there. Chef taught me that literally no one cares WHY there was a mistake at that time in putting through an order – what’s important is what the error was, what’s needed to correct it. Everything else is wasting everyone’s time. Of course we’d go through these after the service.</p>\n<p>I’ve learned that to work in hospitality, you have to leave your ego at the door. Doesn’t mean you should take abuse, but there you’re part of a – hopefully – finely tuned, oiled machinery, and keeping the whole thing operating is the number one goal. Turns out that’s also applicable to working in teams in general.</p>\n<p>A year goes by, and we need to move out of the house we’re renting. In a break between morning and evening shifts I look at the job postings in the local newspaper: someone’s looking for a developer! It was a Wednesday. I got an interview for Friday, and started on Monday. I had to talk to my supervisor to move me to evening-only shifts because I have a second desk job. My days: 9am – 4:45pm developer, 5pm – 2am (ish, whenever we finished) waiting tables. Rinse and repeat.</p>\n<p>Working 60-80 hours could only go on for so long. After about 3 months I had a very sharp chest pain while on shift at the restaurant. Had to walk home (normally I cycle), and then made my way to the emergency room where after having waited 5 hours, I got an X-ray, and EKG, and the doctor determined there’s nothing wrong, so here’s some Ibuprofen (3×1) and some Paracetamol (1×1).</p>\n<blockquote><p>Kids, don’t work 60-80 hours a week.</p></blockquote>\n<p>“Uh, which one should I take on a day?” “Oh… both!”</p>\n<p>I went home, took the first dose, and slept for 22 hours. I handed in my resignation 2 days later at the restaurant because I needed to not work that much. My manager pleaded me to stay at least on part time, which I did, because they were genuinely lovely people.</p>\n<p>Kids, don’t work 60-80 hours a week.</p>\n<h3>Back to the web with full steam</h3>\n<p>After a year at the development agency + restaurant combo, I got hired to a WordPress agency through recruiters. My new boss asked me why I haven’t applied to them directly, even though I saw their ad, why I waited to go through a recruiter. I said I didn’t think I was good enough. That decision ended up costing him a few thousand pounds in recruitment fees.</p>\n<p>I quit my restaurant job for good. I also learned a lesson to actually trust myself.</p>\n<p>Something that during the 2,5 years with them I would question a lot of times. There have been instances when I made mistakes that were incredibly easy to avoid had I just taken 5 more minutes to think. But every time it was something we could correct fairly fast (shoutout to hospitality experience!) and then I had a postmortem, and changed the way I work to avoid similar problems.</p>\n<p>I had the privilege to work on some seriously challenging WordPress sites while with them. That was my first actual commercial experience with it. We built blogs from Oxford University (the one you heard about) to eCommerce site migrations from Magento using Jigoshop and later WooCommerce.</p>\n<p>I’ve had to disassemble how WooCommerce worked fairly fast because of some of the client requirements, and I got pretty good at it.</p>\n<p>In November 2014 I got hired to one of the product companies around WooCommerce and spent a year and a half with them maintaining their plugins, answering customer queries and helping them fix their sites occasionally. That was my first help desk experience.</p>\n<p>I got access to some incredibly large eCommerce stores and I quickly discovered where the bottlenecks were in our plugins, WordPress, and WooCommerce itself. Some of the customers had access to New Relic, which I could use to help me find what’s taking so long.</p>\n<p>From then on it was just a case of finding what’s slow, following it back, reading the documentation and code on why it’s slow, and coming up with ideas on how to fix it.</p>\n<p>I got really good at this.</p>\n<h3>The Freelance Days</h3>\n<p>At the end of July 2016 our ways parted, and I had a buffer of about 3 months when I didn’t need to worry about having to find another job. While trying to figure out what to do, where next, I started getting requests to work on some projects. They asked me my hourly rate. I said a number I was slightly uncomfortable with, they said yeah, and off I went.</p>\n<blockquote><p>[…] I started getting requests to work on some projects. They asked me my hourly rate. I said a number I was slightly uncomfortable with, they said yeah […]</p></blockquote>\n<p>It also helped that I was at the time known for my love of hard problems and actually figuring out why things break and fixing them.</p>\n<p>I thought “hey, if I can command that much hourly rate, I could make this work!”</p>\n<p>I took on clients, and managed to make things work for… a surprisingly long time. Having GREAT accountants is a must for self employment.</p>\n<p>I suddenly also had time to pursue some of my other interests: I learned how to ride a motorcycle.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_motorcycle.jpg\"><img class=\"aligncenter size-large wp-image-2344\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_motorcycle-1024x576.jpg\" alt=\"Gabor standing by a sporty motorcycle\" width=\"960\" height=\"540\" /></a></p>\n<p>I started learning Japanese! I got back onto the slackline.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_slackline.jpg\"><img class=\"aligncenter size-large wp-image-2345\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_slackline-1024x768.jpg\" alt=\"Gabor balancing on a narrow strap hung between two trees\" width=\"960\" height=\"720\" /></a></p>\n<p>I got to speak at WordCamp Brighton in 2017!</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_wordcamp.jpg\"><img class=\"aligncenter wp-image-2346 size-large\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_wordcamp-1024x683.jpg\" alt=\"Gabor, on stage at WordCamp Brighton\" width=\"960\" height=\"640\" /></a></p>\n<p>Until very recently, it was a game of “how long can I be self employed before I need to look for a job?” Turns out I couldn’t answer this, because an opportunity came up to join Mindsize as a lead backend developer.</p>\n<p>When I heard about them starting up a few months prior, I had two thoughts:</p>\n<ol>\n<li>they are probably the only company I would stop doing freelance work for</li>\n<li>I’m not good enough to work with them yet</li>\n</ol>\n<p>Statement 1 was true :).</p>\n<h3>Catching up with the present</h3>\n<p>This brings us into the very recent present. It’s maybe a month old development at the time of publication. Since then I’ve been working really hard to reclaim my time of about 40 hours worked a week. With the holiday push of the clients I had as a freelancer, there was a transition phase where I had to work 60-80 hours.</p>\n<p>Don’t work 60-80 hours a week, kids!</p>\n<p>Looking back it was incredibly humbling experience so far, but also exciting, and full of challenges, and learnings. I’ve made a lot of excellent friends, and luckily very few enemies. I am grateful for each and every one of them.</p>\n<p>I don’t know where life takes me. For the foreseeable future I’ll be with Mindsize and will make eCommerce sites awesome, and will make awesome eCommerce sites. But I’ll also try and pass on some of the things I’ve learned by helping people new to the industry.</p>\n<p>There are a lot more things I could say, but they aren’t necessarily part of my journey, so I’ll save them for some other time.</p>\n<h3>On privilege</h3>\n<blockquote><p>We, as web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky.</p></blockquote>\n<p>Except for one thing. When I worked at the WordPress agency, Twitter, and by extension, society, started the “check your privilege” trend. It took a while to understand what it was all about, but it’s something I wish everyone did.</p>\n<p>We, as web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky. I’ve realized that my journey wouldn’t have been possible had I been born to less fortunate circumstances:</p>\n<p>If my parents didn’t make the decision to start teaching me English when I was 3.</p>\n<p>If I didn’t have the financial stability in my family to be able to just explore what I like to do.</p>\n<p>If I didn’t have the financial stability to just drop out of university after 3 years because “I didn’t like it”. And another one after a semester. And never finish my Tourism Management course.</p>\n<p>If I didn’t live in a developed nation with easy access and high standards of living.</p>\n<p>This brings into mind one of my favorite tweets:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Your job, lucky person, is to help others less lucky than you to improve their odds.</p>\n<p>— Dylan Wilbanks, Human Grumpy Cat (@dylanw) <a href=\"https://twitter.com/dylanw/status/522060876304486400?ref_src=twsrc%5Etfw\">October 14, 2014</a></p></blockquote>\n<p></p>\n<p>Not everyone has these opportunities and every day I am conscious of it.</p>\n<p>Humans are hard. Interpersonal skills are hard. Treating each other with dignity, respect, and grace is hard if you haven’t been brought up with those values as a kid. It’s been a challenge for me to shed the “boys will be boys” upbringing I was carrying.</p>\n<p>Let’s use our power and means and help the less fortunate walk their own paths. Let’s lessen marginalization with the view of ending it. Let’s be excellent to each other!</p>\n<p>And don’t use “guys” to mean everyone!</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: Finding My Way Out Of My Comfort Zone\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Finding%20My%20Way%20Out%20Of%20My%20Comfort%20Zone&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-way-comfort-zone%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Finding My Way Out Of My Comfort Zone\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-way-comfort-zone%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%2Ffinding-way-comfort-zone%2F&title=Finding+My+Way+Out+Of+My+Comfort+Zone\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Finding My Way Out Of My Comfort Zone\"></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/finding-way-comfort-zone/&media=https://heropress.com/wp-content/uploads/2017/12/121317-150x150.jpg&description=Finding My Way Out Of My Comfort Zone\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Finding My Way Out Of My Comfort Zone\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/finding-way-comfort-zone/\" title=\"Finding My Way Out Of My Comfort Zone\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/finding-way-comfort-zone/\">Finding My Way Out Of My Comfort Zone</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, 13 Dec 2017 08:00:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gabor Javorszky\";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:70:\"WPTavern: Storify to Close May 16, 2018, WordPress Plugin Discontinued\";s:7:\"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=76992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/storify-to-close-may-16-2018-wordpress-plugin-discontinued\";s: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:2906:\"<p><a href=\"https://storify.com/\">Storify</a>, a service that launched in 2010 and opened to the public in 2013 has announced that it is shutting down version one of its service on May 16th, 2018. Concurrently, its WordPress plugin that is actively installed on more than 2,000 sites has been <a href=\"https://wordpress.org/plugins/storify/\">discontinued</a>. </p>\n\n\n\n<img src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/12/StorifyPluginDiscontinued.png?w=627&ssl=1\" />\n Storify Plugin is Discontinued\n\n\n\n\n<p>Storify enabled journalists and others to build stories and timelines similar to Twitter and other social networks. The service <a href=\"https://techcrunch.com/2013/09/09/livefyre-acquires-storify/\">was acquired</a> by <a href=\"http://www.livefyre.com\">Livefyre</a> in 2013 and became part of Adobe when it <a href=\"https://techcrunch.com/2016/05/03/adobe-acquires-livefyre/\">acquired Livefyre</a> in 2016. </p>\n\n\n\n<p>Storify has disabled new accounts from being created and will delete stories and accounts on May 16th, 2018. Existing users who want to move to Storify 2, a paid feature of Livefyre, will need to purchase a license. The service has <a href=\"https://storify.com/faq-eol\">published a FAQ</a> that includes directions on how to export content. </p>\n\n\n\n<h2>New Plugin Opportunity</h2>\n\n\n\n<p>According to some users, the export process is cumbersome, providing an excellent opportunity for a prospecting developer to create a WordPress plugin that makes the process easier. A search of the WordPress plugin directory for Storify Export produces zero results. <br /></p>\n\n\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">A fantastic <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> dev opportunity: <a href=\"https://twitter.com/Storify?ref_src=twsrc%5Etfw\">@Storify</a> just announced its \"End of Life\" for May 2018. The export is kinda lame. If I could import a story from Storify into a WordPress Post/Page that would be fabulous! I have a few stories that I wouldn\'t want to lose. <a href=\"https://twitter.com/hashtag/biz?src=hash&ref_src=twsrc%5Etfw\">#biz</a></p>— Birgit Pauli-Haack (@bph) <a href=\"https://twitter.com/bph/status/940706045449703424?ref_src=twsrc%5Etfw\">December 12, 2017</a></blockquote>\n\n\n\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I have a lot of Storify stories I\'d hate to lose, too. If you hear of someone doing this, I\'d love to know about it.</p>— Deborah Edwards-Onoro (@redcrew) <a href=\"https://twitter.com/redcrew/status/940729186469253120?ref_src=twsrc%5Etfw\">December 12, 2017</a></blockquote>\n\n\n\n\n<p>If you know of any methods or plugins that eases the process of exporting content from Storify and importing it to WordPress, please share them in the comments. Also feel free to let us know if you create a plugin that performs this task. </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, 13 Dec 2017 07:30:24 +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: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:75:\"WPTavern: Gutenberg and the WordPress of Tomorrow by Morten Rand-Hendriksen\";s:7:\"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=76959\";s:7:\"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:86:\"https://wptavern.com/gutenberg-and-the-wordpress-of-tomorrow-by-morten-rand-hendriksen\";s: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:1054:\"<p>While attending WordCamp US 2017, there were a number of sessions that stood out to me. <a href=\"https://wordpress.tv/2017/12/10/morten-rand-hendriksen-gutenberg-and-the-wordpress-of-tomorrow/\">Gutenberg and the WordPress of Tomorrow</a> by Morten Rand-Hendriksen was one of them. </p>\n\n\n\n<p>Hendriksen explains the state of WYSIWYG in WordPress and how it doesn't really exist but Gutenberg provides opportunities to change that. He explores developing sites without being confined to a small view port. He also performs a live demo of Gutenberg showing off its capabilities.</p>\n\n\n\n<p>An interesting outcome from his presentation is the amount of optimism and excitement it generated from the audience. During the question and answer session, a member of the audience commented on how far Gutenberg has advanced in the last three months and that it looks cool to use now. </p>\n\n\n\n<p>To gain insight into how Gutenberg can moonshot WordPress over its competition, watch Hendriksen's presentation. </p>\n\n\n\n\n <div class=\"embed-wrap\"></div>\";s: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, 12 Dec 2017 20:57: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: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: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:26:\"Matt: Post-Verbal Language\";s:7:\"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=47705\";s:7:\"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:43:\"https://ma.tt/2017/12/post-verbal-language/\";s: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:1800:\"<p>James Beshara has a <a href=\"https://jjbeshara.com/2017/12/09/a-post-verbal-world/\">really interesting read on how communication will change and evolve in a post-verbal world</a>, namely one where human/brain interfaces like <a href=\"https://waitbutwhy.com/2017/04/neuralink.html\">Neuralink</a> can more directly transmit thought between people than the medium of language allows today. </p>\n\n\n\n<p>After reading the essay I wonder if people's thoughts or the neural pathways they activate, if they could be directly transmitted into another brain, would actually make any sense to someone else with a unique internal set of pathways and framework for parsing and understanding the world. The essay assumes we'd understand and have more empathy with each other, but that seems like a leap. It seems likely the neural link would need it own set of abstractions, perhaps even unique per person, similar to how <a href=\"https://www.newscientist.com/article/2114748-google-translate-ai-invents-its-own-language-to-translate-with/\">Google Translate AI invented its own meta-language</a>. </p>\n\n\n\n<p>Today <a href=\"https://www.economist.com/news/leaders/21730871-facebook-google-and-twitter-were-supposed-save-politics-good-information-drove-out\">idea-viruses that cause outrage (outrageous?) in today's discourse have been weaponized by algorithms optimizing for engagement</a>, and directly brain-transmitted memes seem especially risky for appealing to our base natures or causing <a href=\"https://en.wikipedia.org/wiki/Amygdala_hijack\">amygdala hijack</a>. But perhaps a feature of these neural interface devices could counteract that, with a command like \"tell me this piece of news but suppress my confirmation bias and tribal emotional reactions while I'm taking it in.\"</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, 12 Dec 2017 03:09: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: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: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:26:\"Matt: iPhone Fast Charging\";s:7:\"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=47682\";s:7:\"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://ma.tt/2017/12/iphone-charging/\";s: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:382:\"<p>I love USB, cables, and charging things. <a href=\"https://www.macrumors.com/guide/iphone-x-fast-charging-speeds-compared/\">So MacRumors comparison of different wired and wireless charging options and speed for the iPhone X is my catnip</a>. tl; dr: USB-C + USB-C-to-Lightning cable gives you far and away the fastest times. I've found this true for the iPad Pro as 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, 07 Dec 2017 16:51: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: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: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:29:\"Matt: State of the Word, 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:22:\"https://ma.tt/?p=47687\";s:7:\"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/12/state-of-the-word-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:524:\"<p>I really enjoyed connecting with the WordPress community in Nashville this previous weekend. On Saturday I delivered the State of the Word presentation alongside <a href=\"https://choycedesign.com/\">Mel</a>, <a href=\"https://weston.ruter.net/\">Weston</a>, and <a href=\"https://matiasventura.com/\">Matías</a>. There's always a post-event buzz but I definitely noticed a change in tenor of people's thoughts on Gutenberg after the presentation and demo. The video is above, check it out when you get a chance.</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, 06 Dec 2017 23:38: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: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:37:\"HeroPress: Remote Work Brings Freedom\";s:7:\"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=2324\";s:7:\"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:126:\"https://heropress.com/essays/remote-work-brings-freedom/#utm_source=rss&utm_medium=rss&utm_campaign=remote-work-brings-freedom\";s: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:21046:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/120617-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress is not just a CMS, it\'s a Community of lovely people!\" /><p><a href=\"http://heropress.com/feed/#gujarati\">આ નિબંધ ગુજરાતીમાં પણ ઉપલબ્ધ છે</a></p>\n<p>First of all, I want to say thank you to HeroPress for reaching out and letting so many people share their stories. I am a follower of HeroPress and read new stories every week! A few months ago my friend <a href=\"https://heropress.com/essays/wordpress-good-indian-women/\">Juhi Patel shared her great WordPress story</a>, and I was inspired by her to share my own and how it has changed my way of working.</p>\n<blockquote><p>I am that guy who hates theory and loves to do practical programming.</p></blockquote>\n<p>After completing my bachelor of engineering with Information Technology in 2013, I was looking for a job. I found that there were many different kinds of programming language jobs that were available. I was really not sure which one I needed or wanted to choose. After getting advice from a senior, I started training for PHP because it was easy and quick to learn. A few days before I had completed Training, I got selected in small company (5 Employees) as a PHP Developer. I was making websites there using PHP codeigniter framework.</p>\n<p>I was belong from a small town, and everyday it took me around 3 hours to travel to my job. After about 2 months, I applied for a job at another big company and was selected as Web Developer. There I was working on CMS Framework (not WordPress <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> ) for website projects. After a few days, I made my personal site using WordPress in my free time.</p>\n<blockquote><p>At that time, I was not aware of themes and plugins. I was just playing with theme files and editor to make changes on my website! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f61c.png\" alt=\"?\" class=\"wp-smiley\" /></p></blockquote>\n<p>After a month, my team leader got to know about that I was interested in WordPress. I got the opportunity to learn WordPress. I learned and explored WordPress with some demo projects by understanding how plugins and themes work. After 3 weeks of learning WordPress, I worked on my first WordPress project. This project took around 4 months to complete <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> After this successful project, the whole CMS Team migrated to WordPress.</p>\n<blockquote><p>I realized that, WordPress is so easy to learn, get help and work on it!</p></blockquote>\n<p>After around 1 year and 3 months of working with that company, I was told to work after working hours due to heavy requirements from our projects. I felt really stressed and frustrated at work and during that time…</p>\n<blockquote><p>I got to know about “Remote” work. But I didn’t know what that was or how it works?</p></blockquote>\n<p>I explored about remote work and found that this is a career that you can work from your home, workplace or anywhere you like. I saw that many people in world are doing remote work happily. I decided to switch my job from Office Job to Remote Job. My parents, family and relatives advised me to not leave office job because they believed Remote Job is not as secure as an Office Job. But I stuck with my decision. In March 2015, I resigned from my job without notice period with the condition of no experience letter would be provided to me of this job.</p>\n<blockquote><p>At the initial stage it was hard to be freelancer. But I was trying and trying to get that started.</p></blockquote>\n<p>I had registered in one popular freelancer marketplace. After 1 week of trying very hard I got my first project. It was just for $5 to make an HTML page with a countdown timer. I did it successfully and got the best review. After that I had also completed many projects successfully. That’s it! I was done with my decision. Within the first few weeks I made a website for one US Client. They were impressed by my work and hired me as Full time Web Developer for their company in April 2015. I am remotely working with them happily still today from my home!</p>\n<blockquote><p>Everything is going smoothly. I am enjoying Work from Home, Freedom and Quality time with Family.</p></blockquote>\n<p>In October 2016, I learned about WordCamp. I attended my first WordCamp Nashik 2016. I met many WordPress Developers, Freelancers, Professionals, Users and many other people at this WordCamp. After that, I became a fan of WordCamp. We started organizing Meetups in our City. Within the last year, I have attended, volunteered and contributed as a friend and sponsor at more than 6 WordCamps. Currently I am active member of Ahmedabad WordPress Community.</p>\n<blockquote><p>I am a WordCamp Lover. WordCamp is a way to meet new people, learn and share knowledge!</p></blockquote>\n<p>In October 2017, we successfully organized WordCamp in our city. I have been speaking about how remote job can be a good opportunity as a career to students and newbie in panel discussion of WordCamp Ahmedabad.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/wcahmedabad-panel-discussion.jpg\"><img class=\"size-large wp-image-2325\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/wcahmedabad-panel-discussion-1024x683.jpg\" alt=\"4 men on a couch at the front of a room.\" width=\"960\" height=\"640\" /></a>Panel Discussion – WordCamp Ahmedabad 2017 (PC. Meher Bala)\n<blockquote><p>WordPress is not just a CMS, It’s a community of lovely people!</p></blockquote>\n<hr />\n<h1 id=\"gujarati\">રિમોટ કામ સ્વતંત્રતા લાવે છે.</h1>\n<blockquote><p>“મને હીરોપ્રેસ સ્ટોરીમાં ભાગ લેવામાં કેવી રીતે પ્રેરણા મળી?”</p></blockquote>\n<p>સૌ પ્રથમ, ઘણા લોકો સુધી પહોંચીને અને તેમની વાર્તાઓ કહેવા માટે હું હીરોપ્રેસનો ખુબ જ આભાર માનું છું. હું હિરોપ્રેસનો અનુયાયી છું અને દર અઠવાડિયે નવી વાર્તાઓ વાંચું છું! થોડા મહિના પહેલા મારી મિત્ર જુહી પટેલે તેની વર્ડપ્રેસની રસપ્રદ વાર્તા હીરોપ્રેસ પર કહી હતી. તે વાંચીને મને, મારા પોતાની વાર્તા, મારા કામ કરવાની રીત કઇ રીતે બદલાઈ તે કહેવા માટે પ્રેરણા મળી હતી.</p>\n<blockquote><p>“હું તે વ્યક્તિ છું જે થિયોરીને નફરત કરે છે અને પ્રાયોગિક પ્રોગ્રામિંગ કરવા માટે પ્રેમ કરે છે. “</p></blockquote>\n<p>2013 માં ઇન્ફોર્મેશન ટેકનોલોજી સાથે મારી સ્નાતક એન્જિનિયરિંગ પૂર્ણ કર્યા પછી, હું નોકરી શોધી રહ્યો હતો ત્યારે મેં જોયું કે અહીં ઘણી બધી પ્રોગ્રામિંગ ભાષાની નોકરીઓ ઉપલબ્ધ છે. ત્યારે હું ચોક્કસ ન હતો કે મારે કઈ પ્રોગ્રામિંગ ભાષા પસંદ કરવાની જરૂર છે? વરિષ્ઠ પાસેથી સલાહ મેળવ્યા પછી, મેં PHP માટે તાલીમ શરૂ કરી, કારણ કે તે શીખવા માટે સરળ અને ઝડપી હતી. તાલીમ પૂર્ણ થયાના થોડા દિવસો પહેલાં, મારી નાની કંપની (5 કર્મચારીઓ) માં PHP ડેવલપર તરીકે પસંદગી થઇ. હું PHP Codeigniter ફ્રેમવર્કનો ઉપયોગ કરીને ત્યાં વેબસાઇટ્સ બતાવતો હતો.</p>\n<p>હું એક નાનકડા શહેરમાંથી આવતો હતો, અને દરરોજ મને મારી નોકરી પર મુસાફરી કરવા માટે 3 કલાક જેવા થતા હતા. લગભગ 2 મહિના પછી, મેં બીજી મોટી કંપનીમાં નોકરી માટે અરજી કરી હતી અને ત્યાં મારી વેબ ડેવલપર તરીકે પસંદગી કરવામાં આવી હતી. ત્યાં હું વેબસાઇટ સંબંધિત પ્રોજેક્ટ્સ માટે સીએમએસ ફ્રેમવર્ક (વર્ડપ્રેસ સિવાયની <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" />) પર કામ કરતો હતો. થોડા દિવસો પછી, મેં મારી વ્યક્તિગત વેબસાઈટને મારા સ્વતંત્ર સમય દરમિયાન વર્ડપ્રેસની મદદથી બનાવી.</p>\n<blockquote><p>“તે સમયે, હું થીમ્સ અને પ્લગિન્સથી વાકેફ ન હતો. હું મારી વેબસાઇટ પર ફેરફારો કરવા માટે માત્ર થીમ ફાઇલો અને એડિટર સાથે રમી રહ્યો હતો! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f61c.png\" alt=\"?\" class=\"wp-smiley\" />”</p></blockquote>\n<p>એક મહિના પછી, મારી ટીમના આગેવાનને જાણવા મળ્યું કે મને વર્ડપ્રેસમાં રસ હતો. ત્યારે મને વર્ડપ્રેસ શીખવાની તક મળી. વર્ડપ્રેસ થીમ્સ અને પ્લગીંસ કેવી રીતે કામ કરે છે એ સમજવા, મેં જાતે શીખીને કેટલાક ડેમો પ્રોજેક્ટસ બનાવ્યા. વર્ડપ્રેસ શીખવાના 3 અઠવાડિયા પછી, મેં મારા પ્રથમ વર્ડપ્રેસ લાઈવ પ્રોજેક્ટ પર કામ કર્યું હતું. આ પ્રોજેક્ટ પૂર્ણ કરવા માટે મને લગભગ 4 મહિના લાગ્યા હતા <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> આ સફળ પ્રોજેક્ટ પછી, સમગ્ર સીએમએસ ટીમ વર્ડપ્રેસમાં જોડાઈ ગઈ.</p>\n<blockquote><p>“મેં અનુભવ કર્યો કે, વર્ડપ્રેસ શીખવું, સહાય મેળવવી અને તેના પર કાર્ય કરવુ ખૂબ જ સરળ છે!”</p></blockquote>\n<p>લગભગ 1 વર્ષ અને 3 મહિના તે કંપની સાથે કામ કર્યા પછી, મને અમારા પ્રોજેક્ટ્સની ભારે આવશ્યકતાના કારણે કામના કલાકો પછી પણ વધારે રોકાઈને કામ કરવા કહેવામાં આવતું હતું અને તે 2 સપ્તાહથી વધુ ચાલુ રહ્યું. ત્યારે મને કામ કરવું ખરેખર ભારયુક્ત અને નિરાશાજનક લાગવા લાગ્યું, તે સમય દરમિયાન ..</p>\n<blockquote><p>“મને “રિમોટ” કામ વિશે જાણવા મળ્યું. પરંતુ મને ખબર નહોતી કે તે કે તે કેવી રીતે કાર્ય કરે છે?”</p></blockquote>\n<p>મેં રિમોટ કામ વિશે તપાસ કરી અને જાણવા મળ્યું કે આ એક કારકિર્દી છે જે તમે તમારા ઘર, કાર્યસ્થળ અથવા તમને પસંદ હોય એ જગ્યાએથી કામ કરી શકો છો. મેં જોયું કે દુનિયામાં ઘણા લોકો રિમોટ કામ ખુબ જ ખુશીથી કરી રહ્યા હતા. મેં ઑફિસ જોબ છોડીને રિમોટ કામ કરવાનું નક્કી કર્યું. મારા માતાપિતા, કુટુંબીજનો અને સંબંધીઓએ મને ઓફિસની નોકરી ના છોડવાની સલાહ આપી કારણ કે તેઓ માનતા હતા કે રિમોટ કામ એ ઓફિસ જોબ જેટલું સુરક્ષિત નથી. પરંતુ હું મારા નિર્ણય સાથે જોડાઈ રહ્યો. માર્ચ 2015 માં, મેં નોટિસના સમયગાળા વગર મારા કામમાંથી રાજીનામું આપ્યું હતું અને શરત હતી કે આ નોકરીનો કોઈપણ અનુભવ પત્ર મને પૂરો પાડવામાં આવશે નહીં.</p>\n<blockquote><p>“પ્રારંભિક તબક્કે ફ્રીલાન્સર બનવું મુશ્કેલ હતું. પરંતુ હું તે ગમે તેમ કરીને શરૂ કરવાનો ખુબ જ પ્રયાસ કરી રહ્યો હતો.”</p></blockquote>\n<p>મેં એક લોકપ્રિય ફ્રીલાન્સર માર્કેટપ્લેસમાં રજીસ્ટર કર્યું હતું. 1 અઠવાડિયાના સખત પ્રયાસ કાર્ય પછી મને પહેલો પ્રોજેક્ટ મળ્યો. આ પ્રોજેક્ટ કાઉન્ટડાઉન ટાઈમર સાથે એક HTML પેજ બનાવવા માટે મને માત્ર $5 મળ્યા હતા. મેં એ પ્રોજેક્ટ સફળતાપૂર્વક પૂરો કર્યો અને શ્રેષ્ઠ રિવ્યૂ મેળવ્યો. તે પછી મેં ઘણા પ્રોજેક્ટ્સ પણ સફળતાપૂર્વક પૂર્ણ કર્યા હતા. બસ આ જ! મને મારો નિર્ણય સાચો પુરવાર થયો. પ્રથમ થોડા અઠવાડિયાની અંદર મેં એક યુએસ ક્લાયન્ટ માટે વેબસાઇટ બનાવી. તેઓ મારા કામથી પ્રભાવિત થયા હતા અને એપ્રિલ 2015 માં મને તેમની કંપની માટે સંપૂર્ણ સમય માટે વેબ ડેવલપર તરીકે નિયુક્ત કર્યો. હું આજે પણ તેમની સાથે ખુબ જ ખુશીપૂર્વક મારા ઘરેથી રિમોટ કામ કરું છું!</p>\n<blockquote><p>“બધું સરળતાપૂર્વક જઈ રહ્યું છે. હું ઘરેથી કામ કરીને સ્વતંત્રતા અને પરિવાર સાથે ગુણવત્તાભર્યો સમય પસાર કરવાનો આનંદ અનુભવું છું.”</p></blockquote>\n<p>ઑક્ટોબર 2016 માં, મને વર્ડકેમ્પ વિશે જાણવા મળ્યું. મેં મારી પહેલી વર્ડકેમ્પ નાસિક 2016 માં હાજરી આપી હતી. હું ઘણા વર્ડપ્રેસ ડેવલપર્સ, ફ્રીલાન્સર્સ, પ્રોફેશનલ્સ, યુઝર્સ અને ઘણા અન્ય લોકોને આ વર્ડકેમ્પ પર મળ્યો હતો. તે પછી, હું વર્ડકેમ્પ નો ચાહક બની ગયો. અમે અમારા શહેરમાં મીટપનું નું આયોજન કરવાનું શરૂ કર્યું. છેલ્લા વર્ષમાં, 6 થી વધુ વર્ડકેમ્પ પર મેં હાજરી આપીને, સ્વયંસેવક અને મિત્ર સ્પોન્સર તરીકે ફાળો આપ્યો છે. હાલમાં હું અમદાવાદ વર્ડપ્રેસ સમુદાયનો સક્રિય સભ્ય છું</p>\n<blockquote><p>“હું વર્ડકેમ્પનો પ્રેમી છું. વર્ડકેમ્પ નવા લોકોને મળવાનો, પોતાના જ્ઞાનની આપ-લે કરવાનો એક માર્ગ છે!”</p></blockquote>\n<p>ઓક્ટોબર 2017 માં, અમે અમારા શહેરમાં સફળતાપૂર્વક વર્ડકૅમ્પનું આયોજન કર્યું હતું. વર્ડકૅમ્પ અમદાવાદની પેનલ ચર્ચામાં મેં વિદ્યાર્થીઓ અને વપરાશકર્તાઓ માટે રિમોટ કામ કેવી રીતે સારી કારકિર્દી હોઈ શકે તે વિશે ચર્ચા કરી હતી.</p>\n<blockquote><p>“વર્ડપ્રેસ ફક્ત સીએમએસ નથી, પણ તે શ્રેષ્ઠ લોકોનો સમુદાય છે.”</p></blockquote>\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: Remote Work Brings Freedom\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Remote%20Work%20Brings%20Freedom&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fremote-work-brings-freedom%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Remote Work Brings Freedom\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fremote-work-brings-freedom%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%2Fremote-work-brings-freedom%2F&title=Remote+Work+Brings+Freedom\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Remote Work Brings Freedom\"></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/remote-work-brings-freedom/&media=https://heropress.com/wp-content/uploads/2017/12/120617-150x150.jpg&description=Remote Work Brings Freedom\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Remote Work Brings Freedom\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/remote-work-brings-freedom/\" title=\"Remote Work Brings Freedom\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/remote-work-brings-freedom/\">Remote Work Brings Freedom</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, 06 Dec 2017 02:30: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:16:\"Chetan Prajapati\";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:65:\"WPTavern: WordCamp US 2017 is Livestreaming All Sessions for Free\";s:7:\"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=76937\";s:7:\"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-us-2017-is-livestreaming-all-sessions-for-free\";s: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:2781:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/wordcamp-us-nashville.jpeg?ssl=1\"><img /></a></p>\n<p>WordCamp US is kicking off this morning. If you couldn’t make the journey to Nashville, you can still follow along at home or wherever you are in the world. <a href=\"https://2017.us.wordcamp.org/tickets/\" rel=\"noopener\" target=\"_blank\">Livestream Tickets</a> are free on the event’s website. Once you’ve registered for a ticket, head on over to <a href=\"https://2017.us.wordcamp.org/live-stream/\" rel=\"noopener\" target=\"_blank\">2017.us.wordcamp.org/live-stream/</a> and you’ll be able to tune in to the Fiddle Track, Banjo Track, Guitar Track, and the State of the Word (scheduled for Saturday, December 2, at 4PM CST).</p>\n<p>WordCamp US will be running three tracks simultaneously for both days of the conference and all sessions will be livestreamed. Check out the <a href=\"https://2017.us.wordcamp.org/schedule/\" rel=\"noopener\" target=\"_blank\">schedule</a> to find sessions you want to attend from home. Volunteers will also include captions, which will be embedded within the live stream video. If you have any problems with the stream, the event has a page dedicated to <a href=\"https://2017.us.wordcamp.org/live-stream/attendee-test/\" rel=\"noopener\" target=\"_blank\">livestream attendees</a> with a backup stream, as well as a troubleshooting page for <a href=\"https://2017.us.wordcamp.org/live-stream/support/\" rel=\"noopener\" target=\"_blank\">livestream support</a>.</p>\n<p>If you’re following along on Twitter, the <a href=\"https://twitter.com/wordcampus\" rel=\"noopener\" target=\"_blank\">WCUS Twitter</a> volunteers will be providing threaded coverage of sessions. This should keep your Twitter stream a little tidier with a kickoff tweet for each session, followed by live coverage threaded under each as replies.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Want to follow along with WCUS coverage at home? It will be easy by following our threaded coverage. Each session will start with a tweet that looks like this, All coverage of that session will be threaded to that kick-off tweet. <a href=\"https://t.co/J0M6jo6GEi\">pic.twitter.com/J0M6jo6GEi</a></p>\n<p>— WordCamp US (@WordCampUS) <a href=\"https://twitter.com/WordCampUS/status/936595172485468160?ref_src=twsrc%5Etfw\">December 1, 2017</a></p></blockquote>\n<p></p>\n<p>Want to see WCUS hosted near you in 2019/2020? <a href=\"https://wordcampcentral.polldaddy.com/s/wcus-2019-2020\" rel=\"noopener\" target=\"_blank\">Applications for host cities</a> opened today. If you want to be part of the team that makes WCUS happen in your city, talk to your local WordPress community organizers about filling out an application for the next host city.</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, 01 Dec 2017 15:34: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: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:47:\"Dev Blog: The Month in WordPress: November 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=5290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2017/12/the-month-in-wordpress-november-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:4162:\"<p>The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November.</p>\n<hr class=\"wp-block-separator\" />\n<h2>WordPress 4.9 “Tipton”</h2>\n<p>On November 16, <a href=\"https://wordpress.org/news/2017/11/tipton/\">WordPress 4.9 was released</a> with new features for publishers and developers alike. Release highlights include design locking, scheduling, and previews in the Customizer, an even more secure and usable code editing experience, a new gallery widget, and text widget improvements.</p>\n<p>The follow up security and maintenance, v4.9.1, <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">has now been released</a> to tighten up the security of WordPress as a whole.</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<h2>Apply to Speak At WordCamp Europe 2018</h2>\n<p>The next edition of WordCamp Europe takes place in June, 2018. While the organizing team is still in the early stages of planning, <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\">they are accepting speaker applications</a>.</p>\n<p>WordCamp Europe is the largest WordCamp in the world and, along with WordCamp US, one of the flagship events of the WordCamp program — speaking at this event is a great way to give back to the global WordPress community by sharing your knowledge and expertise with thousands of WordPress enthusiasts.</p>\n<h2>Diversity Outreach Speaker Training Initiative</h2>\n<p>To help WordPress community organizers offer diverse speaker lineups, <a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">a new community initiative has kicked off</a> to use existing <a href=\"https://make.wordpress.org/training/handbook/speaker-training/\">speaker training workshops</a> to demystify speaking requirements and help participants gain confidence in their ability to share their WordPress knowledge in a WordCamp session.</p>\n<p>The working group behind this initiative will be meeting regularly to discuss and plan how they can help local communities to train speakers for WordCamps and other events.</p>\n<p>To get involved in this initiative, you can join the meetings at 5pm UTC every other Wednesday in the #community-team channel of the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Further Reading:</h2>\n<ul>\n<li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is happening on December 1-3 in Nashville, with the annual State of the Word talk happening on Saturday afternoon — <a href=\"https://2017.us.wordcamp.org/live-stream/\">the live stream of the entire event is available to view for free</a>.</li>\n<li><a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\">Tide</a>, a new service from XWP designed to help users make informed plugin choices, is due to launch at WordCamp US.</li>\n<li>Gutenberg development is continuing rapidly, with <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\">a packed new release</a> and a focus on <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\">usability testing</a>.</li>\n<li>After some discussion among the community, <a href=\"https://make.wordpress.org/community/2017/11/10/discussion-micro-regional-wordcamps/\">a new type of micro-regional WordCamp</a> is going to be introduced into the global WordCamp program.</li>\n</ul>\n<p><em></em></p>\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<p><em></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:\"Fri, 01 Dec 2017 11:00:44 +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: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:34:\"BuddyPress: BuddyPress 2018 Survey\";s:7:\"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:32:\"https://buddypress.org/?p=269296\";s:7:\"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://buddypress.org/2017/12/buddypress-2018-survey/\";s: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:630:\"<p>What would you like BuddyPress to focus on in 2018? The core team has ideas of where BuddyPress can expand on and your input is important to harness the time and resources of an all-volunteer crew.</p>\n<p>The survey will take 10-15 minutes to complete. Be assured that we will not publish your name, email address, nor IP address when we post the results of this survey at BuddyPress.org.</p>\n<p>Thank you for your time and cooperation. Your feedback will help us improve BuddyPress for you.</p>\n<p>=> <strong><a href=\"https://mercime.polldaddy.com/s/buddypress-2018-survey\">Take the 2018 BuddyPress Survey</a></strong></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, 01 Dec 2017 10:26:07 +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:8:\"@mercime\";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:72:\"WPTavern: Gutenberg 1.8 Adds Greater Extensibility for 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=76855\";s:7:\"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:83:\"https://wptavern.com/gutenberg-1-8-adds-greater-extensibility-for-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:3668:\"<p><a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.8</a> was released this week with several notable improvements that will give plugin developers more flexibility in extending the editor. It introduces <a href=\"https://github.com/WordPress/gutenberg/pull/3668\" rel=\"noopener\" target=\"_blank\">block templates</a>, which developers can use when registering a new custom post type. The block templates define a set of pre-configured blocks that will initialize when a user creates a new post. In the example below, Gutenberg lead engineer Matias Ventura demonstrates what a block template for a book custom post type might look like.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/block-template-book.gif?ssl=1\"><img /></a></p>\n<p>This release also <a href=\"https://github.com/WordPress/gutenberg/pull/3456\" rel=\"noopener\" target=\"_blank\">improves the design of the tools menu</a> (toggled by the ellipses at the top of the editor) to have a more lightweight UI that will lend itself better to displaying items added by extensions in the future. The new design displays multiple menu items as a radio group where the selected item shows a checkmark, an approach that Gutenberg designers found to be more intuitive after some research.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-29-at-10.02.09-PM.png?ssl=1\"><img /></a></p>\n<p>Version 1.8 adds the ability for developers to <a href=\"https://github.com/WordPress/gutenberg/pull/3577\" rel=\"noopener\" target=\"_blank\">filter allowed block types</a> by specifying an array of type names that can be shown in the inserter component. This capability paves the way for block nesting where developers can define allowed children types. It also allows custom post types to specify which blocks are allowed or restricted, which will be useful for keeping CPTs lean as Gutenberg already has a large number of block types.</p>\n<p>The release also <a href=\"https://github.com/WordPress/gutenberg/pull/3554\" rel=\"noopener\" target=\"_blank\">improves meta box compatibility</a> with a fallback to the classic editor if Gutenberg detects that the meta box is unsupported. Plugin authors can now explicitly declare Gutenberg incompatibility when registering meta boxes, which will trigger a warning to the end user that explains which meta boxes have caused the fallback to the classic editor.</p>\n<p>In addition to all the improvements for extending Gutenberg, version 1.8 makes many small design tweaks, including <a href=\"https://github.com/WordPress/gutenberg/pull/3054\" rel=\"noopener\" target=\"_blank\">updated color pickers</a> with color indications and collapsible panels, <a href=\"https://github.com/WordPress/gutenberg/pull/3563\" rel=\"noopener\" target=\"_blank\">updated icon and tooltip</a> for table of contents menu, and a new <a href=\"https://github.com/WordPress/gutenberg/pull/3483\" rel=\"noopener\" target=\"_blank\">contrast checker</a> for paragraph color options. It also <a href=\"https://github.com/WordPress/gutenberg/pull/3632\" rel=\"noopener\" target=\"_blank\">puts block actions back on the block level</a> for the default, while still preserving the option to change it to a fixed toolbar at the top of the screen.</p>\n<p>For a full list of all the changes in version 1.8, check out the <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\" rel=\"noopener\" target=\"_blank\">release post</a> and the <a href=\"https://wordpress.org/plugins/gutenberg/#developers\" rel=\"noopener\" target=\"_blank\">changelog</a> on WordPress.org.</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, 30 Nov 2017 17:23:28 +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:94:\"WPTavern: WPWeekly Episode 296 – Gutenberg, Telemetry, Calypso, and More With 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76917&preview=true&preview_id=76917\";s:7:\"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/wpweekly-episode-296-gutenberg-telemetry-calypso-and-more-with-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1249:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://ma.tt/\">Matt Mullenweg</a>, co-creator of the WordPress project and CEO of Automattic. We discussed a wide range of topics including, his role on the board of directors at GitLab, Telemetry or data-usage gathering in WordPress, and the WordPress Growth Council.</p>\n<p>We learned what’s happening with the Mobile teams inside Automattic, the future of Calypso, and the role of Pressable as a testing bed. Last but not least, we find out how beneficial joining HackerOne has been for WordPress and why WordPress.com finally allowed the installation of third-party themes and plugins through its Business Plan.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 13th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #296:</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, 30 Nov 2017 04:40: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: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: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:59:\"WPTavern: WordPress 4.9.1 Released, Fixes Page Template Bug\";s:7:\"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=76879\";s:7:\"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/wordpress-4-9-1-released-fixes-page-template-bug\";s: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:1473:\"<p>WordPress 4.9.1 <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">is available</a> for download and is a maintenance and security release. This release addresses four security issues in WordPress 4.9 and below that could potentially be used as part of a multi-vector attack. According to the release notes, the following changes have been made to WordPress to protect against these vulnerabilities.</p>\n<ol>\n<li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n<li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n<li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n<li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>\n</ol>\n<p><a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn are credited with responsibly disclosing the vulnerabilities. In addition to the changes above, 4.9.1 fixes eleven bugs, including the Page Template issue <a href=\"https://wptavern.com/workarounds-for-the-page-template-bug-in-wordpress-4-9\">we wrote about</a> last week. Many sites have already updated to 4.9.1 automatically. To see a list of detailed changes, check out <a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">this post</a> on Make WordPress Core.</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, 30 Nov 2017 04:07: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: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:96:\"WPTavern: Distributor Plugin Now in Beta: A New WordPress Content Syndication Solution from 10up\";s:7:\"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=76871\";s:7:\"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:106:\"https://wptavern.com/distributor-plugin-now-in-beta-a-new-wordpress-content-syndication-solution-from-10up\";s: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:6117:\"<p>10up published a <a href=\"https://10up.com/blog/2017/distributor-plugin/\" rel=\"noopener\" target=\"_blank\">preview of its Distributor plugin</a> today, a new solution for syndicating content across WordPress multisite networks and the web. The <a href=\"https://distributorplugin.com/\" rel=\"noopener\" target=\"_blank\">plugin</a>, which the company plans to release for free, is currently in final closed beta. It enables content managers to either “push” or “pull” content to/from sites where they have permission to publish.</p>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/distributor-push-screenshot.jpg?ssl=1\"><img /></a>image credit: <a href=\"https://10up.com/blog/2017/distributor-plugin/\">10up</a>\n<p>Distributor includes the ability for editors to make changes to the original post and have linked copies automatically inherit the changes. This includes post content, post meta (custom fields), and taxonomy terms. It also ensures that content is SEO-friendly by providing canonical links that prevent duplicate content issues.</p>\n<p>The plugin differs from many <a href=\"https://wordpress.org/plugins/search/syndicate/\" rel=\"noopener\" target=\"_blank\">existing content syndication solutions</a>, which traditionally make use of RSS or XML/RPC, in that it is built using the <a href=\"https://developer.wordpress.org/rest-api/\" rel=\"noopener\" target=\"_blank\">REST API</a>.</p>\n<p>“The main technical advantage of the REST API is that it’s a ‘standard’ inside core for sharing information across sites,” 10up President Jake Goldman said. “Outside of multisite, we never even considered another approach. It is worth saying that you do need Distributor installed on both ‘ends’ for all of its features to work across the REST API – we need to extend the REST API a bit to get everything to pull across (plus the handling of ‘linked’ copies).”</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/distributor-pull-screenshot.jpg?ssl=1\"><img /></a></p>\n<p>Goldman said that although “syndication” means many different things to different people, the “classic” use case of simply pulling from a source, such as ingesting content from a newswire, is not exactly the use case for Distributor. He said the team behind the plugin is perhaps more excited about the “push” implementation. In building their own solution, 10up also incorporated its trademark lean/streamlined UI, as many existing solutions are more complicated to use.</p>\n<p>“We’re definitely aware that there are other takes at a good content sharing workflow,” Goldman said. “We even helped Automattic refactor their solution a few years ago, which they use on VIP. We took a bit of inspiration from that project, including the modular ‘connection’ types. In earnest, when trying to help our clients find solutions that were intuitive, extensible, and engineered to an enterprise grade, we just couldn’t endorse any of the options we found. It’s more a UX problem – clunky workflows, overwhelming interfaces, feature overload (I prefer a certain simplicity) – than anything, though we also have concerns about how modular / customizable some of the other solutions are.”</p>\n<h3>10up Plans to Release Distributor on WordPress.org Following the Closed Beta</h3>\n<p>10up currently has several clients using Distributor, including large publishers with several properties/magazines/newspapers, as well as large technology businesses using it for their news and media features across a network of sites. The plugin is in final closed beta but 10up is granting early access to those with interesting use cases.</p>\n<p>“We’re casting a pretty broad net in terms of ‘appropriate’ use cases for the beta; in fact, we’re hoping that broader beta testing will open our eyes to great use cases within the scope of its purpose that we hadn’t considered,” Goldman said. “We’ve already heard from some very large publishers, some smaller digital publishers, universities, public school systems, some enterprises with multiple properties, agencies interested in staging content, and just engineers who own multiple sites that share content – we’re excited about all of these use cases!”</p>\n<p>Goldman said his team is most curious to see Distributor applied to use cases that aren’t simply “news and publishing,” including CRMs and product businesses with multiples sites that share content. 10up has not yet tested specific plugins for full compatibility with Distributor, but Goldman said pre-version 1.0, it should work with any plugin that adds custom post types and fields/taxonomies “the WordPress way.”</p>\n<p>“In fact, Distributor checks to see which sites support the same post type and terms before it offers a list of sites you can ‘distribute’ content to (so you can’t ‘distribute’ a WooCommerce product to a site not running WooCommerce),” he said. Selling the same products across multiple stores, with automatically updating inventory and price changes, is just one of the many interesting use cases for Distributor.</p>\n<p>Goldman said the team anticipates taking the plugin out of beta and putting it on WordPress.org by mid to late Q1 of 2018, in approximately 2-3 months, depending on feedback from testers. 10up does not currently have a plan to monetize the plugin.</p>\n<p>“I never want to rule out that there are ‘eventually’ opportunities for commercialization, but I can honestly say that isn’t anywhere on our roadmap or consideration set at the moment,” Goldman said.</p>\n<p>Those who want to get in on the Distributor beta before it is publicly available can <a href=\"https://distributorplugin.com/\" rel=\"noopener\" target=\"_blank\">sign up on the plugin’s website </a>with a quick explanation of your use case. 10up will send a copy of the plugin for testing.</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, 29 Nov 2017 23:19: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: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:58:\"Dev Blog: WordPress 4.9.1 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5215\";s:7:\"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/11/wordpress-4-9-1-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4220:\"<p>WordPress 4.9.1 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.1:</p>\n<ol>\n<li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n<li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n<li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n<li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</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 security disclosure</a>: <a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn.</p>\n<p>Eleven other bugs were fixed in WordPress 4.9.1. Particularly of note were:</p>\n<ul>\n<li>Issues relating to the caching of theme template files.</li>\n<li>A MediaElement JavaScript error preventing users of certain languages from being able to upload media files.</li>\n<li>The inability to edit theme and plugin files on Windows based servers.</li>\n</ul>\n<p><a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">This post has more information about all of the issues fixed in 4.9.1 if you'd like to learn more</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.1</a> or venture over to Dashboard → Updates and click \"Update Now.\" Sites that support automatic background updates are already beginning to update automatically.</p>\n<p>Thank you to everyone who contributed to WordPress 4.9.1:</p>\n<p><a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/edo888/\">edo888</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp/\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">jeremyescott</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/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mariovalney/\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/natacado/\">natacado</a>, <a href=\"https://profiles.wordpress.org/odysseygate/\">odyssey</a>, <a href=\"https://profiles.wordpress.org/precies/\">precies</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</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, 29 Nov 2017 20:33: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";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:74:\"WPTavern: Four Things I’d Like to See in This Year’s State of the Word\";s:7:\"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=76830\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/four-things-id-like-to-see-in-this-years-state-of-the-word\";s: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:2724:\"<p>This weekend, WordPressers from far and wide will descend upon Nashville, TN, for WordCamp US. One of the highlights of the event is Matt Mullenweg’s <a href=\"https://ma.tt/2016/12/state-of-the-word-2016/\">State of the Word</a>. Last year, Mullenweg shared a variety of statistics, made a few announcements, and plotted a new course for WordPress development.</p>\n<p>As the event draws near, here are some things I’d like to see addressed in this year’s State of the Word.</p>\n<h2>Will There Be A Renewed Effort to Make Calypso Plugin Aware?</h2>\n<p>During the 2016 State of the Word, Mullenweg announced that Calypso became plugin aware.</p>\n<img />Plugin Aware Calypso\n<p>The idea was that plugins that are actively installed on more than 1 million sites could participate in an experimental program that would add meta box support and other plugin specific features to Calypso. To this day, this has not materialized and I’d like to know what happened and if there will be a renewed effort in 2018.</p>\n<h2>An Update on WordPress Foundation Supported Initiatives</h2>\n<p>Last year, we learned that WordCamp Central became its own Public Benefit Corporation while the WordPress Foundation maintained its non-profit status. In addition, the Foundation announced support for like-minded non-profits such as, Hack the Hood, Internet Archive, and Black Girls CODE.</p>\n<p>I’d like to know how much money the Foundation has contributed to these causes and if any progress has been made on providing educational workshops in underdeveloped countries.</p>\n<h2>An Update on WordPress’ Development/Release Strategy</h2>\n<p>A year into WordPress’ new development and release strategy, I’d like to know what challenges he and the team have faced and overcome. I’d also like to know if the results he has seen thus far warrant continuing the experiment in 2018.</p>\n<h2>Take an Opportunity to Explain What Gutenberg Really Is</h2>\n<p>Last year, Mullenweg surprised the community by announcing that the WordPress post editor would be revamped. Since then, we’ve learned that the project’s <a href=\"https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/\">name is Gutenberg</a> and it’s about more than just the editor. I’d like to see Mullenweg take this unique opportunity to provide a deeper explanation into what the project is and why it’s pivotal for WordPress’ continued success.</p>\n<hr />\n<p>This year’s State of the Word will be presented on Saturday, December 2nd, at 4PM Eastern. If you can’t see it in-person, you can <a href=\"https://2017.us.wordcamp.org/live-stream/\">watch it for free</a> via the livestream.</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, 29 Nov 2017 17:38: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: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: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:49:\"HeroPress: WordPress Gave Me the Perfect Identity\";s:7:\"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=2294\";s:7:\"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:136:\"https://heropress.com/essays/wordpress-gave-perfect-identity/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-gave-perfect-identity\";s: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:18339:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/112917-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I have fallen head over heels in love with WordPress and I am excited.\" /><h3>How it all began…</h3>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/myself.jpg\"><img class=\"size-medium wp-image-2305\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/myself-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a>I just love this picture of myself..hehehe\n<p>I remember when cybercafés started trending in Nigeria; I had just finished high school and was awaiting my results for admittance into the university. I would spend not less than 10 hours surfing the internet every day, all my pocket money went into buying bulk time at cafes. My first email was opened in 2002 on my 1st attempt to surf the internet. Spending my day at cafes continued till I left the university after which I bought a desktop computer and a modem. You can imagine my excitement as being a proud owner of a PC even though it was a desktop PC.</p>\n<p>You see, my first degree was in Philosophy. I remember my dad asking me if I was sure about that course because prior to my senior school leaving exams I had always said I was going to study business administration. What business administration was, to be honest, I had no idea, I only wanted it because I had the impression it was a cool course and I would be a corporate employee in a big firm strutting around in my skirt suit looking all glamorous.</p>\n<h3><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-in-skirts2.jpg\"><img class=\"size-medium wp-image-2310 aligncenter\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-in-skirts2-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></a>Funny right?</h3>\n<p>Anyway i always had a thing for Philosophy so you can imagine my enthusiasm when I discovered Philosophy was a course of study, of course I opted to study Philosophy in 2004 and graduated in 2008. However my love for the internet did not reduce by the way. I not only surfed the internet but I spent a lot of time freelancing and testing my skills as a ghost writer on different freelancing sites. I also went into blogging as well in 2009. I tried using blogger, hubpages and WordPress, but oh my, I found WordPress so complicated for me because I did not understand how it worked so I stuck with blogger and hubpages.</p>\n<h3>Growing up as a Timid but Curious Cat…</h3>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-my-lil-brother.jpg\"><img class=\"wp-image-2306 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-my-lil-brother-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a>I and my little brother. Haa of course we all grown now. Haha\n<p>During my younger years and even up to two years ago I was always a shy person deep down in my mind, but alas quite a number of people thought I was bold. This might be because 99.9% of my friends were males, or maybe not. Perhaps this could also be because I grew up with 3 brothers and no sister. It’s quite shocking though that they thought that way because it is only quite recent that I cultivated the courage to speak my mind. Prior to a year ago (2016), expressing my feelings by speaking the words out was a <em>herculean task</em>; this was what led me to starting a personal blog around 2009. I needed to let out my feelings and since I dared not speak them out, I blogged them.</p>\n<p>Blogging gave me a voice and a medium to express my thoughts and I became a better writer with each passing script. After my one year government mandated youth service in 2010 which is required of every Nigerian citizen after a bachelor’s degree, I bought an HP Mini Laptop. Can you imagine my excitement at owning a personalized computer? This I could carry around, my happiness knew no bounds.</p>\n<p>In 2010 thanks to the social network Facebook I met an Uncle of mine and we became BFF’s {Best Friends Forever} even though we had never met physically before. He was in Rome at the period we met studying Media and Communication. He came back home in 2012 but his job as a Salesian Brother took him to Ghana. Of course I made sure to keep a date with him when he came back home briefly in 2012 before heading to resume in Ghana. We had cake and ice cream at my favourite café that day.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-bff-unc-sam.jpg\"><img class=\"size-medium wp-image-2303\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-bff-unc-sam-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>I and my BFF Uncle..Hehe\n<h3>Rediscovering WordPress…</h3>\n<p>Then came 2015, I ended a horrid relationship and i lost my best friend female; I mean I thought I was in love, but alas I had loved the idea of loving a person. I was not happy and I wanted a breath of fresh air and a change of environment. At that period, I had obtained a postgraduate diploma in mass communication and I had started a Masters Degree in Information Management and my required 3 months internship was coming up that summer. I decided to volunteer in Ghana at the headquarters of the <a href=\"https://sdbafw.org\" target=\"_blank\" rel=\"noopener\">Salesians of Don Bosco in West Africa {SDBAFW}</a> where my Uncle was. My time there was beyond awesome and a new beautiful story in my life chapter.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/at-sdbafw-in-ashaiman.jpeg\"><img class=\"size-medium wp-image-2309\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/at-sdbafw-in-ashaiman-300x300.jpeg\" alt=\"\" width=\"300\" height=\"300\" /></a>I met a lot of amazing people and made new friends within the SDB community in Ashaiman, Ghana\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-volunteers-at-kakum.jpg\"><img class=\"size-medium wp-image-2308\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-volunteers-at-kakum-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></a>i and other volunteers and great friends at Kakum National Park in Cape Coast, Ghana\n<p>I worked in the communications department at the SDBAFW province. My Uncle knew how much I loved blogging and he had been my writing tutor for a while, so one day he asked why I was not blogging on WordPress. Of course I went on about how difficult and complicated the platform was, he sighed, told me their organization website was built on WordPress and he gave me a folder with tutorial videos made by <a href=\"https://twitter.com/mor10\">Morten Rand-Hendriksen</a> for beginners to go watch.</p>\n<p>After two weeks of watching those videos, my life changed. You see prior to 2015 I treated my time online as a purely personal affair because I was just passionate about being online right, exploring, freelancing and discovering. I never thought it would become something I could make a full time career out of. I was still pursuing a career in Human Resources since managing people was another thing I was great at. In late 2015 I had joined a series of online Facebook groups and I was wowed by one in particular run by John Obidi (<a href=\"https://web.facebook.com/groups/smartbcamp\" target=\"_blank\" rel=\"noopener\">SmartBCamp</a>) because I saw a lot of people earning an income from things I did and knew for the fun of it. I found myself asking what planet I had been living on and why I had not made my passion my business.</p>\n<p>Hence I made a decision in 2016 to make my passion my business, I decided to move to Lagos since I was done with my Master’s coursework and focus on this new journey of mine. Meanwhile in December of 2015, a woman had contacted me saying she loved how my blog UX on WordPress looked and if I could work on hers.</p>\n<blockquote><p>As at then I didn’t even know the difference between wordpress.com and wordpress.org so I started googling which is something I’m also great at.</p></blockquote>\n<p>I took on the task of redesigning her website and I started troubleshooting all the current issues she had on her site, I read up a lot, I visited the WordPress.Org/showcase and was wowed with all the good things I could do with WordPress.org, I especially loved Snoop Doggs website and told myself my goal would be to be able to make a project that would look like that one day. But of course the first few sites I designed were horrible, when I look back at them now I wonder what was going on in my head when I designed them.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/my-typical-day-in-gh.jpg\"><img class=\"size-medium wp-image-2302\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/my-typical-day-in-gh-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>A typical day for me in front of my PC\n<p>Alas I had great online plans for the year 2016 but up until the middle of year 2016, I had a series of bad experiences that sent me back to the stone age and my parents house; I blogged about it <a href=\"https://mojispeaks.com/2017/01/09/my-2016-in-retrospect/\">here</a>. They were bad experiences alright, but a lot of good came out of them. I got saved bit by bit and found my rhythm again. Meanwhile I was already <em><strong>falling in love with WordPress</strong></em> so I decided to look for ways to give back. That’s when I stumbled upon make.wordpress.org and discovered there were so many ways to give back. I was not a programmer alright so what will I go to do in Core or CLI or any other similar place, I automatically went for the community.</p>\n<h3>Building the Nigerian WordPress Community…</h3>\n<p>In November 2016 I made one of the best decisions that turned my life around. I was fed up because the entire year had not turned out in any way I had planned in December 2015 of the previous year. So I made an interesting decision to turn off my data and go to sleep by 10pm. Trust me this was a big decision for me before I would usually freak out if my data wasn’t functioning or if my phone battery died. Anyway during this period I had moved back to my parents’ right and I needed to work in a quiet room because I so much needed to focus.</p>\n<p>Also by now I had discovered there was a WordPress Meetup community in Lagos but when I applied I did so for Ogun which is my state, but during my conversations with WordPress Global they had requested if I would be willing to join the Lagos WordPress Group, at first I was a little hesitant because Lagos is an hour drive from my town, I don’t have a car, so that adds another one hour. Surely you can’t live in Lagos and not know Lagos and traffic are best buddies so that adds another hour to my trip. Without thinking too much about it I agreed. Looking back today I do not regret it one bit.</p>\n<blockquote><p>This started my journey as a WordPress Lagos Community Co-organizer and a Community Deputy.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_455477788.jpeg\"><img class=\"size-medium wp-image-2317\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_455477788-300x225.jpeg\" alt=\"\" width=\"300\" height=\"225\" /></a>the first meetup i had as a Lagos co-organizer</blockquote>\n<p>This is 2017 right, I must not fail to mention it to you that my income in the last one year has come solely from WordPress Web Design. Today the Nigerian WordPress has grown, still growing definitely, the Lagos WordPress Meetup group has also grown and we have had 8 Meetups this year. I have made great friends and co-organizers in the community who are dedicated to building and sharing their WordPress knowledge with the community like I am. We are hosting the very first Nigerian <a href=\"https://2018.lagos.wordcamp.org/\">WordCamp in Lagos</a> on March 10 2018 at the Civic Centre in Victoria Island, Lagos. I must not forget to mention that we also now have an Ijebu WordPress Community; that’s my town alright <span class=\"ttfmake-icon mceNonEditable fa\"></span> .</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/3rd-wp-lagos-meetup-2017.jpg\"><img class=\"wp-image-2312 size-full\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/3rd-wp-lagos-meetup-2017.jpg\" alt=\"\" width=\"299\" height=\"224\" /></a>this was our 4th meetup event this year\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/first-wp-lagos-meetup-2018.jpg\"><img class=\"wp-image-2313 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/first-wp-lagos-meetup-2018-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a>this was our first meetup event this year\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_463289287.jpeg\"><img class=\"wp-image-2316 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_463289287-300x225.jpeg\" alt=\"\" width=\"300\" height=\"225\" /></a>our third meetup early this year\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WPlagos-30th-Sept-Meetup-Photo-1.jpg\"><img class=\"size-medium wp-image-2318\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WPlagos-30th-Sept-Meetup-Photo-1-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></a>WPlagos 30th Sept Meetup (5th meetup this year)\n<p>We recently created a <a href=\"https://photos.app.goo.gl/VNx047kS0Bj8u7z63\" target=\"_blank\" rel=\"noopener\">google photos for our past meetups, click here to view them. </a>So tell me why I shouldn’t be grateful? Why I shouldn’t fall in love with WordPress? Because this is all that has happened to me since I met WordPress, <em><strong>I have fallen head over heels in love with WordPress and I am excited.</strong></em></p>\n<h3>What have i gained from WordPress?</h3>\n<ol>\n<li>I overcame my stage fright fully because i have to get in front of the crowd at every meetup to do the introductions and introduce the WordPress communities.</li>\n<li>I attended my first WordCamp in Cape Town, South Africa. <a href=\"https://youtu.be/PE6k8-PLKVk\" target=\"_blank\" rel=\"noopener\">Click here to see my picture story</a>. Coincidentally this was also my first time outside West Africa. I had never been in an aircraft for more than one hour before my trip.</li>\n<li>I have made money from WordPress Web Design Projects, enough to sustain me during my learning period. Still learning everyday.</li>\n<li>I jumped off <a href=\"https://mojispeaks.com/2017/11/19/i-did-jump-off-a-hill-my-wordcamp-cape-town-story/\" target=\"_blank\" rel=\"noopener\">Signal Hill in Cape Town, find post here</a>; next up, sky diving.</li>\n</ol>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/DSC_0246-1.jpg\"><img class=\"size-medium wp-image-2314\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/DSC_0246-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>At a WordCamp Cape Town session\n<p><strong>My advice to you from my experience so far…</strong></p>\n<p>Always seek to understand the basics of whatever knowledge you seek…never jump in too fast, wanting to spiral to the top while ignoring the learning curve. You will crash down effortlessly if you do so and would have learnt nothing.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WordPress-Gave-Me-the-Perfect-Identity.png\"><img class=\"size-medium wp-image-2315\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WordPress-Gave-Me-the-Perfect-Identity-300x225.png\" alt=\"\" width=\"300\" height=\"225\" /></a>WordPress Gave Me the Perfect Identity Indeed…I no longer roam the internet..hehehe\n<blockquote>\n<p>The End…?<br />\nI Don’t Think So…<br />\nMy Story has Just Begun. <strong>Stay Tuned….!</strong></p>\n</blockquote>\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 Gave Me the Perfect Identity\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Gave%20Me%20the%20Perfect%20Identity&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%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 Gave Me the Perfect Identity\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%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-gave-perfect-identity%2F&title=WordPress+Gave+Me+the+Perfect+Identity\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Gave Me the Perfect Identity\"></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-gave-perfect-identity/&media=https://heropress.com/wp-content/uploads/2017/11/112917-150x150.jpg&description=WordPress Gave Me the Perfect Identity\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Gave Me the Perfect Identity\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\" title=\"WordPress Gave Me the Perfect Identity\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\">WordPress Gave Me the Perfect Identity</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, 29 Nov 2017 12:00:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Mary Job\";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:71:\"WPTavern: WordCamp Albuquerque Gears Up for 5th Edition in January 2018\";s:7:\"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=76845\";s:7:\"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/wordcamp-albuquerque-gears-up-for-5th-edition-in-january-2018\";s: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:3644:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-28-at-8.15.51-PM-e1511921930548.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://2018.albuquerque.wordcamp.org/\" rel=\"noopener\" target=\"_blank\">WordCamp Albuquerque</a> is gearing up for its 5th edition January 19-21, 2018, following events held in 2011, 2012, 2013, and 2016. An all-new organizing team is ready to invigorate the Southwestern WordPress community with an exciting array of world-class speakers and educational opportunities for both new and experienced users.</p>\n<p>Lead organizer Alonso Indacochea said the team is expecting to host 300 attendees. Many of them will be coming from New Mexico, Southern Colorado, West Texas, and Arizona.</p>\n<p>“The southwestern community is interesting because there are a lot of developers doing really interesting tech work, but a lot of it happens in silos due to government secrecy,” speaker wrangler Sam Hotchkiss said. “New Mexico has a rich history of technology, from the Manhattan Project and the creation of the first nuclear weapons to the formation of Microsoft, which was founded in Albuquerque in 1975.</p>\n<p>“We’re trying to pull together that community to connect with each other, and also establish Albuquerque as a WordCamp with consistently high-quality speakers of global renown.”</p>\n<p>In pursuit of this goal, Hotchkiss has recruited a healthy crop of top quality speakers from the WordPress community. During the Saturday afternoon session, <a href=\"http://chrislema.com/\" rel=\"noopener\" target=\"_blank\">Chris Lema</a>, Vice President of Products and Innovation at <a href=\"https://www.liquidweb.com/\" rel=\"noopener\" target=\"_blank\">Liquid Web</a>, will be interviewing a diverse group of speakers in the main hall, including the following:</p>\n<ul>\n<li>Ashleigh Axios, former Creative Director for the Obama White House and AIGA Board Member</li>\n<li>Sakin Shrestha, Founder of Catch Themes and the main drive behind the vibrant WordPress community in Nepal</li>\n<li>John Maeda, Global Head, Computational Design and Inclusion at Automattic</li>\n<li>Jon Brown, WordPress Nomad</li>\n<li>Alonso Indacochea, WordCamp lead organizer, who had no serious software development experience 5 years ago, went through a local boot camp, and is now CEO of the fastest growing digital agency in New Mexico</li>\n</ul>\n<p>This year WordCamp Albuquerque will feature multiple tracks sorted by topic, beginning with a WordPress Fundamentals track on Friday, January 19.</p>\n<p>“Foundation Friday is something I’ve seen be really successful at other camps,” Hotchkiss said. “It gives people who are new to WP a base of knowledge so that they can go into Saturday feeling confident and ready to learn. Each class on Friday will build on the one before it. Starting from scratch? Show up at 9. Already have a site, but need help handling the layout? Come at 10:30.”</p>\n<p>Saturday’s program will include sessions in the Business, Design, and Development tracks throughout the day, in addition to the planned interviews. A contributor day session is planned for Sunday. The event’s organizers are still <a href=\"https://2018.albuquerque.wordcamp.org/speakers/\" rel=\"noopener\" target=\"_blank\">accepting speaker applications</a> until midnight on Monday, December 4. They plan to finalize the schedule next week. <a href=\"https://2018.albuquerque.wordcamp.org/attendees/\" rel=\"noopener\" target=\"_blank\">Tickets</a> are on sale now and attendees can elect to purchase one for whatever combination of days they wish to attend.</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, 29 Nov 2017 02:30:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:52:\"WPTavern: Practicing the Pac-Man Rule at WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76857\";s:7:\"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:63:\"https://wptavern.com/practicing-the-pac-man-rule-at-wordcamp-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1750:\"<p>With more than 2,000 attendees expected, WordCamp US is one of the largest conferences devoted to WordPress. It’s a great opportunity to meet a lot of new faces and catch up with familiar ones. If you’re standing in the hallway at WordCamp US speaking with a group of people and want to encourage others to say hi or be part of the conversation, try this tip <a href=\"https://www.facebook.com/GreatSmokyMountainsAssociation/videos/10155628004363673/\">shared by</a> Jason Cosper called the <a href=\"http://ericholscher.com/blog/2017/aug/2/pacman-rule-conferences/\">Pac-Man rule</a> written by Eric Holscher.</p>\n<img />photo credit: rbatina <a href=\"http://www.flickr.com/photos/27988337@N00/12081061246\">Random Phone Shots</a> <a href=\"https://creativecommons.org/licenses/by-nc-nd/2.0/\">(license)</a>\n<p>The rule is simple. When standing in a circle, provide an opening for someone to join the group. By standing in an open circle, it gives a passersby explicit permission to join the group and limits the appearance of cliques. I didn’t realize how standing in a closed circle can be off-putting to those wanting to introduce themselves or chime in until learning about this rule.</p>\n<p>In addition to the Pac-Man rule, <a href=\"https://twitter.com/bobWP/status/935576711252533248\">Bob Dunn suggests</a> using eye contact to invite people to the group. <a href=\"https://twitter.com/mor10/status/935582280164065280\">Morten Rand-Hendriksen suggests</a> that if you’re looking to start a conversation with someone new, start with groups of two people as they likely know each other and want to talk to new people. I’ll be practicing the Pac-Man rule this weekend and I encourage other attendees to do so as 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:\"Tue, 28 Nov 2017 21:06:21 +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:71:\"WPTavern: Gutenberg Team Is Ramping Up Usability Testing at WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76807\";s:7:\"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/gutenberg-team-is-ramping-up-usability-testing-at-wordcamp-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4848:\"<p>The Gutenberg Team will have a usability testing station set up at WordCamp US where attendees can participate in a round of pre-set tests that focus on the writing flow. Testers will answer a short survey that includes their prior WordPress experience level, age, and device used. Volunteers will get participants set up with a testing site and will start the screen recording app.</p>\n<p>Testers will be asked to create a post based on the content shown in an image. There are three different images, which require the user to perform actions such as adding images, embedding media, creating unordered lists, adding quotes, and other basic content creation tasks. In order to segment results, the usability tests have been divided into <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32RWJRa2diODFXVGs/view\" rel=\"noopener\" target=\"_blank\">beginner</a>, <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32bVpyd2xaaFVVMWM/view\" rel=\"noopener\" target=\"_blank\">intermediate</a>, and <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32R3U0ZkJRVXBySWM/view\" rel=\"noopener\" target=\"_blank\">advanced</a> level images.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-10.23.35-PM.png?ssl=1\"><img /></a>Advanced level task image for Gutenberg usability testing\n<p>After completing the test, participants will be asked to answer a few followup questions, such as “Did the task take longer or shorter than you expected?” and “Are you more or less likely to use the Gutenberg editor in the future?”</p>\n<p>“This is the second round of usability testing scripts — we tried out the first batch of scripts at WordCamp Milano, and made some adjustments for clarity,” Gutenberg design lead Tammie Lister said. “As a result of testing, we moved the toolbar on blocks to not be fixed and back to the block. At Milano, we tested the tests.”</p>\n<p>As the result of these tests and other prior feedback, Lister <a href=\"https://github.com/WordPress/gutenberg/issues/3570\" rel=\"noopener\" target=\"_blank\">recommended the default position of the toolbar to be fixed to the block</a>.</p>\n<p>Anna Harrison, UX lead at Ephox (the makers of tinyMCE), has been instrumental in helping with the efforts around testing and writing scripts. She also offered <a href=\"https://github.com/WordPress/gutenberg/issues/3570#issuecomment-345879950\" rel=\"noopener\" target=\"_blank\">feedback on the ticket</a>, referencing comments from the previous discussion on the issue:</p>\n<blockquote><p>A fixed [docked to top] toolbar solution has several complications. Firstly, we break accessibility. I won’t reiterate the discussion, as it’s well articulated above. Secondly, we break things independent of accessibility – I ran user tests on something quite similar to this last year, and we discovered that <a href=\"https://go.tinymce.com/blog/from-the-ux-desk-road-testing-inline-image-editing/\" rel=\"noopener\" target=\"_blank\">disconnecting the toolbar from the point of action resulted in 100% user test fails</a>.</p></blockquote>\n<p>Gutenberg version 1.8 will change the default back to displaying block actions on the block level, although the option to change it to a fixed toolbar at the top of the screen will still be available. This change is one example of how usability testing is shaping Gutenberg’s development. WordCamp US is an opportunity for the team to collect a host of new testing data in one place.</p>\n<p>Lister said all the data that is collected will be processed by volunteers on the make/test team, but the team is still small and they could use more volunteers to work on this effort.</p>\n<p>“The turnaround time on processing the data we collect really depends on how many volunteers are available to work on it,” Lister said. “It also depends on if it’s a bug reported – bugs are easier to get fixed right away. If the data indicates an area where we need to investigate more, we’ll do that. The results of the testing will be published on make.wordpress.org/test.”</p>\n<p>Lister said the team is hoping to reach a wider variety of WordPress users at WCUS this year, from all backgrounds and careers. The testing booth offers an opportunity for anyone to contribute to the future of WordPress, regardless of your experience level or familiarity with the software. The team is also eager to broaden its testing field by recruiting non-WordPress users as well. If you can’t make it to WordCamp US, you can still <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\" rel=\"noopener\" target=\"_blank\">contribute to Gutenberg by taking and administering usability tests</a> on your own with the help of the instructions posted on the make.wordpress.org/test site.</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, 28 Nov 2017 16:55: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: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:102:\"WPTavern: Delete Me WordPress Plugin Assists Website Owners in Granting the GDPR Right to be Forgotten\";s:7:\"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=76474\";s:7:\"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:113:\"https://wptavern.com/delete-me-wordpress-plugin-assists-website-owners-in-granting-the-gdpr-right-to-be-forgotten\";s: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:4080:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/eraser.jpg?ssl=1\"><img /></a>photo credit: pj_vanf <a href=\"http://www.flickr.com/photos/48066826@N02/5006945413\">to err is human</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>With the EU GDPR compliance deadline just <a href=\"http://www.gdprcountdownclock.com/\" rel=\"noopener\" target=\"_blank\">178 days away</a>, many WordPress site owners are looking for tools that will help them meet the requirements. The regulation expands existing rights of data subjects in several key ways, including (but not limited to) the right to be notified of data breaches, the right to access personal data, the right to be forgotten, and the right to data portability.</p>\n<p>A plugin called <a href=\"https://wordpress.org/plugins/delete-me/\" rel=\"noopener\" target=\"_blank\">Delete Me</a>, by Clinton Caldwell, is one that may be helpful in addressing the Right to be Forgotten. The <a href=\"https://www.eugdpr.org\" rel=\"noopener\" target=\"_blank\">GDPR.org</a> website breaks it down as follows:</p>\n<blockquote><p>Also known as Data Erasure, the right to be forgotten entitles the data subject to have the data controller erase his/her personal data, cease further dissemination of the data, and potentially have third parties halt processing of the data. The conditions for erasure, as outlined in article 17, include the data no longer being relevant to original purposes for processing, or a data subjects withdrawing consent. It should also be noted that this right requires controllers to compare the subjects’ rights to “the public interest in the availability of the data” when considering such requests.</p></blockquote>\n<p>The Delete Me plugin takes this one step further for site owners who are comfortable allowing users to delete their own data without having to create a request for it. By default, the delete button displays on the profile.php screen in the admin, but administrators can elect to use a shortcode to display it somewhere else on the frontend.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-4.54.42-PM.png?ssl=1\"><img /></a></p>\n<p>The plugin will delete the users’ posts, links, and even comments (optional) after the user confirms. The confirmation screen could stand to include more information about what data is being deleted so that the user knows what to expect. However, administrators do have the option to specify this within the JavaScript confirmation dialog. After deletion the user is dumped back out to the homepage by default, but the redirect URL can be configured in the plugin’s settings page.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-4.54.21-PM.png?ssl=1\"><img /></a></p>\n<p>Additional configurable settings include the ability to select specific WordPress roles to allow to delete themselves, specify class and style attributes of delete link, enable or disable JavaScript confirm for Shortcode, specify button text, and send an email notification when users delete themselves.</p>\n<p>Delete Me also supports network activation and single site activation for multisite installations. By default, users can only delete themselves and their content from a single site, while other networked sites where they are registered will not be affected. The plugin does include a “Delete From Network” checkbox that administrators can enable to allow users to delete themselves from all sites on the network.</p>\n<p><a href=\"https://wordpress.org/plugins/delete-me/\" rel=\"noopener\" target=\"_blank\">Delete Me</a> is available for free on WordPress.org. I tested the plugin and have confirmed that it works with WordPress 5.0-alpha. It is currently active on more than 2,000 sites. By no means does it satisfy the full requirements of the GDPR, but it provides a decent starting point for site owners who want to make this option available to their users without having to manually fulfill their requests.</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, 28 Nov 2017 00:08: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: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:99:\"WPTavern: WPWeekly Episode 295 – Turkey With A Side of Gutenberg and Giving Thanks to Open Source\";s:7:\"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=76789&preview=true&preview_id=76789\";s:7:\"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:106:\"https://wptavern.com/wpweekly-episode-295-turkey-with-a-side-of-gutenberg-and-giving-thanks-to-open-source\";s: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:3233:\"<p>I apologize for the delay in getting this episode out to you. In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I discussed a range of topics, including a caching bug introduced in WordPress 4.9 that causes Page Templates not to display for an hour. We talk about the possibilities of using Gutenberg with WooCommerce and how it could impact product management.</p>\n<p>As is tradition, near the end of the show, we shared what we’re thankful for. We also shared what listeners are <a href=\"https://twitter.com/jeffr0/status/933101857039200258\">thankful for</a> regarding open source.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://core.trac.wordpress.org/ticket/42573\">This bug</a> is causing some theme developers to rip their hair out. Weston Ruter <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:57\">explains</a> why the change was implemented.<br />\n<a href=\"https://wptavern.com/woocommerce-explores-the-possibilities-and-challenges-for-e-commerce-in-the-gutenberg-era\">WooCommerce Explores the Possibilities and Challenges for E-Commerce in the Gutenberg Era</a><br />\n<a href=\"https://wptavern.com/tailor-page-builder-plugin-discontinued-owners-cite-funding-gutenberg-and-competition\">Tailor Page Builder Plugin Discontinued, Owners Cite Funding, Gutenberg, and Competition</a><br />\n<a href=\"https://wptavern.com/wordcamp-europe-2018-speaker-applications-now-open\">WordCamp Europe 2018 Speaker Applications Now Open</a><br />\n<a href=\"https://wptavern.com/github-launches-security-alerts-for-javascript-and-ruby-projects-python-support-coming-in-2018\">GitHub Launches Security Alerts for JavaScript and Ruby Projects, Python Support Coming in 2018</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wordpress.org/plugins/trigger-happy/\">Trigger Happy</a> developed by Hotsource is a visual scripting tool for WordPress, allowing you to connect plugins and events together using a simple user interface. It currently supports core WordPress functionality, WooCommerce, and Ninja Form.</p>\n<p><a href=\"https://github.com/boogah/big-dummy\">Big dummy</a> is a project for folks who need to emulate an established blog with plenty of content while doing WordPress benchmarking and performance testing.</p>\n<p>There are 2495 posts, 6197 comments, 231 tags, 26 categories, and 10 pages worth of WordPress dummy data, fully ready to import. That’s 3 (simulated) years worth of content. <i>Note:</i> There are ~1.6 GB of images (courtesy of<a href=\"https://unsplash.com\"> Unsplash</a>) attached to these posts. It’s a very good idea to import everything <i>but</i> the media in order to avoid timeouts or errors with the WordPress Importer.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 29th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #295:</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:\"Mon, 27 Nov 2017 07:54: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: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: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:64:\"WPTavern: Workarounds for the Page Template Bug in 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=76785\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/workarounds-for-the-page-template-bug-in-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:2105:\"<p>WordPress 4.9 “Tipton” <a href=\"https://wptavern.com/wordpress-4-9-released-with-major-improvements-to-customizer-workflow-updated-code-editors-and-new-core-gallery-widget\">was released</a> last week and although it’s largely trouble-free, there is one particular issue <a href=\"https://wordpress.org/support/topic/updated-to-4-9-wont-detect-page-template/\">users</a> and <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:75\">developers</a> are running into that’s causing frustration. In 4.9, custom page templates that are created fail to display in the Template drop-down menu. The issue is related to changes made to the <a href=\"https://core.trac.wordpress.org/changeset/41806\">file editor</a>.</p>\n<p>Previous versions of WordPress listed files 2-levels deep in the editor. In 4.9, the entire directory tree for a theme is listed regardless of its depth. Caching was added to help limit the performance impacts of loading large WordPress themes. “An unintended side effect of the caching is that the same directory listing function <tt>get_files</tt> is used both for the theme editor and for gathering page templates,” Weston Ruter, Co-Release Lead for WordPress 4.9 <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:57\">said</a>.</p>\n<p>Within the <a href=\"https://core.trac.wordpress.org/ticket/42573\">trac ticket</a>, developers suggests that a button be added that flushes all caches or disabling the cache if <tt>WP_DEBUG</tt> is set to true. Neither suggestion turned into a patch committed to core. Instead, Ruter has <a href=\"https://gist.github.com/westonruter/6c2ca0e5a4da233bf4bd88a1871dd950\">released a plugin</a> as a workaround that flushes the template cache. Other workarounds include, bumping the theme’s version, running the <tt>wp cache flush</tt> command in WP CLI, or waiting 60 minutes for the cache to expire.</p>\n<p>The ticket is marked as a high priority but because of the upcoming holidays in the US and WordCamp US next weekend, it could be at least a few weeks before WordPress 4.9.1 is released.</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, 23 Nov 2017 00:42:28 +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: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:97:\"WPTavern: Tide Project Aims to Audit and Score WordPress Themes and Plugins based on Code Quality\";s:7:\"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=76652\";s:7:\"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:108:\"https://wptavern.com/tide-project-aims-to-audit-and-score-wordpress-themes-and-plugins-based-on-code-quality\";s: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:8526:\"<p>Last week XWP dropped an intriguing <a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\" rel=\"noopener\" target=\"_blank\">preview of a new project called Tide</a> that aims to improve code quality across the WordPress plugin and theme ecosystems. The company has been working with the support of Google, Automattic, and WP Engine, on creating a new service that will help users make better plugin decisions and assist developers in writing better code.</p>\n<p>XWP’s marketing manager Rob Stinson summarized the project’s direction so far:</p>\n<blockquote><p>Tide is a service, consisting of an API, Audit Server, and Sync Server, working in tandem to run a series of automated tests against the WordPress.org plugin and theme directories. Through the Tide plugin, the results of these tests are delivered as an aggregated score in the WordPress admin that represents the overall code quality of the plugin or theme. A comprehensive report is generated, equipping developers to better understand how they can increase the quality of their code.</p></blockquote>\n<p>The XWP announcement also included a screenshot of how this data might be presented in the WordPress plugin directory:</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/jetpack-tide-plugin-score.jpg?ssl=1\"><img /></a></p>\n<p>XWP plans to unveil the service at WordCamp US in Nashville at the Google booth where they will be inviting the community to get involved. Naturally, a project with the potential to have this much impact on the plugin ecosystem raises many questions about who is behind the vision and what kind of metrics will be used.</p>\n<p>I contacted Rob Stinson and Luke Carbis at XWP, who are both contributors to the project, to get an inside look at how it started and where they anticipate it going.</p>\n<p>“Tide was started at XWP about 12 months ago when one of our service teams pulled together the idea, followed up by a proof of concept, of a tool that ran a series of code quality tests against a package of code (WordPress plugin) and returned the results via an API,” Stinson said. “We shortly after came up with the name Tide, inspired by the proverb ‘A rising tide lifts all boats,’ thinking that if a tool like this could lower the barrier of entry to good quality code for enough developers, it could lift the quality of code across the whole WordPress ecosystem.”</p>\n<p>Stinson said XWP ramped up its efforts on Tide during the last few months after beginning to see its potential and sharing the vision with partners.</p>\n<p>“Google, Automattic and WP Engine have all helped resource (funds, infrastructure, developer time, advice etc) the project recently as well,” Stinson said. “Their support has really helped us build momentum. Google have been a big part of this since about August. We had been working with them on other projects and when we shared with them the vision for Tide, they loved it and saw how in line it is with the vision they have for a better performant web.”</p>\n<p>The Tide service is not currently active but a beta version will launch at WordCamp US with a WordPress plugin to follow shortly thereafter. Stinson said the team designed the first version to present the possibilities of Tide and encourage feedback and contribution from the community.</p>\n<p>“We realize that Tide will be its best if its open sourced,” he said. “There are many moving parts to it and we recognize that the larger the input from the community, the better it will represent and solve the needs of the community around code quality.”</p>\n<p>At this phase of the project, nothing has been set in stone. The Tide team is continuing to experiment with different ways of making the plugin audit data available, as well as refining how that data is weighed when delivering a Tide score.</p>\n<p>“The star rating is just an idea we have been playing with,” Stinson said. “The purpose of it will be to aggregate the full report that is produced by Tide into a simple and easy to understand metric that WordPress users can refer to when making decisions about plugins and themes. We know we haven’t got this metric and how it is displayed quite right. We’ve had some great feedback from the community already.”</p>\n<p>The service is not just designed to output scores but also to make it easy for developers to identify weaknesses in their code and learn how to fix them.</p>\n<p>“Lowering the barrier of entry to writing good code was the original inspiration for the idea,” Stinson said.</p>\n<h3>Tide Project Team Plans to Refine Metrics Used for Audit Score based on Community Feedback</h3>\n<p>The Tide project website, <a href=\"http://wptide.org\" rel=\"noopener\" target=\"_blank\">wptide.org</a>, will launch at WordCamp US and will provide developers with scores, including specifics like line numbers and descriptions of failed sniffs. Plugin developers will be able to use the site to improve their code and WordPress users will be able to quickly check the quality of a plugin. XWP product manager Luke Carbis explained how the Tide score is currently calculated.</p>\n<p>“Right now, Tide runs a series of code sniffs across a plugin / theme, takes the results, applies some weighting (potential security issues are more important than tabs vs. spaces), and then averages the results per line of code,” Carbis said. “The output of this is a score out of 100, which is a great indicator of the quality of a plugin or theme. The ‘algorithm’ that determines the score is basically just a series of weightings.”</p>\n<p>The weightings the service is currently using were selected as a starting point, but Carbis said the team hopes the WordPress community will help them to refine it.</p>\n<p>“If it makes sense, maybe one day this score could be surfaced in the WordPress admin (on the add new plugin page),” Carbis said. “Or maybe it could influence the search results (higher rated plugins ranked first). Or maybe it just stays on wptide.org. That’s really up to the community to decide.”</p>\n<p>In addition to running codesniffs, the Tide service will run two other scans. A <a href=\"https://developers.google.com/web/tools/lighthouse/\" rel=\"noopener\" target=\"_blank\">Lighthouse</a> scan, using Google’s open-source, automated tool for improving the quality of web pages, will be performed on themes, which Carbis says is a “huge technological accomplishment.”</p>\n<p>“For every theme in the directory, we’re spinning up a temporary WordPress install, and running a Lighthouse audit in a headless chrome instance,” Carbis said. “This means we get a detailed report of the theme’s <em>front end output</em> quality, not just the code that powers it.”</p>\n<p>The second scan Tide will perform measures PHP compatibility and will apply to both plugins and themes.</p>\n<p>“Tide can tell which versions of PHP a plugin or theme will work with,” Carbis said. “For users, this means we could potentially hide results that we <em>know</em> won’t work with their WordPress install (or at least show a warning). For hosts, this means they can easily check the PHP compatibility before upgrading an install to PHP 7 (we think this will cause <em>many</em> more installs to be upgraded – the net effect being a noticeable speed increase, which we find really exciting and motivating).”</p>\n<p>Carbis said that the team is currently working in the short term to get the PHP Compatibility piece into the WordPress.org API, which he says could start influencing search results without any changes to WordPress core.</p>\n<p>“We’d also like to start engaging with the community to find out whether surfacing a Code Quality score to WordPress users is helpful, and if it is, what does that look like? (e.g. score out of 100, 5 star rating, A/B/C/D, etc.),” Carbis said. “We will release our suggestion for what this <em>could</em> look like as a plugin shortly after WordCamp US.”</p>\n<p>More specific information about the metrics Tide is currently using and how it applies to plugins and themes will be available after the service launches in beta. If you are attending WordCamp US and have some suggestions or feedback to offer the team, make sure to stop by the Google sponsorship booth.</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, 22 Nov 2017 21:21:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:36:\"Matt: Adam Robinson on Understanding\";s:7:\"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=47663\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://ma.tt/2017/11/adam-robinson-on-understanding/\";s: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:5921:\"<p>This is a long quote/excerpt from <a href=\"https://twitter.com/iamadamrobinson\">Adam Robinson</a> I’ve been holding onto for a while, from <a href=\"https://tribeofmentors.com/\">Tribe of Mentors</a>. Worth considering, especially if you strive to work in a data-informed product organization.</p>\n<blockquote><p>Virtually all investors have been told when they were younger — or implicitly believe, or have been tacitly encouraged to do so by the cookie-cutter curriculums of the business schools they all attend — that the more they understand the world, the better their investment results. It makes sense, doesn’t it? The more information we acquire and evaluate, the “better informed” we become, the better our decisions. Accumulating information, becoming “better informed,” is certainly an advantage in numerous, if not most, fields.</p>\n<p>But not in the eld of counterintuitive world of investing, where accumulating information can hurt your investment results.</p>\n<p>In 1974, Paul Slovic — a world-class psychologist, and a peer of Nobel laureate Daniel Kahneman — decided to evaluate the effect of information on decision-making. This study should be taught at every business school in the country. Slovic gathered eight professional horse handicappers and announced, “I want to see how well you predict the winners of horse races.” Now, these handicappers were all seasoned professionals who made their livings solely on their gambling skills.</p>\n<p>Slovic told them the test would consist of predicting 40 horse races in four consecutive rounds. In the first round, each gambler would be given the five pieces of information he wanted on each horse, which would vary from handicapper to handicapper. One handicapper might want the years of experience the jockey had as one of his top five variables, while another might not care about that at all but want the fastest speed any given horse had achieved in the past year, or whatever.</p>\n<p>Finally, in addition to asking the handicappers to predict the winner of each race, he asked each one also to state how confident he was in his prediction. Now, as it turns out, there were an average of ten horses in each race, so we would expect by blind chance — random guessing — each handicapper would be right 10 percent of the time, and that their confidence with a blind guess to be 10 percent.</p>\n<p>So in round one, with just five pieces of information, the handicappers were 17 percent accurate, which is pretty good, 70 percent better than the 10 percent chance they started with when given zero pieces of information. And interestingly, their confidence was 19 percent — almost exactly as confident as they should have been. They were 17 percent accurate and 19 percent confident in their predictions.</p>\n<p>In round two, they were given ten pieces of information. In round three, 20 pieces of information. And in the fourth and final round, 40 pieces of information. That’s a whole lot more than the five pieces of information they started with. Surprisingly, their accuracy had flatlined at 17 percent; they were no more accurate with the additional 35 pieces of information. Unfortunately, their confidence nearly doubled — to 34 percent! So the additional information made them no more accurate but a whole lot more confident. Which would have led them to increase the size of their bets and lose money as a result.</p>\n<p>Beyond a certain minimum amount, additional information only feeds — leaving aside the considerable cost of and delay occasioned in acquiring it — what psychologists call “confirmation bias.” The information we gain that conflicts with our original assessment or conclusion, we conveniently ignore or dismiss, while the information that confirms our original decision makes us increasingly certain that our conclusion was correct.</p>\n<p>So, to return to investing, the second problem with trying to understand the world is that it is simply far too complex to grasp, and the more dogged our at- tempts to understand the world, the more we earnestly want to “explain” events and trends in it, the more we become attached to our resulting beliefs — which are always more or less mistaken — blinding us to the financial trends that are actually unfolding. Worse, we think we understand the world, giving investors a false sense of confidence, when in fact we always more or less misunderstand it.<br />\nYou hear it all the time from even the most seasoned investors and financial “experts” that this trend or that “doesn’t make sense.” “It doesn’t make sense that the dollar keeps going lower” or “it makes no sense that stocks keep going higher.” But what’s really going on when investors say that something makes no sense is that they have a dozen or whatever reasons why the trend should be moving in the opposite direction.. yet it keeps moving in the current direction. So they believe the trend makes no sense. But what makes no sense is their model of the world. That’s what doesn’t make sense. The world always makes sense.</p>\n<p>In fact, because financial trends involve human behavior and human beliefs on a global scale, the most powerful trends won’t make sense until it becomes too late to profit from them. By the time investors formulate an understanding that gives them the confidence to invest, the investment opportunity has already passed.</p>\n<p>So when I hear sophisticated investors or financial commentators say, for example, that it makes no sense how energy stocks keep going lower, I know that energy stocks have a lot lower to go. Because all those investors are on the wrong side of the trade, in denial, probably doubling down on their original decision to buy energy stocks. Eventually they will throw in the towel and have to sell those energy stocks, driving prices lower still.</p></blockquote>\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:\"Wed, 22 Nov 2017 16:33: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: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: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:40:\"HeroPress: Finding WordPress in Cameroon\";s:7:\"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=2286\";s:7:\"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:126:\"https://heropress.com/essays/finding-wordpress-cameroon/#utm_source=rss&utm_medium=rss&utm_campaign=finding-wordpress-cameroon\";s: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:5922:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/11/112217-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The more I share knowledge with someone the more I gain in return.\" /><p>My name is Michaël Nde Tabefor, I reside in Cameroon. I grew up in the economic capital of the country surrounded by so much diversity and culture.</p>\n<p>Yet I was still very young when I developed an interest in technology, back in Primary school I had a PC at home I used to play around, most especially Spider Solitaire hahaha. Well that game sound crazy but it’s educative, it built up my reflex with the mouse and yeah it worth it. When I arrived in Secondary school I quickly picked up the subject.</p>\n<p>I began educating myself on the trend of Technology and how they work. I developed a great interest for organisations such as Google, what they doing for humanity not just about technology. So I understood that no matter the position I get, I must always contribute to Humanity by volunteering.</p>\n<p>When I got to the University back in 2014 as a Freshman, I enrolled into Software engineering program where I began excelling and widening my thinking and reflex, met with other enthusiasts of technology.</p>\n<h3>Taking Another Path</h3>\n<p>Unlike other students I decided to go in for an internship at my first year (am one of those who believe university is good but it contribute to just about 10 – 20% of what builds up skill, people must be passionate about what the do, that passion alone will get you have the skills and be able to learn more and more).</p>\n<p>On my first day of internship, my internship coordinator gave me a task to go and install WordPress on my computer and create with the use of an external template (not there default themes) the website of my university.</p>\n<blockquote><p>Let me make this point, I didn’t know about WordPress. Had no idea of what it’s meant for. Completely blank.</p></blockquote>\n<p>I went back to my university, I met one of my professors, explained it to him, he redirected me to a senior student who once did internship and had to use WordPress.</p>\n<p>I went home, got my environment set up and called my senior, She did the guiding all through the installation on phone, till installing the template, my curiosity did the rest of the job hahaha, end of story. The next day I went back to the office, my coordinator didn’t expect me that soon Lol.</p>\n<h3>Diving Deeper</h3>\n<p>So I worked on some tutorial on building themes and plugin from scratch from Lynda.com but I took a break from building cuz I didn’t have much skills in PHP, in first year we didn’t do web technologies, I began hacking on PHP on my own, basic’ly I learnt almost every skill on my own via research and practice.</p>\n<p>I worked on several sites that used WordPress and began installing for others. My coordinator told me it would be interesting to start a WordPress Community so others could benefit from it. Actually the more I share knowledge with someone I gain 100% in return too, it builds up my mastery and ability to debug and resolve issues.</p>\n<blockquote><p>I began our local community and everyday I kept understanding WordPress more and more.</p></blockquote>\n<p>After a couple of months I officially joined the WordPress Volunteer Community in doing more reach outs in (November 2015 – via Rocio Valdiva) and on April 15, 2017 I organized <a href=\"https://2017.buea.wordcamp.org/\">the very first WordCamp in the whole of Central Africa</a> that brought together over 240 persons. Complete gallery on <a href=\"https://www.flickr.com/photos/144827169@N08/\">Flickr</a>, Video on <a href=\"https://youtu.be/nnUgqhveB00\">YouTube</a>.</p>\n<p>After the WordCamp I later on built a Mobile Money Payment Gateway with a local Network Operator web payment API using WooCommerce.</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: Finding WordPress in Cameroon\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Finding%20WordPress%20in%20Cameroon&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Finding WordPress in Cameroon\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%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%2Ffinding-wordpress-cameroon%2F&title=Finding+WordPress+in+Cameroon\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Finding WordPress in Cameroon\"></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/finding-wordpress-cameroon/&media=https://heropress.com/wp-content/uploads/2018/11/112217-150x150.jpg&description=Finding WordPress in Cameroon\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Finding WordPress in Cameroon\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/finding-wordpress-cameroon/\" title=\"Finding WordPress in Cameroon\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/finding-wordpress-cameroon/\">Finding WordPress in Cameroon</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, 22 Nov 2017 15:45: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:20:\"Michaël Nde Tabefor\";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:98:\"WPTavern: Envato Elements Adds Unlimited WordPress Theme and Plugin Downloads to Subscription Plan\";s:7:\"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=76604\";s:7:\"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/envato-elements-adds-unlimited-wordpress-theme-and-plugin-downloads-to-subscription-plan\";s: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:4096:\"<p>Envato has added <a href=\"https://envato.com/blog/announcing-wordpress-themes-on-envato-elements/\" rel=\"noopener\" target=\"_blank\">unlimited WordPress theme and plugin downloads</a> to its Elements digital assets subscription service. The company is including a curated collection of <a href=\"https://elements.envato.com/wordpress/themes/sort-by-latest\" rel=\"noopener\" target=\"_blank\">210 WordPress themes</a> and <a href=\"https://elements.envato.com/wordpress/plugins/sort-by-latest\" rel=\"noopener\" target=\"_blank\">100 plugins</a> along with 400,000 other design assets already offered through the service.</p>\n<p>Envato is the largest WordPress theme marketplace on the web with 39,102 themes and website templates for sale. Last year the company <a href=\"https://wptavern.com/envato-celebrates-10-years-in-business\" rel=\"noopener\" target=\"_blank\">celebrated 10 years in business</a> and reported that the community earned more than $40 million, with a significant portion of that revenue coming from WordPress products.</p>\n<p>The new “all you can eat” style package for WordPress themes on Envato Elements was introduced to boost the value of the service’s annual subscription plan and is not available to monthly subscribers. For $228/year, annual subscribers can change themes as often as they choose, which is the chief selling point of the new addition. However, the subscription service does not provide direct item support for the themes, as they are submitted by independent designers.</p>\n<p>Current Elements subscribers have the option to change their payment plans from monthly to annual to gain access to the unlimited WordPress products. Several disgruntled customers have taken to Twitter to express their dissatisfaction with the WordPress additions being withheld from existing monthly subscribers and perceive it to be heavy-handed a tactic for locking in more annual subscribers before raising the price.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Not cheeky ask at all, your roadmap did not say anything about this price change, but got people signed up at $19 per month with the understanding this was going to be an added edition. Shocking way to treat loyal customers. <a href=\"https://twitter.com/hashtag/moneyhungry?src=hash&ref_src=twsrc%5Etfw\">#moneyhungry</a></p>\n<p>— TVBanterUK <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4ad.png\" alt=\"?\" class=\"wp-smiley\" /> (@TVBanterUK) <a href=\"https://twitter.com/TVBanterUK/status/930943546693226501?ref_src=twsrc%5Etfw\">November 15, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Why hold monthly subscribers ransom by only allowing annual subscribers access? Feels somewhat unfair to long term subs!</p>\n<p>— Paul Charlton (@ipixel_design) <a href=\"https://twitter.com/ipixel_design/status/931203052765433862?ref_src=twsrc%5Etfw\">November 16, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Yes we were on the understanding us early day loyal subscribers signed up would get what the roadmap said, it’s such a sneaky way to get people locked in to the annual plan which you will then increase in year 2, seen it all before.</p>\n<p>— TVBanterUK <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4ad.png\" alt=\"?\" class=\"wp-smiley\" /> (@TVBanterUK) <a href=\"https://twitter.com/TVBanterUK/status/931097713579610112?ref_src=twsrc%5Etfw\">November 16, 2017</a></p></blockquote>\n<p></p>\n<p>An Envato support representative offered some background on the decision in response to monthly subscribers who do not appreciate being excluded from additions to the service.</p>\n<p>“We chose this pricing model because we think it creates the fairest platform for both our subscribers and our authors,” the representative said. “A huge amount of time and dedication goes into creating and maintaining WordPress themes and plugin so this allows us to help protect the earnings of the authors who provide our community with premium assets.”</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, 22 Nov 2017 04:01: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: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:22:\"Matt: Tribe of Mentors\";s:7:\"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=47661\";s:7:\"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:39:\"https://ma.tt/2017/11/tribe-of-mentors/\";s: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:1004:\"<p>Tim Ferriss’s new book <a href=\"https://tribeofmentors.com/\">Tribe of Mentors is out</a>. I have finished it already, and can say it’s really excellent and I even liked it more than Tools of Titans even though I’m not in this one. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> As I said in a message to Tim:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Curious how Tribe of Mentors is different from Tools of Titans? Here\'s a text to me from Matt Mullenweg (<a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a>, CEO Automattic)… <a href=\"https://t.co/D9kvA2rFFC\">pic.twitter.com/D9kvA2rFFC</a></p>\n<p>— Tim Ferriss (@tferriss) <a href=\"https://twitter.com/tferriss/status/919729467244863488?ref_src=twsrc%5Etfw\">October 16, 2017</a></p></blockquote>\n<p></p>\n<p>I learned a lot from it, took a ton of notes to follow up on, and wrote down about twenty more books I have to read.</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, 21 Nov 2017 23:55:28 +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: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:98:\"WPTavern: Tailor Page Builder Plugin Discontinued, Owners Cite Funding, Gutenberg, and Competition\";s:7:\"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=76599\";s:7:\"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:106:\"https://wptavern.com/tailor-page-builder-plugin-discontinued-owners-cite-funding-gutenberg-and-competition\";s: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:6385:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/tailor-e1510853958841.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.enclavely.io/\" rel=\"noopener\" target=\"_blank\">Enclavely, Inc.</a>, the owners of the <a href=\"https://wordpress.org/plugins/tailor/\" rel=\"noopener\" target=\"_blank\">Tailor Page Builder plugin</a>, have announced that they will be <a href=\"https://www.tailorwp.com/discontinued/\" rel=\"noopener\" target=\"_blank\">discontinuing its development</a> effective immediately.</p>\n<p><a href=\"http://andrewworsfold.com/\" rel=\"noopener\" target=\"_blank\">Andrew Worsfold</a>, the original developer, launched Tailor in April 2016 and the plugin received an enthusiastic reception from the WordPress community. After performing <a href=\"https://wptavern.com/pippin-williamson-shakes-up-page-builder-plugins-with-critical-review\" rel=\"noopener\" target=\"_blank\">a critical review of the major page builders</a> available to users in September 2016, Pippin Williamson found only three that he could happily recommend to his customers: Tailor, Pootle Page Builder, and Beaver Builder. This recommendation was based primarily on code quality, usability, and compatibility with other plugins.</p>\n<p>The plugin <a href=\"https://www.tailorwp.com/tailor-page-builder-under-new-management/\" rel=\"noopener\" target=\"_blank\">came under new management in July 2017</a> after the original developer no longer had enough time to dedicate to the project. Worsfold sold it to Enclavely, whose owners were early and enthusiastic users of the plugin, for what he said was “a nominal amount.” Three months later, the new owners cite the cost of keeping up with Gutenberg and other competitors as the primary reason for <a href=\"https://www.tailorwp.com/discontinued/\" rel=\"noopener\" target=\"_blank\">discontinuing its development</a>:</p>\n<blockquote><p>Gutenberg is going to be bundled with WordPress itself. That’s definitely going to give a tough time to all 3rd party page builders and even that is not the case there are some really big players around like Elementor, Divi, Beaver Builder, and others which are going to be hard for us to compete with, being a completely free project and providing almost all the great features in free version…</p>\n<p>So the main reason for us to discontinue Tailor is due to finances, which Tailor needs to keep on its development and marketing to compete with all the big players and especially Gutenberg.</p></blockquote>\n<p>This instance seems to be more of a case of the new management running out of funds, rather than Gutenberg preemptively killing off a page builder. Enclavely was no longer willing to invest in developing a product that could compete against some of the more widely used page builders.</p>\n<p>“Tailor needs a lot of effort and money, which was much more than we estimated,” an Enclavely representative said when I contacted the company. “And even if we continue to put effort and money in this project, we all know that Gutenberg is going to smash this space soon and we won’t be able to survive, and so will be the case with some other page builders. This is why we decided to end this now.”</p>\n<p>Tailor currently has more than 3,000 active installations, according to WordPress.org. Fans of the plugin commented on the <a href=\"https://medium.com/tailor-page-builder/end-of-tailor-rise-of-gutenberg-6b4c59431f99\" rel=\"noopener\" target=\"_blank\">announcement</a>, asking if the original developer might be able to pick the project back up again.</p>\n<p>When I contacted the company, they said the original developer was no longer involved with the project.</p>\n<p>“The original developer has parted ways since the acquisition,” an Enclavely representative said. “He was involved with some stuff in the start but not that much, thus the decision is mainly taken by us based on the issues we were facing in maintaining this project.”</p>\n<p>However, Worsfold’s account of his involvement with Tailor following the acquisition differs greatly from Enclavely’s report.</p>\n<p>“I handed over control of the project in July, although all releases since then were also written by me and deployed on their behalf,” Worsfold said. “Given that I haven’t been asked to help with anything recently, and there have been no further releases, it looks like development has already ended.”</p>\n<p>The plugin is <a href=\"https://wordpress.org/plugins/tailor/\" rel=\"noopener\" target=\"_blank\">available free on WordPress.org</a> and licensed under the GPL, so anyone who wants to can fork it. Worsfold doesn’t anticipate having the time to maintain the project himself and said he was under the impression that Enclavely is attempting to sell it.</p>\n<p>“I made the decision to hand over control of Tailor as work and other commitments meant that I couldn’t dedicate enough time to the project,” Worsfold said. “I had hoped that the new team would continue development, provide support, and ensure the needs of existing users were met. However after just three months they’ve decided to give up. That’s obviously very disappointing.”</p>\n<p>Worsfold said that when he sold it to them, it was with the understanding that they would continue to develop and maintain it. He doesn’t anticipate being able to re-adopt it due to a lack of time to dedicate to the project.</p>\n<p>“I’m in much the same situation I was in before and it seems they are wanting to on-sell it themselves, so I can’t imagine I will be able to readopt it,” Worsfold said. “I have mixed feelings about the whole situation. Ultimately I see Gutenberg doing most of what page builders currently do, but in a better, more standardized, way. Hopefully, whatever’s left (custom blocks, styles, functionality etc.) will build on the framework and serve to reduce the amount of fragmentation in the ecosystem.”</p>\n<p>Worsfold is still limited on free time but said he would be willing to contribute to the project if someone decided to fork it and keep it alive.</p>\n<p>“It would be a shame to see something I built, and that people use, simply die,” he said. “Hopefully someone will either fork it or take over development.”</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, 21 Nov 2017 00:15: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:\"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:105:\"WPTavern: GitHub Launches Security Alerts for JavaScript and Ruby Projects, Python Support Coming in 2018\";s:7:\"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=76663\";s:7:\"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:115:\"https://wptavern.com/github-launches-security-alerts-for-javascript-and-ruby-projects-python-support-coming-in-2018\";s: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:1873:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?ssl=1\"><img /></a></p>\n<p>Last month <a href=\"https://wptavern.com/github-launches-new-dependency-graph-feature-with-security-alerts-coming-soon\" rel=\"noopener\" target=\"_blank\">GitHub launched its Dependency Graph feature</a> that tracks a repository’s dependencies and sub-dependencies under the Insights tab. This week the company rolled out an expansion of the feature and will now <a href=\"https://github.com/blog/2470-introducing-security-alerts-on-github\" rel=\"noopener\" target=\"_blank\">identify known vulnerabilities and send notifications</a> with suggested fixes from the GitHub community.</p>\n<p>Dependency graphs and security alerts are automatically enabled for public repositories, provided the repository owner has defined the dependencies in <a href=\"https://help.github.com/articles/listing-the-packages-that-a-repository-depends-on\" rel=\"noopener\" target=\"_blank\">one of the supported manifest file types</a>, such as package.json or Gemfile. (Private repo owners have to opt in.) The vulnerability alerts are not public – they will only be shown to those who have been granted access to the vulnerability alerts.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/github-dependency-vulnerability.png?ssl=1\"><img /></a></p>\n<p>GitHub uses data from the <a href=\"https://nvd.nist.gov/\" rel=\"noopener\" target=\"_blank\">National Vulnerability Database</a> to alert repository owners about publicly disclosed vulnerabilities that have <a href=\"https://cve.mitre.org/\" rel=\"noopener\" target=\"_blank\">CVE IDs</a>. Vulnerability detection is currently limited to JavaScript and Ruby projects but Python support is next on the roadmap for 2018. PHP, which is a bet less widely used in projects on GitHub, is likely further down the list.</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, 18 Nov 2017 00:25: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:\"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:60:\"WPTavern: WordCamp Europe 2018 Speaker Applications Now Open\";s:7:\"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=76608\";s:7:\"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/wordcamp-europe-2018-speaker-applications-now-open\";s: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:3019:\"<p>WordCamp Europe 2018 has opened the <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\" rel=\"noopener\" target=\"_blank\">call for speakers</a> and will be accepting applications through January 15. The organizing team recommends that speakers already have some experience ahead of applying to speak at the largest WordPress event in Europe, but a dedicated Content Team will also be available with resources for helping speakers create a successful presentation.</p>\n<p>The 2017 event received a total of 235 speaker applications and 43 were selected for the main event. Organizers plan to stick to the same format and are calling for 40-minute talks (30 min + 10 min Q&A) as well as 10-minute lightning talks. This year the event will experiment with hosting community workshops and organizers plan to open a separate call for workshop leaders next week.</p>\n<p>The Content Team put out a specific call for more technical talks at the 2018 event after a <a href=\"https://2018.europe.wordcamp.org/2017/11/10/how-your-feedback-will-help-us-shape-the-next-wordcamp-europe/\" rel=\"noopener\" target=\"_blank\">community survey</a> showed that more developer-oriented talks are what the audience is looking for. More than half of those surveyed identified themselves as developers (54%), with business owners (12%) the next largest demographic.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-17-at-11.44.21-AM.png?ssl=1\"><img /></a></p>\n<p>The survey also showed that 37% of respondents have been working with WordPress for more than 9 years and roughly 90% of attendees have been using WordPress for 4-9+ years. Advanced development was the most highly requested topic for presentations, selected by 53% of respondents, followed by design (45%).</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-17-at-11.54.06-AM.png?ssl=1\"><img /></a></p>\n<p>The survey results offer some insight about which topics might fare well at WCEU in 2018. Organizers have also compiled an extensive <a href=\"https://apply.wp-europe.org/ideas\" rel=\"noopener\" target=\"_blank\">list of ideas and topics</a> to inspire speaker applicants.</p>\n<p>A batch of 1,000 Early Bird tickets recently <a href=\"https://wptavern.com/wordcamp-europe-2018-early-bird-tickets-now-on-sale\" rel=\"noopener\" target=\"_blank\">went on sale</a> and there are still 680 available. Attendees who purchase a ticket before December 31, 2017, will receive a limited-edition swag item. The organizing team plans to release tickets in batches, as in previous years, but will not be setting specific expectations on sales this year, according to PR representative Letizia Barbi. The Sava Center venue, an international congress and cultural center, is the largest audience hall in Serbia and will accommodate all who want to attend WCEU 2018. Barbi said it should also scale down nicely in case of a smaller turn out.</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, 17 Nov 2017 19:19: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: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:99:\"WPTavern: WooCommerce Explores the Possibilities and Challenges for E-Commerce in the Gutenberg Era\";s:7:\"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=76597\";s:7:\"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:110:\"https://wptavern.com/woocommerce-explores-the-possibilities-and-challenges-for-e-commerce-in-the-gutenberg-era\";s: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:4350:\"<p>The next release of WordPress (5.0) will introduce the new Gutenberg editor and contributors plan to keep it rolling towards the eventual goal of providing a full site building experience. Nearly every WordPress theme and plugin developer will be impacted by the change and many are starting to look ahead to how their products may interact with Gutenberg in the future.</p>\n<p>What will e-commerce look like in the Gutenberg era? The WooCommerce design team has published <a href=\"https://woocommerce.com/2017/11/woocommerce-gutenberg/\" rel=\"noopener\" target=\"_blank\">a preview of some of their “Wootenberg” experiments</a>, along with a gif demonstrating what a block-based editing experience may look like in the context of working with products. The team sees a lot of potential for putting the power of visual product editing into the hands of users.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/wootenberg.gif?ssl=1\"><img /></a></p>\n<p>The example shows a quick exploration of page layout with product blocks and the team also posted an idea of what basic product authoring may look like with a predefined product template that includes the featured image, product title, description, and price as new Gutenberg blocks. But will it be possible to have complex product creation fit into a block-based editor? The WooCommerce team admits in the post that they don’t yet know how this will work.</p>\n<p>“One thing that isn’t yet 100% clear is how complex plugins like WooCommerce will work with Gutenberg,” Automattic designer/developer James Koster said. “A simple product with a description, a price, and a category is one thing. But a product with variations, for each of which you want to upload a different image, and need to manage/track stock is quite another. Imagining a WYSIWYG editing experience for that kind of data is a little fuzzier.”</p>\n<p>Koster referenced Gutenberg’s newly merged support for meta boxes, the first step in making product authoring possible. However, the Gutenberg team is still experimenting and isn’t yet set on a solution for implementing meta boxes.</p>\n<p>“How this works with WooCommerce in the long term is unclear,” Koster said. “But you can rest assured it’s something we’ll be dedicating more time to investigating as WordPress approaches the 5.0 release.” Koster concludes the post by asking readers if visual product editing, with the flexibility to rearrange product/shop layouts, is something that interests them.</p>\n<p>“If there’s one thing that WooCommerce should perhaps learn from Shopify’s rapid growth, it’s that many ‘would-be’ shop owners don’t care to spend hours upon hours tweaking the layout of their shop, and that pre-built easy-to-use software that looks good and feels good, but can still be extended in complex ways, is what attracts many users,” Jesse Nickles commented on the post. “While this may be the underlying goal of Gutenberg, it perhaps doesn’t crossover clearly to the e-commerce world.”</p>\n<p>Koster said he agrees that users don’t always need visual editing experiences and that simple things like price changes should be quick and painless.</p>\n<p>“How we present data-driven editing alongside the Gutenberg experience will ultimately determine the success of the project from a WooCommerce perspective,” Koster said.</p>\n<p>Support for meta boxes is one the most challenging aspects of the Gutenberg project that the team has yet to solve. Exploring the possibilities of flexible page layouts for products is exciting, but even the WooCommerce team is left wondering how this is all going to work with more complex CMS data. Smaller product teams without the collective knowledge and resources of WooCommerce may have a more difficult time finding the bandwidth to experiment and rebuild their products in time for WordPress 5.0.</p>\n<p>The WooCommerce team invites any users interested in Gutenberg-related UX changes to join the plugin’s <a href=\"https://woocommerce.com/design-feedback/\" rel=\"noopener\" target=\"_blank\">design feedback group</a>, as they continue to explore how the new editor will work in the context of complex e-commerce product creation and display.</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, 17 Nov 2017 04:30: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: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:113:\"WPTavern: GDPR for WordPress Project Gains Momentum, Proposal Receives Positive Response from Developer 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=76484\";s:7:\"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:123:\"https://wptavern.com/gdpr-for-wordpress-project-gains-momentum-proposal-receives-positive-response-from-developer-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:5743:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/WP-GDPR-Compliance.png?ssl=1\"><img /></a></p>\n<p>Community feedback on the new <a href=\"https://www.gdprwp.com\" rel=\"noopener\" target=\"_blank\">GDPR for WordPress project</a>, created by WordCamp Denmark organizer Kåre Mulvad Steffensen and WP Pusher creator Peter Suhm, has started rolling in after the two launched a survey for developers. The project aims to provide an industry standard for getting plugins compliant with EU General Data Protection Regulation (GDPR) legislation ahead of the May 2018 deadline.</p>\n<p>Steffensen <a href=\"https://www.gdprwp.com/status-the-gdpr-interface/\" rel=\"noopener\" target=\"_blank\">published</a> some initial results of the survey after having it open for two weeks. So far, 90% of respondents have answered that they would consider implementing a GDPR “file” types solution for their plugins if a standard was available. Only 4.9% of the 40 developers who responded said they have a plan for making their plugins GDPR compliant and 43.9% said they do not currently have a plan. The remaining 24.4% were developers of plugins that do not handle personal data.</p>\n<p>“Our talks with Paul Sieminski from <a href=\"https://automattic.com/\" rel=\"noopener\" target=\"_blank\">Automattic</a> and Dovy Paukstys from the <a href=\"https://reduxframework.com/\" rel=\"noopener\" target=\"_blank\">Redux options framework</a> have reassured us that we still do have a need for a GDPR structure which can help the community establish a basis for handling GDPR compliance,” Steffensen said.</p>\n<p>Steffensen and Suhm created a <a href=\"https://github.com/GDPRWP/standard\" rel=\"noopener\" target=\"_blank\">GitHub repository</a> where they have outlined their proposal for a PHP object interface that plugin developers could add to their codebases as a standard way of indicating how their plugins work with personal data.</p>\n<p>“The nature of such an interface puts some responsibility in the hands of the developer to identify any place personal data is stored,” Steffensen said. “What kind of data it is, and for what purpose as well as how it should be handled upon deletion. The Interface approach will allow a community-wide adoption, without setting limitations on how plugin developers choose to work with their data – something we obviously can’t control.”</p>\n<p>The idea is that plugin developers could then build other tools on top of this framework using specific functions that correspond to GDPR requirements, such as functions that allow users to access their data, implement the right to be forgotten, report data breaches, and delete and anonymize data. Developers could also build plugins that offer a plain language description of what personal data a plugin collects and how it is handled.</p>\n<p>In speaking with Dovy Paukstys on how this could work with Redux, Steffensen said the options framework may be able to facilitate compliance for the 500,000+ sites where it is active and the developers who use it to build plugins.</p>\n<p>“Dovy from Redux has a coder’s view on this,” Steffensen said. “Our object interface (PHP) would be something his framework could provide an easy way to utilize for the many developers using Redux. The redux users (developers) could essentially do this themselves also, but since Redux is a framework it makes sense to see if they can build something that will make it near instant for developers to provide compliance for the GDPR.”</p>\n<p>Steffensen said the team is aware that the first version of the interface will not render plugins, and by extension their sites, instantly compliant. The interface they are proposing is not one that could be held legally accountable, but the goal is to make it possible for developers to build accountable systems on top of it.</p>\n<h3>GDPR for WordPress Project Founders Consider Accepting Sponsorships</h3>\n<p>With 189 <a href=\"http://www.gdprcountdownclock.com/\" rel=\"noopener\" target=\"_blank\">days remaining before the GDPR goes into effect</a>, the team will need to work quickly to make a solution available with enough time for interested developers to incorporate it into their plugins. They have not yet set up a way to accept donations but are considering it.</p>\n<p>“We aren’t actively seeking funding, but would love any funds that would help us allocate the time needed to keep the momentum going,” Steffensen said. “We’re lucky that the <a href=\"https://wptavern.com/gdpr-for-wordpress-project-seeks-to-provide-a-standard-for-plugin-compliance\" rel=\"noopener\" target=\"_blank\">WP Tavern article</a> brought attention to our GDPR approach and have caught the eyes of some of the key players in the ecosystem. One such company is Mailpoet that was the first to raise the idea of sponsoring our work.”</p>\n<p>Steffensen works at <a href=\"http://Peytz.dk\" rel=\"noopener\" target=\"_blank\">Peytz.dk</a>, a Danish WordPress agency that wants to support the community and has allocated some of his time to work on the project. He said any funding/donations they receive would be spent on pushing the roadmap forward, investing time in coding, and possibly seeking further advice from people who they cannot expect to be in it for free.</p>\n<p>In addition to looking at ways to receive donations, the team plans to keep the survey open for developers for awhile longer to try to make more connections in the community. Steffensen said they hope respondents will help them gain insight on the developer community’s readiness and also enable them to reach out to any plugin owners who could play a key role in a wider adoption.</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, 16 Nov 2017 20:58: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: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:58:\"WPTavern: Consultants Are WordPress’ Boots on the Ground\";s:7:\"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=76619\";s:7:\"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:66:\"https://wptavern.com/consultants-are-wordpress-boots-on-the-ground\";s: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:1173:\"<blockquote><p>A business can’t survive without strong sales & customer service, two competencies that are arguably the lifeblood of a company.</p>\n<p>Many of you reading this fill that exact gap for the open source WordPress project. I don’t mean this as a slight to the thousands of wonderful people who build the software, document it, and support it in the forums, but that consultants (doing it right or wrong) are also fueling this locomotive too.</p>\n<p>There are no official sales or customer service channels at WordPress.org and us consultants bear the brunt of it — for better or worse — and that’s where our job comes in. Just as you trust a core contributor to spot-check her code and ensure that we’ve <em>sanitized all the things! </em></p>\n<p><em>Consultants are the boots on the ground, and as you’ll see below in my feedback section, represent a disproportionate ratio of launching many more websites than an individual website owner. – Matt Medeiros<br />\n</em></p></blockquote>\n<p>From <a href=\"https://mattreport.com/growth-of-wordpress/\">The blue-collar WordPress worker and the 2,500+ websites built to grow the CMS</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, 16 Nov 2017 20:07: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: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:90:\"WPTavern: WPWeekly Episode 294 – HeroPress, Community, and WinningWP With Topher DeRosia\";s:7:\"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=76578&preview=true&preview_id=76578\";s:7:\"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/wpweekly-episode-294-heropress-community-and-winningwp-with-topher-derosia\";s: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:2958:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://topher1kenobe.com/\">Topher DeRosia</a>, founder of <a href=\"https://heropress.com/\">HeroPress</a>. DeRosia provides an update on HeroPress and explains his new role creating <a href=\"https://www.youtube.com/channel/UCt8Sa48zWN_WcordE7TaUBg\">WordPress training videos</a> for <a href=\"https://winningwp.com/\">WinningWP</a>. Jacoby and I discussed the news of the week including, Press This removed in WordPress 4.9, Meta box support in Gutenberg, and WP-SpamShield removed from the directory.</p>\n<p>Near the end of the show, we discuss whether or not consultants, agencies, and site builders have been left out of the discussion and not factored into WordPress’ growth over the years.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/press-this-removed-from-wordpress-4-9-in-favor-of-a-plugin\">Press This Removed from WordPress 4.9 in Favor of a Plugin</a><br />\n<a href=\"https://wptavern.com/bianca-welds-awarded-kim-parsell-travel-scholarship\">Bianca Welds Awarded Kim Parsell Travel Scholarship</a><br />\n<a href=\"https://wptavern.com/wordcamp-europe-2018-early-bird-tickets-now-on-sale\">WordCamp Europe 2018 Early Bird Tickets Now on Sale</a><br />\n<a href=\"https://wptavern.com/gutenberg-contributors-explore-alternative-to-using-iframes-for-meta-boxes\">Gutenberg Contributors Explore Alternative to Using iframes for Meta Boxes</a><br />\n<a href=\"https://wptavern.com/wp-spamshield-plugin-removed-from-wordpress-org-author-plans-to-pull-all-plugins-from-the-directory\">WP-SpamShield Plugin Removed from WordPress.org, Author Plans to Pull All Plugins from the Directory</a><br />\n<a href=\"https://mattreport.com/growth-of-wordpress/?utm_content=bufferee910&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer\">The blue-collar WordPress worker and the 2,500+ websites built to grow the CMS</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wptavern.com/how-to-whitelist-comments-in-wordpress\">How to Whitelist Comments in WordPress</a></p>\n<p><a href=\"https://wordpress.org/plugins/dark-mode/\">Dark Mode</a> is an experimental feature plugin that darkens the colors of the WordPress backend.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 22nd 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 #294:</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, 16 Nov 2017 03:13: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:\"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: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:130:\"WPTavern: WordPress 4.9 Released with Major Improvements to Customizer Workflow, Updated Code Editors, and New Core Gallery Widget\";s:7:\"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=76391\";s:7:\"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:139:\"https://wptavern.com/wordpress-4-9-released-with-major-improvements-to-customizer-workflow-updated-code-editors-and-new-core-gallery-widget\";s: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:5359:\"<p><a href=\"https://wordpress.org/news/2017/11/tipton/\" rel=\"noopener\" target=\"_blank\">WordPress 4.9</a> “Tipton” was released today, named for Oklahoma-born jazz musician <a href=\"https://en.wikipedia.org/wiki/Billy_Tipton\" rel=\"noopener\" target=\"_blank\">William Lee Tipton</a>, a gifted pianist and saxophonist. This update introduces major improvements to the design and collaboration workflow in the Customizer, improves WordPress’ built-in code editor, and enhances core text and media widgets.</p>\n<h4>Draft, Schedule, and Preview Changes in the Customizer</h4>\n<p>Prior to 4.9, users could get a live preview of their sites in the Customizer but any changes they made would need to be saved immediately or discarded. This update makes it possible to draft and schedule changes in the Customizer, and even share a preview link to collaborate on changes before making them live. Users can now stage content, such as new pages, a new set of widgets, a different combination of menu items, and schedule it all to publish at a future date.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/customizer-publish-settings-schedule-e1510636315310.png?ssl=1\"><img /></a></p>\n<p>This release also brings the ability to search, browse, and preview themes directly in the Customizer. The search interface includes filters for subject, features, and layout, just like the ones on the “Add Themes” screen in wp-admin. It does not yet include the featured, popular, latest, or favorites tabs, so users will need to navigate back to the admin if they want to browse those categories.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/theme-browser-customizer.png?ssl=1\"><img /></a></p>\n<p>The menu creation process has also been updated in the Customizer to be less confusing with a rethink of the UI and revised copy.</p>\n<h4>Syntax Highlighting and Error Checking Added to the Code Editors</h4>\n<p>WordPress 4.9 brings syntax highlighting, linting, and auto-completion to the built-in code editors by incorporating the <a href=\"https://codemirror.net/\">CodeMirror</a> library. These long-awaited improvements are now available in the theme and plugin editors as well as the custom HTML widget and additional CSS box in the Customizer. The feature comes with <a href=\"https://wptavern.com/wordpress-4-9-protects-users-from-fatal-errors-created-in-the-theme-and-plugin-editors\" rel=\"noopener\" target=\"_blank\">prominent warnings</a> about directly editing themes and plugins and protection against saving code that would cause a fatal error.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/editor-css-error-e1510640427941.png?ssl=1\"><img /></a></p>\n<h4>New Core Gallery Widget and Support for Shortcodes and Embedded Media in the Text Widget</h4>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/core-gallery-widget.png?ssl=1\"><img /></a><a href=\"https://wptavern.com/new-core-gallery-widget-targeted-for-wordpress-4-9\" rel=\"noopener\" target=\"_blank\">WordPress 4.9 adds a new gallery widget</a> to the collection of core media widgets (audio, image, and video) that were introduced in 4.8. It brings the same gallery-creation features to widgets that have long been available in the post and page editors.</p>\n<p>These incremental changes will help users get ready for Gutenberg’s block-based interface. The plan is to eventually transition widgets over to blocks after Gutenberg is in core and the plugin already has support for a gallery block, as well as a Custom HTML block.</p>\n<p>As of 4.9, users can now embed media in the Text widget, including images, video, and audio by clicking the “Add Media” button. In order to make this possible, WordPress contributors also needed to <a href=\"https://wptavern.com/wordpress-4-9-will-support-shortcodes-and-embedded-media-in-the-text-widget\" rel=\"noopener\" target=\"_blank\">add shortcode support to widgets</a>, a feature that users have requested for nearly a decade. With this now built into core, hundreds of thousands of WordPress sites will no longer need additional code from plugins and themes to use shortcodes in widgets.</p>\n<p>Widgets have also been improved to offer a better migration experience with updated logic for mapping widgets between two themes’ widget areas.</p>\n<h4>On Towards Gutenberg</h4>\n<p>WordPress 4.9 also includes a notice in the about.php page of the admin, inviting users to help test or contribute to Gutenberg. It is the first time a feature plugin has been highlighted so prominently on the page users see after they update to the latest version.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-4.33.01-PM-e1510785254925.png?ssl=1\"><img /></a></p>\n<p>The Gutenberg project has been getting a lot of attention over the past few months as the WordPress community looks ahead to the 5.0 release that will introduce the new editor to the world. Meanwhile, contributors to 4.9 have been working in tandem to make significant improvements to existing features, enabling users to do more with widgets and overall site design than ever before. This release was led by Weston Ruter and Mel Choyce with help from 443 contributors, 42% (185) of them contributing to WordPress for the first time.</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, 16 Nov 2017 01:24:33 +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: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:36:\"Dev Blog: WordPress 4.9 “Tipton”\";s:7:\"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=4968\";s:7:\"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/news/2017/11/tipton/\";s: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:41307:\"<h2>Major Customizer Improvements, Code Error Checking, and More! ?</h2>\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/banner.png?fit=2400%2C1200&ssl=1\" alt=\"\" />\n<p>Version 4.9 of WordPress, named “Tipton” in honor of jazz musician and band leader Billy Tipton, is available for download or update in your WordPress dashboard. New features in 4.9 will smooth your design workflow and keep you safe from coding errors.</p>\n<p>Featuring design drafts, scheduling, and locking, along with preview links, the Customizer workflow improves collaboration for content creators. What’s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn’t pretty great, we’ve got an awesome new Gallery widget and improvements to theme browsing and switching.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Customizer Workflow Improved </h2>\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2017/11/customizer-workflow-improved-small.png?w=632&ssl=1\" alt=\"\" />\n<h3>Draft and Schedule Site Design Customizations</h3>\n<p>Yes, you read that right. Just like you can draft and revise posts and schedule them to go live on the date and time you choose, you can now tinker with your site’s design and schedule those design changes to go live as you please.</p>\n<h3>Collaborate with Design Preview Links</h3>\n<p>Need to get some feedback on proposed site design changes? WordPress 4.9 gives you a preview link you can send to colleagues and customers so that you can collect and integrate feedback before you schedule the changes to go live. Can we say collaboration++?</p>\n<h3>Design Locking Guards Your Changes</h3>\n<p>Ever encounter a scenario where two designers walk into a project and designer A overrides designer B’s beautiful changes? WordPress 4.9’s design lock feature (similar to post locking) secures your draft design so that no one can make changes to it or erase all your hard work.</p>\n<h3>A Prompt to Protect Your Work</h3>\n<p>Were you lured away from your desk before you saved your new draft design? Fear not, when you return, WordPress 4.9 will politely ask whether or not you’d like to save your unsaved changes.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Coding Enhancements</h2>\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/coding-enhancements-small.png?w=632&ssl=1\" alt=\"\" />\n<h3>Syntax Highlighting and Error Checking? Yes, Please!</h3>\n<p>You’ve got a display problem but can’t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you’ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily, and suss out & fix code errors quickly.</p>\n<h3>Sandbox for Safety</h3>\n<p>The dreaded white screen. You’ll avoid it when working on themes and plugin code because WordPress 4.9 will warn you about saving an error. You’ll sleep better at night.</p>\n<h3>Warning: Potential Danger Ahead!</h3>\n<p>When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice and will recommend that you draft and test changes before updating your file. Take the safe route: You’ll thank you. Your team and customers will thank you.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Even More Widget Updates </h2>\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/even-more-widget-updates-small.png?w=632&ssl=1\" alt=\"\" />\n<h3>The New Gallery Widget</h3>\n<p>An incremental improvement to the media changes hatched in WordPress 4.8, you can now add a gallery via this new widget. Yes!</p>\n<h3>Press a Button, Add Media</h3>\n<p>Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our simple but useful Add Media button. Woo!</p>\n<hr class=\"wp-block-separator\" />\n<h2>Site Building Improvements </h2>\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/site-building-improvements-small.png?w=632&ssl=1\" alt=\"\" />\n<h3>More Reliable Theme Switching</h3>\n<p>When you switch themes, widgets sometimes think they can just move location. Improvements in WordPress 4.9 offer more persistent menu and widget placement when you decide it’s time for a new theme. </p>\n<h3>Find and Preview the Perfect Theme</h3>\n<p>Looking for a new theme for your site? Now, from within the Customizer, you can search, browse, and preview over 2600 themes before deploying changes to your site. What’s more, you can speed your search with filters for subject, features, and layout.</p>\n<h3>Better Menu Instructions = Less Confusion</h3>\n<p>Were you confused by the steps to create a new menu? Perhaps no longer! We’ve ironed out the UX for a smoother menu creation process. Newly updated copy will guide you.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Lend a Hand with Gutenberg ?</h2>\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/gutenberg-1.png?w=632&ssl=1\" alt=\"\" />\n<p>WordPress is working on a new way to create and control your content and we’d love to have your help. Interested in being an <a href=\"https://wordpress.org/plugins/gutenberg/\">early tester</a> or getting involved with the Gutenberg project? <a href=\"https://github.com/WordPress/gutenberg\">Contribute on GitHub</a>.</p>\n<p>(PS: this post was written in Gutenberg!)</p>\n<hr class=\"wp-block-separator\" />\n<h2>Developer Happiness ?</h2>\n<h3><a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Customizer JS API Improvements</a></h3>\n<p>We’ve made numerous improvements to the Customizer JS API in WordPress 4.9, eliminating many pain points. (Hello, default parameters for constructs! Goodbye repeated ID for constructs!) There are also new base control templates, a date/time control, and section/panel/global notifications to name a few. <a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Check out the full list.</a></p>\n<h3><a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">CodeMirror available for use in your themes and plugins</a></h3>\n<p>We’ve introduced a new code editing library, CodeMirror, for use within core. CodeMirror allows for syntax highlighting, error checking, and validation when creating code writing or editing experiences within your plugins, like CSS or JavaScript include fields.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/10/30/mediaelement-upgrades-in-wordpress-4-9/\">MediaElement.js upgraded to 4.2.6</a></h3>\n<p>WordPress 4.9 includes an upgraded version of MediaElement.js, which removes dependencies on jQuery, improves accessibility, modernizes the UI, and fixes many bugs.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">Roles and Capabilities Improvements</a></h3>\n<p>New capabilities have been introduced that allow granular management of plugins and translation files. In addition, the site switching process in multisite has been fine-tuned to update the available roles and capabilities in a more reliable and coherent way.</p>\n<hr class=\"wp-block-separator\" />\n<h2>The Squad</h2>\n<p>This release was led by <a href=\"https://choycedesign.com/\">Mel Choyce</a> and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, with the help of the following fabulous folks. There are 443 contributors with props in this release, with 185 of them contributing for the first time. Pull up some Billy Tipton on your music service of choice, and check out some of their profiles:</p>\n<p><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/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</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/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/quasel\">Bernhard Gronau</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</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/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</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/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</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/presskopp\">Christian Herrmann</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</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/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</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/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/frankiet\">Frankie</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</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/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran Šerić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</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/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeffrey Paul</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/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</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/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</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/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joshuawold\">Joshua Wold</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/zoonini\">Kathryn Presner</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/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">Ken Newman</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</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/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kristastevens\">Krista Stevens</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</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/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt PeepSo</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</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/maxcutler\">Max Cutler</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/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</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\">Michelle Weber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kekäläinen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/imnok\">Pantip Treerattanapitak (Nok)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</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/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</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/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Araújo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</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/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</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/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</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/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</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/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</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/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</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/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/zuige\">Viljami Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.9. Their efforts bring WordPress 4.9 fully translated to 43 languages at release time, with more on the way.</p>\n<p>Do you want to report on WordPress 4.9? <a href=\"https://s.w.org/images/core/4.9/wp-4-9_press-kit.zip\">We've compiled a press kit featuring information about the release features, and some media assets to help you along</a>.</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>.</p>\n<p>Thanks for choosing WordPress!</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, 16 Nov 2017 01:16: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: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: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:108:\"WPTavern: Gutenberg 1.7 Adds Multi-Block Transform Functionality, Drops iframes Implementation of Meta Boxes\";s:7:\"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=76552\";s:7:\"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:118:\"https://wptavern.com/gutenberg-1-7-adds-multi-block-transform-functionality-drops-iframes-implementation-of-meta-boxes\";s: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:4469:\"<p><a href=\"https://make.wordpress.org/core/2017/11/15/whats-new-in-gutenberg-15th-november/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.7</a> was released today, two weeks after version 1.6, with a fresh round of new features, design updates, and the groundwork for nested blocks and block extensibility.</p>\n<p>Last week contributors began exploring <a href=\"https://wptavern.com/gutenberg-contributors-explore-alternative-to-using-iframes-for-meta-boxes\" rel=\"noopener\" target=\"_blank\">an alternative to using iframes for meta boxes</a>. This experiment has landed in 1.7 so that the plugin now <a href=\"https://github.com/WordPress/gutenberg/pull/3345\" rel=\"noopener\" target=\"_blank\">renders meta boxes inline</a>. Gutenberg engineer Riad Benguella, who wrote and merged the code, said that it doesn’t fix all the meta box issues and might create some new ones, but it “gets us closer to where we want to go.” Pre-rendering meta boxes and creating a migration path for existing ones is next on the agenda.</p>\n<p>One of the most exciting new features in 1.7 is the <a href=\"https://github.com/WordPress/gutenberg/pull/3357\" rel=\"noopener\" target=\"_blank\">multi-block transform functionality</a> that allows users to select multiple blocks and instantly transform them into other block types. It works like a little bit of Gutenberg magic. By default, users can select multiple paragraphs and transform them into a list or select multiple images and transform them into a gallery.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-2.50.25-PM-e1510779367673.png?ssl=1\"><img /></a></p>\n<p>After selecting two or more blocks, the user can click on the block’s settings in the toolbar to transform them. They can also be easily changed back to single blocks. The multi-block transform functionality has been added to the Blocks API so that developers can set isMultiBlock to true to specify blocks that can be transformed.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-3.31.49-PM-e1510781927286.png?ssl=1\"><img /></a></p>\n<p>Version 1.7 introduces a new toggle that the team is testing for <a href=\"https://github.com/WordPress/gutenberg/pull/3311\" rel=\"noopener\" target=\"_blank\">switching between the top fixed toolbar and the contextual toolbars attached to each block</a>. It provides an easy way for users to test both types of toolbar styles, but may be temporary as the pull request was submitted as a suggestion for an A/B test.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-4.03.38-PM.png?ssl=1\"><img /></a></p>\n<p>Gutenberg 1.7 <a href=\"https://github.com/WordPress/gutenberg/pull/2743\" rel=\"noopener\" target=\"_blank\">paves the way for nested blocks</a> in the data structure. It also adds <a href=\"https://github.com/WordPress/gutenberg/pull/3318\" rel=\"noopener\" target=\"_blank\">hooks for block extensibility</a> and contributors are currently testing how these work internally.</p>\n<p>A few other notable features in this release include the following:</p>\n<ul>\n<li>Added <a href=\"https://github.com/WordPress/gutenberg/pull/2896\" rel=\"noopener\" target=\"_blank\">@-mention autocomplete for users</a> in a site</li>\n<li>Allow <a href=\"https://github.com/WordPress/gutenberg/pull/2792\" rel=\"noopener\" target=\"_blank\">pasting standalone images</a> and uploading them (also supports pasting base64 encoded images)</li>\n<li>Full <a href=\"https://github.com/WordPress/gutenberg/pull/3401\" rel=\"noopener\" target=\"_blank\">design update to focus styles</a> around the UI</li>\n<li>Placed <a href=\"https://github.com/WordPress/gutenberg/pull/3459\" rel=\"noopener\" target=\"_blank\">“table of contents” button in the header area</a>, disabled when there are no blocks in the content, added paragraph count</li>\n</ul>\n<p>Gutenberg’s documentation has also been <a href=\"https://github.com/WordPress/gutenberg/pull/3381\" rel=\"noopener\" target=\"_blank\">moved</a> to <a href=\"https://wordpress.org/gutenberg/handbook/\" rel=\"noopener\" target=\"_blank\">https://wordpress.org/gutenberg/handbook/</a>, signaling the project is getting closer to becoming part of WordPress. The new editor will be included in WordPress 5.0, which will ship when Gutenberg is ready. A notice in the 4.9 about.php page invites users to start testing the feature plugin ahead of its inclusion in core.</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, 15 Nov 2017 23:57:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:27:\"Matt: Post Status Interview\";s:7:\"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=47650\";s:7:\"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://ma.tt/2017/11/post-status-interview/\";s: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:676:\"<p>In the lead-up <a href=\"https://2017.us.wordcamp.org/\">to WordCamp US</a> we're in right now <a href=\"https://poststatus.com/interview-matt-mullenweg-wordpress-ecosystem-draft-podcast/\">I chatted with Brian Krogsgard at Post Status in an hour podcast</a> and we spoke about the core releases this year, Gutenberg, React, WooCommerce, and WordPress.org. On the 29th I'll be <a href=\"https://wptavern.com/\">talking to WP Tavern</a>, so tune in then as well. For something completely different, I was on the <a href=\"https://offrcrd.com/episodes/matt-mullenweg/\">new OFF RCRD podcast with Cory Levy about the earliest days at Automattic and entrepreneurship</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, 15 Nov 2017 17:06: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: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: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:85:\"HeroPress: My journey to WordPress taught me that my talents are best used elsewhere.\";s:7:\"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=2269\";s:7:\"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:178:\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/#utm_source=rss&utm_medium=rss&utm_campaign=journey-wordpress-taught-talents-best-used-elsewhere\";s: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:10351:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/111517-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Together we\'ll create the future of WordPress.\" /><p>My first website was built using Frontpage. Then I discovered Geocities, which at the time made it easy to break and fix code and have it instantly live for others to find on the world wide web. It was an optimal learning environment for me. I learned HTML and CSS by copying, pasting, and then tweaking every which way until it was doing something absurd like flashing hot pink text. It was the Wild West and there were no real rules yet except for those in this new language.</p>\n<blockquote><p>Like any language, I was learning little by little in search of ways to bend the rules and “speak” like a native.</p></blockquote>\n<p>I only coded for fun, but many years later, I made a website for a job. I used Dreamweaver because I was told all professionals used Dreamweaver. I found it easy to use, much easier than Frontpage, especially for building a larger more complex website. I started learning how to read PHP and doing a lot of what was needed in the metadata and the code for basic SEO.</p>\n<h3>Finding WordPress</h3>\n<p>Fast forward another few years. I set up several free sites for nonprofits using Webs, Weebly, other page builders whose names I can’t recall, Joomla, and then, one day I stumbled upon WordPress. I wasn’t sure if I liked it at first because the out of the box theme was ugly and I couldn’t figure out how to manipulate it. Then, I found a theme on Themeforest that installed the styles and the demo content. This was worth the $30. This gave me the ability to tweak the theme because I knew enough HTML and CSS to change things in the file editor. I was still coding like I did in my Geocities days, only my aesthetics had improved.</p>\n<p>I cringe relaying that experience now. I knew enough to be really dangerous. I didn’t do any form of version control, I didn’t do any backups, I didn’t vet my plugins, or even know how to properly vet my plugins.</p>\n<blockquote><p>I am so lucky nothing went terribly wrong.</p></blockquote>\n<p>On one hand, WordPress gave me an easy way to dive right in and do everything on my own. On the other hand, it made it too easy for me to download bad plugins, edit things I probably should not have been touching, and in the end, I guess that’s okay because when I was serious about maintaining a website, I did take the time to learn more about what I needed to know.</p>\n<h3>Finding What I Needed</h3>\n<p>What I know today is that I am not a developer. I’m not even a designer. I have fun with the creation process, but there are other people who are much more talented and efficient in those processes and I’m happy to pay them for their expertise. I have learned what I need to know about the framework and can talk to designers and developers about what I’m looking for and ensure they know what they’re doing. I can pick out reliable themes and plugins. I can advise our clients, who are mostly nonprofits and social enterprises, on the best path for a sustainable website. I understand the need for disaster recovery, backups, and security. I understand the value of paid premium licenses and ongoing support.</p>\n<p>These are all things that in my days of starting out I didn’t know I needed. Even if someone tried to explain it to me, I probably wouldn’t have felt that I needed them. Sometimes I can be stubborn and I need to experience the pain points myself before I buy into what everyone else is saying. I used to learn best from failure.</p>\n<blockquote><p>I still learn from failure, but when it comes to WordPress, I have also surrounded myself with a community who help me grow and learn.</p></blockquote>\n<p>In 2013, I started attending the Fort Worth WordPress meetup. The group was still pretty small at the time, but they were very inviting. I picked up some new tips and tricks that I used right away. While my eyes glazed over at some of the more advanced details, I understood the possibilities and that the work was beyond my capabilities. I learned how to ask for help with those things. Remember, I’m not a designer or a developer, so this meant hiring for those skills from the network of people I met in the WordPress community.</p>\n<p>Over the last 4 ½ years I’ve been able to sell numerous WordPress projects and some of them are incredibly custom and complex. In return, I’ve been able to provide freelance work for members of my community; I’ve been able to give back via WordCamps sharing my experience with project scoping, sales, and negotiations. We all have something of value to share. No matter your area of expertise, you can give something back to the community.</p>\n<h3>The Real Value</h3>\n<p>The best thing about WordPress is not the tool itself. It’s the people who use it or are wanting to try it. The WordPress community is what makes WordPress and WordCamps really great. My hope is that as a community we can help WordPress evolve and adapt and that we can leverage technology, including WordPress, for the greater good.</p>\n<p>We’ve already done this and that’s why WordPress powers almost 30% of the web. We’ve been doing it for years, but the technology landscape is changing rapidly. Are we keeping up?</p>\n<p>A few weeks ago, Chris Lema asked me and a group of other WordPressers, “What could destroy WordPress, and how would you fix it?” We answered this a number of ways and you’ve probably come up with your own answer. My answer? I think that the evolution of technology could destroy WordPress.</p>\n<p>To fix that we would need to evolve, dream big, and create the innovative changes that would keep WordPress alive. We can’t wait until the changes are already in place. It would take far too long for such a large ecosystem to catch up, and in the meantime, it would start to disappear. Look at Kodak; my kids don’t even know what a Kodak moment is. That’s just sad.</p>\n<h3>What is our dream as a community?</h3>\n<p>Will people talk about WordPress in the past tense or will we find ways to help it thrive?</p>\n<p>Even as we work towards the same dream, there are still complex challenges to overcome. We’ll likely fail many times as we try to innovate. This is actually good; we’ll learn from those mistakes, but we might become jaded. We’ll certainly have moments of frustration. We might even try another framework, and the grass might actually be greener on the other side. Yet, the fact that we are such a close knit community sets us apart.</p>\n<blockquote><p>Imagine what could happen if a community this large banded together towards one dream.</p></blockquote>\n<p>We could pave a path towards something really great. It feels like a huge undertaking. It’s something that could paralyze us if we tried to get it “right” before we started. The key is to set common goals, but to individually start working and living on purpose. Then, we can come together in a more meaningful way.</p>\n<p>In my recent keynote at WordCamp DFW I shared a bit of my heritage and my life story so that people could understand my passion for social impact. Everyone has a story that makes them a unique fit to tackle different challenges. When we put our collective skills together, we can make a difference.</p>\n<p>John F. Kennedy said, “One person can make difference, and everyone should try,” and Nelson Mandela said, “It is in our hands to make a difference.”</p>\n<p>Many paths have been paved so that we could live in a different world. Now, our dreams pave the way for future. Together we’ll create the future of WordPress.</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: My journey to WordPress taught me that my talents are best used elsewhere.\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=My%20journey%20to%20WordPress%20taught%20me%20that%20my%20talents%20are%20best%20used%20elsewhere.&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-wordpress-taught-talents-best-used-elsewhere%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: My journey to WordPress taught me that my talents are best used elsewhere.\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-wordpress-taught-talents-best-used-elsewhere%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%2Fjourney-wordpress-taught-talents-best-used-elsewhere%2F&title=My+journey+to+WordPress+taught+me+that+my+talents+are+best+used+elsewhere.\" rel=\"nofollow\" target=\"_blank\" title=\"Share: My journey to WordPress taught me that my talents are best used elsewhere.\"></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/journey-wordpress-taught-talents-best-used-elsewhere/&media=https://heropress.com/wp-content/uploads/2017/11/111517-150x150.jpg&description=My journey to WordPress taught me that my talents are best used elsewhere.\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: My journey to WordPress taught me that my talents are best used elsewhere.\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/\" title=\"My journey to WordPress taught me that my talents are best used elsewhere.\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/\">My journey to WordPress taught me that my talents are best used elsewhere.</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, 15 Nov 2017 12:10: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Sheryle Gillihan\";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:43:\"Dev Blog: WordPress 4.9 Release Candidate 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=5184\";s:7:\"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://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-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:4080:\"<p>The third release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but due a number of defects uncovered through your testing of RC2 (thank you!), we are putting out another 4.9 release candidate.</p>\n<p>We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (that’s <em>tomorrow</em>) at 23:00 UTC, but we still need your help to get there. If you haven’t tested 4.9 yet, now is the time! If there are additional defects uncovered through testing between now and the release time, we may delay the 4.9 release to the following day.</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC3.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/branches/4.9?action=stop_on_copy&mode=stop_on_copy&rev=42178&stop_rev=42133\">just over 20 changes</a> since releasing RC2 last week (as we did between RC1 and RC2). For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a>, and <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\">RC2</a> blog posts. A few specific areas to test in RC3:</p>\n<ul>\n<li>Switching between the Visual and Text tabs of the editor, and the syncing of the cursor between those two tabs.</li>\n<li>Overriding linting errors in the Customizer’s Additional CSS editor.</li>\n<li>Adding nav menu items for Custom Links in the Customizer.</li>\n<li>Scheduling customization drafts (stubbed posts/pages) for publishing in the Customizer.</li>\n<li>Autosave revisions for changes in the Customizer.</li>\n<li>About page styling.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</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>Didn’t squash them all <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" /></em><br />\n<em>We want to release Tuesday</em><br />\n<em>New features not bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</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, 14 Nov 2017 06:53: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: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:\"\";}}}}}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:77:\"WPTavern: iA Writer 5 for iOS Released, Web Collaboration Version 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=76417\";s:7:\"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:87:\"https://wptavern.com/ia-writer-5-for-ios-released-web-collaboration-version-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:4453:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-13-at-3.40.57-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://ia.net/writer/blog/95-keyboard-ia-writer-5/\" rel=\"noopener\" target=\"_blank\">iA Writer 5 for iOS</a> was released last week, nearly a year after <a href=\"https://ia.net/writer/blog/ia-writer-4/\" rel=\"noopener\" target=\"_blank\">version 4</a>. This update is free for those who purchased version 4 from the iOS App Store. iA Writer 5 for Mac is still in the works. The free Android version of the app is receiving incremental improvements that will bring it to parity with version 5 in the near future.</p>\n<p>iA Writer is a plain text writing and editing app that is popular with authors, academics, and long-form writers. It’s also a favorite among WordPress users who look to third-party apps for to provide a more focused, distraction-free writing environment. In April 2016, version 3.1.4 for Mac and iOS introduced publishing drafts to WordPress.com and Jetpack-powered sites.</p>\n<p>Version 5 focuses on making everything accessible through the keyboard by bringing the Open Quickly feature in iA Writer for Mac to iOS. The app’s creators said the goal of the design process was to “allow the writer to do everything without leaving the keyboard, including file handling, export, and all commands.” The new Quick Search feature is now built into the keyboard bar along with with a fully configurable keyboard. This allows users to quickly do things like create new files, switch to night mode, and export to PDF without leaving the keyboard.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-12-at-11.20.56-PM.png?ssl=1\"><img /></a></p>\n<p>This release adds new organization features that allow users to select multiple files and folders and move, rename, or delete them from the Library. It also introduces Smart Folders which can be created based on a set of rules. Version 5 <a href=\"https://ia.net/writer/blog/files-in-ios11/\" rel=\"noopener\" target=\"_blank\">adds support for iOS11’s Files system</a>, allowing users to open and edit text files from any storage provider that works with Files. Support for Dropbox, Google Drive, and Box is already available with more providers coming soon.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-13-at-12.54.33-PM.png?ssl=1\"><img /></a></p>\n<p>The makers of iA Writer are interested in <a href=\"https://ia.net/writer/blog/ia-writer-5-forging-the-hammer/\" rel=\"noopener\" target=\"_blank\">exploring other platforms</a> if there is sufficient interest, including the possibility of creating a Windows version. Demand doesn’t seem to be very high, as the writing app’s fans are primarily Apple-only users.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">How badly do you want a Windows version of iA Writer?</p>\n<p>— iA Writer (@iAWriter) <a href=\"https://twitter.com/iAWriter/status/920297492280852480?ref_src=twsrc%5Etfw\">October 17, 2017</a></p></blockquote>\n<p></p>\n<p>However, users across multiple platforms have requested a web version of iA Writer, and the company confirmed in September that they are already working on it. After releasing a big Material Design <a href=\"https://ia.net/writer/blog/turbocharged-ia-writer-for-android/\" rel=\"noopener\" target=\"_blank\">update to the iA for Android app </a>in October, the creators said Android users will be the first to have access to the web version:</p>\n<blockquote><p>The biggest request from you was collaboration, in other words, iA Writer for Web. iA Writer for Android will stay free and you will be able to connect and subscribe to the Web version via the app, if you wish to. If you could tell us what you’d expect to pay for it, that would be very helpful…As part of our commitment to continually improve iA Writer on all platforms, Android will likely be the first to gain access to the upcoming Web collaboration.</p></blockquote>\n<p>The upcoming web version should provide a sort of bridge for users on other desktop platforms without an iA Writer app.</p>\n<p>There’s no target release date for iA Writer 5 for Mac but iA Inc has <a href=\"https://twitter.com/iA/status/917679399008215041\" rel=\"noopener\" target=\"_blank\">confirmed</a> that it will also be a free update for those who have purchased the previous version.</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, 13 Nov 2017 22:00: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: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:92:\"WPTavern: Watch the State of the Woo! After You Give WooCommerce Your Name and Email Address\";s:7:\"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=76497\";s:7:\"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/watch-the-state-of-the-woo-after-you-give-woocommerce-your-name-and-email-address\";s: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:1557:\"<p>If you didn’t watch the live stream or attend <a href=\"https://wooconf.com/\">WooConf</a> in-person, you’re in luck as videos from the event are starting to come online. The first talk highlights is the <a href=\"https://wptavern.com/woocommerce-stores-on-track-to-surpass-10b-in-sales-this-year\">State of the Woo</a> by Todd Wilkens, Head of WooCommerce. Wilkens shares stats, provides an overview of projects the team is working on, what to expect in new versions, and explains the relationship between WooCommerce and Jetpack.</p>\n<p></p>\n<p>The video is available to watch for free, but viewers must provide their first and last name as well as an email address. Clicking the play button without entering this information displays a message that says Please enter your full name. This is a classic technique used by many internet marketers.</p>\n<p>Although you can provide fake information in order to watch the video for free, I feel it’s an unnecessary burden. The WooCommerce team could obtain the same information with a form in the post. An alternative to watching the video is reading the company’s<a href=\"https://woocommerce.com/2017/11/wooconf-state-of-the-woo/?utm_campaign=coschedule&utm_source=twitter&utm_medium=WooCommerce&utm_content=WooConf%3A%20State%20of%20the%20Woo\"> great overview</a> of Wilkens’ session. The team plans to publish other talks from WooConf in the coming weeks.</p>\n<p><strong>Updated November 14th: </strong>An Automattic employee has removed the email form and made it skippable.</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, 13 Nov 2017 21:25:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:25:\"Matt: Product and 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:22:\"https://ma.tt/?p=47646\";s:7:\"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://ma.tt/2017/11/product-and-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:726:\"<blockquote class=\"wp-block-quote blocks-quote-style-1\">\n <p>When I look back over the last 25 years, in some ways what seems most precious is not what we have made but how we have made it and what we have learned as a consequence of that. I always think that there are two products at the end of a programme; there is the physical product or the service, the thing that you have managed to make, and then there is all that you have learned. The power of what you have learned enables you to do the next thing and it enables you to do the next thing better. — Jony Ive<br /></p>\n</blockquote>\n\n\n\n<p>From the <a href=\"https://www.wallpaper.com/design/jony-ive-apple-park\">Wallpaper article on the new Apple campus</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, 11 Nov 2017 05:01:05 +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: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:110:\"WPTavern: WP-SpamShield Plugin Removed from WordPress.org, Author Plans to Pull All Plugins from the Directory\";s:7:\"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=76434\";s:7:\"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/wp-spamshield-plugin-removed-from-wordpress-org-author-plans-to-pull-all-plugins-from-the-directory\";s: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:6048:\"<p>The <a href=\"https://wordpress.org/plugins/WP-SpamShield/\" rel=\"noopener\" target=\"_blank\">WP-SpamShield</a> plugin was removed from the WordPress.org directory this week due to what the Plugin Review Team has deemed a violation of the guidelines and a possible miscommunication.</p>\n<p>Two weeks ago, the author of WP-SPamShield and the author of the Plugin Organizer plugin exchanged contentious remarks in a <a href=\"https://wordpress.org/support/topic/please-remove-code-that-maliciously-disables-wp-spamshield/\" rel=\"noopener\" target=\"_blank\">support forum thread</a> where each accused the other of targeting each others’ plugins. This resulted in both parties adding code that disabled the others’ plugins, and both were asked by the Plugin Team to remove the code.</p>\n<p>WP-SpamShield’s author, Scott Allen, has <a href=\"https://www.redsandmarketing.com/blog/wp-spamshield-removed-wordpress-org-directory-without-cause/\" rel=\"noopener\" target=\"_blank\">published an account of his interactions with the Plugin Team</a> with updates for users who are monitoring the status of the plugin. Although the team rarely discloses why a plugin was removed, representative Mika Epstein <a href=\"https://wordpress.org/support/topic/plugin-removed-from-repository-6/page/2/#post-9671552\" rel=\"noopener\" target=\"_blank\">responded</a> to Allen when he said he had not received an answer about what guideline the plugin had violated:</p>\n<blockquote><p>Sorry, I thought it was clear that it’s issues regarding the <a href=\"https://wordpress.org/support/guidelines/\" rel=\"noopener\" target=\"_blank\">forum guidelines</a> and rule #9:<br />\n <em>Intentionally attempting to exploit loopholes in the guidelines</em>.</p>\n<p>To whit, you were asked to make a change and did so incompletely. If this was not intentional, then I apologize.</p>\n<p>I’ve sent you a followup email, trying to clarify what we would accept as solutions to the issue (I came up with 3 options, but I’m open to hearing more).</p>\n<p>I understand why you’re angry and we will respect any decision you make regarding this. Nothing that has happened thus far is insurmountable or permanent.</p></blockquote>\n<p>In the post Allen published, he said his experiences with the Plugin Team over the past 10 years have caused him to decide to move his plugins off of WordPress.org. When I contacted him to see if he plans to update his code according to the Plugin Team’s suggestions, he said he doesn’t agree with the solutions the team is offering, nor their assessment of the situation.</p>\n<p>“They really were not solutions,” Allen said. “It was just rehashing the same issues we’d already discussed. Unfortunately, neither Otto nor Mika have the security expertise to be making the dictates they were making, so there were no realistic solutions.”</p>\n<p>Allen also claimed that Epstein’s report about him making a change and it being incomplete was not accurate and that the Plugin Team did not seem to be on the same page:</p>\n<blockquote><p>We literally did exactly what they asked and made the changes. Two weeks ago Mika had emailed me and indicated things were good. (No code updates since then.) Then two weeks of silence, and then angry email from Otto out of the blue yesterday telling us it was booted. The issue he brought up was different code.</p>\n<p>The two of them cannot make up their minds on what is acceptable, and what is not. The arbitrary removal was the last straw though. WordPress.org is the only venue that would do that. We repeatedly asked them what rule we broke, to no answer. Only after I called Mika out on the forum did she come up with something – Rule 9 – exploiting a loophole in the rules. Seriously? It’s impossible for developers to comply with rules that are constantly changing.</p></blockquote>\n<p>Allen confirmed that his team at Red Sand Media Group plans to pull all seven of its plugins from WordPress.org as the result of the incident but will continue maintaining and hosting them elsewhere.</p>\n<p>“Developers cannot operate like that,” Allen said. “People depend on us. While it might hurt a bit in the short term, in the long term, we have to do it. There really need to be some major reforms to the way plugins are handled.”</p>\n<p>WP-SpamShield was installed on more than 100,000 WordPress sites before it was removed. There is currently no standard way to notify users why a plugin was removed from the directory, but the original dispute between the WP-SpamShield and Plugin Organizer authors is public, as well as a few exchanges between Allen and the Plugin Team. Allen said he is still working out the details of how to notify users that his plugins will be hosted elsewhere from now on.</p>\n<p>“We’ll come up with a good plan in the next few days,” he said. “Some people have been notified already because WordFence let them know yesterday that WPSS was removed. (They knew before I did.)”</p>\n<p>Samuel “Otto” Wood said the Plugin Team is still willing to put Allen’s plugins back up if he removes the code in question and that the team is not offended by a plugin developer being angry over a decision. At this time Allen appears to be unwilling to comply with the team’s most recent requests.</p>\n<p>In the meantime, users who know that WP-SpamShield was been removed are waiting to hear if they need to begin looking for a replacement. Allen said that users shouldn’t need to replace the plugin, since the it will continue to work as before. However, some users are not comfortable installing free plugins hosted outside of WordPress.org. Allen’s team is figuring out a plan for how they will deliver updates to the plugin and will post more information for users on the <a href=\"https://www.redsandmarketing.com/blog/wp-spamshield-removed-wordpress-org-directory-without-cause/\" rel=\"noopener\" target=\"_blank\">Red Sand Marketing blog</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, 11 Nov 2017 04:19: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: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:103:\"WPTavern: Weglot Passes €44K in Monthly Revenue, Plans to Expand into More CMS and E-commerce Markets\";s:7:\"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=76296\";s:7:\"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:111:\"https://wptavern.com/weglot-passes-e44k-in-monthly-revenue-plans-to-expand-into-more-cms-and-e-commerce-markets\";s: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:5746:\"<p><a href=\"https://wordpress.org/plugins/weglot/\" rel=\"noopener\" target=\"_blank\">Weglot</a>, a SaaS-based multilingual plugin that entered the WordPress market last year, has <a href=\"http://blog.weglot.com/21000-44000-euro-monthly-company-rises/\" rel=\"noopener\" target=\"_blank\">passed €44,000 in monthly revenue</a>. The company received <a href=\"https://wptavern.com/weglot-multilingual-plugin-closes-450k-in-seed-funding\" rel=\"noopener\" target=\"_blank\">€450K in seed funding</a> in May 2017 and has nearly doubled its user base in the past six months. Co-founder Rémy Berda reports that the plugin is approaching 20,000 users and that more than 20,000 websites are connected to the Weglot API, if you include the company’s Shopify product and those using the JS script directly.</p>\n<p>WordPress customers currently represent 75% of Weglot’s revenue with Shopify at 25%, but Berda says the two markets are growing at the same rate. In May, the company’s customer distribution was primarily in the US and France, which made sense as the product’s founders are French and Weglot was first marketed to the French WordPress community. Weglot’s customer distribution has become more global over the past six months and the US has now overtaken France as the strongest market for the multilingual plugin. Canada has also passed Germany, and Berda said he thinks the distribution will eventually align progressively with global WordPress usage.</p>\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/chart-1.png?ssl=1\"><img /></a>Weglot customer distribution as of November 2017\n<p>Despite having only recently entered the WordPress community in a niche with well-established competitors, Weglot’s cofounders are confident their SaaS approach is the road to success for becoming the best multilingual solution for WordPress. The team is aiming for its product to become the highest rated multilingual plugin in the WordPress directory within the next six months.</p>\n<p><a href=\"https://wpml.org/\" rel=\"noopener\" target=\"_blank\">WPML</a>, a purely commercial product and the most widely used, has been in business since 2009 and is active on more than 500K sites. <a href=\"https://wordpress.org/plugins/polylang/\" rel=\"noopener\" target=\"_blank\">Polylang</a>, a popular free plugin with a commercial option, is installed on more than 300,000 sites and has a 4.7-star rating on WordPress.org. <a href=\"https://wordpress.org/plugins/qtranslate-x/\" rel=\"noopener\" target=\"_blank\">qTranslate X</a> is also a formidable competitor with more than 100,000 active installs and a 4.7-star rating.</p>\n<p>“For now the two biggest plugins in terms of active installs are WPML and Polylang,” Berda said. “Both don’t have a SaaS approach. Polylang recently released the PRO version (it was only free previously) but it is still sold as a piece of software, not a SaaS. We are convinced that SaaS is the right approach as it allows us to be in constant relation with users and make the product evolve faster. It’s also healthier in terms of business.”</p>\n<p>Although he has no precise statistics on how many, Berda said he sees a lot of former WPML and Polylang users (freelancers and agencies) in their support center who have opted to use Weglot on their new projects. This indicates that Weglot may not so much be whittling away at the existing customer base of other plugins but is finding success at attracting customers who are starting new projects.</p>\n<p>In their efforts to stake a claim in the WordPress ecosystem, the Weglot team has found that being active in the community is important to having a successful product.</p>\n<p>“WordPress is really huge so there is no magical formula for marketing,” Berda said. “I think what is important is to accept that it takes time. You must keep improving your product forever while being active in the community and do it not only with high intensity but for a long time.”</p>\n<p>The €450K in seed funding Weglot received earlier this year has helped the team to expand its support and development team, but it has also made it possible for the company to invest more in the community. They have now sponsored a dozen WordCamps across the world, including WordCamp Europe in Paris.</p>\n<p>Berda’s advice to other WordPress entrepreneurs who are looking for funding is to consider the option carefully and understand how it will impact the company’s future and ability to act independently.</p>\n<p>“My recommendation would be to think twice about raising money as it takes time,” Berda said. “It changes your governance and it temporarily distracts you from your number one focus – your users. Raise only if you are sure you will have a return with the money invested. Not every business need to raise money.”</p>\n<p>Fueled by their success in the WordPress market, Weglot plans to expand into other CMS and e-commerce markets, including BigCommerce and Jimdo, followed by Drupal, Magento, and Joomla. Berda said the company also plans to release an open version of the API for developers to integrate their non-CMS websites built on technologies like Symfony and Laravel.</p>\n<p>“In 2018, we will be adding many things: We will start using machine learning to improve the quality of automatic translations,” Berda said. “We will also leverage the fact that we are SaaS to add some insights about language usage for the users so they can see what languages are performing better. Finally, we will add extra features to manage multilingual SEO. In terms of monthly recurring revenue, we aim to reach €70,000 in 6 months.”</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, 10 Nov 2017 20:04: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: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:122:\"WPTavern: Jetpack 5.5 Removes Syntax Highlighting and Gallery Widget for Compatibility with Upcoming WordPress 4.9 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76369\";s:7:\"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/jetpack-5-5-removes-syntax-highlighting-and-gallery-widget-for-compatibility-with-upcoming-wordpress-4-9-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2878:\"<p><a href=\"https://jetpack.com/2017/11/08/jetpack-5-5-compatibility-enhancements/\" rel=\"noopener\" target=\"_blank\">Jetpack 5.5</a> was released yesterday with several important changes that ensure the plugin is compatible with the upcoming WordPress 4.9 release scheduled for November 14. The plugin will be able to shed some weight, as core improvements will make Jetpack’s syntax highlighting and gallery widget obsolete.</p>\n<p>WordPress 4.9 incorporates <a href=\"https://codemirror.net/\" rel=\"noopener\" target=\"_blank\">CodeMirror</a>, which brings syntax highlighting, linting, and auto-completion to the built-in code editors. Jetpack 5.5+ will rely on WordPress to handle syntax highlighting and the Custom CSS module has been updated to be fully compatible with <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\" rel=\"noopener\" target=\"_blank\">core’s new code editing improvements</a>.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-08-at-12.30.08-PM.png?ssl=1\"><img /></a>image credit: <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">make.wordpress.org</a>\n<p>Jetpack 5.5 also adds compatibility for WordPress 4.9’s <a href=\"https://wptavern.com/new-core-gallery-widget-targeted-for-wordpress-4-9\" rel=\"noopener\" target=\"_blank\">new core gallery widget</a>. When users update to 4.9, Jetpack will automatically migrate its own <a href=\"https://jetpack.com/support/extra-sidebar-widgets/gallery-widget/\" rel=\"noopener\" target=\"_blank\">gallery widgets</a> to use the widget included in core.</p>\n<p>The release also includes several other changes for compatibility with WordPress 4.9:</p>\n<ul>\n<li>Press This sharing button removed, since the feature is being <a href=\"https://wptavern.com/press-this-removed-from-wordpress-4-9-in-favor-of-a-plugin\" rel=\"noopener\" target=\"_blank\">removed from core in favor of a plugin</a></li>\n<li>Changes to ensure compatibility with <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\" rel=\"noopener\" target=\"_blank\">role and capability updates in WordPress 4.9</a></li>\n<li>Remove code for processing Contact Form shortcodes in widgets, as <a href=\"https://wptavern.com/wordpress-4-9-will-support-shortcodes-and-embedded-media-in-the-text-widget\" rel=\"noopener\" target=\"_blank\">WordPress adds support for shortcodes in widgets in 4.9</a></li>\n</ul>\n<p>Jetpack 5.5 also improves the connection process between the plugin and WordPress.com, which should reduce recent issue users have experienced when migrating their sites from HTTP to HTTPS. A full list of the changes in this release is available in the plugin’s <a href=\"https://wordpress.org/plugins/jetpack/#developers\" rel=\"noopener\" target=\"_blank\">changelog</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, 08 Nov 2017 20:13: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: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:43:\"HeroPress: From the Outskirts to an Insider\";s:7:\"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=2259\";s:7:\"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/from-the-outskirts-to-an-insider/#utm_source=rss&utm_medium=rss&utm_campaign=from-the-outskirts-to-an-insider\";s: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:11235:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/110817-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress has changed lives. It has given people a voice. It has brought people together.\" /><p>WordPress wasn’t the first blogging platform I tried. My very first blog was set up using Blogspot (now Blogger). I didn’t even know I wanted a blog to tell you the truth. But let me take a step back.</p>\n<p>I am a techie. A very “untechie” techie, but a techie nonetheless. I actually went to university with a plan to study mathematics and become an actuarial scientist (math and money made for a perfect career, I thought). After one year of university-level mathematics, I decided that I was done with the subject and I stuck with the computer science courses I had also taken. It turned out I had a knack for programming and was often found in the computer lab, debugging my friends’ assignments.</p>\n<p>Following my graduation, I worked for several years as a programmer before deciding that I had no interest in coding for the rest of my life. I moved on and up, studying management and information systems, which led me into more managerial positions. On my way there, I decided that I needed to have a personal website. I bought a domain (not my real name though) and starting looking into building my website.</p>\n<p>My very first job out of university had been with a web development company as web administrator, where I had picked up quite a bit of HTML, so I figured it would be easy to just build my own website. While researching the latest and best, it struck me that being able to easily add content would be cool, as I had seen early content management systems used back in that job (Tango, anyone?).</p>\n<h3>Blogging Begins</h3>\n<p>Suddenly my search results were showing me something called blogging. This was 2005, and blogs were still pretty new. I was excited by the concept, that I could have an easy way to put my thoughts out into cyberspace. I signed up for Blogspot and dove in. For all of 2 days. I wanted to change the design and the layout of my new blog, but I couldn’t. I was stuck in the box that Blogspot provided. A little more searching and I found <a href=\"http://wordpress.org/\">WordPress</a>.</p>\n<p>WordPress meant I could install it myself on my own hosting and play around to my heart’s content. It was a techie’s dream. In April 2005, WordPress was at version 1.5 and I was in heaven. I spent days and nights tweaking and customizing my brand new website and blog. I was a WordPresser.</p>\n<p>I was an avid blogger, sharing posts everyday — longer thought-pieces and short asides (who remembers that concept?). The blogging community in Jamaica was small but we were an enthusiastic bunch. Many of my friends were still using other platforms, but I was a diehard WordPress lover. They took comfort in the ease of use of their hosted platforms, while I reveled in being able to completely mess my site up myself (and fix it!).</p>\n<p>I played with themes, and experimented with plugins. Two years later, I was helping other people set up and customize their WordPress blogs, and doing migrations from Blogspot.</p>\n<blockquote><p>I was a WordPress freelancer. I didn’t even know this was a thing people did.</p></blockquote>\n<p>It took me several years before I officially created my freelance consultancy, <a href=\"http://lattitudestudios.com/\">L’Attitude Studios</a> and actually looked to bring in clients.</p>\n<p>Despite the fact that WordPress is the most popular blogging platform in Jamaica, and is used by many web developers to built CMS-based websites, there is not much of a WordPress community. And despite my reading all about WordCamps and community meetups, I didn’t really think of myself as part of an actual community. WordCamps started back in 2006 and there have been hundreds since, but I only went to my first WordCamp in 2016, in Miami.</p>\n<h3>Finding a Place</h3>\n<p>The organizers of <a href=\"http://2016.miami.wordcamp.org/\">WordCamp Miami</a> made me feel so welcome. They were excited to have me come from Jamaica “just” to attend their event. For the first time, I understood that I have a place in the community, not just as a user. I signed up with the WordPress Community team as an organizer of the WordPress Kingston meetups. Full of enthusiasm I came home, ran a survey to find out how people were using WordPress and declared I was starting local meetups. The sound of crickets followed as the interest was low.</p>\n<p>I started a new job and didn’t have time to focus on WordPress, so the meetups fell by the wayside. But I still wanted to contribute. So In 2017, I made the leap to speaking. I decided that there were things I could offer the WordPress community based on my own experiences. <a href=\"https://2017.ottawa.wordcamp.org/\">WordCamp Ottawa</a> became the first WordCamp I spoke at.</p>\n<p>Again, the WordCamp organizers (one of which I had met at WordCamp Miami) were thrilled to have me travel from Jamaica to participate. Funnily, I had to point out to several people that it took less time to get from Jamaica to Ottawa than it did for those traveling from San Francisco.</p>\n<blockquote><p>Everyone I met at WordCamp Ottawa made me feel like a part of the WordPress family, like I belonged.</p></blockquote>\n<p>I still hadn’t got my local meetups going, but I had started making connections in the WordPress space locally. And there seemed to be more interest. I proposed a series of workshops to the organizer of Caribbean Bloggers’ Week. It wouldn’t quite be a WordCamp, which we wouldn’t get permission for, but we could try to do an educational community event to spur interest and raise awareness. <a href=\"http://wpinthecity.com/\">WP in the City</a> was born! Sadly, it had to be postponed, but it will still take shape for 2018.</p>\n<h3>WordCamp US</h3>\n<p>Now bitten by the bug, I set my speaking sights even higher and made a submission to <a href=\"https://2017.us.wordcamp.org/\">WordCamp US</a>. A month later, I was notified that one of my two proposals was accepted. I was to be a <a href=\"https://2017.us.wordcamp.org/speaker/bianca-welds/\">WordCamp US speaker</a>! Now an even bigger part of the WordPress community would be open to me. I set about making plans for Nashville in December.</p>\n<p>By the time you read this, I will be able to announce that I was selected as the recipient of the <a href=\"https://2017.us.wordcamp.org/2017/07/21/kim-parsell-memorial-scholarship-applications-open/\">Kim Parsell Memorial Scholarship</a>. When they notified me, I didn’t even remember I had applied. Kim Parsell was an active member of the WordPress community until her passing in 2015. She was nicknamed “WPMom” because of the care she took in making sure any member of the WordPress community she met felt welcomed and valued.</p>\n<p>Kim was already gone before I actively started taking part in the wider WordPress community. But the community I encountered definitely made me feel welcomed and valued, and now I want to help others feel that way. Going to WordCamp US is going to be an amazing opportunity, in part because of the size and breadth of the community I will get to interact with.</p>\n<h3>Bringing it Home</h3>\n<p>Jamaica is a small country, an island in the middle of the Caribbean sea. Most people know about our biggest stars (like Bob Marley and Usain Bolt), our culture (reggae music and jerk cooking) or our beaches. The people who go usually remember the people. Our community is what makes us a powerhouse. And I want to tap into that for WordPress.</p>\n<p>I want to bring Jamaica into the WordPress community, and bring the WordPress community to Jamaica. I want to get more Jamaicans to WordCamps and actively participating in the WordPress community in other ways (through contributing and meetups).</p>\n<blockquote><p>I want to bring more WordPressers to Jamaica to share and exchange knowledge, not just enjoy the beach.</p></blockquote>\n<p>When I started out, WordPress was just a tool to get me to my goal. For a long time, I didn’t think much about the people behind WordPress, much less considering getting involved myself. Despite my own technical background, I am a newbie where it comes to WordPress development, having remained a tinkerer for much of the last decade. But WordPress is so much more than just code.</p>\n<p>Through WordPress, I have been able to express myself through <a href=\"http://biancawelds.com/blog\">blogging</a> and <a href=\"http://poetry.biancawelds.com/\">poetry</a>. I have been able to help others achieve their own success. I have found people willing to share their knowledge for others (like me) to learn. I have found people willing to hear about my WordPress experiences. I have built a network of contacts always willing to help out.</p>\n<p>Reading through the other essays on HeroPress, it is also clear that WordPress has changed lives. It has given people a voice. It has brought people together.</p>\n<p>WordPress is community. WordPress is my 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: From the Outskirts to an Insider\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=From%20the%20Outskirts%20to%20an%20Insider&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffrom-the-outskirts-to-an-insider%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: From the Outskirts to an Insider\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffrom-the-outskirts-to-an-insider%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%2Ffrom-the-outskirts-to-an-insider%2F&title=From+the+Outskirts+to+an+Insider\" rel=\"nofollow\" target=\"_blank\" title=\"Share: From the Outskirts to an Insider\"></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/from-the-outskirts-to-an-insider/&media=https://heropress.com/wp-content/uploads/2017/11/110817-150x150.jpg&description=From the Outskirts to an Insider\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: From the Outskirts to an Insider\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/from-the-outskirts-to-an-insider/\" title=\"From the Outskirts to an Insider\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/from-the-outskirts-to-an-insider/\">From the Outskirts to an Insider</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, 08 Nov 2017 12: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:12:\"Bianca Welds\";s:7:\"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:\"Mon, 18 Dec 2017 09:51:56 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 18 Dec 2017 09:30:09 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(89890,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1513633917','no'),(89891,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1513590717','no'),(89892,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1513633918','no'),(89893,'_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:34:\"\n Mon, 18 Dec 2017 09:37: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:\"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=5.0-alpha-42400\";s:7:\"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:6432:\"<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/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.2</h4>\n<ul>\n<li>Remove improper uses of esc_sql().</li>\n<li>Fix the refill REST-API request so that a nonce is set when available.</li>\n<li>Give more contrast to unused mail-tags in the Mail tab panel to make them easier to recognize.</li>\n<li>Undo the previous change of HTTP status code for the REST-API response.</li>\n</ul>\n<h4>4.9.1</h4>\n<ul>\n<li>Code using create_function() has been removed to avoid security risks and warnings given when using with PHP 7.2+.</li>\n<li>Display the notice of config validation again to encourage admins to apply some important validation items recently added.</li>\n<li>REST API endpoint returns more specific HTTP status code 409 instead of 400.</li>\n<li>Fixed appearance of configuration error signs in the Additional Settings tab.</li>\n</ul>\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:17925:\"<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.9.3</h4>\n<p>Release Date: December 11th, 2017</p>\n<p>Security:</p>\n<ul>\n<li>Fixes an issue where a part of the excerpt would be leaked on password protected posts when used as a replacement variable. Such as <code>%%excerpt%%</code> and <code>%%excerpt_only%%</code>. Props to <a href=\"https://profiles.wordpress.org/rolandinsh\" rel=\"nofollow\">Rolands Umbrovskis</a> for reporting this issue to us.</li>\n</ul>\n<h4>5.9.2</h4>\n<p>Release Date: December 11th, 2017</p>\n<p>Bugfixes:</p>\n<ul>\n<li>Fixes a bug where older browsers couldn’t load the content analysis. This applies to Internet Explorer (10 and lower) and Safari (9.1 and lower).</li>\n<li>Fixes a bug where the Yoast Metabox wouldn’t be shown for posts set to <code>noindex</code>, therefore making it impossible to change it back to <code>index</code>, view Readability scores and not being able to optimize a post, before allowing it to be indexed.</li>\n<li>Fixes a bug where translations wouldn’t be applied in the Yoast SEO Metabox for SEO and Readability scores.</li>\n</ul>\n<h4>5.9.1</h4>\n<p>Release Date: December 5th, 2017</p>\n<p>Bugfixes:</p>\n<ul>\n<li>Fixes a bug where the configuration wizard could not be loaded, caused by a missing JavaScript dependency.</li>\n</ul>\n<h4>5.9.0</h4>\n<p>Release Date: December 5th, 2017</p>\n<p>Bugfixes:</p>\n<ul>\n<li>Fixes a bug where the title isn’t added back to the HTML when the debug marker has been disabled.</li>\n<li>Fixes a bug where multiple help panels showed up when clicking on different help buttons.</li>\n<li>Fixes a bug where the Help Center wouldn’t be closed when clicking the Go Premium link.</li>\n<li>Fixes a bug where the cornerstone setting for a post would be lost when quick editing the post.</li>\n<li>Fixes a bug where newly created posts were taken into account for the link count, resulting in MySQL errors. Props to <a href=\"https://github.com/stodorovic\" rel=\"nofollow\">stodorovic</a>.</li>\n<li>Fixes a bug where Premium plugins were being treated as WordPress.org plugins in the ‘suggested plugin’ notifications, resulting in download errors.</li>\n<li>Fixes a bug where an empty div was visible when both Content and Readability analysis are disabled.</li>\n</ul>\n<p>Enhancements</p>\n<ul>\n<li>Shows a notice regarding opening the Onboarding Wizard when the plugin is installed for the first time.</li>\n<li>Makes it easier to unhook the debug code rendered as HTML comment.</li>\n<li>Implements the Reactified content analysis.</li>\n<li>Introduces the <code>wpseo_add_opengraph_additional_images</code> filter to allow additional OpenGraph Images to be added at a low priority.</li>\n<li>Changes the Dashboard widget’s progress bar height to 24px.</li>\n<li>Makes the ‘Next’ and ‘Back’ buttons in the Onboarding Wizard focusable.</li>\n<li>Adds grouping of feedback within the content analysis, in the following categories: ‘errors’, ‘problems’, ‘needs improvement’, ‘considerations’, and ‘good’. Each category can be expanded and collapsed.</li>\n</ul>\n<h4>5.8.0</h4>\n<p>Release Date: November 15th, 2017</p>\n<p>Security:</p>\n<ul>\n<li>Fixes an XSS vulnerability in the Google Search Console configuration page, when connected to any profile. Thanks <a href=\"https://twitter.com/dimopouloselias\" rel=\"nofollow\">Dimopoulos Elias</a> for discovering and responsibly disclosing this issue.</li>\n</ul>\n<p>Bugfixes:</p>\n<ul>\n<li>Fixes a bug where inactive suggested plugins weren’t displaying a notification.</li>\n<li>Fixes a bug where an error would be thrown if a Yoast SEO custom database table was missing.</li>\n<li>Fixes a bug where the layout of the metabox would break if too little content was present. Props to <a href=\"https://github.com/shane-gray\" rel=\"nofollow\">shane-gray</a>.</li>\n<li>Fixes a bug where the WordPress editor was being displayed for custom, private taxonomies. Props to <a href=\"https://github.com/stodorovic\" rel=\"nofollow\">stodorovic</a>.</li>\n<li>Fixes a bug where the analysis heading is shown when readability and keyword analysis has been turned off. Props to <a href=\"https://github.com/daim2k5\" rel=\"nofollow\">daim2k5</a>.</li>\n<li>Fixes a bug where outputting on <code>the_content</code> filter calls could result in faulty AJAX requests.</li>\n</ul>\n<p>Enhancements:</p>\n<ul>\n<li>Introduces <code>wpseo_breadcrumb_single_link_info</code> filter for modifying breadcrumb data. Props to <a href=\"https://github.com/slushman\" rel=\"nofollow\">slushman</a> and <a href=\"https://github.com/forsvunnet\" rel=\"nofollow\">forsvunnet</a>.</li>\n<li>Introduces <code>wpseo_redirect_orphan_attachment</code> action to allow unattached attachment pages to be redirected in tune with the relevant setting. Props to <a href=\"https://github.com/soulseekah\" rel=\"nofollow\">soulseekah</a>.</li>\n<li>Enhances integration with most role/capability manager plugins using the <code>members_get_capabilities</code> filter. Props to <a href=\"https://github.com/JoryHogeveen\" rel=\"nofollow\">JoryHogeveen</a>.</li>\n<li>Adds a Yoast group to the Members and User Role Editor plugins to easily find the Yoast SEO capabilities. Props to <a href=\"https://github.com/JoryHogeveen\" rel=\"nofollow\">JoryHogeveen</a>.</li>\n<li>Made link for Premium buy button changeable. Props to <a href=\"https://github.com/leesto\" rel=\"nofollow\">leesto</a>.</li>\n<li>Removes the max-width on alerts to present a better UI. Props to <a href=\"https://github.com/timnolte\" rel=\"nofollow\">timnolte</a>.</li>\n<li>Sets default Twitter Card option to ‘Summary with large image’. Props to <a href=\"https://github.com/pattonwebz\" rel=\"nofollow\">pattonwebz</a>.</li>\n<li>Makes the content accessible by adding scroll functionality in the help center tabs.</li>\n<li>Improves the suggested plugins messages and adds installation and activation links when appropriate.</li>\n<li>Makes sure that the <code>yoast_seo_links</code> table is accessible before attempting to run a query against it.</li>\n<li>Uses Gutenberg content if it is available.</li>\n</ul>\n<p>Maintenance:</p>\n<ul>\n<li>Cleaned up codebase by removing old Knowledge Base Search code.</li>\n<li>Improved the codebase to make it comply with the latest WordPress Coding Standards.</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:17:\"Akismet Anti-Spam\";s:7:\"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:20210:\"<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.1</h4>\n<p><em>Release Date – 6 November 2017</em></p>\n<ul>\n<li>Fixed a bug that could prevent some users from connecting Akismet via their Jetpack connection.</li>\n<li>Ensured that any pending Akismet-related events are unscheduled if the plugin is deactivated.</li>\n<li>Allow some JavaScript to be run asynchronously to avoid affecting page render speeds.</li>\n</ul>\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:22068:\"<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.6.1</h4>\n<ul>\n<li>Release date: December 14, 2017</li>\n<li>\n<p>Release post: https://wp.me/p1moTy-6Jk</p>\n</li>\n<li>\n<p>Contact Forms: Hardened security in Contact Form processing.</p>\n</li>\n<li>Sharing: Bumped the character limit to 280 when sharing a post to Twitter.</li>\n<li>Widget Visibility: Fixed a bug that disabled “saving” the widget when removing a Widget Visibility rule.</li>\n</ul>\n<h4>5.6</h4>\n<ul>\n<li>Release date: December 5, 2017</li>\n<li>Release post: https://wp.me/p1moTy-6zt</li>\n</ul>\n<p><strong>Major Enhancements</strong><br />\n* Google Analytics: Add support for universal analytics for WooCommerce.<br />\n* Performance: minify all JavaScript files used in the plugin.<br />\n* Performance: add new Lazy Images module.<br />\n* Protect: add new mechanism allowing you to send yourself an email with a link to the form when you are locked out of your site.</p>\n<p><strong>Enhancements</strong><br />\n* Custom CSS: add new set of font properties that can be used in the CSS editor.<br />\n* Photon: do not remove <code>width</code> and <code>height</code> attributes from image tags when known.<br />\n* Sitemaps: add CLI commands to purge and built the sitemaps.<br />\n* Sitemaps: only display the reporter log success messages if <code>JETPACK_DEV_DEBUG</code> is defined.<br />\n* WordPress.com API: add new endpoints to allow for better comment management in third party interfaces like WordPress.com.<br />\n* WordPress.com Toolbar: prevent dns prefetching for logged out users.</p>\n<p><strong>Improved compatibility</strong><br />\n* Stats: remove function deprecated in PHP 7.2.</p>\n<p><strong>Bug fixes</strong><br />\n* Comment Likes: make sure Like text is properly translated.<br />\n* General: only load stats code when necessary.<br />\n* Related Posts: allow site owners to exclude multiple blog posts from the list of Related Posts.<br />\n* Sharing: remove inline JavaScript used in the email sharing form.<br />\n* Search: Maintain ordering of the search filters in the widget.<br />\n* Sync: avoid PHP notices during the synchronization process.<br />\n* WordPress.com Toolbar: avoid broken link when using the sign out button.</p>\n<h4>5.5.1</h4>\n<ul>\n<li>Release date: November 21, 2017</li>\n<li>Release post: https://wp.me/p1moTy-6Bd</li>\n</ul>\n<p><strong>Bug fixes</strong><br />\n* In Jetpack 5.5 we made some changes that created errors if you were using other plugins that added custom links to the Plugins menu. This is now fixed.<br />\n* We have fixed a problem that did not allow to upload plugins using API requests.<br />\n* Open Graph links in post headers are no longer invalid in some special cases.<br />\n* We fixed warnings happening when syncing users with WordPress.com.<br />\n* We updated the way the Google+ button is loaded to match changes made by Google, to ensure the button is always displayed properly.<br />\n* We fixed conflicts between Jetpack’s Responsive Videos and the updates made to Video players in WordPress 4.9.<br />\n* We updated Publicize’s message length to match Twitter’s new 280 character limit.</p>\n<h4>5.5</h4>\n<ul>\n<li>Release date: November 7, 2017</li>\n<li>Release post: https://wp.me/p1moTy-6rk</li>\n</ul>\n<p><strong>Major Enhancements</strong></p>\n<ul>\n<li>Jetpack is now fully compatible with WordPress’s <a href=\"https://make.wordpress.org/core/2017/09/25/introducing-the-gallery-widget/\" rel=\"nofollow\">new Gallery Widget</a>. Your old Gallery widgets powered by Jetpack will switch to the new Widget when you update to WordPress 4.9.</li>\n</ul>\n<p><strong>Enhancements</strong><br />\n* We have improved the performance when loading the Jetpack Settings in the dashboard by optimizing the number of calls made when loading the page.<br />\n* We have updated the plugin to do a better job of cleaning up after itself whenever you decide to remove Jetpack from your site.<br />\n* We made some changes to reduce the number of connection issues that may happen on a site when switching from HTTP to HTTPs.<br />\n* We made some performance improvements to the Jetpack dashboard interface, to make sure your options and settings are loaded faster there.<br />\n* Error messages are also better in the Jetpack Dashboard; whenever you can’t update settings, Jetpack will provide you with more information about why.<br />\n* We improved the Jetpack update process to make sure updating Jetpack does not stress your database during it, even on high-traffic sites.<br />\n* The next version of WordPress, 4.9, will be released very soon and will include <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\" rel=\"nofollow\">a lot of changes to its code editors</a>. Jetpack’s Custom CSS will be fully compatible with the new editors and their syntax highlighting feature.<br />\n* We also made changes to make sure Jetpack was fully compatible with the <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\" rel=\"nofollow\">role and capability changes</a> in WordPress 4.9.<br />\n* We have made some performance improvements to the Carousel feature.<br />\n* Contact Form: do not process shortcodes in widgets when WordPress itself does, starting in 4.9.<br />\n* Contact Form: we have improved the “website” field to display better error messages when you don’t supply a URL. We have also improved the look of the date picker for the date field.<br />\n* Contact Form: avoid duplicate slashes when loading editor style.<br />\n* Masterbar: update the “Plugins” menu item to match the updated design on WordPress.com.<br />\n* Open Graph: do not display images smaller than Facebook’s required size.<br />\n* Sharing: use Google’s minified libraries to improve performance when loading Google buttons.<br />\n* Sharing: update Open Graph Image tags appearing on the home page to offer better alternatives based on your site settings in Appearance > Customize.<br />\n* We improved the way sitemaps are built so they do not consume too much memory when they are generated.<br />\n* WP.me Shorlinks: those links will now always use HTTPS.<br />\n* Spellchecker: we improved the admin interface to make it more clear when adding ignored phrases and saving them.<br />\n* Subscriptions: we added a filter so third party developers can track comment subscription activations.<br />\n* Sync: synchronize plugin action links to add that information to WordPress.com.<br />\n* Sync: improvements to better track theme and widget changes.<br />\n* VideoPress: we removed Jetpack version locking for directly embedded VideoPress videos to ensure all users receive the newest version of the player.<br />\n* We added a new filter (<code>jetpack_google_translate_widget_layout</code>) to the Google Translate Widget to allow you to change its layout.<br />\n* WordPress.com REST API: improve comment management for all roles, including post authors.<br />\n* WordPress.com REST API: allow site owners to manage comments on attachment pages from WordPress.com.<br />\n* WordPress.com REST API: improve the response from the API when WordPress’ autoupdates are disabled.</p>\n<p><strong>Improved compatibility</strong><br />\n* You can now use Jetpack’s contact form and Yoast SEO’s Focus keywords on the same page without any issues in the editor.<br />\n* Top Posts Widget: avoid Fatal Errors when the widget is used on a site using WPML, and when a popular post cannot be found by WPML.<br />\n* Sync: add more Custom Post Types from third-party plugins to the list of things we do not synchronize with WordPress.com, to improve sync performance.<br />\n* Sharing: since <a href=\"https://make.wordpress.org/core/2017/11/02/press-this-in-4-9/\" rel=\"nofollow\">Press This is now a plugin and not part of WordPress itself</a>, we removed the Press This sharing button if you are not using the plugin.</p>\n<p><strong>Bug fixes</strong><br />\n* We now avoid displaying notices to user roles that cannot benefit or act based on the info in the notices.<br />\n* Gravatar Hovercards: avoid PHP Notices when the user info is an object.<br />\n* Infinite Scroll: avoid PHP notices when a site customizes galleries thanks to the <code>post_gallery</code> filter.<br />\n* Mailchimp: make sure subscription forms can still be embedded in posts and pages.<br />\n* Mailchimp: do not require the use of the shortcodes feature to use the Mailchimp widget.<br />\n* Mailchimp: fix issue where Mailchimp form code could not be added to the Mailchimp widget.<br />\n* Masterbar: avoid JavaScript errors by always loading jQuery.<br />\n* Post By Email: do not display any content in the email address field if no email address has ever been set before.<br />\n* Publicize: avoid errors when DOMDocument is not available.<br />\n* Publicize: we now hide the feature activation toggle if you are not allowed to manage Jetpack features.<br />\n* Search: make sure module cannot be activated when the site does not use a Plan.<br />\n* SEO Tools: do not output any custom meta tags if another SEO plugin is already active.<br />\n* Sharing: make sure Twitter Cards can be displayed even when a post does not include a title.<br />\n* Sharing: fix alignment of sharing buttons in the admin preview when using custom sharing buttons.<br />\n* Sitemaps: wait a minute before to generate sitemaps when the feature is activated, to avoid performance issues.<br />\n* Sync: avoid synchronization issues on Multisite networks using custom domains.<br />\n* Top Posts Widget: display the default title when it is set to empty.<br />\n* Milestone Widget: make sure the widget is displayed properly and can easily be translated into other languages.<br />\n* Verification Tools: avoid notices when saving changes on a Multisite network admin page.<br />\n* VideoPress: avoid missing file warning in the editor when using an RTL language.<br />\n* Upcoming events Widget: avoid PHP notices on sites using a custom timezone setting.<br />\n* WordPress.com REST API: avoid errors when installing plugins via the WordPress.com API.</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* 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\";s: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:5307:\"<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=installation--></p>\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<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:31090:\"<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.6 – 2017-12-13</h4>\n<ul>\n<li>Fix – CSV Importer – Fix ID mapping to existing IDs.</li>\n<li>Fix – CSV Importer – Unslash header fields to avoid extra slashes.</li>\n<li>Fix – CSV Importer – Allow import and export of draft products.</li>\n<li>Fix – CSV Importer – Get global attribute ID only when is a global attribute.</li>\n<li>Fix – Remove URL fragment when appending geolocation hash.</li>\n<li>Fix – Additional cart rounding fixes so rounding before subtotal works again. Added more unit tests.</li>\n<li>Fix – Add BOM to exported report CSVs.</li>\n<li>Fix – is_visible should ensure product is is not trashed before returning true.</li>\n<li>Fix – Return packages with no rates back to the cart so the shipping calculator is displayed even when the current country is not shippable.</li>\n<li>Fix – Merge session and persistent carts when both exists after login.</li>\n<li>Fix – Remove “wc_error” query string after login. </li>\n<li>Fix – Allow woocommerce_form_field() have ‘custom_attributes’ equal 0.</li>\n<li>Fix – Bulk actions in status logs table.</li>\n<li>Fix – Exclude add-to-cart from pagination links.</li>\n<li>Fix – Updated $GLOBALS[‘post’] data in products shortcode to prevent theme conflicts.</li>\n<li>Fix – Only remove base taxes in cart totals class if item is taxable.</li>\n<li>Fix – REST API – Fixed date format in reports schema.</li>\n<li>Fix – REST API – Updated product categories image schema.</li>\n<li>Fix – REST API – UUse KSES for purchase_note like in admin.</li>\n<li>Fix – REST API – Filter passed images before processing so they can be unset via querystring.</li>\n<li>Tweak – Use protected instead of private methods to allow easy override in session handler.</li>\n<li>Tweak – wc_lostpassword_url should not be used before init – added warning.</li>\n<li>Localization – Update Japanese prefectures to include prefecture type.</li>\n</ul>\n<h4>3.2.5 – 2017-11-22</h4>\n<ul>\n<li>Fix – WordPress 4.9 – REST API – Updated schema, sanitization, and validation callbacks to support correct data types.</li>\n<li>Fix – WordPress 4.9 – Fix an issue saving variation attributes on new products and with attributes containing slashes.</li>\n<li>Fix – Save fee tax lines to new orders on checkout.</li>\n<li>Fix – Restore the post global after rendering product shortcodes.</li>\n<li>Fix – Fix product filtering when searching for a string including quote characters.</li>\n<li>Fix – Fix layered nav drop-downs containing unicode characters.</li>\n<li>Fix – Fix an edge case rounding bug with shipping taxes, and another with non-integer quantities.</li>\n<li>Fix – Set correct defaults when adding a new shipping class in admin.</li>\n</ul>\n<h4>3.2.4 – 2017-11-16</h4>\n<ul>\n<li>Fix – Cache IDs in shortcodes rather than query objects.</li>\n<li>Fix – Fix float rounding issues in cart with currencies like Bitcoin.</li>\n<li>Fix – Prevent slashes appearing in shipping fields and inside meta keys when using quotes.</li>\n<li>Fix – Check valid data when filtering <code>wp_nav_menu_objects</code> to prevent conflicts.</li>\n<li>Fix – <code>get_total_ex_tax</code> should exclude fee taxes.</li>\n<li>Fix – Fix orders count in tax reports.</li>\n<li>Fix – Allow removing coupons from the cart, even if coupons are disabled.</li>\n<li>Fix – Prevent calculate_totals totals running too often.</li>\n<li>Fix – Set attributes during variation creation so all options are correctly displayed in cart forms.</li>\n<li>Fix – Grab description directly to pass through wc_format_content to prevent double sanitization.</li>\n<li>Fix – Fix db warnings when using the “Add Order Indexes” tool.</li>\n<li>Fix – Remove unnecessary html formatting in variation dimensions field.</li>\n<li>Fix – Fix WC_Customer_Download isset method.</li>\n<li>Fix – Removed class within class in admin meta boxes HTML.</li>\n<li>Fix – Fixed wrong <code>flex-control-nav</code> selector scope in <code>add-to-cart-variation.js</code></li>\n<li>Fix – Allow variations to be added to cart from query string.</li>\n<li>Fix – Use <code>add_filter</code> for <code>comment_feed_where</code> hook. </li>\n<li>Fix – Change nocache_headers hook firing in the cache helper.</li>\n<li>Fix – Coupon min/max spend based on displayed subtotal.</li>\n<li>Fix – Fix event propagation on click in setup wizard and improve validation.</li>\n<li>Fix – API – Change how line items are saved in API so calculations are correct.</li>\n<li>Tweak – Hide downloads from admin emails. </li>\n<li>Tweak – Set placeholder for variation lxwxh field to that of the parent.</li>\n<li>Tweak – Improve the Add Payment Methods display so buttons are not shown when no payment methods support the feature.</li>\n<li>Localization – Update NJ tax rate.</li>\n<li>Localization – Add Belarusian ruble BYN.</li>\n</ul>\n<h4>3.2.3 – 2017-11-02</h4>\n<ul>\n<li>Fix – Fixed a conflict with some slider plugins due to sanitization of archive/term descriptions. </li>\n<li>Fix – Fixed a flexslider bug when there is only 1 image on the product page (no gallery).</li>\n<li>Fix – Prevent potential notices when someone extends product tabs wrongly.</li>\n<li>Fix – Fixed display of shipping calculator under some conditions.</li>\n<li>Fix – Fix discount calculation when customer is not within the base location and prices include tax.</li>\n</ul>\n<h4>3.2.2 – 2017-10-31</h4>\n<ul>\n<li>Fix – Properly escape commas when exporting products to CSV.</li>\n<li>Fix – Fixed email template padding in Outlook.</li>\n<li>Fix – Flexslider support for RTL languages and fixes for zoom target in Chrome.</li>\n<li>Fix – Correctly sync prices for grouped products.</li>\n<li>Fix – Filter and remove invalid tax classes names.</li>\n<li>Fix – Stop showing “major” update notification for minor or patch releases.</li>\n<li>Fix – Allow scroll bar in untested plugins list on the bulk plugin updates screen.</li>\n<li>Fix – Fixed meta data cloning when duplicating products.</li>\n<li>Fix – Clean “Filter Products by Attribute” widget cache when updating attributes.</li>\n<li>Fix – Fixed warning messages when reseting passwords with an invalid key.</li>\n<li>Fix – Cart totals: Don’t add shipping costs unless show_shipping is true.</li>\n<li>Fix – Cart totals: Calculate shipping after discounts so discount amounts are available.</li>\n<li>Fix – Cart totals: Fixed issue where VAT exempt users where still being charged VAT on the totals.</li>\n<li>Fix – Cart totals: Fixed the coupons user limit and calculations.</li>\n<li>Fix – Fixed “relevance” default sorting in search results.</li>\n<li>Fix – Use item tax class rather than product tax class when recalculating order totals.</li>\n<li>Tweak – Allow shortcodes and relative URLs for downloads in product CSV importer.</li>\n<li>Tweak – Save unsaved items first while deleting order items.</li>\n<li>Tweak – Only change <code>nocacheheaders</code> when on a cart/checkout page.</li>\n<li>Tweak – Setup locale before generating settings placeholders in email templates.</li>\n<li>Tweak – On checkout, improved the field locale logic to work without clearing default values.</li>\n<li>Tweak – Change title of customer invoice email for clarity.</li>\n<li>Tweak – Use custom event instead of blur to trigger validation.</li>\n<li>Tweak – Various selectWoo usibility improvements and better support for keyboard controls on AJAX multiselect elements.</li>\n<li>Tweak – Various setup Wizard improvements.</li>\n<li>Dev – Fixed orders date query when querying by meta data.</li>\n<li>Dev – In the CSV exporter, added a filter to process meta values before export.</li>\n</ul>\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 – Streamlined email templates content: using the new downloads table, moved billing email with the billing address, order notes into the order totals table, and removed the need for ‘downloadable’ subjects/headings.</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:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 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:15:\"Michael Torbert\";s: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:4457:\"<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<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:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s: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:12097:\"<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>Installation Instructions</dt>\n<dd>\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</dd>\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:10906:\"<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.7</h4>\n<ul>\n<li>Fixed compatibility with Gutenberg freeform block.</li>\n<li>Forced refresh of the TinyMCE plugins after activation.</li>\n<li>Updated for WordPress 4.9 and TinyMCE 4.6.7.</li>\n</ul>\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:9:\"\n 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:4:\"\n 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:\"Mon, 18 Dec 2017 09:51:57 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:\"Mon, 18 Dec 2017 09:37:16 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 250\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(89894,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1513633918','no'),(89895,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1513590718','no'),(89896,'_transient_timeout_plugin_slugs','1520313688','no'),(89897,'_transient_plugin_slugs','a:3:{i:0;s:18:\"joomjs/akismet.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";}','no'),(90498,'_site_transient_timeout_browser_b876c8fd7fc402e60530b64622320f7a','1517722780','no'),(90499,'_site_transient_browser_b876c8fd7fc402e60530b64622320f7a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"63.0.3239.132\";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'),(90572,'_site_transient_timeout_available_translations','1520510371','no'),(90573,'_site_transient_available_translations','a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-09 10:37:15\";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.7.9/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:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-01-26 15:49:08\";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.7.9/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:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";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.7.7/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:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";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.7.2/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.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";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.7.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:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-08 13:11:55\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.9/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-12 13:02:53\";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.7.9/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.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";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.7.2/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.7.9\";s:7:\"updated\";s:19:\"2018-02-28 08:55:15\";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.7.9/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.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";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.7.2/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.7.9\";s:7:\"updated\";s:19:\"2017-11-28 05:42:38\";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.7.9/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.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";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.7.2/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.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.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.7.9\";s:7:\"updated\";s:19:\"2017-11-13 20:38:23\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2018-02-02 12:56:12\";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.7.9/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:8:\"Fortsæt\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-05 15:33:29\";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.7.9/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:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-05 15:33:56\";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.7.9/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:39:59\";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.7.7/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_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:40:03\";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.7.7/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:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2018-01-26 22:56:00\";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.7.9/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_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-06 21:51:31\";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.7.9/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:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-06 08:22:20\";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.7.9/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.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";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.7.7/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-06 02:09:51\";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.7.9/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_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-06 04:53:59\";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.7.9/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-09 01:14:15\";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.7.9/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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-06 08:57:13\";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.7.9/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.7.9\";s:7:\"updated\";s:19:\"2017-11-15 14:57:21\";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.7.9/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-04-23 23:02:31\";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.7.7/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:28\";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.7.7/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}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:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.7.2\";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.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";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.7.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.7.9\";s:7:\"updated\";s:19:\"2017-11-16 03:21:37\";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.7.9/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";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.7.2/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.7.9\";s:7:\"updated\";s:19:\"2017-11-05 15:31:54\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-02-02 15:21:03\";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.7.9/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.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:25\";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.7.7/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_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-05 14:22:07\";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.7.9/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:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-18 16:11:00\";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.7.9/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_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2018-01-09 09:39:16\";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.7.9/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:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";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.7.2/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.7.9\";s:7:\"updated\";s:19:\"2017-11-06 16:55:32\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-13 21:15:33\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-12-06 13:22:52\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-24 00:18:40\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-07 15:10:37\";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.7.9/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.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";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.7.2/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.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";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.7.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.7.7\";s:7:\"updated\";s:19:\"2017-05-02 14:01:52\";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.7.7/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.7.7\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";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.7.7/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.7.9\";s:7:\"updated\";s:19:\"2017-11-07 11:16:40\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2018-03-07 06:15:35\";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.7.9/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.7.7\";s:7:\"updated\";s:19:\"2017-04-05 06:17:00\";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.7.7/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:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:13\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-10 13:55:34\";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.7.9/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:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-15 19:48:50\";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.7.9/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.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";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.7.7/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.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";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.7.7/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:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-03-24 06:52:11\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-15 14:11:50\";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.7.9/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.20\";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.20/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.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:31\";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.7.7/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:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2018-03-02 11:52:03\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.9/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-15 12:00:12\";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.7.9/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:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-10-26 11:43:42\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/nl_BE.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:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-15 12:01:05\";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.7.9/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:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:40:57\";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.7.7/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.7.2\";s:7:\"updated\";s:19:\"2017-01-02 13:47:38\";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.7.2/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:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-12-02 15:20:38\";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.7.9/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.20\";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.20/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.7.9\";s:7:\"updated\";s:19:\"2018-02-28 12:48:15\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-06 13:08:33\";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.7.9/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:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-12-15 17:03:07\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-05 14:26:51\";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.7.9/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:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-09-08 11:22:11\";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.7.7/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.7.9\";s:7:\"updated\";s:19:\"2017-11-16 18:46:53\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-06 12:08:03\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-29 20:58:47\";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.7.9/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.7.9\";s:7:\"updated\";s:19:\"2017-11-05 15:02:59\";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.7.9/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.7.2\";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.7.2/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:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2018-03-02 17:10:03\";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.7.9/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.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";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.7.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.7.9\";s:7:\"updated\";s:19:\"2017-11-13 22:08:24\";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.7.9/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:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";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.7.2/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.7.7\";s:7:\"updated\";s:19:\"2017-05-17 03:13:31\";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.7.7/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:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-06 09:16:03\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.9/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-05-13 09:55:38\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-07-02 09:07:47\";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.7.7/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_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2018-01-17 14:15:35\";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.7.9/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_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-05-08 04:16:08\";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.7.7/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_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.7.9\";s:7:\"updated\";s:19:\"2017-11-15 21:18:33\";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.7.9/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'),(90633,'_site_transient_timeout_browser_49da57eac7f840522fef2b86e883cffa','1521521287','no'),(90634,'_site_transient_browser_49da57eac7f840522fef2b86e883cffa','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"64.0.3282.186\";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'),(90925,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.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.9.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.6\";s:7:\"version\";s:5:\"4.9.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:\"\";}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\";}}s:12:\"last_checked\";i:1526763023;s:15:\"version_checked\";s:6:\"4.7.10\";s:12:\"translations\";a:0:{}}','no'),(91510,'_site_transient_timeout_theme_roots','1526764826','no'),(91511,'_site_transient_theme_roots','a:5:{s:6:\"expo18\";s:7:\"/themes\";s:6:\"sketch\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(91512,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1526763028;s:7:\"checked\";a:5:{s:6:\"expo18\";s:5:\"1.2.4\";s:6:\"sketch\";s:5:\"1.2.2\";s:13:\"twentyfifteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"1.4\";s:13:\"twentysixteen\";s:3:\"1.4\";}s:8:\"response\";a:4:{s:6:\"sketch\";a:4:{s:5:\"theme\";s:6:\"sketch\";s:11:\"new_version\";s:5:\"1.2.4\";s:3:\"url\";s:36:\"https://wordpress.org/themes/sketch/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/sketch.1.2.4.zip\";}s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.0.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.6.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.5.zip\";}}s:12:\"translations\";a:0:{}}','no'),(91513,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1526763027;s:8:\"response\";a:1:{s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";O:8:\"stdClass\":16:{s:6:\"author\";s:19:\"Magic Hills Pty Ltd\";s:8:\"homepage\";s:48:\"https://www.wonderplugin.com/wordpress-carousel/\";s:4:\"name\";s:21:\"WonderPlugin Carousel\";s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"4.9.6\";s:5:\"icons\";a:1:{s:7:\"default\";s:41:\"https://www.wonderplugin.com/icon-128.png\";}s:7:\"version\";s:4:\"13.1\";s:11:\"new_version\";s:4:\"13.1\";s:12:\"last_updated\";s:10:\"2018-05-17\";s:8:\"sections\";a:1:{s:10:\"change log\";s:19194:\"<h4>Version 13.1 - May 17, 2018</h4>\n<ul>\n<li>Fix minor issues</li>\n</ul>\n<h4>Version 13.0 - April 29, 2018</h4>\n<ul>\n<li>Support hiding the download and print buttons in the lightbox PDF viewer when working with the plugin <a href=\"https://www.wonderplugin.com/wordpress-pdf-embed/\" rel=\"noopener\" target=\"_blank\">WonderPlugin PDF Embed</a></li>\n<li>Support playing mp4 videos hosted on Google Drive</li>\n</ul>\n<h4>Version 12.9 - April 20, 2018</h4>\n<ul>\n<li>Add a button <code>Add Text/HTML/Shortcode/Souldcloud</code> in the plugin step 1 to create text only carousel and Soundcloud carousel</li>\n<li>Support using an xml file to define extra title and description information when creating a carousel from images and videos inside a web folder</li>\n<li>Fix a bug of highlighting the navigation bullets</li>\n<li>Fix the issue of Vimeo video autoplay in the lightbox under the latest Chrome version 66</li>\n</ul>\n<h4>Version 12.8 - April 11, 2018</h4>\n<ul>\n<li>Create a WordPress carousel from images and videos inside a web folder: <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-wordpress-carousel-from-images-and-videos-inside-a-web-folder/\" rel=\"noopener\" target=\"_blank\">Tutorial: How to create a WordPress carousel from images and videos inside a web folder</a></li>\n</ul>\n<h4>Version 12.7 - March 12, 2018</h4>\n<ul>\n<li>Fix a bug when playing videos inside the carousel</li>\n</ul>\n<h4>Version 12.6 - January 31, 2018</h4>\n<ul>\n<li>For vertical carousels, support changing the number of visible items according to the screen size or the web browser width</li>\n<li>Support left/right arrows when the option continuous playing (auto scrolling) is enabled</li>\n</ul>\n<h4>Version 12.5 - January 17, 2017</h4>\n<ul>\n<li>For WordPress post carousels, the following four macro variables are supported:</li>\n<li><code>__CATEGORYNAME[,]__</code>: display all category names separated by a comma.</li>\n<li><code>__CATEGORYNAMELINK[,]{_target}__</code>: display all category names separated by a comma. Each category name will link to the corresponding category page. The link will open in a new tab which is defined by the target value <code>_target</code>. To open the link in the same page, change the code to <code>__CATEGORYNAMELINK[,]{}__</code>.</li>\n<li><code>__TAGNAME[,]__</code>: display all tags separated by a comma.</li>\n<li><code>__TAGNAMELINK[,]{_target}__</code>: display all tags separated by a comma. Each tag will link to the corresponding tag page. The link will open in a new tab which is defined by the target value <code>_target</code>. To open the link in the same page, change the code to <code>__TAGNAMELINK[,]{}__</code>.</li>\n</ul>\n<h4>Version 12.4 - January 6, 2018</h4>\n<ul>\n<li>Support WooCommerce product category fields: <code>%wc_product_cat_id%</code>, <code>%wc_product_cat_name%</code>, <code>%wc_product_cat_slug%</code> and <code>%wc_product_cat_link%</code></li>\n<li>Support displaying post category ID, name, slug and link. The following macro-variables are supported for WordPress post carousel: <code>__CATEGORYID__</code>, <code>__CATEGORYNAME__</code>, <code>__CATEGORYSLUG__</code>, <code>__CATEGORYLINK__</code></li>\n</ul>\n<h4>Version 12.3 - October 23, 2017</h4>\n<ul>\n<li>Support WordPress page carousel</li>\n</ul>\n<h4>Version 12.2 - September 16, 2017</h4>\n<ul>\n<li>Fix a bug in the carousel movement when the option \"Display thumbnail images as same height and different width if they have different aspect ratio\" is selected</li>\n</ul>\n<h4>Version 12.1 - September 5, 2017</h4>\n<ul>\n<li>Add a new skin \"Read More Button\"</li>\n</ul>\n<h4>Version 12.0 - August 10, 2017</h4>\n<ul>\n<li>\nAdd a function \"Search and Replace\" in the \"Import/Export\" menu. This function can be used to search and replace domain names in the carousels when you move your WordPress site to a new domain or change to HTTPS secure site.</li>\n</ul>\n<h4>Version 11.9 - August 7, 2017</h4>\n<ul>\n<li>Add buttons to the carousel</li>\n<li>Add a new skin <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-and-image-carousel-slider-id54/\" target=\"_blank\">Text and Image Slider</a> to create WordPress carousel sliders</li>\n</ul>\n<h4>Version 11.8 - July 31, 2017</h4>\n<ul>\n<li>Add two skins <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-carousel-with-social-media-id52/\" target=\"_blank\">Team Members with Social Media</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-with-social-media-and-flip-effect-id53/\" target=\"_blank\">Team Members with Social Media and Flip Effect</a> to display team members information</li>\n</ul>\n<h4>Version 11.7 - July 13, 2017</h4>\n<ul>\n<li>Fix the issue of the lightbox jumping to the page top</li>\n<li>Fix the swipe issue on Android version 5 and below</li>\n</ul>\n<h4>Version 11.6 - June 3, 2017</h4>\n<ul>\n<li>Add a button \"Add PDF\" in step 1 to help create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-pdf-carousel-id51/\" target=\"_blank\">WordPress PDF carousel</a></li>\n<li>In step 1, when adding an image/video/PDF, highlight the input box if the image/video/PDF is not selected</li>\n<li>Setup different default lightbox size for images, videos and PDF files</li>\n</ul>\n<h4>Version 11.5 - June 2, 2017</h4>\n<ul>\n<li>Support opening PDF files in the carousel lightbox popup</li>\n</ul>\n<h4>Version 11.4 - May 30, 2017</h4>\n<ul>\n<li>Select WordPress posts by tags</li>\n<li>Specify the \"orderby\" option when selecting WordPress posts. You can now randomly select posts or select posts by date, ID, author, title, modified date, number of comments.</li>\n<li>Fix a compatibility issue with WooCommerce 3</li>\n<li>Create featured posts carousels for WooCommerce 3</li>\n<li>Specify the featured image size for WooCommerce / custom post type carousels</li>\n</ul>\n<h4>Version 11.3 - April 27, 2017</h4>\n<ul>\n<li>Fix the bug when using the URL parameter firstcarouselid to specify the first item on page load</li>\n</ul>\n<h4>Version 11.2 - April 6, 2017</h4>\n<ul>\n<li>Fix the lightbox resizing issue on mobile devices</li>\n</ul>\n<h4>Version 11.1 - March 30, 2017</h4>\n<ul>\n<li>Add an option to add extra attributes to <a> tag</li>\n<li>Add a lightbox advanced option <em>bodynoscroll</em>. When adding <em>data-bodynoscroll=\"true\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox background scrolling</li>\n<li>Add a lightbox advanced option <em>mobileresizeevent</em>. When adding <em>data-mobileresizeevent=\"false\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox resizing on mobile devices</li>\n</ul>\n<h4>Version 11.0 - February 23, 2017</h4>\n<ul>\n<li>When automatically playing the carousel, add an option to move the carousel to the left or the right</li>\n<li>Add an option to disable looping images when the total number is less than a specified number</li>\n</ul>\n<h4>Version 10.9 - January 9, 2017</h4>\n<ul>\n<li>When adding a carousel to a page or post by using the shortcode, support calling the carousel by its name, for example [wonderplugin_carousel name=\"The Carousel Name\"]</li>\n<li>In the plugin, step 1, Images & Videos tab, add a button \"Delete All\" to delete all items</li>\n<li>In the plugin, step 1, Images & Videos tab, \"Add Image\" dialog, when adding multiple images with the button \"Upload\", apply the option \"Use thumbnail in carousel\" and \"Open current image in Lightbox\" to all images</li>\n</ul>\n<h4>Version 10.8</h4>\n<ul>\n<li>Export/import carousels to/from an .xml file</li>\n</ul>\n<h4>Version 10.7</h4>\n<ul>\n<li>Fix a bug in WordPress auto scrolling carousel</li>\n</ul>\n<h4>Version 10.6</h4>\n<ul>\n<li>Change lightbox fullscreen mode default to false on small screen devices</li>\n</ul>\n<h4>Version 10.5</h4>\n<ul>\n<li>Add an option to add custom JavaScript code</li>\n<li>Add the attribute allowfullscreen to lightbox iframe</li>\n<li>Add a lightbox advanced option maxheight: when data-maxheight=\"true\" is added to the Lightbox Advanced Options input box, the lightbox will use the height of the web browser to calculate the maximum height of the lightbox.</li>\n<li>Enable left and right arrows when the animation is not finished</li>\n</ul>\n<h4>Version 10.4</h4>\n<ul>\n<li>Support creating <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce best selling products carousel</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce featured products carousel</a></li>\n</ul>\n<h4>Version 10.3</h4>\n<ul>\n<li>Support displaying WooCommerce product price and rating in a <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce carousel</a></li>\n</ul>\n<h4>Version 10.2</h4>\n<ul>\n<li>WordPress custom post type carousel: change the word length limit to post content and excerpt only</li>\n<li>Use textarea for description input box</li>\n</ul>\n<h4>Version 10.1</h4>\n<ul>\n<li>Fix a minor bug in WordPress custom post type carousel</li>\n</ul>\n<h4>Version 10.0</h4>\n<ul>\n<li>Support WordPress custom post type. You can now use the plugin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce carousel</a> or your own custom post carousel</li>\n<li>Add an option to enter different text for alt attribute of img tags</li>\n<li>Add an option to add title attribute for img tags.</li>\n</ul>\n<h4>Version 9.9</h4>\n<ul>\n<li>Compatible with jQuery 3</li>\n</ul>\n<h4>Version 9.8</h4>\n<ul>\n<li>Support onclick event for web links</li>\n</ul>\n<h4>Version 9.7</h4>\n<ul>\n<li>Fix the problem of the menu Manage Carousels not working in version 9.4 on some WordPress installations</li>\n</ul>\n<h4>Version 9.4</h4>\n<ul>\n<li>Fix the problem when the folder wp-admin does not exist in the WordPress website</li>\n</ul>\n<h4>Version 9.3</h4>\n<ul>\n<li>Support macro variable __DATETIME__ and __DATE__ in carousel content template for <a href=\"https://www.wonderplugin.com/wordpress-tutorials/how-to-create-a-wordpress-post-carousel/\" target=\"_blank\">WordPress post carousel</a></li>\n</ul>\n<h4>Version 9.2</h4>\n<ul>\n<li>Fix the bug of icon class name conflict</li>\n</ul>\n<h4>Version 9.1</h4>\n<ul>\n<li>Move social media buttons to the bottom center of the lightbox popup</li>\n</ul>\n<h4>Version 9.0</h4>\n<ul>\n<li>Fix a bug of playing videos inside the carousel items</li>\n</ul>\n<h4>Version 8.9</h4>\n<ul>\n<li>Support social media share buttons in lightbox popup: Facebook, Twitter and Pinterest</li>\n<li>Rearrange lightbox options to tabs</li>\n</ul>\n<h4>Version 8.8</h4>\n<ul>\n<li>Use advanced option <code>data-imgextraprops</code> to add extra class names and attributes to img elements</li>\n<li>WordPress post carousel: getting posts of no older than specified days</li>\n<li>WordPress post carousel: specifying post order as ascending or descending</li>\n</ul>\n<h4>Version 8.7</h4>\n<ul>\n<li>Add a new skin Classic with Flip that can be used to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-3d-flip-effect-id45/\" target=\"_blank\">WordPress carousel with 3d flip effect</a></li>\n</ul>\n<h4>Version 8.6</h4>\n<ul>\n<li>Fix a responsive bug with image lightbox</li>\n</ul>\n<h4>Version 8.5</h4>\n<ul>\n<li>Add an option to hide the carousel before all carousel images are loaded</li>\n</ul>\n<h4>Version 8.4</h4>\n<ul>\n<li>Add a new skin Numbering which supports creating <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-number-navigation-id43/\" target=\"_blank\">WordPress carousels with number navigation</a></li>\n</ul>\n<h4>Version 8.3</h4>\n<ul>\n<li>Add an option to hide the whole carousel before the initialisation is finished</li>\n<li>Add an option to display Lightbox image with full width and scrollable height</li>\n<li>Only display images in the Media Library Selection Dialog when selecting an image file and only display videos when selecting a video file</li>\n</ul>\n<h4>Version 8.2</h4>\n<ul>\n<li>Fix a bug in multiple rows carousel</li>\n</ul>\n<h4>Version 8.1</h4>\n<ul>\n<li>Support full width carousel</li>\n<li>Support YouTube playlist carousel</li>\n</ul>\n<h4>Version 8.0</h4>\n<ul>\n<li>Add options to fit images into the carousel and center fitted images</li>\n</ul>\n<h4>Version 7.9</h4>\n<ul>\n<li>Fix the bug when there are uppercase letters in WordPress database prefix</li>\n</ul>\n<h4>Version 7.8</h4>\n<ul>\n<li>Hide the hover over text when the option \"Do not show hover image on touch screen\" is selected.</li>\n</ul>\n<h4>Version 7.7</h4>\n<ul>\n<li>Add an option to show/hide play button on video item</li>\n<li>Add an option to use own image as the video play button</li>\n<li>Fix the hover overlay image bug when there are multiple carousels on one page</li>\n</ul>\n<h4>Version 7.6</h4>\n<ul>\n<li>Fix a bug in version 7.5</li>\n</ul>\n<h4>Version 7.5</h4>\n<ul>\n<li>Fix a bug in vertical carousel when the random option is on</li>\n</ul>\n<h4>Version 7.4</h4>\n<ul>\n<li>Add a new skin Flow</li>\n<li>Add an option to show carousel images as same height and different width if the images have different aspect ratio</li>\n</ul>\n<h4>Version 7.3</h4>\n<ul>\n<li>Add an option to trigger window resize event when the carousel is rendered</li>\n</ul>\n<h4>Version 7.2</h4>\n<ul>\n<li>WordPress Posts Carousel: add an option to link title to the post page</li>\n<li>WordPress Posts Carousel: add an option to open the featured image in lightbox</li>\n</ul>\n<h4>Version 7.1</h4>\n<ul>\n<li>Fix a minor bug in image positioning</li>\n</ul>\n<h4>Version 7.0</h4>\n<ul>\n<li>Support URL parameter firstcarouselid and clickcarousel. The URL parameter firstcarouselid will slide the carousel to the specified item, the index of the parameter starts from 0. If clickcarousel=true is added to the URL, it will open the corresponding lightbox when the webpage loads. For example, the following URL will open the second video in lightbox when the webpage loads: <a href=\"https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true\" target=\"_blank\">https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true</a></li>\n</ul>\n<h4>Version 6.9</h4>\n<ul>\n<li>Fix a minor issue in version 6.8</li>\n</ul>\n<h4>Version 6.8</h4>\n<ul>\n<li>Add an option to support shortcode in title and description text</li>\n</ul>\n<h4>Version 6.7</h4>\n<ul>\n<li>Fix a bug in plugin update</li>\n</ul>\n<h4>Version 6.6</h4>\n<ul>\n<li>Add an option to center image when the aspect ratio of image is different with that of the carousel item</li>\n</ul>\n<h4>Version 6.5</h4>\n<ul>\n<li>Keep HTML tags in post excerpts</li>\n</ul>\n<h4>Version 6.4</h4>\n<ul>\n<li>Fix a minor bug in the skin Flip</li>\n</ul>\n<h4>Version 6.3</h4>\n<ul>\n<li>Add a new skin Flip to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-css3-flip-animation-effect-id41/\" target=\"_blank\">WordPress carousel with CSS3 flip animation effect</a></li>\n</ul>\n<h4>Version 6.2</h4>\n<ul>\n<li>Add a new skin Hover Over to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-text-hover-over-effect-id39/\" target=\"_blank\">WordPress carousel with text hover over effect</a></li>\n<li>Add an option to specify the spacing between carousel items</li>\n</ul>\n<h4>Version 6.1</h4>\n<ul>\n<li>Support trash in carousel management. The deleted carousel will be moved to the trash in which you can restore or permanently delete it.</li>\n</ul>\n<h4>Version 6.0</h4>\n<ul>\n<li>Support lightbox auto slideshow</li>\n<li>Add an option to always show the previous and next navigation arrows on lightbox</li>\n<li>Display error notice on the WordPress Updates page if the free upgrade period is expired.</li>\n</ul>\n<h4>Version 5.9</h4>\n<ul>\n<li>Add an option to support adding the new item to the beginning of the list\n</li>\n<li>Add a function to reverse the media list</li>\n</ul>\n<h4>Version 5.8</h4>\n<ul>\n<li>Fix the border radius bug in the skin Simplicity\n</li>\n<li>Add a div container around the carousel div</li>\n</ul>\n<h4>Version 5.7</h4>\n<ul>\n<li>Add an option to hide MP4/WebM video play control bar on lightbox</li>\n<li>Add an option to display text on bottom, inside, left or right of the lightbox</li>\n<li>Add an option to display lightbox in fullscreen mode. In fullscreen mode, the close button will be displayed on the top right corner of the web browser</li>\n<li>Add an option to add prefix to title when the lightbox is displayed in gallery mode</li>\n<li>Add an option to enable or disable closing lightbox when clicking on the overlay background</li>\n<li>Move the left and right navigation arrows to the side of lightbox on touch screen. This will fix the issue of double clicking when playing video on iPhone, iPad and Android.</li>\n</ul>\n<h4>Version 5.6</h4>\n<ul>\n<li>Add an option to display all carousel thumbnails in same size even when the original images have different aspect ratio.\n</li>\n</ul>\n<h4>Version 5.5</h4>\n<ul>\n<li>Fix the bug of playing MP4 video on iPad iOS 9.1\n</li>\n</ul>\n<h4>Version 5.4</h4>\n<ul>\n<li>Fix the bug of video lightbox in iPad 2\n</li>\n</ul>\n<h4>Version 5.3</h4>\n<ul>\n<li>Fix the bug of options \"Scroll Mode\", \"Interval\" and \"Transition duration\" not working\n</li>\n</ul>\n<h4>Version 5.2</h4>\n<ul>\n<li>Support WordPress posts carousel: create carousels from recent WordPress posts or posts in specified categories\n</li>\n<li>Add a new skin \"Read More\"\n</li>\n</ul>\n<h4>Version 5.1</h4>\n<ul>\n<li>Fix a bug in continuous movement\n</li>\n</ul>\n<h4>Version 5.0</h4>\n<ul>\n<li>Add an option to not initialise the carousel when the page is loaded. This option is useful if you would like to manually initialise the carousel with JavaScript API.\n</li>\n<li>Add an option to add init scripts together with carousel HTML code. This option is useful if the WordPress website uses Ajax to load posts and pages.\n</li>\n</ul>\n<h4>Version 4.9</h4>\n<ul>\n<li>Fix bugs\n</li>\n</ul>\n<h4>Version 4.5</h4>\n<ul>\n<li>Add a new skin Auto Scroll to create <a target=\"_blank\" href=\"/wordpress-carousel/examples/wordpress-auto-scroll-carousel-id34/\">automatically scrolling carousel</a>\n</li>\n<li>Add an option to pause carousel scrolling on mouse over\n</li>\n<li>Add options to specify the scrolling interval and transition duration\n</li>\n<li>Add an option to scroll by page or item\n</li>\n</ul>\n<h4>Version 4.4</h4>\n<ul>\n<li>Add an option to add slider js files to the footer\n</li>\n<li>Add an option to display carousels in text widgets\n</li>\n</ul>\n<h4>Version 4.3</h4>\n<ul>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-only-carousel-id32/\" target=\"_blank\">WordPress text only carousel</a>\n</li>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-multiple-rows-carousel-id33/\" target=\"_blank\">WordPress two rows carousel</a>\n</li>\n<li>Add an option \"Row number\" to define the number of rows\n</li>\n</ul>\n<h4>Version 4.2</h4>\n<ul>\n<li>Support version check and update\n</li>\n</ul>\";}s:3:\"key\";s:0:\"\";s:10:\"key_status\";s:5:\"empty\";s:10:\"key_expire\";i:0;s:4:\"slug\";s:21:\"wonderplugin-carousel\";s:6:\"plugin\";s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:12:\"last_checked\";i:1526763025;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{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:{}}}}','no'); /*!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=2578 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','1520918608: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','1510818709:1'),(24,12,'_wp_page_template','default'),(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','1510823662: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','1510823741: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','1512283822: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','1520499558: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','1520499654: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','1512282762: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','1487755900: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','1510823810: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','1520918782: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'),(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','1510812433: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'),(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'),(2435,684,'_wp_attached_file','2017/02/afls-logo.png'),(2436,684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1006;s:6:\"height\";i:379;s:4:\"file\";s:21:\"2017/02/afls-logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"afls-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:21:\"afls-logo-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"afls-logo-768x289.png\";s:5:\"width\";i:768;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"afls-logo-125x47.png\";s:5:\"width\";i:125;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:21:\"afls-logo-615x232.png\";s:5:\"width\";i:615;s:6:\"height\";i:232;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:{}}}'),(2439,704,'_wp_attached_file','2015/05/Sri-Lanka-Map.jpg'),(2440,704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:348;s:4:\"file\";s:25:\"2015/05/Sri-Lanka-Map.jpg\";s:5:\"sizes\";a:3:{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:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Sri-Lanka-Map-300x249.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:249;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2443,714,'_wp_attached_file','2017/02/multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_.jpg'),(2444,714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2000;s:4:\"file\";s:93:\"2017/02/multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:93:\"multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_-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:93:\"multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:93:\"multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:94:\"multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_-1024x853.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:93:\"multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_-125x104.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:93:\"multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_-615x513.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:513;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:{}}}'),(2455,786,'_wp_attached_file','2017/11/SriLanka-Air-2018.jpg'),(2456,786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:29:\"2017/11/SriLanka-Air-2018.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"SriLanka-Air-2018-150x80.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"SriLanka-Air-2018-125x50.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:50;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:9:\"Basic RGB\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2461,789,'_wp_attached_file','2017/11/Airfreight_1.jpg'),(2462,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:360;s:4:\"file\";s:24:\"2017/11/Airfreight_1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Airfreight_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Airfreight_1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Airfreight_1-125x75.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:75;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:48:\"Cargo plane being loaded at night, elevated view\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"(c) Greg Pease\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:48:\"Cargo plane being loaded at night, elevated view\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2463,792,'_wp_attached_file','2015/05/Fact-Sheet-button.png'),(2464,792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:75;s:4:\"file\";s:29:\"2015/05/Fact-Sheet-button.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Fact-Sheet-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:\"Fact-Sheet-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:\"Fact-Sheet-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: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:{}}}'),(2467,804,'_wp_attached_file','2015/05/SriLanka-2018.jpg'),(2468,804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:74;s:4:\"file\";s:25:\"2015/05/SriLanka-2018.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"SriLanka-2018-150x74.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"SriLanka-2018-125x46.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:46;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:9:\"Basic RGB\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2469,805,'_wp_attached_file','2015/05/Sri-Lanka-home-tex.jpg'),(2470,805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:137;s:4:\"file\";s:30:\"2015/05/Sri-Lanka-home-tex.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Sri-Lanka-home-tex-150x137.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Sri-Lanka-home-tex-125x95.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:95;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:9:\"Basic RGB\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2471,806,'_wp_attached_file','2015/05/11th-yarnfabric.jpg'),(2472,806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:164;s:4:\"file\";s:27:\"2015/05/11th-yarnfabric.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"11th-yarnfabric-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:27:\"11th-yarnfabric-125x128.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:128;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:9:\"Basic RGB\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2575,837,'_wp_attached_file','2018/03/slideimg01.jpg'),(2576,837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:22:\"2018/03/slideimg01.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"slideimg01-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:21:\"slideimg01-125x94.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:94;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:{}}}'),(2577,837,'_edit_lock','1520499821:1'); /*!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(255) 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=844 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_sixth]\r\n<a href=\"http://www.cemsonline.com/\" target=\"_blank\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"\" height=\"\" style=\"margin-top:17px;\"/></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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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://www.lankalogisticsexpo.com/wp-content/uploads/2018/03/slideimg01.jpg\" alt=\"Logistics Expo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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=\"100\" />\r\n<h3>Profile of Exhibits</h3>\r\n<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><!---<a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a>---><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','publish','open','open','','home','','','2018-03-13 05:23:26','2018-03-13 05:23:26','',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','','','2018-03-08 09:06:51','2018-03-08 09:06:51','',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.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\"><img class=\"size-medium wp-image-704 aligncenter\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map-300x249.jpg\" alt=\"\" width=\"300\" height=\"249\" /></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>3<sup>rd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2018</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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</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\"><strong>27 ~ 29 September 2018</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\">Sri Lanka</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 / 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 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 Bangladesh, 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-11-16 07:53:04','2017-11-16 07:53:04','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',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','','','2018-03-08 09:06:51','2018-03-08 09:06:51','',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','After the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions of dollars in the next few years thus creating a need for such an event in the country. The event is organized by CEMS-Global USA in association with CEMS Lanka.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the most prestigious and exclusive International Exhibition devoted to the Air Freight, Shipping and Logistics sector of Sri Lanka and will make a perfect networking platform for creating new Logistics networks, create new business connections and expand trade cooperations. With the new Port and Airport coming up thus boosting up Sri Lanka’s port and shipping capacities and capabilities to top World standards, Sri Lanka with its excellent geographical proximity, is all set to soon be the most important destination for the World Logistics Industry surpassing all previous records and become the newest one-of-a-kind hub for Logistics in South Asia.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the 3rd ever and biggest meeting place ever held in Sri Lanka for the World Air Freight, Shipping and Logistics Industry and companies who are looking for in-roads into Sri Lanka – the future Logistics hub in South Asia.','Highlights','','publish','open','open','','highlights','','','2017-11-16 09:15:44','2017-11-16 09:15:44','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',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','<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will focus on Target visitors from Home & Abroad consisting of CEO’s & Operations / Logistics Managers of the Logistics Industry, Decision makers and Professionals from all related Industries, Consultants, Agencies, Manufacturers, Exporters, Importers, Government Officials, Associations, Traders from all sectors of the Industry of Sri Lanka.','Focus','','publish','open','open','','focus','','','2017-11-16 09:17:23','2017-11-16 09:17:23','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',0,'http://cems-foodagro.com/?p=27',12,'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\r\nSince its inception in 1992, CEMS, in this span of 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA, CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia and over 10 associate offices around the world. CEMS-Global organizes over 40 exhibitions per annum on all important sectors of the trade and economy in South & South-East Asia & South America.\r\n\r\n</div>','About CEMS','','publish','open','open','','about-cems','','','2017-11-16 09:24:24','2017-11-16 09:24:24','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',0,'http://cems-foodagro.com/?p=30',11,'nav_menu_item','',0),(31,1,'2015-05-26 09:34:16','2015-05-26 09:34:16','After the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions of dollars in the next few years thus creating a need for such an event in the country. The event is organized by CEMS-Global USA in association with CEMS Lanka.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the most prestigious and exclusive International Exhibition devoted to the Air Freight, Shipping and Logistics sector of Sri Lanka and will make a perfect networking platform for creating new Logistics networks, create new business connections and expand trade cooperations. With the new Port and Airport coming up thus boosting up Sri Lanka’s port and shipping capacities and capabilities to top World standards, Sri Lanka with its excellent geographical proximity, is all set to soon be the most important destination for the World Logistics Industry surpassing all previous records and become the newest one-of-a-kind hub for Logistics in South Asia.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the 3rd ever and biggest meeting place ever held in Sri Lanka for the World Air Freight, Shipping and Logistics Industry and companies who are looking for in-roads into Sri Lanka – the future Logistics hub in South Asia. ','Event Profile','','publish','open','open','','event-profile','','','2017-11-16 07:46:14','2017-11-16 07:46:14','',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','','','2018-03-08 09:06:51','2018-03-08 09:06:51','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',0,'http://cems-foodagro.com/?p=37',10,'nav_menu_item','',0),(38,1,'2015-05-26 09:37:42','2015-05-26 09:37:42','<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"389\">\r\n<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n <li>Cross Border Transportation</li>\r\n <li>Support Services, Related Trade Publications & Web portals</li>\r\n</ul>\r\n</td>\r\n<td width=\"392\">\r\n<ul>\r\n <li>Software/IT / Automation for Transportation/Logistics – Land, Air & Sea</li>\r\n <li>Customs Clearance Brokers/Companies</li>\r\n <li>Couriers & Messengers</li>\r\n <li>Insurance- marine</li>\r\n <li>Institutes / Academy</li>\r\n <li>Surveyors-Marine\r\nAssociations</li>\r\n <li>Packing - Crating</li>\r\n <li>Banking Service</li>\r\n <li>Government Agencies / State Enterprises</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Profile of Exhibits','','publish','open','open','','profile-of-exhibits','','','2017-02-22 09:33:53','2017-02-22 09:33:53','',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','','','2018-03-08 09:06:51','2018-03-08 09:06:51','',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>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will focus on Target visitors from Home & Abroad consisting of CEO’s & Operations / Logistics Managers of the Logistics Industry, Decision makers and Professionals from all related Industries, Consultants, Agencies, Manufacturers, Exporters, Importers, Government Officials, Associations, Traders from all sectors of the Industry of Sri Lanka.','Profile of Visitors','','publish','open','open','','profile-of-visitors','','','2017-11-16 09:18:47','2017-11-16 09:18:47','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',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<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\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span></strong>\r\n<span style=\"color: #000000;\">Hotline : +1 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cems-global.com\" target=\"_blank\">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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong>\r\n<strong><span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo, Sri Lanka</span></strong>\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 - 11 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\">www.cemslanka.com</a></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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">Rupayan Millennium Square (5th Floor), House- Cha-70, \r\nBir Uttam Rafiqul Islam Avenue(North Badda), \r\nDhaka-1212,Bangladesh.</span></strong>\r\n<span style=\"color: #000000;\">Tel : +88 02 48810266 ~ 81</span>\r\n<span style=\"color: #000000;\">Fax : +88 02 48810286</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\" >cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\">www.cemsonline.com</a></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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services India Pvt Ltd.\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri New Delhi-110058</span></strong>\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@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\">www.cemsindia.in</a></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><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></div>\r\n<div><strong><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, <br/>Chaoyang, Beijing, 100029, China</span></strong></div>\r\n</div>\r\n<div>\r\n<span style=\"color: #000000;\">Tel : 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax : 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell : 86 13811367205</span>\r\nE-mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems_china@163.com\">cems_china@163.com</a>\r\nWeb : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a \r\nhref=\"http://www.cemschina.cn\" target=\"_blank\">www.cemschina.cn</a>\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</div>','Contact Us','','publish','open','open','','contact-us','','','2018-03-13 05:26:21','2018-03-13 05:26:21','',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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',0,'http://cems-foodagro.com/?p=46',13,'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','','','2018-03-08 09:06:52','2018-03-08 09:06:52','',0,'http://cems-foodagro.com/?p=50',9,'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-12-18 10:01:49','2017-12-18 10:01:49','<div id=\"post-99\">\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\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span></strong>\r\n<span style=\"color: #000000;\">Hotline : +1 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cems-global.com\" target=\"_blank\">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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong>\r\n<strong><span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong>\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 - 11 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\">www.cemslanka.com</a></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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong> <span style=\"color: #000000;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, Progati Sarani, <br/>North Badda, Dhaka-1212,Bangladesh.</span></strong>\r\n<span style=\"color: #000000;\">Tel : +880-2-55040848 ~ 65</span>\r\n<span style=\"color: #000000;\">Fax : +880-2-55040031</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\" >cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\">www.cemsonline.com</a></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\r\n<strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri New Delhi-110058</span></strong>\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@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\">www.cemsindia.in</a></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><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></div>\r\n<div><strong><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, <br/>Chaoyang, Beijing, 100029, China</span></strong></div>\r\n</div>\r\n<div>\r\n<span style=\"color: #000000;\">Tel : 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax : 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell : 86 13811367205</span>\r\nE-mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems_china@163.com\">cems_china@163.com</a>\r\nWeb : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a \r\nhref=\"http://www.cemschina.cn\" target=\"_blank\">www.cemschina.cn</a>\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</div>','Contact Us','','inherit','open','open','','44-autosave-v1','','','2017-12-18 10:01:49','2017-12-18 10:01:49','',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),(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-11-16 07:45:32','2017-11-16 07:45:32','After the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions of dollars in the next few years thus creating a need for such an event in the country. The event is organized by CEMS-Global USA in association with CEMS Lanka.\n\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’ will be the most prestigious and exclusive International Exhibition devoted to the Air Freight, Shipping and Logistics sector of Sri Lanka and will make a perfect networking platform for creating new Logistics networks, create new business connections and expand trade cooperations. With the new Port and Airport coming up thus boosting up Sri Lanka’s port and shipping capacities and capabilities to top World standards, Sri Lanka with its excellent geographical proximity, is all set to soon be the most important destination for the World Logistics Industry surpassing all previous records and become the newest one-of-a-kind hub for Logistics in South Asia.\n\n<strong>`2<sup>nd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2017’ </strong>will be the 2<sup>nd</sup> ever and biggest meeting place ever held in Sri Lanka for the World Air Freight, Shipping and Logistics Industry and companies who are looking for in-roads into Sri Lanka – the future Logistics hub in South Asia.','Event Profile','','inherit','open','open','','31-autosave-v1','','','2017-11-16 07:45:32','2017-11-16 07:45:32','',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','<h3>3RD SRI LANKA INT\'L AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2018</h3>\r\n<script src=\"http://www.emailmeform.com/builder/forms/jsform/T60NjUo9ePy4\" type=\"text/javascript\"></script>\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','','publish','open','open','','online-visitor-registration','','','2017-11-16 06:07:56','2017-11-16 06:07:56','',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),(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); INSERT INTO `wp_posts` VALUES (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-11-16 07:52:55','2017-11-16 07:52:55',' \n\n<a href=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\"><img class=\"size-medium wp-image-704 aligncenter\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map-300x249.jpg\" alt=\"\" width=\"300\" height=\"249\" /></a>\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>3<sup>rd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2018</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<strong><em>An exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em></strong>\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 September 2018</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\">Sri Lanka</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 / Business Visitors</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 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 – Asia Pacific Singapore, CEMS China, CEMS India, CEMS Bangladesh, 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-11-16 07:52:55','2017-11-16 07:52:55','',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),(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),(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-02-22 09:24:31','2017-02-22 09:24:31','','afls-logo','','inherit','open','closed','','afls-logo','','','2017-02-22 09:24:31','2017-02-22 09:24:31','',0,'http://www.lankalogisticsexpo.com/wp-content/uploads/2017/02/afls-logo.png',0,'attachment','image/png',0),(685,1,'2017-02-22 09:31:10','2017-02-22 09:31:10','After the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions of dollars in the next few years thus creating a need for such an event in the country. The event is organized by CEMS-Global USA in association with CEMS Lanka.\r\n\r\n<strong>`2<sup>nd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2017’ </strong>will be the most prestigious and exclusive International Exhibition devoted to the Air Freight, Shipping and Logistics sector of Sri Lanka and will make a perfect networking platform for creating new Logistics networks, create new business connections and expand trade cooperations. With the new Port and Airport coming up thus boosting up Sri Lanka’s port and shipping capacities and capabilities to top World standards, Sri Lanka with its excellent geographical proximity, is all set to soon be the most important destination for the World Logistics Industry surpassing all previous records and become the newest one-of-a-kind hub for Logistics in South Asia.\r\n\r\n<strong>`2<sup>nd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2017’ </strong>will be the 2<sup>nd</sup> ever and biggest meeting place ever held in Sri Lanka for the World Air Freight, Shipping and Logistics Industry and companies who are looking for in-roads into Sri Lanka – the future Logistics hub in South Asia.','Event Profile','','inherit','closed','closed','','31-revision-v1','','','2017-02-22 09:31:10','2017-02-22 09:31:10','',31,'http://www.lankalogisticsexpo.com/index.php/31-revision-v1/',0,'revision','',0),(686,1,'2017-02-22 09:31:43','2017-02-22 09:31:43','After the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions of dollars in the next few years thus creating a need for such an event in the country. The event is organized by CEMS-Global USA in association with CEMS Lanka.\r\n\r\n<strong>`2<sup>nd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2017’ </strong>will be the most prestigious and exclusive International Exhibition devoted to the Air Freight, Shipping and Logistics sector of Sri Lanka and will make a perfect networking platform for creating new Logistics networks, create new business connections and expand trade cooperations. With the new Port and Airport coming up thus boosting up Sri Lanka’s port and shipping capacities and capabilities to top World standards, Sri Lanka with its excellent geographical proximity, is all set to soon be the most important destination for the World Logistics Industry surpassing all previous records and become the newest one-of-a-kind hub for Logistics in South Asia.\r\n\r\n<strong>`2<sup>nd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2017’ </strong>will be the 2<sup>nd</sup> ever and biggest meeting place ever held in Sri Lanka for the World Air Freight, Shipping and Logistics Industry and companies who are looking for in-roads into Sri Lanka – the future Logistics hub in South Asia.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2017-02-22 09:31:43','2017-02-22 09:31:43','',19,'http://www.lankalogisticsexpo.com/index.php/19-revision-v1/',0,'revision','',0),(687,1,'2017-02-22 09:32:07','2017-02-22 09:32:07','<strong>`2<sup>nd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2017’ </strong>will focus on Target visitors from Home & Abroad consisting of CEO’s & Operations / Logistics Managers of the Logistics Industry, Decision makers and Professionals from all related Industries, Consultants, Agencies, Manufacturers, Exporters, Importers, Government Officials, Associations, Traders from all sectors of the Industry of Sri Lanka.','Profile of Visitors','','inherit','closed','closed','','41-revision-v1','','','2017-02-22 09:32:07','2017-02-22 09:32:07','',41,'http://www.lankalogisticsexpo.com/index.php/41-revision-v1/',0,'revision','',0),(688,1,'2017-02-22 09:32:23','2017-02-22 09:32:23','<strong>`2<sup>nd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2017’ </strong>will focus on Target visitors from Home & Abroad consisting of CEO’s & Operations / Logistics Managers of the Logistics Industry, Decision makers and Professionals from all related Industries, Consultants, Agencies, Manufacturers, Exporters, Importers, Government Officials, Associations, Traders from all sectors of the Industry of Sri Lanka.','Focus','','inherit','closed','closed','','22-revision-v1','','','2017-02-22 09:32:23','2017-02-22 09:32:23','',22,'http://www.lankalogisticsexpo.com/index.php/22-revision-v1/',0,'revision','',0),(689,1,'2017-02-22 09:32:53','2017-02-22 09:32:53',' \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> Sri Lanka International Air Freight, Shipping & Logistics 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','','','2017-02-22 09:32:53','2017-02-22 09:32:53','',12,'http://www.lankalogisticsexpo.com/index.php/12-revision-v1/',0,'revision','',0),(690,1,'2017-02-22 09:33:37','2017-02-22 09:33:37',' \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> Sri Lanka International Air Freight, Shipping & Logistics 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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</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\"><strong>15 ~ 17 September 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\">Sri Lanka</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','','','2017-02-22 09:33:37','2017-02-22 09:33:37','',12,'http://www.lankalogisticsexpo.com/index.php/12-revision-v1/',0,'revision','',0),(691,1,'2017-02-22 09:33:53','2017-02-22 09:33:53','<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"389\">\r\n<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n <li>Cross Border Transportation</li>\r\n <li>Support Services, Related Trade Publications & Web portals</li>\r\n</ul>\r\n</td>\r\n<td width=\"392\">\r\n<ul>\r\n <li>Software/IT / Automation for Transportation/Logistics – Land, Air & Sea</li>\r\n <li>Customs Clearance Brokers/Companies</li>\r\n <li>Couriers & Messengers</li>\r\n <li>Insurance- marine</li>\r\n <li>Institutes / Academy</li>\r\n <li>Surveyors-Marine\r\nAssociations</li>\r\n <li>Packing - Crating</li>\r\n <li>Banking Service</li>\r\n <li>Government Agencies / State Enterprises</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Profile of Exhibits','','inherit','closed','closed','','38-revision-v1','','','2017-02-22 09:33:53','2017-02-22 09:33:53','',38,'http://www.lankalogisticsexpo.com/index.php/38-revision-v1/',0,'revision','',0),(692,1,'2017-11-20 10:33:15','2017-11-20 10:33: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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n\r\n<p style=\"text-align: center;\"><a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-autosave-v1','','','2017-11-20 10:33:15','2017-11-20 10:33:15','',5,'http://www.lankalogisticsexpo.com/index.php/5-autosave-v1/',0,'revision','',0),(693,1,'2017-02-22 09:55:45','2017-02-22 09:55:45','[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.lankalogisticsexpo.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>‘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.lankalogisticsexpo.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://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.lankalogisticsexpo.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','','','2017-02-22 09:55:45','2017-02-22 09:55:45','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(695,1,'2017-02-22 09:58:46','2017-02-22 09:58:46','[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.lankalogisticsexpo.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>‘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.lankalogisticsexpo.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://www.cems-agrochem.com/agrochemsri/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\"><img class=\"alignnone size-medium wp-image-694\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map-300x282.png\" alt=\"\" width=\"300\" height=\"282\" /></a>\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.lankalogisticsexpo.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','','','2017-02-22 09:58:46','2017-02-22 09:58:46','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(696,1,'2017-02-22 10:00:20','2017-02-22 10:00:20','[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.lankalogisticsexpo.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>‘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.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n\r\n \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.lankalogisticsexpo.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','','','2017-02-22 10:00:20','2017-02-22 10:00:20','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(697,1,'2017-02-22 10:02:19','2017-02-22 10:02:19','[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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n <li>Cross Border Transportation</li>\r\n</ul>\r\nSupport Services, Related Trade Publications & Web portals\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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.lankalogisticsexpo.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','','','2017-02-22 10:02:19','2017-02-22 10:02:19','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(698,1,'2017-02-22 10:02:44','2017-02-22 10:02: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://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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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.lankalogisticsexpo.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','','','2017-02-22 10:02:44','2017-02-22 10:02:44','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(699,1,'2017-02-22 10:04:56','2017-02-22 10:04:56','[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=\"<a href=\"http://www.lankalogisticsexpo.comindex.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','','','2017-02-22 10:04:56','2017-02-22 10:04:56','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(700,1,'2017-02-22 10:06:50','2017-02-22 10:06: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://www.lankalogisticsexpo.comindex.php/online-visitor-registration/\" target=\"_blank\"> [/five_sixth_last]\r\n[three_fourth]</a>\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','','','2017-02-22 10:06:50','2017-02-22 10:06:50','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(701,1,'2017-02-22 10:09:57','2017-02-22 10:09:57','[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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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.lankalogisticsexpo.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','','','2017-02-22 10:09:57','2017-02-22 10:09:57','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(702,1,'2017-02-22 10:12:13','2017-02-22 10:12:13','[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.lankalogisticsexpo.com/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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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.lankalogisticsexpo.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','','','2017-02-22 10:12:13','2017-02-22 10:12:13','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(703,1,'2017-02-22 10:13:21','2017-02-22 10:13:21','[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.lankalogisticsexpo.com/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=\"#\"><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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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.lankalogisticsexpo.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','','','2017-02-22 10:13:21','2017-02-22 10:13:21','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(704,1,'2017-02-22 11:58:03','2017-02-22 11:58:03','','Sri-Lanka-Map','','inherit','open','closed','','sri-lanka-map-2','','','2017-02-22 11:58:03','2017-02-22 11:58:03','',12,'http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg',0,'attachment','image/jpeg',0),(705,1,'2017-02-22 11:58:20','2017-02-22 11:58:20',' \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\"><img class=\"size-medium wp-image-704 aligncenter\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map-300x249.jpg\" alt=\"\" width=\"300\" height=\"249\" /></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> Sri Lanka International Air Freight, Shipping & Logistics 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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</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\"><strong>15 ~ 17 September 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\">Sri Lanka</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','','','2017-02-22 11:58:20','2017-02-22 11:58:20','',12,'http://www.lankalogisticsexpo.com/index.php/12-revision-v1/',0,'revision','',0),(706,1,'2017-02-23 07:25:31','2017-02-23 07:25: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\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@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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@lankalogisticsexpo.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@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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@lankalogisticsexpo.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-02-23 07:25:31','2017-02-23 07:25:31','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(707,1,'2017-02-23 07:27:02','2017-02-23 07:27:02','<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@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a>, <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.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@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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-02-23 07:27:02','2017-02-23 07:27:02','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(708,1,'2017-02-28 06:28:00','2017-02-28 06:28:00','[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.lankalogisticsexpo.com/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=\"#\"><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 ........\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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n<a href=\"http://www.lankalogisticsexpo.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','','','2017-02-28 06:28:00','2017-02-28 06:28:00','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(709,1,'2017-02-28 06:28:55','2017-02-28 06:28:55','[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.lankalogisticsexpo.com/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=\"#\"><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 ........\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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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','','','2017-02-28 06:28:55','2017-02-28 06:28:55','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(710,1,'2017-02-28 06:30:23','2017-02-28 06:30:23','[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.lankalogisticsexpo.com/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=\"#\"><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 ........\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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n \r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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','','','2017-02-28 06:30:23','2017-02-28 06:30:23','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(711,1,'2017-02-28 06:31:01','2017-02-28 06:31:01','[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.lankalogisticsexpo.com/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=\"#\"><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 \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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n \r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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','','','2017-02-28 06:31:01','2017-02-28 06:31:01','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(712,1,'2017-02-28 06:31:28','2017-02-28 06:31:28','[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.lankalogisticsexpo.com/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=\"#\"><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 \r\n \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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n \r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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','','','2017-02-28 06:31:28','2017-02-28 06:31:28','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(714,1,'2017-02-28 06:34:05','2017-02-28 06:34:05','','multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_','','inherit','open','closed','','multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_','','','2017-02-28 06:34:05','2017-02-28 06:34:05','',0,'http://www.lankalogisticsexpo.com/wp-content/uploads/2017/02/multimodal-international-freight-forwarding-american-export-lines-www-shipit-com_.jpg',0,'attachment','image/jpeg',0),(716,1,'2017-05-07 06:35:52','2017-05-07 06:35:52','[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.lankalogisticsexpo.com/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=\"#\"><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\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 \r\n \r\n \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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n \r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.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','','','2017-05-07 06:35:52','2017-05-07 06:35:52','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(719,1,'2017-05-23 07:02:19','2017-05-23 07:02:19','<h3>2ND SRI LANKA INT\'L AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2017</h3>\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-05-23 07:02:19','2017-05-23 07:02:19','',490,'http://www.lankalogisticsexpo.com/index.php/490-revision-v1/',0,'revision','',0),(720,1,'2017-05-23 07:08:57','2017-05-23 07:08:57','<h3>2ND SRI LANKA INT\'L AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2017</h3>\r\n<script src=\"http://www.emailmeform.com/builder/forms/jsform/ZKpgcPjal5e3DXVUbd73\" type=\"text/javascript\"></script>\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-05-23 07:08:57','2017-05-23 07:08:57','',490,'http://www.lankalogisticsexpo.com/index.php/490-revision-v1/',0,'revision','',0),(721,1,'2017-05-23 07:09:17','2017-05-23 07:09:17','<h3>2ND SRI LANKA INT\'L AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2017</h3>\r\n<script src=\"http://www.emailmeform.com/builder/forms/jsform/ZKpgcPjal5e3DXVUbd73\" type=\"text/javascript\"></script>\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-05-23 07:09:17','2017-05-23 07:09:17','',490,'http://www.lankalogisticsexpo.com/index.php/490-revision-v1/',0,'revision','',0),(722,1,'2017-05-23 07:16:29','2017-05-23 07:16:29','[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.lankalogisticsexpo.com/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=\"#\"><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 [/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\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-05-23 07:16:29','2017-05-23 07:16:29','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(786,1,'2017-11-16 05:27:23','2017-11-16 05:27:23','','Basic RGB','','inherit','open','closed','','basic-rgb','','','2017-11-16 05:27:23','2017-11-16 05:27:23','',0,'http://www.lankalogisticsexpo.com/wp-content/uploads/2017/11/SriLanka-Air-2018.jpg',0,'attachment','image/jpeg',0),(789,1,'2017-11-16 05:54:04','2017-11-16 05:54:04','','Cargo plane being loaded at night, elevated view','Cargo plane being loaded at night, elevated view','inherit','open','closed','','cargo-plane-being-loaded-at-night-elevated-view','','','2017-11-16 05:54:04','2017-11-16 05:54:04','',0,'http://www.lankalogisticsexpo.com/wp-content/uploads/2017/11/Airfreight_1.jpg',0,'attachment','image/jpeg',0),(790,1,'2017-11-16 06:07:41','2017-11-16 06:07:41','<h3>4RD SRI LANKA INT\'L AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2018</h3>\r\n<script src=\"http://www.emailmeform.com/builder/forms/jsform/T60NjUo9ePy4\" type=\"text/javascript\"></script>\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-11-16 06:07:41','2017-11-16 06:07:41','',490,'http://www.lankalogisticsexpo.com/index.php/490-revision-v1/',0,'revision','',0),(791,1,'2017-11-16 06:07:56','2017-11-16 06:07:56','<h3>3RD SRI LANKA INT\'L AIR FREIGHT, SHIPPING & LOGISTICS EXPO 2018</h3>\r\n<script src=\"http://www.emailmeform.com/builder/forms/jsform/T60NjUo9ePy4\" type=\"text/javascript\"></script>\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-11-16 06:07:56','2017-11-16 06:07:56','',490,'http://www.lankalogisticsexpo.com/index.php/490-revision-v1/',0,'revision','',0),(792,1,'2017-11-16 06:10:11','2017-11-16 06:10:11','','Fact-Sheet-button','','inherit','open','closed','','fact-sheet-button','','','2017-11-16 06:10:11','2017-11-16 06:10:11','',5,'http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png',0,'attachment','image/png',0),(793,1,'2017-11-16 06:11:01','2017-11-16 06:11:01','[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.lankalogisticsexpo.com/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://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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 [/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\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 06:11:01','2017-11-16 06:11:01','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(794,1,'2017-11-16 06:11:51','2017-11-16 06:11:51','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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 [/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\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 06:11:51','2017-11-16 06:11:51','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(795,1,'2017-11-16 06:18:30','2017-11-16 06:18:30','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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 [/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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 2<sup>nd</sup> time ever in Sri Lanka as `<strong>2<sup>nd</sup> Sri Lanka International Air Freight, Shipping &</strong> <strong>Logistics Expo 2017’, </strong>\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 06:18:30','2017-11-16 06:18:30','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(796,1,'2017-11-16 06:41:37','2017-11-16 06:41:37','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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 [/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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 06:41:37','2017-11-16 06:41:37','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(797,1,'2017-11-16 06:43:24','2017-11-16 06:43:24','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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 [/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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 06:43:24','2017-11-16 06:43:24','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(798,1,'2017-11-16 06:44:15','2017-11-16 06:44: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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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 [/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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 06:44:15','2017-11-16 06:44:15','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(800,1,'2017-11-16 06:59:30','2017-11-16 06:59:30','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" 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\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 06:59:30','2017-11-16 06:59:30','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(801,1,'2017-11-16 07:01:32','2017-11-16 07:01:32','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n ','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 07:01:32','2017-11-16 07:01:32','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(802,1,'2017-11-16 07:02:57','2017-11-16 07:02:57','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n\r\n<p style=\"text-align: center;\"><a href=\"http://beautyfitnessfair.com/\" target=\"_blank\"><img alt=\"Beauty & Fitness\" src=\"http://beautyfitnessfair.com/wp-content/uploads/2017/11/beautyfitness.png\" /></a><a href=\"http://kidsandtoysexpo.com/\" target=\"_blank\"><img alt=\"\" src=\"http://kidsandtoysexpo.com/wp-content/uploads/2017/11/Kids-Toys-Ag-White-1.png\" width=\"160\" /></a><a href=\"http://asiantradeexpo.org/\"><img alt=\"BITF\" src=\"http://asiantradeexpo.org/wp-content/uploads/2015/02/bitf.png\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 07:02:57','2017-11-16 07:02:57','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(804,1,'2017-11-16 07:04:29','2017-11-16 07:04:29','','Basic RGB','','inherit','open','closed','','basic-rgb-2','','','2017-11-16 07:04:29','2017-11-16 07:04:29','',5,'http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg',0,'attachment','image/jpeg',0),(805,1,'2017-11-16 07:06:00','2017-11-16 07:06:00','','Basic RGB','','inherit','open','closed','','basic-rgb-3','','','2017-11-16 07:06:00','2017-11-16 07:06:00','',5,'http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg',0,'attachment','image/jpeg',0),(806,1,'2017-11-16 07:08:07','2017-11-16 07:08:07','','Basic RGB','','inherit','open','closed','','basic-rgb-4','','','2017-11-16 07:08:07','2017-11-16 07:08:07','',5,'http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg',0,'attachment','image/jpeg',0),(807,1,'2017-11-16 07:08:57','2017-11-16 07:08:57','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n\r\n<p style=\"text-align: center;\"><a href=\"#\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"#\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"#\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 07:08:57','2017-11-16 07:08:57','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(808,1,'2017-11-16 07:11:01','2017-11-16 07:11:01','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/wp-content/uploads/2015/05/mayanmar-map.png\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : <em>An exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n\r\n<p style=\"text-align: center;\"><a href=\"#\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"#\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"#\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 07:11:01','2017-11-16 07:11:01','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(809,1,'2017-11-16 07:40:49','2017-11-16 07:40:49','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n\r\n<p style=\"text-align: center;\"><a href=\"#\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"#\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"#\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 07:40:49','2017-11-16 07:40:49','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(810,1,'2017-11-16 07:46:14','2017-11-16 07:46:14','After the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions of dollars in the next few years thus creating a need for such an event in the country. The event is organized by CEMS-Global USA in association with CEMS Lanka.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the most prestigious and exclusive International Exhibition devoted to the Air Freight, Shipping and Logistics sector of Sri Lanka and will make a perfect networking platform for creating new Logistics networks, create new business connections and expand trade cooperations. With the new Port and Airport coming up thus boosting up Sri Lanka’s port and shipping capacities and capabilities to top World standards, Sri Lanka with its excellent geographical proximity, is all set to soon be the most important destination for the World Logistics Industry surpassing all previous records and become the newest one-of-a-kind hub for Logistics in South Asia.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the 3rd ever and biggest meeting place ever held in Sri Lanka for the World Air Freight, Shipping and Logistics Industry and companies who are looking for in-roads into Sri Lanka – the future Logistics hub in South Asia. ','Event Profile','','inherit','closed','closed','','31-revision-v1','','','2017-11-16 07:46:14','2017-11-16 07:46:14','',31,'http://www.lankalogisticsexpo.com/index.php/31-revision-v1/',0,'revision','',0),(811,1,'2017-11-16 07:52:35','2017-11-16 07:52:35',' \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\"><img class=\"size-medium wp-image-704 aligncenter\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map-300x249.jpg\" alt=\"\" width=\"300\" height=\"249\" /></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>3<sup>rd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2018</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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</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\"><strong>27 ~ 29 September 2018</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\">Sri Lanka</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 / 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 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 Bangladesh, 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-11-16 07:52:35','2017-11-16 07:52:35','',12,'http://www.lankalogisticsexpo.com/index.php/12-revision-v1/',0,'revision','',0),(812,1,'2017-11-16 07:53:04','2017-11-16 07:53:04','<a href=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map.jpg\"><img class=\"size-medium wp-image-704 aligncenter\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-Map-300x249.jpg\" alt=\"\" width=\"300\" height=\"249\" /></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>3<sup>rd</sup> Sri Lanka International Air Freight, Shipping & Logistics Expo 2018</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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</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\"><strong>27 ~ 29 September 2018</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\">Sri Lanka</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 / 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 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 Bangladesh, 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-11-16 07:53:04','2017-11-16 07:53:04','',12,'http://www.lankalogisticsexpo.com/index.php/12-revision-v1/',0,'revision','',0),(813,1,'2017-11-16 09:15:44','2017-11-16 09:15:44','After the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming and expansion is seen to cross Millions of dollars in the next few years thus creating a need for such an event in the country. The event is organized by CEMS-Global USA in association with CEMS Lanka.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the most prestigious and exclusive International Exhibition devoted to the Air Freight, Shipping and Logistics sector of Sri Lanka and will make a perfect networking platform for creating new Logistics networks, create new business connections and expand trade cooperations. With the new Port and Airport coming up thus boosting up Sri Lanka’s port and shipping capacities and capabilities to top World standards, Sri Lanka with its excellent geographical proximity, is all set to soon be the most important destination for the World Logistics Industry surpassing all previous records and become the newest one-of-a-kind hub for Logistics in South Asia.\r\n\r\n<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will be the 3rd ever and biggest meeting place ever held in Sri Lanka for the World Air Freight, Shipping and Logistics Industry and companies who are looking for in-roads into Sri Lanka – the future Logistics hub in South Asia.','Highlights','','inherit','closed','closed','','19-revision-v1','','','2017-11-16 09:15:44','2017-11-16 09:15:44','',19,'http://www.lankalogisticsexpo.com/index.php/19-revision-v1/',0,'revision','',0),(814,1,'2017-11-16 09:17:23','2017-11-16 09:17:23','<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will focus on Target visitors from Home & Abroad consisting of CEO’s & Operations / Logistics Managers of the Logistics Industry, Decision makers and Professionals from all related Industries, Consultants, Agencies, Manufacturers, Exporters, Importers, Government Officials, Associations, Traders from all sectors of the Industry of Sri Lanka.','Focus','','inherit','closed','closed','','22-revision-v1','','','2017-11-16 09:17:23','2017-11-16 09:17:23','',22,'http://www.lankalogisticsexpo.com/index.php/22-revision-v1/',0,'revision','',0),(815,1,'2017-11-16 09:18:47','2017-11-16 09:18:47','<strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong> will focus on Target visitors from Home & Abroad consisting of CEO’s & Operations / Logistics Managers of the Logistics Industry, Decision makers and Professionals from all related Industries, Consultants, Agencies, Manufacturers, Exporters, Importers, Government Officials, Associations, Traders from all sectors of the Industry of Sri Lanka.','Profile of Visitors','','inherit','closed','closed','','41-revision-v1','','','2017-11-16 09:18:47','2017-11-16 09:18:47','',41,'http://www.lankalogisticsexpo.com/index.php/41-revision-v1/',0,'revision','',0),(816,1,'2017-11-16 09:23:40','2017-11-16 09:23:40','<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 span of 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA, CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia and over 10 associate offices around the world. CEMS-Global organizes over 40 exhibitions per annum on all important sectors of the trade and economy in South & South-East Asia & South America.\r\n\r\n</div>','About CEMS','','inherit','closed','closed','','28-revision-v1','','','2017-11-16 09:23:40','2017-11-16 09:23:40','',28,'http://www.lankalogisticsexpo.com/index.php/28-revision-v1/',0,'revision','',0),(817,1,'2017-11-16 09:58:35','2017-11-16 09:58:35','<div id=\"post-99\">\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 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.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 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, Progati Sarani, North Badda, Dhaka-1212,Bangladesh.</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880-2-55040848 ~ 65</span>\r\n<span style=\"color: #000000;\"> Fax : +880-2-55040031</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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 - 2410 5201~4</span>\r\n<span style=\"color: #000000;\"> Fax : +91 - 11 - 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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><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<span style=\"color: #000000;\">Tel: 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell: 86 13811367205</span>\r\n<div>E-mail: <span lang=\"EN-US\"><a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a style=\"color: #000000;\" href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.com</a> , <a \r\nstyle=\"color: #000000;\" 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</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-11-16 09:58:35','2017-11-16 09:58:35','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(818,1,'2017-11-16 09:59:25','2017-11-16 09:59:25','<div id=\"post-99\">\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 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.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 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, Progati Sarani, North Badda, Dhaka-1212,Bangladesh.</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880-2-55040848 ~ 65</span>\r\n<span style=\"color: #000000;\"> Fax : +880-2-55040031</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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 - 2410 5201~4</span>\r\n<span style=\"color: #000000;\"> Fax : +91 - 11 - 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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><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<span style=\"color: #000000;\">Tel: 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell: 86 13811367205</span>\r\n<div>E-mail: <span lang=\"EN-US\"><a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a style=\"color: #000000;\" href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.com</a> , <a \r\nstyle=\"color: #000000;\" 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</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-11-16 09:59:25','2017-11-16 09:59:25','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(819,1,'2017-11-16 10:01:07','2017-11-16 10:01:07','<div id=\"post-99\">\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 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.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 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, Progati Sarani, North Badda, Dhaka-1212,Bangladesh.</span></strong></em>\r\n\r\n<span style=\"color: #000000;\">Tel : +880-2-55040848 ~ 65</span>\r\n<span style=\"color: #000000;\"> Fax : +880-2-55040031</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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 - 2410 5201~4</span>\r\n<span style=\"color: #000000;\"> Fax : +91 - 11 - 2410 5205</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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><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<span style=\"color: #000000;\">Tel: 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell: 86 13811367205</span>\r\n<div>E-mail: <span lang=\"EN-US\"><a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></div>\r\n<div>Web: <a style=\"color: #000000;\" href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.com</a> , <a \r\nstyle=\"color: #000000;\" 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</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-11-16 10:01:07','2017-11-16 10:01:07','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(820,1,'2017-11-16 11:11:56','2017-11-16 11:11:56','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n\r\n<p style=\"text-align: center;\"><a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"#\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"#\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-16 11:11:56','2017-11-16 11:11:56','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(821,1,'2017-11-20 10:33:53','2017-11-20 10:33: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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n\r\n<p style=\"text-align: center;\"><a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-20 10:33:53','2017-11-20 10:33:53','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(823,1,'2017-11-25 07:33:30','2017-11-25 07:33:30','<div id=\"post-99\">\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<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span></strong>\r\n<span style=\"color: #000000;\">Hotline : +1 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.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<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 - 11 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, Progati Sarani, <br/>North Badda, Dhaka-1212,Bangladesh.</span></strong></em>\r\n<span style=\"color: #000000;\">Tel : +880-2-55040848 ~ 65</span>\r\n<span style=\"color: #000000;\"> Fax : +880-2-55040031</span>\r\n<span style=\"color: #000000;\"> Mail : <a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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<strong><em><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri New Delhi-110058</span></em></strong>\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 style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.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.lankalogisticsexpo.com\">www.lankalogisticsexpo.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: #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><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></div>\r\n<div><strong><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, <br/>Chaoyang, Beijing, 100029, China</span></strong></div>\r\n</div>\r\n<div>\r\n<span style=\"color: #000000;\">Tel: 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell: 86 13811367205</span>\r\nE-mail: <span lang=\"EN-US\"><a style=\"color: #000000;\" href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a style=\"color: #000000;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span>\r\nWeb: <a style=\"color: #000000;\" href=\"http://www.lankalogisticsexpo.com\">www.lankalogisticsexpo.com</a> , <a \r\nstyle=\"color: #000000;\" href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\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</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-11-25 07:33:30','2017-11-25 07:33:30','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(824,1,'2017-11-29 07:01:43','2017-11-29 07:01:43','[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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-11-29 07:01:43','2017-11-29 07:01:43','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(831,1,'2017-12-18 10:02:02','2017-12-18 10:02:02','<div id=\"post-99\">\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\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span></strong>\r\n<span style=\"color: #000000;\">Hotline : +1 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cems-global.com\" target=\"_blank\">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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong>\r\n<strong><span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong>\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 - 11 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\">www.cemslanka.com</a></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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong> <span style=\"color: #000000;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, Progati Sarani, <br/>North Badda, Dhaka-1212,Bangladesh.</span></strong>\r\n<span style=\"color: #000000;\">Tel : +880-2-55040848 ~ 65</span>\r\n<span style=\"color: #000000;\">Fax : +880-2-55040031</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\" >cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\">www.cemsonline.com</a></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\r\n<strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri New Delhi-110058</span></strong>\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@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\">www.cemsindia.in</a></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><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></div>\r\n<div><strong><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, <br/>Chaoyang, Beijing, 100029, China</span></strong></div>\r\n</div>\r\n<div>\r\n<span style=\"color: #000000;\">Tel : 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax : 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell : 86 13811367205</span>\r\nE-mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems_china@163.com\">cems_china@163.com</a>\r\nWeb : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a \r\nhref=\"http://www.cemschina.cn\" target=\"_blank\">www.cemschina.cn</a>\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</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-12-18 10:02:02','2017-12-18 10:02:02','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(832,1,'2017-12-18 10:09:42','2017-12-18 10:09:42','<div id=\"post-99\">\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\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span></strong>\r\n<span style=\"color: #000000;\">Hotline : +1 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cems-global.com\" target=\"_blank\">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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong>\r\n<strong><span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo – 4, Sri Lanka</span></strong>\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 - 11 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\">www.cemslanka.com</a></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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, \r\nBir Uttam Rafiqul Islam Avenue(North Badda), \r\nDhaka-1212,Bangladesh.</span></strong>\r\n<span style=\"color: #000000;\">Tel : +88 02 48810266 ~ 81</span>\r\n<span style=\"color: #000000;\">Fax : +88 02 48810286</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\" >cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\">www.cemsonline.com</a></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\r\n<strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri New Delhi-110058</span></strong>\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@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\">www.cemsindia.in</a></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><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></div>\r\n<div><strong><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, <br/>Chaoyang, Beijing, 100029, China</span></strong></div>\r\n</div>\r\n<div>\r\n<span style=\"color: #000000;\">Tel : 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax : 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell : 86 13811367205</span>\r\nE-mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems_china@163.com\">cems_china@163.com</a>\r\nWeb : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a \r\nhref=\"http://www.cemschina.cn\" target=\"_blank\">www.cemschina.cn</a>\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</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2017-12-18 10:09:42','2017-12-18 10:09:42','',44,'http://www.lankalogisticsexpo.com/index.php/44-revision-v1/',0,'revision','',0),(834,1,'2018-01-28 05:41:10','2018-01-28 05:41:10','[one_sixth]\r\n<a href=\"http://www.cemsonline.com/\" target=\"_blank\"><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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2018-01-28 05:41:10','2018-01-28 05:41:10','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(836,1,'2018-03-05 05:07:39','2018-03-05 05:07:39','[one_sixth]\r\n<a href=\"http://www.cemsonline.com/\" target=\"_blank\"><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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><!---<a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a>---><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2018-03-05 05:07:39','2018-03-05 05:07:39','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(837,1,'2018-03-08 09:03:02','2018-03-08 09:03:02','','slideimg01','','inherit','open','closed','','slideimg01','','','2018-03-08 09:03:02','2018-03-08 09:03:02','',0,'http://www.lankalogisticsexpo.com/wp-content/uploads/2018/03/slideimg01.jpg',0,'attachment','image/jpeg',0),(838,1,'2018-03-08 09:03:56','2018-03-08 09:03:56','[one_sixth]\r\n<a href=\"http://www.cemsonline.com/\" target=\"_blank\"><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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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://www.lankalogisticsexpo.com/wp-content/uploads/2018/03/slideimg01.jpg\" alt=\"Logistics Expo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><!---<a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a>---><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2018-03-08 09:03:56','2018-03-08 09:03:56','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(839,1,'2018-03-08 09:04:30','2018-03-08 09:04:30','[one_sixth]\r\n<a href=\"http://www.cemsonline.com/\" target=\"_blank\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"\" height=\"\" /></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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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://www.lankalogisticsexpo.com/wp-content/uploads/2018/03/slideimg01.jpg\" alt=\"Logistics Expo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><!---<a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a>---><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2018-03-08 09:04:30','2018-03-08 09:04:30','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(841,1,'2018-03-13 05:21:07','2018-03-13 05:21:07','[one_sixth]\r\n<a href=\"http://www.cemsonline.com/\" target=\"_blank\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"\" height=\"\" style=\"margin-top:20px;\"/></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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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://www.lankalogisticsexpo.com/wp-content/uploads/2018/03/slideimg01.jpg\" alt=\"Logistics Expo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><!---<a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a>---><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2018-03-13 05:21:07','2018-03-13 05:21:07','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(842,1,'2018-03-13 05:23:26','2018-03-13 05:23:26','[one_sixth]\r\n<a href=\"http://www.cemsonline.com/\" target=\"_blank\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"\" height=\"\" style=\"margin-top:17px;\"/></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.lankalogisticsexpo.com/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=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Fact-Sheet-button.png\" alt=\"Fact Sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"#\"><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=\"1\"]\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://www.lankalogisticsexpo.com/wp-content/uploads/2018/03/slideimg01.jpg\" alt=\"Logistics Expo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 26 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA,CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia \r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener noreferrer\">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=\"100\" />\r\n<h3>Profile of Exhibits</h3>\r\n<ul>\r\n <li>Shipping & Freight Forwarding Companies/ Agents</li>\r\n <li>Shipping Liners</li>\r\n <li>Warehouse</li>\r\n <li>Bonded Depot & Cold Storages</li>\r\n <li>Container, Tank & Bulk</li>\r\n <li>International Trade Ports, Wharfs including Cargo Terminal</li>\r\n <li>Trucking</li>\r\n <li>Railway Transport</li>\r\n <li>Airlines</li>\r\n</ul>\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/profile-of-exhibits/\" target=\"_blank\" rel=\"noopener noreferrer\">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\nAfter the great successes of CEMS-Global’s exhibitions on the Textile & Apparel, Dyes & Chemicals and Power & Energy sectors of Sri Lanka, CEMS-Global USA presents a yet another International Exhibition to be held for the 3rd time ever in Sri Lanka as <strong>`3rd Sri Lanka International Air Freight, Shipping & Logistics Expo 2018’</strong>, focusing on the ever-promising Logistics Industry of Sri Lanka, the country where Industrialization is booming \r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener noreferrer\">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.lankalogisticsexpo.com/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 exclusive premier International Exhibition on Air Freight, Shipping and Logistics for Sri Lanka</em>\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Sri Lanka\r\n\r\n<a href=\"http://www.lankalogisticsexpo.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener noreferrer\">Read More</a>\r\n[/one_fourth_last]\r\n\r\n[big_header]Our Partner[/big_header]\r\n<table style=\"width:100%\">\r\n<tr style=\"text-align:center;\">\r\n <td style=\"width:33.3%\"></td>\r\n <td style=\"width:33.3%\">\r\n <p style=\"text-align:center;\"><a href=\"http://www.ceylanvacations.com/\" target=\"_blank\"><img src=\"http://textechonline.org/textechsri/wp-content/uploads/2014/10/B.jpg\" /><br/><b>Our Travel Partner</b></a></p>\r\n </td>\r\n <td style=\"width:33.3%\"></td>\r\n</tr>\r\n</table>\r\n[big_header]Our Concurrent Exhibition[/big_header]\r\n<p style=\"text-align: center;\"><!---<a href=\"http://textechonline.org/tgte/\" target=\"_blank\"><img alt=\"Srilanka Textile\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/SriLanka-2018.jpg\" /></a>---><a href=\"http://www.cems-hometex.com/\" target=\"_blank\"><img alt=Srilanka HomeTex\"\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/Sri-Lanka-home-tex.jpg\" width=\"\" /></a><a href=\"http://www.cems-yarnandfabric.com/\" target=\"_blank\"><img alt=\"11th Yarn & Fabrics\" src=\"http://www.lankalogisticsexpo.com/wp-content/uploads/2015/05/11th-yarnfabric.jpg\" /></a></p>','Home','','inherit','closed','closed','','5-revision-v1','','','2018-03-13 05:23:26','2018-03-13 05:23:26','',5,'http://www.lankalogisticsexpo.com/index.php/5-revision-v1/',0,'revision','',0),(843,1,'2018-03-13 05:26:21','2018-03-13 05:26:21','<div id=\"post-99\">\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\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">57 W. 57th Street, 4th Floor,New York, NY 10019,USA</span></strong>\r\n<span style=\"color: #000000;\">Hotline : +1 – 347 – 543 5543</span>\r\n<span style=\"color: #000000;\">Fax : +1 – 347 – 242 2657</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cems-global.com\" target=\"_blank\">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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Lanka (Private) Limited</span></strong>\r\n<strong><span style=\"color: #000000;\"> 9 – 4/2, Station Road, Bambalapitiya, Colombo, Sri Lanka</span></strong>\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591 – 750 ~ 2</span>\r\n<span style=\"color: #000000;\"> Fax : +94 - 11 – 259 1753</span>\r\n<span style=\"color: #000000;\"> Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemslanka.com\">cems@cemslanka.com</a></span>\r\n<span style=\"color: #000000;\">Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\">www.cemslanka.com</a></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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong>\r\n<strong><span style=\"color: #000000;\">Rupayan Millennium Square (5th Floor), House- Cha-70, \r\nBir Uttam Rafiqul Islam Avenue(North Badda), \r\nDhaka-1212,Bangladesh.</span></strong>\r\n<span style=\"color: #000000;\">Tel : +88 02 48810266 ~ 81</span>\r\n<span style=\"color: #000000;\">Fax : +88 02 48810286</span>\r\n<span style=\"color: #000000;\">Mail : <a href=\"mailto:contact@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\" >cems@cemsbangladesh.com</a> </span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\">www.cemsonline.com</a></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\r\n<strong><span style=\"color: #000000;\">Conference & Exhibition Management Services India Pvt Ltd.\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri New Delhi-110058</span></strong>\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@lankalogisticsexpo.com\" >contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></span>\r\n<span style=\"color: #000000;\"> Web : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\">www.cemsindia.in</a></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><strong><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></strong></div>\r\n<div><strong><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, <br/>Chaoyang, Beijing, 100029, China</span></strong></div>\r\n</div>\r\n<div>\r\n<span style=\"color: #000000;\">Tel : 86-10-82842588</span>\r\n<span style=\"color: #000000;\">Fax : 86-10-84832956</span>\r\n<span style=\"color: #000000;\">Cell : 86 13811367205</span>\r\nE-mail : <a href=\"mailto:contact@lankalogisticsexpo.com\">contact@lankalogisticsexpo.com</a> , <a href=\"mailto:cems_china@163.com\">cems_china@163.com</a>\r\nWeb : <a href=\"http://www.lankalogisticsexpo.com\" target=\"_blank\">www.lankalogisticsexpo.com</a> , <a \r\nhref=\"http://www.cemschina.cn\" target=\"_blank\">www.cemschina.cn</a>\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</div>','Contact Us','','inherit','closed','closed','','44-revision-v1','','','2018-03-13 05:26:21','2018-03-13 05:26:21','',44,'http://www.lankalogisticsexpo.com/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); /*!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=7 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,13),(3,3,'category','',0,0),(4,4,'category','',0,0),(5,5,'category','',0,0),(6,6,'category','',0,0); /*!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=7 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),(3,'Greetings','greetings',0),(4,'data rooms','data-rooms',0),(5,'Uncategorised','uncategorised',0),(6,'Education','education',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=48 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','840'),(15,1,'wp_user-settings','libraryContent=browse&hidetb=1&editor=html'),(16,1,'wp_user-settings-time','1495523787'),(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,2,'nickname','wordpressguest'),(24,2,'first_name',''),(25,2,'last_name',''),(26,2,'description',''),(27,2,'rich_editing','true'),(28,2,'comment_shortcuts','false'),(29,2,'admin_color','fresh'),(30,2,'use_ssl','0'),(31,2,'show_admin_bar_front','true'),(32,2,'locale',''),(33,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(34,2,'wp_user_level','10'),(35,2,'dismissed_wp_pointers',''),(36,2,'session_tokens','a:1:{s:64:\"3f487168a07daf7aec9709ec2ab29cbcb4413c454281b3b3283a6bc4e2711153\";a:4:{s:10:\"expiration\";i:1507489513;s:2:\"ip\";s:14:\"185.31.158.191\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0\";s:5:\"login\";i:1507316713;}}'),(37,2,'wp_dashboard_quick_press_last_post_id','735'),(38,1,'wp_media_library_mode','list'),(44,1,'locale',''),(45,101010,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(46,101010,'wp_user_level','10'),(47,101010,'session_tokens','a:3:{s:64:\"9fe2bb4bd5541ab9e892c8c5afcfde050177391923d38a9bd6700198665449ad\";a:4:{s:10:\"expiration\";i:1514147153;s:2:\"ip\";s:12:\"69.28.82.254\";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:1513974353;}s:64:\"bac928f1ec7f9cc85a80d5fef1e4d7f1615dfdcb0a472128336c41babf4b7083\";a:4:{s:10:\"expiration\";i:1514149120;s:2:\"ip\";s:12:\"69.28.82.254\";s:2:\"ua\";s:62:\"Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.10\";s:5:\"login\";i:1513976320;}s:64:\"80f40bd2385e0e11440bb7675a6a87d5b024af99e101cd84c7ecb3f7f2127424\";a:4:{s:10:\"expiration\";i:1514150659;s:2:\"ip\";s:12:\"69.28.82.254\";s:2:\"ua\";s:62:\"Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.10\";s:5:\"login\";i:1513977859;}}'); /*!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$BK9NFCfZGTb10b3oWzhqV3TqqH3PDm1','foodagro','mahatab.cems@gmail.com','','2015-05-26 08:46:14','1510744051:$P$Bth3sIJpezGOK2AttUWJE1i2rFYSE31',0,'foodagro'),(2,'wordpressguest','$P$BgGtHZQkFJ3iJUwRZD4l065rx5h.JG/','wordpressguest','foodagro@gmail.com','','2017-10-06 19:05:10','',0,'wordpressguest'),(101010,'backup','$P$ByK74RblT0HNuVCGipQDUCIwj5nsYa/','','','','2012-09-28 00:00:00','',0,''); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wonderplugin_carousel` -- DROP TABLE IF EXISTS `wp_wonderplugin_carousel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wonderplugin_carousel` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `authorid` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wonderplugin_carousel` -- LOCK TABLES `wp_wonderplugin_carousel` WRITE; /*!40000 ALTER TABLE `wp_wonderplugin_carousel` DISABLE KEYS */; INSERT INTO `wp_wonderplugin_carousel` VALUES (1,'CEMS-Global, journey of 25 years','{\"newestfirst\":\"false\",\"name\":\"CEMS-Global, journey of 25 years\",\"slides\":[{\"type\":2,\"image\":\"https:\\/\\/img.youtube.com\\/vi\\/V10xe-vnAwY\\/0.jpg\",\"thumbnail\":\"https:\\/\\/img.youtube.com\\/vi\\/V10xe-vnAwY\\/1.jpg\",\"displaythumbnail\":\"false\",\"video\":\"https:\\/\\/www.youtube.com\\/embed\\/V10xe-vnAwY\",\"mp4\":\"\",\"webm\":\"\",\"title\":\"CEMS-Global, journey of 25 years\",\"description\":\"Today, the 27th October 2017, CEMS-Global celebrates its 25th Anniversary. We would like to extend our warmest thanks to all our friends, partners, business associates and our valued clients for their excellent support in our successful journey since the last 25 years........Going strong, Going Ahead!\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480}],\"skin\":\"classic\",\"fixaspectratio\":\"true\",\"centerimage\":\"true\",\"fitimage\":\"false\",\"fitcenterimage\":\"false\",\"sameheight\":\"false\",\"sameheightresponsive\":\"false\",\"sameheightmediumscreen\":769,\"sameheightmediumheight\":200,\"sameheightsmallscreen\":415,\"sameheightsmallheight\":150,\"fullwidth\":\"false\",\"hidecontaineroninit\":\"false\",\"spacing\":18,\"customcss\":\"\",\"dataoptions\":\"\",\"lightboxresponsive\":\"true\",\"lightboxshownavigation\":\"false\",\"lightboxnogroup\":\"false\",\"lightboxshowtitle\":\"true\",\"lightboxshowdescription\":\"false\",\"lightboxfullscreenmode\":\"false\",\"lightboxcloseonoverlay\":\"true\",\"lightboxvideohidecontrols\":\"false\",\"lightboxtitlestyle\":\"bottom\",\"lightboximagepercentage\":75,\"lightboxdefaultvideovolume\":1,\"lightboxoverlaybgcolor\":\"#000\",\"lightboxoverlayopacity\":0.9,\"lightboxbgcolor\":\"#fff\",\"lightboxtitleprefix\":\"%NUM \\/ %TOTAL\",\"lightboxtitleinsidecss\":\"color:#fff; font-size:16px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left;\",\"lightboxdescriptioninsidecss\":\"color:#fff; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;\",\"lightboxautoslide\":\"false\",\"lightboxslideinterval\":5000,\"lightboxshowtimer\":\"true\",\"lightboxtimerposition\":\"bottom\",\"lightboxtimerheight\":2,\"lightboxtimercolor\":\"#dc572e\",\"lightboxtimeropacity\":1,\"lightboxshowplaybutton\":\"true\",\"lightboxalwaysshownavarrows\":\"false\",\"lightboxbordersize\":8,\"lightboxshowtitleprefix\":\"true\",\"lightboxborderradius\":0,\"lightboximagekeepratio\":\"true\",\"donotinit\":\"false\",\"addinitscript\":\"false\",\"doshortcodeontext\":\"false\",\"triggerresize\":\"false\",\"triggerresizedelay\":100,\"lightboxthumbwidth\":90,\"lightboxthumbheight\":60,\"lightboxthumbtopmargin\":12,\"lightboxthumbbottommargin\":4,\"lightboxbarheight\":64,\"lightboxtitlebottomcss\":\"{color:#333; font-size:14px; font-family:Armata,sans-serif,Arial; overflow:hidden; text-align:left;}\",\"lightboxdescriptionbottomcss\":\"{color:#333; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;}\",\"width\":240,\"height\":180,\"rownumber\":1,\"autoplay\":\"true\",\"random\":\"false\",\"circular\":\"true\",\"direction\":\"horizontal\",\"responsive\":\"true\",\"visibleitems\":3,\"pauseonmouseover\":\"true\",\"scrollmode\":\"page\",\"interval\":3000,\"transitionduration\":1000,\"continuous\":\"false\",\"continuousduration\":2500,\"arrowstyle\":\"none\",\"arrowimage\":\"arrows-32-32-2.png\",\"arrowwidth\":32,\"arrowheight\":32,\"navstyle\":\"none\",\"navimage\":\"bullet-16-16-0.png\",\"navwidth\":16,\"navheight\":16,\"navspacing\":8,\"showhoveroverlay\":\"true\",\"hoveroverlayimage\":\"hoveroverlay-64-64-7.png\",\"screenquery\":\"{\\n\\t\\\"tablet\\\": {\\n\\t\\t\\\"screenwidth\\\": 900,\\n\\t\\t\\\"visibleitems\\\": 2\\n\\t},\\n\\t\\\"mobile\\\": {\\n\\t\\t\\\"screenwidth\\\": 600,\\n\\t\\t\\\"visibleitems\\\": 1\\n\\t}\\n}\",\"skintemplate\":\"<div class=\\\"amazingcarousel-image\\\">__IMAGE__<\\/div>\\n<div class=\\\"amazingcarousel-title\\\">__TITLE__<\\/div>\",\"skincss\":\"@import url(https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans);\\n\\n #amazingcarousel-CAROUSELID .amazingcarousel-image {\\t\\n\\tposition: relative;\\n\\tpadding: 4px;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-image img {\\n\\tdisplay: block;\\n\\twidth: 100%;\\n\\tmax-width: 100%;\\n\\tborder: 0;\\n\\tmargin: 0;\\n\\tpadding: 0;\\n\\t-moz-border-radius: 0px;\\n\\t-webkit-border-radius: 0px;\\n\\tborder-radius: 0px;\\n\\t-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);\\n\\t-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);\\n\\tbox-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-title {\\n\\tposition:relative;\\n\\tfont:14px \\\"Open Sans\\\", sans-serif;\\n\\tcolor:#333333;\\n\\tmargin:6px;\\n\\ttext-align:center;\\n\\ttext-shadow:0px 1px 1px #fff;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-list-container { \\n\\tpadding: 0px 0;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-item-container {\\n\\ttext-align: center;\\n\\tpadding: 4px;\\n\\tbackground-color: #fff;\\n\\tborder: 1px solid #ddd;\\n\\t-moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);\\n\\t-webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);\\n\\tbox-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-prev {\\n\\tleft: 0%;\\n\\ttop: 50%;\\n\\tmargin-left: -48px;\\n\\tmargin-top: -16px;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-next {\\n\\tright: 0%;\\n\\ttop: 50%;\\n\\tmargin-right: -48px;\\n\\tmargin-top: -16px;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-nav {\\n\\tposition: absolute;\\n\\twidth: 100%;\\n\\ttop: 100%;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-bullet-wrapper {\\n\\tmargin: 4px auto;\\n}\",\"arrowimagemode\":\"defined\",\"navimagemode\":\"defined\",\"hoveroverlayimagemode\":\"defined\",\"showhoveroverlayalways\":\"false\",\"hidehoveroverlayontouch\":\"false\",\"usescreenquery\":\"false\",\"showplayvideo\":\"true\",\"playvideoimage\":\"playvideo-64-64-0.png\",\"playvideoimagepos\":\"center\",\"playvideoimagemode\":\"defined\"}','2017-11-16 06:56:36','1'); /*!40000 ALTER TABLE `wp_wonderplugin_carousel` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_035c54e_17' -- /*!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:50:41