intelli.config = {"htaccessfile_0":"<IfModule mod_rewrite.c>\r\n# enable mod_rewrite\r\nRewriteEngine on\r\n\r\n","htaccessfile_1":"# SECTION 1\r\n# correct urls for yahoo bot\r\nRewriteCond %{REQUEST_URI} !..+$\r\nRewriteCond %{REQUEST_URI} !\/$\r\nRewriteRule (.*) %{REQUEST_URI}\/ [R=301,L]\r\n\r\n# mod_rewrite rules for plugins\r\nRewriteRule ^mod\/([a-zA-Z0-9]+)\/$ controller.php?plugin=$1 [QSA,L]\r\nRewriteRule ^mod\/([a-zA-Z0-9]+)\/([a-zA-Z0-9]+)\/$ controller.php?plugin=$1&file=$2 [QSA,L]\r\nRewriteRule ^mod\/([a-zA-Z0-9]+)\/([a-zA-Z0-9]+).html$ controller.php?plugin=$1&file=$2 [QSA,L]\r\n\r\n# mod_rewrite rules for view account page\r\nRewriteRule ^accounts\/$ accounts.php [QSA,L]\r\nRewriteRule ^accounts\/(.*)\/$ accounts.php?alpha=$1 [QSA,L]\r\nRewriteRule ^accounts\/(.*).html$ view-account.php?account=$1 [QSA,L]\r\n\r\n#mod_rewrite rules for news plugin\nRewriteRule ^(.*)-n([0-9]+).html$ controller.php?plugin=news&title=$1&id=$2 [QSA,L]\nRewriteRule ^news.html$ controller.php?plugin=news [QSA,L]\nRewriteRule ^news([0-9]+).html$ controller.php?plugin=news&page=$1 [QSA,L]\r\n\r\nRewriteRule ^sitemap.xml$ tmp\/sitemap\/google\/sitemap.xml [QSA,L]\nRewriteRule ^sitemap([0-9]+).xml$ tmp\/sitemap\/google\/sitemap$1.xml [QSA,L]\nRewriteRule ^sitemap_index.xml$ tmp\/sitemap\/google\/sitemap_index.xml [QSA,L]\nRewriteRule ^urllist.txt$ tmp\/sitemap\/urllist.txt [QSA,L]\r\n\r\nRewriteRule ^articles\/$ controller.php?plugin=articles [QSA,L]\nRewriteRule ^articles\/([a-z]+).html$ controller.php?plugin=articles&file=$1 [QSA,L]\nRewriteRule ^articles\/index([0-9]+).html$ controller.php?plugin=articles&page=$1 [QSA,L]\nRewriteRule ^articles\/(.*)-a([0-9]+).html$ controller.php?plugin=articles&title=$1&id=$2 [QSA,L]\r\n\r\n# mod_rewrite rules for listing by date\nRewriteRule ^date\/(.*)\/(.*)\/(.*)\/$ controller.php?plugin=calendar&year=$1&month=$2&day=$3 [QSA,L]\nRewriteRule ^date\/(.*)\/(.*)\/$ controller.php?plugin=calendar&year=$1&month=$2 [QSA,L]\r\n\r\n# mod_rewrite rules for tell friend pages\nRewriteRule ^tell-friend.html$ controller.php?plugin=tell_friend [QSA,L]\r\n\r\n# mod_rewrite rules for locations pages\nRewriteRule ^locations\/(.*)\/$ controller.php?plugin=locations&location=$1 [QSA,L]\nRewriteRule ^locations\/(.*)\/index([0-9]+).html$ controller.php?plugin=locations&location=$1&page=$2 [QSA,L]\r\n\r\n# mod_rewrite rules for tell friend pages\nRewriteRule ^tell-friend.html$ controller.php?plugin=tell_friend [QSA,L]\r\n\r\n","htaccessfile_2":"# SECTION 2\r\n# mod_rewrite rules for ROOT category\r\nRewriteRule ^index([0-9]+).html$ index.php?category=0&page=$1 [QSA,L]\r\n\r\n# mod_rewrite rule for pageranks listing page\nRewriteRule ^pagerank([0-9]+)-listings.html$ controller.php?plugin=pageranks&pr=$1 [QSA,L]\nRewriteRule ^pagerank([0-9]+)-listings([0-9]+).html$ controller.php?plugin=pageranks&pr=$1&page=$2 [QSA,L]\r\n\r\n","htaccessfile_3":"# SECTION 3\r\n# mod_rewrite rules for categories pages with HTML path option disable\r\nRewriteRule ^(.*)\/$ index.php?category=$1 [QSA,L]\r\nRewriteRule ^(.*)\/index([0-9]+).html$ index.php?category=$1&page=$2 [QSA,L]\r\n\r\n","htaccessfile_4":"# SECTION 4\r\n# mod_rewrite rule for suggest listing page\r\nRewriteRule report-listing.php$ report-listing.php [QSA,L]\r\n\r\n","htaccessfile_5":"# SECTION 5\r\nRewriteRule ^([a-z]+)-listings.html$ listings.php?view=$1 [QSA,L]\r\nRewriteRule ^([a-z]+)-listings([0-9]+).html$ listings.php?view=$1&page=$2 [QSA,L]\r\n\r\n# mod_rewrite rules for alphabetic_search plugin\nRewriteRule ^alpha\/((.*)+).html$ search.php?alpha=$1 [QSA,L]\r\n\r\n","htaccessfile_6":"# SECTION 6\r\n# mod_rewrite rules for view listing page\r\nRewriteRule ^([^\/]+)-l([0-9]+).html$ view-listing.php?cat=&title=$1&id=$2 [QSA,L]\r\nRewriteRule ^(.*)\/([^\/]+)-l([0-9]+).html$ view-listing.php?cat=$1&title=$2&id=$3 [QSA,L]\r\n\r\n","htaccessfile_7":"# SECTION 7\r\n# mod_rewrite rules for additional pages\r\nRewriteRule ^p\/(.*).html$ page.php?name=$1 [QSA,L]\r\nRewriteRule ^p(.*).html$ page.php?name=$1 [QSA,L]\r\n\r\n","htaccessfile_8":"# SECTION 8\r\n# mod_rewrite rules for error pages\r\nRewriteRule ^([0-9]+).htm$ error.php?error=$1 [QSA,L]\r\n\r\n","htaccessfile_9":"# SECTION 9\r\n# mod_rewrite rules for suggest category page\r\nRewriteRule ^suggest-category-([0-9]+).html$ suggest-category.php?id=$1 [QSA,L]\r\n\r\n","htaccessfile_10":"# SECTION 10\r\nRewriteRule ^LICENSE.htm$ LICENSE.htm [QSA,L]\r\n\r\n","htaccessfile_11":"# SECTION 11\r\n# mod_rewrite rules for categories pages\r\nRewriteRule ^(.*)_([0-9]+).html$ index.php?category=$1&page=$2 [QSA,L]\r\nRewriteRule ^(.*).html?(.*)$ index.php?category=$1&$2 [QSA,L]\r\nRewriteRule ^(.*).html$ index.php?category=$1 [QSA,L]\r\n<\/IfModule>\r\n\r\n","htaccessfile_12":"# SECTION 12\r\nErrorDocument 500 500.htm\r\nErrorDocument 404 404.htm\r\nErrorDocument 403 403.htm\r\nErrorDocument 401 401.htm","accounts":"1","accounts_autoapproval":"1","accounts_registered":"1","admin_online_expiry_time":"60","display_news":"1","display_new_plugins":"1","check_updates":"1","captcha":"1","captcha_name":"kcaptcha","captcha_preview":"","captcha_case_sensitive":"1","captcha_num_chars":"5","suggest_category":"1","use_html_path":"0","related":"1","neighbour":"1","show_children_listings":"0","categories_order":"title","num_categories_cols":"3","num_listings_display":"1","subcats_display":"3","categories_tree_type":"tree","categories_display_type":"vertical","categories_icon_width":"32","categories_icon_height":"32","cron_recip":"0","cron_broken":"0","cron_pagerank":"0","cron_num_listings":"10","cron_check_interval":"1","cron_report_job":"0","cron_report_job_extra":"0","cron_report_cycle":"0","cron_report_cycle_extra":"0","cron_backup":"0","cron_backup_archive":"0","cron_backup_interval":"30","cron_backup_last_time":"","sponsored_listings":"1","currency_symbol":"$","sponsored_only":"0","num_sponsored_display":"3","payment_transactions":"1","mcross_functionality":"0","mcross_number_links":"5","mcross_only_sponsored":"0","version":"2.3.02","site":"eSyndiCat Directory","site_logo":"","site_main_content":"<p>\r\n\t&nbsp;<\/p>\r\n<p>\r\n\t<link href=\"file:\/\/\/C:%5CDOCUME%7E1%5CIvan%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" \/><link href=\"file:\/\/\/C:%5CDOCUME%7E1%5CIvan%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" rel=\"themeData\" \/><link href=\"file:\/\/\/C:%5CDOCUME%7E1%5CIvan%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" rel=\"colorSchemeMapping\" \/><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal<\/w:View>\r\n  <w:Zoom>0<\/w:Zoom>\r\n  <w:TrackMoves\/>\r\n  <w:TrackFormatting\/>\r\n  <w:PunctuationKerning\/>\r\n  <w:ValidateAgainstSchemas\/>\r\n  <w:SaveIfXMLInvalid>false<\/w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false<\/w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false<\/w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF\/>\r\n  <w:LidThemeOther>RU<\/w:LidThemeOther>\r\n  <w:LidThemeAsian>X-NONE<\/w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE<\/w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables\/>\r\n   <w:SnapToGridInCell\/>\r\n   <w:WrapTextWithPunct\/>\r\n   <w:UseAsianBreakRules\/>\r\n   <w:DontGrowAutofit\/>\r\n   <w:SplitPgBreakAndParaMark\/>\r\n   <w:DontVertAlignCellWithSp\/>\r\n   <w:DontBreakConstrainedForcedTables\/>\r\n   <w:DontVertAlignInTxbx\/>\r\n   <w:Word11KerningPairs\/>\r\n   <w:CachedColBalance\/>\r\n  <\/w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"\/>\r\n   <m:brkBin m:val=\"before\"\/>\r\n   <m:brkBinSub m:val=\"&#45;-\"\/>\r\n   <m:smallFrac m:val=\"off\"\/>\r\n   <m:dispDef\/>\r\n   <m:lMargin m:val=\"0\"\/>\r\n   <m:rMargin m:val=\"0\"\/>\r\n   <m:defJc m:val=\"centerGroup\"\/>\r\n   <m:wrapIndent m:val=\"1440\"\/>\r\n   <m:intLim m:val=\"subSup\"\/>\r\n   <m:naryLim m:val=\"undOvr\"\/>\r\n  <\/m:mathPr><\/w:WordDocument>\r\n<\/xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"267\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"\/>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"\/>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"\/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"\/>\r\n <\/w:LatentStyles>\r\n<\/xml><![endif]--><style>\r\n<!--{cke_protected}%3C!%2D%2D%7Bcke_protected%7D%253C!%252D%252D%257Bcke_protected%257D%25253C!%25252D%25252D%25257Bcke_protected%25257D%2525253C!%2525252D%2525252D%2525257Bcke_protected%2525257D%252525253C!%252525252D%252525252D%252525257Bcke_protected%252525257D%25252525253C!%25252525252D%25252525252D%25252525257Bcke_protected%25252525257D%2525252525253C!%2525252525252D%2525252525252D%2525252525257Bcke_protected%2525252525257D%252525252525253C!%252525252525252D%252525252525252D%252525252525257Bcke_protected%252525252525257D%25252525252525253C!%25252525252525252D%25252525252525252D%25252525252525257Bcke_protected%25252525252525257D%2525252525252525253C!%2525252525252525252D%2525252525252525252D%2525252525252525257Bcke_protected%2525252525252525257D%252525252525252525253C!%252525252525252525252D%252525252525252525252D%252525252525252525257Bcke_protected%252525252525252525257D%25252525252525252525253C!%25252525252525252525252D%25252525252525252525252D%25252525252525252525257Bcke_protected%25252525252525252525257D%2525252525252525252525253C!%2525252525252525252525252D%2525252525252525252525252D%2525252525252525252525257Bcke_protected%2525252525252525252525257D%252525252525252525252525253C!%252525252525252525252525252D%252525252525252525252525252D%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252520%252525252525252525252525252F*%2525252525252525252525252520Font%2525252525252525252525252520Definitions%2525252525252525252525252520*%252525252525252525252525252F%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252520%2525252525252525252525252540font-face%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509%252525252525252525252525257Bfont-family%252525252525252525252525253A%2525252525252525252525252522Cambria%2525252525252525252525252520Math%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509panose-1%252525252525252525252525253A2%25252525252525252525252525204%25252525252525252525252525205%25252525252525252525252525203%25252525252525252525252525205%25252525252525252525252525204%25252525252525252525252525206%25252525252525252525252525203%25252525252525252525252525202%25252525252525252525252525204%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-font-charset%252525252525252525252525253A1%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-generic-font-family%252525252525252525252525253Aroman%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-font-format%252525252525252525252525253Aother%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-font-pitch%252525252525252525252525253Avariable%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-font-signature%252525252525252525252525253A0%25252525252525252525252525200%25252525252525252525252525200%25252525252525252525252525200%25252525252525252525252525200%25252525252525252525252525200%252525252525252525252525253B%252525252525252525252525257D%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252540font-face%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509%252525252525252525252525257Bfont-family%252525252525252525252525253ACalibri%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509panose-1%252525252525252525252525253A2%252525252525252525252525252015%25252525252525252525252525205%25252525252525252525252525202%25252525252525252525252525202%25252525252525252525252525202%25252525252525252525252525204%25252525252525252525252525203%25252525252525252525252525202%25252525252525252525252525204%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-font-charset%252525252525252525252525253A204%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-generic-font-family%252525252525252525252525253Aswiss%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-font-pitch%252525252525252525252525253Avariable%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-font-signature%252525252525252525252525253A-1610611985%25252525252525252525252525201073750139%25252525252525252525252525200%25252525252525252525252525200%2525252525252525252525252520159%25252525252525252525252525200%252525252525252525252525253B%252525252525252525252525257D%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252540font-face%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509%252525252525252525252525257Bfont-family%252525252525252525252525253AVerdana%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509panose-1%252525252525252525252525253A2%252525252525252525252525252011%25252525252525252525252525206%25252525252525252525252525204%25252525252525252525252525203%25252525252525252525252525205%25252525252525252525252525204%25252525252525252525252525204%25252525252525252525252525202%25252525252525252525252525204%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-font-charset%252525252525252525252525253A204%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-generic-font-family%252525252525252525252525253Aswiss%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-font-pitch%252525252525252525252525253Avariable%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-font-signature%252525252525252525252525253A536871559%25252525252525252525252525200%25252525252525252525252525200%25252525252525252525252525200%2525252525252525252525252520415%25252525252525252525252525200%252525252525252525252525253B%252525252525252525252525257D%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252520%252525252525252525252525252F*%2525252525252525252525252520Style%2525252525252525252525252520Definitions%2525252525252525252525252520*%252525252525252525252525252F%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252520p.MsoNormal%252525252525252525252525252C%2525252525252525252525252520li.MsoNormal%252525252525252525252525252C%2525252525252525252525252520div.MsoNormal%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509%252525252525252525252525257Bmso-style-unhide%252525252525252525252525253Ano%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-style-qformat%252525252525252525252525253Ayes%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-style-parent%252525252525252525252525253A%2525252525252525252525252522%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509margin-top%252525252525252525252525253A0cm%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509margin-right%252525252525252525252525253A0cm%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509margin-bottom%252525252525252525252525253A10.0pt%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509margin-left%252525252525252525252525253A0cm%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509line-height%252525252525252525252525253A115%2525252525252525252525252525%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-pagination%252525252525252525252525253Awidow-orphan%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509font-size%252525252525252525252525253A11.0pt%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509font-family%252525252525252525252525253A%2525252525252525252525252522Calibri%2525252525252525252525252522%252525252525252525252525252C%2525252525252525252525252522sans-serif%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-ascii-font-family%252525252525252525252525253ACalibri%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-ascii-theme-font%252525252525252525252525253Aminor-latin%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-fareast-font-family%252525252525252525252525253ACalibri%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-fareast-theme-font%252525252525252525252525253Aminor-latin%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-hansi-font-family%252525252525252525252525253ACalibri%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-hansi-theme-font%252525252525252525252525253Aminor-latin%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-bidi-font-family%252525252525252525252525253A%2525252525252525252525252522Times%2525252525252525252525252520New%2525252525252525252525252520Roman%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-bidi-theme-font%252525252525252525252525253Aminor-bidi%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-ansi-language%252525252525252525252525253AEN-IE%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-fareast-language%252525252525252525252525253AEN-US%252525252525252525252525253B%252525252525252525252525257D%252525252525252525252525250D%252525252525252525252525250Ah2%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509%252525252525252525252525257Bmso-style-priority%252525252525252525252525253A9%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-style-unhide%252525252525252525252525253Ano%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-style-qformat%252525252525252525252525253Ayes%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-style-link%252525252525252525252525253A%2525252525252525252525252522%25252525252525252525252525D0%2525252525252525252525252597%25252525252525252525252525D0%25252525252525252525252525B0%25252525252525252525252525D0%25252525252525252525252525B3%25252525252525252525252525D0%25252525252525252525252525BE%25252525252525252525252525D0%25252525252525252525252525BB%25252525252525252525252525D0%25252525252525252525252525BE%25252525252525252525252525D0%25252525252525252525252525B2%25252525252525252525252525D0%25252525252525252525252525BE%25252525252525252525252525D0%25252525252525252525252525BA%25252525252525252525252525202%2525252525252525252525252520%25252525252525252525252525D0%2525252525252525252525252597%25252525252525252525252525D0%25252525252525252525252525BD%25252525252525252525252525D0%25252525252525252525252525B0%25252525252525252525252525D0%25252525252525252525252525BA%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509margin-top%252525252525252525252525253A0cm%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509margin-right%252525252525252525252525253A0cm%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509margin-bottom%252525252525252525252525253A8.35pt%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509margin-left%252525252525252525252525253A0cm%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-pagination%252525252525252525252525253Awidow-orphan%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-outline-level%252525252525252525252525253A2%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509font-size%252525252525252525252525253A19.0pt%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509font-family%252525252525252525252525253A%2525252525252525252525252522Times%2525252525252525252525252520New%2525252525252525252525252520Roman%2525252525252525252525252522%252525252525252525252525252C%2525252525252525252525252522serif%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-fareast-font-family%252525252525252525252525253A%2525252525252525252525252522Times%2525252525252525252525252520New%2525252525252525252525252520Roman%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-ansi-language%252525252525252525252525253AEN-IE%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-fareast-language%252525252525252525252525253AEN-IE%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509font-weight%252525252525252525252525253Anormal%252525252525252525252525253B%252525252525252525252525257D%252525252525252525252525250D%252525252525252525252525250Aspan.2%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509%252525252525252525252525257Bmso-style-name%252525252525252525252525253A%2525252525252525252525252522%25252525252525252525252525D0%2525252525252525252525252597%25252525252525252525252525D0%25252525252525252525252525B0%25252525252525252525252525D0%25252525252525252525252525B3%25252525252525252525252525D0%25252525252525252525252525BE%25252525252525252525252525D0%25252525252525252525252525BB%25252525252525252525252525D0%25252525252525252525252525BE%25252525252525252525252525D0%25252525252525252525252525B2%25252525252525252525252525D0%25252525252525252525252525BE%25252525252525252525252525D0%25252525252525252525252525BA%25252525252525252525252525202%2525252525252525252525252520%25252525252525252525252525D0%2525252525252525252525252597%25252525252525252525252525D0%25252525252525252525252525BD%25252525252525252525252525D0%25252525252525252525252525B0%25252525252525252525252525D0%25252525252525252525252525BA%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-style-priority%252525252525252525252525253A9%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-style-unhide%252525252525252525252525253Ano%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-style-locked%252525252525252525252525253Ayes%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-style-link%252525252525252525252525253A%2525252525252525252525252522%25252525252525252525252525D0%2525252525252525252525252597%25252525252525252525252525D0%25252525252525252525252525B0%25252525252525252525252525D0%25252525252525252525252525B3%25252525252525252525252525D0%25252525252525252525252525BE%25252525252525252525252525D0%25252525252525252525252525BB%25252525252525252525252525D0%25252525252525252525252525BE%25252525252525252525252525D0%25252525252525252525252525B2%25252525252525252525252525D0%25252525252525252525252525BE%25252525252525252525252525D0%25252525252525252525252525BA%25252525252525252525252525202%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-ansi-font-size%252525252525252525252525253A19.0pt%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-bidi-font-size%252525252525252525252525253A19.0pt%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509font-family%252525252525252525252525253A%2525252525252525252525252522Times%2525252525252525252525252520New%2525252525252525252525252520Roman%2525252525252525252525252522%252525252525252525252525252C%2525252525252525252525252522serif%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-ascii-font-family%252525252525252525252525253A%2525252525252525252525252522Times%2525252525252525252525252520New%2525252525252525252525252520Roman%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-fareast-font-family%252525252525252525252525253A%2525252525252525252525252522Times%2525252525252525252525252520New%2525252525252525252525252520Roman%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-hansi-font-family%252525252525252525252525253A%2525252525252525252525252522Times%2525252525252525252525252520New%2525252525252525252525252520Roman%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-bidi-font-family%252525252525252525252525253A%2525252525252525252525252522Times%2525252525252525252525252520New%2525252525252525252525252520Roman%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-fareast-language%252525252525252525252525253AEN-IE%252525252525252525252525253B%252525252525252525252525257D%252525252525252525252525250D%252525252525252525252525250A.MsoChpDefault%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509%252525252525252525252525257Bmso-style-type%252525252525252525252525253Aexport-only%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-default-props%252525252525252525252525253Ayes%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-ascii-font-family%252525252525252525252525253ACalibri%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-ascii-theme-font%252525252525252525252525253Aminor-latin%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-fareast-font-family%252525252525252525252525253ACalibri%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-fareast-theme-font%252525252525252525252525253Aminor-latin%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-hansi-font-family%252525252525252525252525253ACalibri%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-hansi-theme-font%252525252525252525252525253Aminor-latin%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-bidi-font-family%252525252525252525252525253A%2525252525252525252525252522Times%2525252525252525252525252520New%2525252525252525252525252520Roman%2525252525252525252525252522%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-bidi-theme-font%252525252525252525252525253Aminor-bidi%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-ansi-language%252525252525252525252525253AEN-IE%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-fareast-language%252525252525252525252525253AEN-US%252525252525252525252525253B%252525252525252525252525257D%252525252525252525252525250D%252525252525252525252525250A.MsoPapDefault%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509%252525252525252525252525257Bmso-style-type%252525252525252525252525253Aexport-only%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509margin-bottom%252525252525252525252525253A10.0pt%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509line-height%252525252525252525252525253A115%2525252525252525252525252525%252525252525252525252525253B%252525252525252525252525257D%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252540page%2525252525252525252525252520Section1%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509%252525252525252525252525257Bsize%252525252525252525252525253A612.0pt%2525252525252525252525252520792.0pt%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509margin%252525252525252525252525253A2.0cm%252525252525252525252525252042.5pt%25252525252525252525252525202.0cm%25252525252525252525252525203.0cm%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-header-margin%252525252525252525252525253A36.0pt%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-footer-margin%252525252525252525252525253A36.0pt%252525252525252525252525253B%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509mso-paper-source%252525252525252525252525253A0%252525252525252525252525253B%252525252525252525252525257D%252525252525252525252525250D%252525252525252525252525250Adiv.Section1%252525252525252525252525250D%252525252525252525252525250A%2525252525252525252525252509%252525252525252525252525257Bpage%252525252525252525252525253ASection1%252525252525252525252525253B%252525252525252525252525257D%252525252525252525252525250D%252525252525252525252525250A%252525252525252525252525252D%252525252525252525252525252D%252525252525252525252525253E%2525252525252525252525252D%2525252525252525252525252D%2525252525252525252525253E%25252525252525252525252D%25252525252525252525252D%25252525252525252525253E%252525252525252525252D%252525252525252525252D%252525252525252525253E%2525252525252525252D%2525252525252525252D%2525252525252525253E%25252525252525252D%25252525252525252D%25252525252525253E%252525252525252D%252525252525252D%252525252525253E%2525252525252D%2525252525252D%2525252525253E%25252525252D%25252525252D%25252525253E%252525252D%252525252D%252525253E%2525252D%2525252D%2525253E%25252D%25252D%25253E%252D%252D%253E%2D%2D%3E-->\r\n<\/style> <!--[if gte mso 10]>\r\n<style>\r\n \/* Style Definitions *\/\r\n table.MsoNormalTable\r\n\t{mso-style-name:\"\u041e\u0431\u044b\u0447\u043d\u0430\u044f \u0442\u0430\u0431\u043b\u0438\u0446\u0430\";\r\n\tmso-tstyle-rowband-size:0;\r\n\tmso-tstyle-colband-size:0;\r\n\tmso-style-noshow:yes;\r\n\tmso-style-priority:99;\r\n\tmso-style-qformat:yes;\r\n\tmso-style-parent:\"\";\r\n\tmso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n\tmso-para-margin-top:0cm;\r\n\tmso-para-margin-right:0cm;\r\n\tmso-para-margin-bottom:10.0pt;\r\n\tmso-para-margin-left:0cm;\r\n\tline-height:115%;\r\n\tmso-pagination:widow-orphan;\r\n\tfont-size:11.0pt;\r\n\tfont-family:\"Calibri\",\"sans-serif\";\r\n\tmso-ascii-font-family:Calibri;\r\n\tmso-ascii-theme-font:minor-latin;\r\n\tmso-fareast-font-family:\"Times New Roman\";\r\n\tmso-fareast-theme-font:minor-fareast;\r\n\tmso-hansi-font-family:Calibri;\r\n\tmso-hansi-theme-font:minor-latin;}\r\n<\/style>\r\n<![endif]--><\/p>\r\n<p>\r\n\t&nbsp;<\/p>\r\n<div>\r\n\t<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" hspace=\"0\" vspace=\"0\">\r\n\t\t<tbody>\r\n\t\t\t<tr>\r\n\t\t\t\t<td align=\"left\" style=\"padding: 0cm 9pt;\" valign=\"top\">\r\n\t\t\t\t\t<span _fck_bookmark=\"1\" style=\"display: none;\">&nbsp;<\/span>\r\n\t\t\t\t\t<h2>\r\n\t\t\t\t\t\t<b><span lang=\"EN-IE\" style=\"font-family: 'verdana','sans-serif'; color: black; font-size: 11pt;\">Welcome to Directory B2B Network<o:p><\/o:p><\/span><\/b><\/h2>\r\n\t\t\t\t\t<span _fck_bookmark=\"1\" style=\"display: none;\">&nbsp;<\/span><span _fck_bookmark=\"1\" style=\"display: none;\">&nbsp;<\/span>\r\n\t\t\t\t\t<p class=\"MsoNormal\">\r\n\t\t\t\t\t\t<span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IE\" style=\"line-height: 115%; font-family: 'arial','sans-serif'; font-size: 9pt;\">Directory B2B Network&nbsp; is an online website directory listing companies, sole traders, shops and numerous other businesses all over the world. Whatever you are looking for you can view them right here on Directory B2B Network. We aim to provide you with the right business for the job you have in mind. You can view their photos and read about each trade. <\/span><\/span><span lang=\"EN-IE\" style=\"line-height: 115%; font-family: 'arial','sans-serif'; font-size: 9pt;\"><span style=\"color: black;\"><o:p><\/o:p><\/span><\/span><\/p>\r\n\t\t\t\t\t<span _fck_bookmark=\"1\" style=\"display: none;\">&nbsp;<\/span><span _fck_bookmark=\"1\" style=\"display: none;\">&nbsp;<\/span>\r\n\t\t\t\t\t<p class=\"MsoNormal\">\r\n\t\t\t\t\t\t<span lang=\"EN-IE\" style=\"line-height: 115%; font-family: 'arial','sans-serif'; color: rgb(38, 38, 38); font-size: 9pt;\"><span>&nbsp;<\/span><\/span><span _fck_bookmark=\"1\" style=\"display: none;\">&nbsp;<\/span><strong><span lang=\"EN-IE\" style=\"line-height: 115%; font-family: 'arial','sans-serif'; color: rgb(38, 38, 38); font-size: 9pt;\">Get Your business Noticed&nbsp;&nbsp; !<\/span><\/strong><span _fck_bookmark=\"1\" style=\"display: none;\">&nbsp;<\/span><b><span lang=\"EN-IE\" style=\"line-height: 115%; font-family: 'arial','sans-serif'; color: rgb(31, 73, 125); font-size: 9pt;\"> <o:p><\/o:p><\/span><\/b><\/p>\r\n\t\t\t\t\t<p class=\"MsoNormal\" style=\"line-height: normal;\">\r\n\t\t\t\t\t\t<span lang=\"EN-IE\" style=\"font-family: 'arial','sans-serif'; font-size: 9pt;\"><span style=\"color: rgb(0, 0, 0);\">Get your business listed in the <\/span><\/span><span style=\"color: red;\">Directory B2B Network<\/span><span style=\"color: rgb(43, 10, 5);\">. <\/span><span style=\"color: rgb(0, 0, 0);\">If you want to increase your business, you need to be in our A - Z Online Business Directory.<\/span><o:p><\/o:p><\/p>\r\n\t\t\t\t\t<p class=\"MsoNormal\" style=\"line-height: normal;\">\r\n\t\t\t\t\t\t<b><i><span lang=\"EN-IE\" style=\"font-family: 'arial','sans-serif'; color: rgb(38, 38, 38); font-size: 9pt;\">Anything for free? <o:p><\/o:p><\/span><\/i><\/b><\/p>\r\n\t\t\t\t\t<p class=\"MsoNormal\" style=\"line-height: normal;\">\r\n\t\t\t\t\t\t<span lang=\"EN-IE\" style=\"font-family: 'arial','sans-serif'; font-size: 9pt;\"><span style=\"color: rgb(0, 0, 0);\">Of course, it is <\/span><\/span><span style=\"color: red;\">free to add your Company<\/span><span style=\"color: rgb(43, 10, 5);\"><span>&nbsp; <\/span><\/span><span style=\"color: rgb(0, 0, 0);\">to the Directory B2B Network Online Directory. Promote your Business or Service by Advertising in Directory B2B Network Online Directory it couldn&#39;t be easier <b>!<\/b><\/span><o:p><\/o:p><\/p>\r\n\t\t\t\t<\/td>\r\n\t\t\t<\/tr>\r\n\t\t<\/tbody>\r\n\t<\/table>\r\n<\/div>\r\n<p>\r\n\t<span lang=\"EN-IE\" style=\"line-height: 115%; font-family: 'arial','sans-serif'; color: black; font-size: 9pt;\"><span style=\"color: rgb(0, 0, 0);\">You have full control over your advert and you ca<span _fck_bookmark=\"1\" style=\"display: none;\">&nbsp;<\/span>n edit <\/span>it as often as you please. Put up your special offers, list your products with pricing and explain each product with text. Its so easy. You will have your own username and password for editing your own advert.&nbsp;&nbsp;<span style=\"color: rgb(255, 0, 0);\">Join us today !<\/span>&nbsp;&nbsp;<\/span><\/p>\r\n","site_description":"","site_keywords":"","backup":"backup\/","admin":"admin\/","site_email":"info@directoryb2bnetwork.com","bugs_email":"info@directoryb2bnetwork.com","tmpl":"directoryb2bnetwork","admin_tmpl":"default","lang":"en","charset":"UTF-8","date_format":"%b %e, %Y","suffix":":: Powered by eSyndiCat 2.3","title_breadcrumb":"0","language_switch":"0","mod_rewrite":"1","display_frontend":"1","underconstruction":"We are sorry. Our site is under construction.","old_pages_urls":"0","esyndicat_news_url":"http:\/\/blog.intelliants.com\/?view=rss","esyndicat_new_plugins_url":"http:\/\/tools.esyndicat.com\/new_plugins.php","esyndicat_block_positions":"left,right,top,center,bottom,user1,user2,verybottom,verytop","ckeditor_color":"#F00","allow_listings_submission":"1","auto_approval":"0","new_window":"0","forward_to_listing_details":"1","pagerank":"1","thumbshot":"1","num_index_listings":"10","num_get_listings":"10","num_featured_display":"3","num_partner_display":"3","visitor_sorting":"1","listings_sorting":"alphabetic","listings_sorting_type":"ascending","html_tags":"0","expiration_period":"","expiration_action":"","broken_listings_report":"1","listing_check":"0","broken_visitors":"1","http_headers":"301,302,200","reciprocal_check":"0","reciprocal_required_only_for_free":"0","reciprocal_domain":"1","reciprocal_text":"http:\/\/www.directoryb2bnetwork.com\/","recip_featured":"0","reciprocal_visitors":"1","duplicate_checking":"0","duplicate_type":"domain","duplicate_visitors":"1","reciprocal_label":"To validate the reciprocal link please include the following HTML code in the page at the URL specified above, before submitting this form:","reciprocal_code":"","mail_function":"php mail","mimetype":"html","sendmail_path":"\/usr\/bin\/sendmail","smtp_secure_connection":"","smtp_server":"","smtp_user":"","smtp_password":"","listing_submit":"1","listing_submit_subject":"Listing was submitted to {own_site}","listing_submit_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tWe are glad to inform you that a link to {your_site_url} has been submitted to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em> ({own_dir_url}). Your submission will be reviewed within 24 hours.<\/p>\r\n<p>\r\n\tAfter approval and activation, your URL will be listed at:<\/p>\r\n<p>\r\n\t<a href=\"{dir_listing}\"><i>{dir_listing}<\/i><\/a><\/p>\r\n<p>\r\n\tNow, please add a link to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em> to any of your site&#39;s pages.<\/p>\r\n<p>\r\n\tPlease use the code below:<\/p>\r\n<pre><a href=\"{own_url}\">{own_site}<\/a><\/pre>\r\n<p>\r\n\tOR use the following information<\/p>\r\n<pre>TITLE: <em>{own_site}<\/em>\r\nURL: <em>{own_url}<\/em>\r\nDESCRIPTION: <em>your site description<\/em>\r\n<\/pre>\r\n<p>\r\n\tAll the listings in our directory are direct, so they will improve your listing popularity.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_submit_body_plaintext":"Dear Sir\/Madam,\r\n \r\nWe are glad to inform you that a link to {your_site_url}\r\nhas been submitted to {own_site} ({own_dir_url}).\r\nYour submission will be reviewed within 24 hours.\r\n  \r\nAfter approval and activation, your URL will be listed at: \r\n{dir_listing}\r\n  \r\nNow, please add a link to {own_site} to any of your site's pages.\r\n\r\nPlease use the code below:\r\n------------------------------------\r\n<a href=\"{own_url}\">{own_site}<\/a>\r\n------------------------------------\r\n\r\nOR use the following information\r\n------------------------------------\r\nTITLE: {own_site}\r\nURL: {own_url}\r\nDESCRIPTION: your site description\r\n\r\nAll the listings in our directory are direct, so they will improve your listing popularity.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_approve":"1","listing_approve_subject":"Listing was approved in {own_site}","listing_approve_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tCongratulations! Your listing {your_site_url} has been approved for <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. You can view it at:<\/p>\r\n<p>\r\n\t<em><a href=\"{dir_listing}\">{dir_listing}<\/a><\/em><\/p>\r\n<p>\r\n\tIf you have not placed reciprocal listing to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em> yet, please add a listing to {own_url} to any of your site&#39;s pages.<\/p>\r\n<p>\r\n\tPlease use the code below:<\/p>\r\n<pre><a href=\"{own_url}\">{own_site}<\/a><\/pre>\r\n<p>\r\n\tOR use the following information<\/p>\r\n<pre>TITLE: <em>{own_site}<\/em>\r\nURL: <em>{own_url}<\/em>\r\nDESCRIPTION: <em>your site description<\/em>\r\n<\/pre>\r\n<p>\r\n\tAll the listings in our directory are direct, so they will improve your listing popularity.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_approve_body_plaintext":"Dear Sir\/Madam,\r\n  \r\nCongratulations! Your listing {your_site_url} has been approved for {own_site}.\r\nYou can view it at {dir_listing}.\r\n  \r\nIf you have not placed reciprocal listing to {own_site} yet,\r\nplease add a listing to {own_url} to any of your site's pages.\r\n\r\nPlease use the code below:\r\n------------------------------------\r\n<a href=\"{own_url}\">{own_site}<\/a>\r\n------------------------------------\r\n\r\nOR use the following information\r\n------------------------------------\r\nTITLE: {own_site}\r\nURL: {own_url}\r\nDESCRIPTION: site description\r\n------------------------------------\r\n\r\nAll the listings in our directory are direct, so they will improve your listing popularity.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_disapprove":"1","listing_disapprove_subject":"Listing was disapproved in {own_site}","listing_disapprove_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tYour listing {your_site_url} has been disapproved in<em> <a href=\"{own_dir_url}\">{own_site}<\/a><\/em>.<\/p>\r\n<p>\r\n\tIf you have questions, please feel free to ask us.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_disapprove_body_plaintext":"Dear Sir\/Madam,\r\n\r\nYour listing {your_site_url} has been disapproved in {own_site} Listings Directory.\r\n\r\nIf you have questions, please feel free to ask us.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_move":"1","listing_move_subject":"Listing was moved in {own_site}","listing_move_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tWe are glad to inform you, that your listing to site {your_site_url} was moved into another category.<\/p>\r\n<p>\r\n\tThis is the new location of your listing:<\/p>\r\n<p>\r\n\t<em><a href=\"{dir_listing}\">{dir_listing}<\/a><\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_move_body_plaintext":"Dear Sir\/Madam,\r\n\r\nWe are glad to inform you, that your listing to site {your_site_url} was moved into another category. \r\nThis is the new location of your listing:\r\n\r\n{dir_listing}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_modify":"1","listing_modify_subject":"Listing was modified in {own_site}","listing_modify_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tWe are glad to inform you, that your listing to site {your_site_url} was modified.<\/p>\r\n<p>\r\n\tThese are the new attributes of your listing:<\/p>\r\n<p>\r\n\tTitle: <em>{your_site_title}<\/em><br \/>\r\n\tURL: <em>{your_site_url}<\/em><br \/>\r\n\tDescription: <em>{your_site_desc}<\/em><br \/>\r\n\tEmail: <em>{your_site_email}<\/em><br \/>\r\n\tRank: <em>{your_site_rank}<\/em><br \/>\r\n\tStatus: <em>{your_site_status}<\/em><\/p>\r\n<p>\r\n\tYou can view your listing here:<\/p>\r\n<p>\r\n\t<em><a href=\"{dir_listing}\">{dir_listing}<\/a><\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_modify_body_plaintext":"Dear Sir\/Madam,\r\n\r\nWe are glad to inform you, that your listing to site {your_site_url} was modified.\r\nThese are the new attributes of your listing:\r\n\r\nTitle: {your_site_title}\r\nURL: {your_site_url}\r\nDescription: {your_site_desc}\r\nEmail: {your_site_email}\r\nRank: {your_site_rank}\r\nStatus: {your_site_status}\r\n\r\nYou can view your listing here:\r\n{dir_listing}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_reject":"1","listing_reject_subject":"Listing was banned in {own_site}","listing_reject_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tYour listing to {your_site_url} has been banned in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>.<\/p>\r\n<p>\r\n\tIf you have questions, please feel free to ask us.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_reject_body_plaintext":"Dear Sir\/Madam,\r\n\r\nListing to {your_site_url} in our directory has been banned.\r\n\r\nIf you have questions, please feel free to ask us.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_delete":"1","listing_delete_subject":"Listing was deleted from {own_site}","listing_delete_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tYour listing {your_site_url} has been deleted from<\/p>\r\n<p>\r\n\t<em><a href=\"{dir_listing}\">{dir_listing}<\/a><\/em><\/p>\r\n<p>\r\n\tcategory, probably because you did not place reciprocal listing(s) to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. To see your listing again, please add a listing to our site and inform us.<\/p>\r\n<p>\r\n\t<em>{reason}<\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_delete_body_plaintext":"Dear Sir\/Madam,\r\n\r\nYour listing {your_site_url} has been deleted from {dir_listing} category,\r\nprobably because you did not place reciprocal listing(s) to {own_site}. \r\nTo see your listing again, please add a listing to our site and inform us.\r\n\r\n{reason}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_admin_add":"1","listing_admin_add_subject":"Listing was added to {own_site}","listing_admin_add_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tWe are glad to inform you that a listing to {your_site_url} has been added to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em> ({own_dir_url}).<\/p>\r\n<p>\r\n\tThese are the attributes of your listing:<br \/>\r\n\tTitle: <em>{your_site_title}<\/em><br \/>\r\n\tURL: <em>{your_site_url}<\/em><br \/>\r\n\tDescription:<em> {your_site_desc}<\/em><br \/>\r\n\tEmail: <em>{your_site_email}<\/em><br \/>\r\n\tRank:<em> {your_site_rank}<\/em><\/p>\r\n<p>\r\n\tYou can view your listing here:<\/p>\r\n<p>\r\n\t<em><a href=\"{dir_listing}\">{dir_listing}<\/a><\/em><\/p>\r\n<p>\r\n\tNow, please add a listing to {own_site} to any of your site&#39;s pages.<\/p>\r\n<p>\r\n\tPlease use the code below:<br \/>\r\n\t------------------------------------<br \/>\r\n\t<a href=\"{own_url}\">{own_site}<\/a><br \/>\r\n\t------------------------------------<\/p>\r\n<p>\r\n\tOR use the following information<br \/>\r\n\t------------------------------------<br \/>\r\n\tTITLE: <em>{own_site}<\/em><br \/>\r\n\tURL: <em>{own_url}<\/em><br \/>\r\n\tDESCRIPTION: <em>your site description<\/em><\/p>\r\n<p>\r\n\tAll the listings in our directory are direct, so they will improve your listing popularity.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_admin_add_body_plaintext":"Dear Sir\/Madam,\r\n \r\nWe are glad to inform you that a listing to {your_site_url} has been added to {own_site} Listings Directory ({own_dir_url}).\r\n  \r\nThese are the attributes of your listing:\r\nTitle: {your_site_title}\r\nURL: {your_site_url}\r\nDescription: {your_site_desc}\r\nEmail: {your_site_email}\r\nRank: {your_site_rank}\r\nStatus: {your_site_status}\r\n\r\nYou can view your listing here {dir_listing}\r\n\r\nNow, please add a listing to {own_site} to any of your site's pages.\r\n\r\nPlease use the code below:\r\n------------------------------------\r\n<a href=\"{own_url}\">{own_site}<\/a>\r\n------------------------------------\r\n\r\nOR use the following information\r\n------------------------------------\r\nTITLE: {own_site}\r\nURL: {own_url}\r\nDESCRIPTION: your site description\r\n\r\nAll the listings in our directory are direct, so they will improve your listing popularity.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","register_account":"1","register_account_subject":"Thanks for registration at {own_site}","register_account_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tThanks for your registration at <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Here is information you should use in order to login:<\/p>\r\n<p>\r\n\tYour username: <strong>{account_username}<\/strong><br \/>\r\n\tYour password: <strong>{account_pwd}<\/strong><br \/>\r\n\tYour activation key: {key}<\/p>\r\n<p>\r\n\tTo activate your account go to<em> <a href=\"{own_site}register.php?user={account_username_url}&amp;key={key}&amp;action=confirm\">{own_site}register.php?user={account_username_url}&amp;key={key}&amp;action=confirm<\/a><\/em><\/p>\r\n<p>\r\n\tYou may change your password later by editing your personal attributes in your account area.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","register_account_body_plaintext":"Dear Sir\/Madam,\r\n\r\nThanks for your registration at {own_site}. Here is information you should use in order to login:\r\n\r\nYour username: {account_username}\r\nYour password: {account_pwd}\r\n\r\nYour activation key: {key}\r\n\r\nTo activate your account go to {own_site}register.php?user={account_username_url}&key={key}&action=confirm\r\n\r\nYou may change your password later by editing your personal attributes in your account area.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","admin_notif_subject":"Listing was submitted to {own_site}","admin_notif_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tListing was submitted to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Please check it.<\/p>\r\n<p>\r\n\tThese are the attributes of a listing:<br \/>\r\n\tTitle:<em> {your_site_title}<\/em><br \/>\r\n\tURL: <em>{your_site_url}<\/em><br \/>\r\n\tDescription: <em>{your_site_desc}<\/em><br \/>\r\n\tEmail:<em> {your_site_email}<\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","admin_notif_body_plaintext":"Dear {admin_name},\r\n\r\nListing was submitted to {own_site} Directory. Please check it.\r\n\r\nThese are the attributes of a listing:\r\nTitle: {your_site_title}\r\nURL: {your_site_url}\r\nDescription: {your_site_desc}\r\nEmail: {your_site_email}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listings_payment_subject":"Listing was made sponsored in {own_site}","listings_payment_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tListing was made sponsored in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Please check it.<\/p>\r\n<p>\r\n\tThese are the attributes of a listing:<br \/>\r\n\tTitle:<em> {your_site_title}<\/em><br \/>\r\n\tURL: <em>{your_site_url}<\/em><br \/>\r\n\tDescription:<em> {your_site_desc}<\/em><br \/>\r\n\tEmail: <em>{your_site_email}<\/em><br \/>\r\n\tPlan: <em>{your_site_plan}<\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listings_payment_body_plaintext":"Dear {admin_name},\r\n\r\nListing was made sponsored in {own_site} Directory. Please check it.\r\n\r\nThese are the attributes of a listing:\r\nTitle: {your_site_title}\r\nURL: {your_site_url}\r\nDescription: {your_site_desc}\r\nEmail: {your_site_email}\r\nPlan: {your_site_plan}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_deleted":"1","account_deleted_subject":"Account deleted in {own_site}","account_deleted_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tYour account was removed from<\/p>\r\n<p>\r\n\t<em><a href=\"{own_url}\">{own_site}<\/a><\/em><\/p>\r\n<p>\r\n\tLet us know if you have any questions.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","account_deleted_body_plaintext":"Dear {username},\r\n\r\nYour account was removed from {own_site}. \r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","password_change_subject":"Password change request at {own_site}","password_change_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tYou requested a password change in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Now you should use the following credentials to log in as account:<\/p>\r\n<p>\r\n\tusername:<strong> {username}<\/strong><br \/>\r\n\tpassword: <strong>{password}<\/strong><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","password_change_body_plaintext":"Dear {username},\r\n\r\nYou requested a password change in {own_site}. Now you should use the following credentials to log in as account:\r\n\r\nusername: {username}\r\npassword: {password}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_approved":"1","account_approved_subject":"Account was approved at {own_site}","account_approved_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tYour account was approved in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Now you can log in to the directory.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","account_approved_body_plaintext":"Dear {username},\r\n\r\nYour account was approved in {own_site}. Now you can log in to the directory.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_disapproved":"1","account_disapproved_subject":"Account was disapproved at {own_site}","account_disapproved_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tYour account was disapproved in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","account_disapproved_body_plaintext":"Dear {username},\r\n\r\nYour account was disapproved in {own_site}.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","payment_expiration":"1","payment_expiration_subject":"Payment is about to expire at {own_site}","payment_expiration_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tHi, Your listing {your_site_title} will be expired in {days}. You can click here to extend the sponsorship:<\/p>\r\n<p>\r\n\t<em><a href=\"{upgrade_url}\">{upgrade_url}<\/a><\/em><\/p>\r\n<p>\r\n\t{action_expire}<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","payment_expiration_body_plaintext":"Hi,\r\n\r\nYour listing - {your_site_title} - will be expired in {days}. You can click here to extend the sponsorship:\r\n{upgrade_url}\r\n\r\n{action_expire}\r\n\r\nThanks in advance.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","broken_listing_report_subject":"Broken Listing Reported at {own_site}","broken_listing_report_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tThe following listing is reported as being broken:<\/p>\r\n<p>\r\n\tListing ID: {id}<br \/>\r\n\tListing URL: {url}<br \/>\r\n\tListing Title: {title}<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","broken_listing_report_body_plaintext":"Dear {admin_name},\r\n\r\nThe following listing is reported as being broken:\r\n\r\nListing ID: {id}\r\nListing URL: {url}\r\nListing Title: {title}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","news":"1","news_number":"3","news_max":"200","news_order":"date","banners_payment_body_html":"Dear {admin_name},<br \/><br \/>\n\nBanner was submitted to {own_site} Directory. Please check it.<br \/><br \/>\n\nThese are the attributes of a banner:<br \/>\nTitle: {item_title}<br \/>\nURL: {item_url}<br \/>\nEmail: {item_email}<br \/>\nBanner Plan: {item_plan}<br \/><br \/>\n\n______________________________<br \/>\nThank you,<br \/>\n{own_site} Administration Team<br \/>\n{own_url}<br \/>\n{own_email}","banners_payment_body_plaintext":"Dear {admin_name},\n\nBanner was submitted to {own_site} Directory. Please check it.\n\nThese are the attributes of a banner:\nTitle: {item_title}\nURL: {item_url}\nEmail: {item_email}\nBanner Plan: {item_plan}\n\n______________________________\nThank you,\n{own_site} Administration Team\n{own_url}\n{own_email}","banners_payment_subject":"Banner was submitted to {own_site}","banners_payment":"1","banner_prefix":"banner_","banner_guests_submit":"1","num_user2_banners":"1","num_user1_banners":"1","num_right_banners":"1","num_top_banners":"1","num_bottom_banners":"1","num_verytop_banners":"1","num_verybottom_banners":"1","num_center_banners":"1","num_topbanner_banners":"1","moneybookers_email":"","moneybookers_currency_code":"USD","moneybookers_demo":"0","search_msb_count":"5","search_lsb_count":"5","contact_us_subject":"Contact us page ({subject})","contact_us_body_plaintext":"Dear {admin_name},\t\r\n\r\nYou got contact requests with subject: {subject}, in {own_site} Directory. Please check it.\r\n\r\nFullname: {fullname}\r\nEmail address: {email}\r\nReason: {reason}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","contact_us_body_html":"<h3>Dear {admin_name},<\/h3>\n\n<p>\nYou got contact requests with subject: {subject}, in {own_site} Directory. Please check it.<br \/><br \/>\nFullname: {fullname}<br \/>\nEmail address: {email}<br \/>\nReason: {reason}\n<\/p>\n\n<p>\n______________________________<br \/>\nThank you, <br \/>\n{own_site} Administration Team<br \/>\n{own_url}<br \/>\n{own_email}\n<\/p>","allow_listing_comments_submission":"1","listing_comments_accounts":"1","html_comments":"0","comments_approval":"0","comment_min_chars":"10","comment_max_chars":"300","num_latest_comments":"5","wp_num":"5","wp_host":"localhost","wp_database":"database","wp_username":"username","wp_userpwd":"password","wp_prefix":"wp_","coupons_functionality":"1","article":"1","article_number":"20","article_order":"date","articles_registered":"0","article_auto_approval":"0","article_summary_max_chars":"300","article_allow_html":"1","num_new_articles":"5","num_new_listings":"5","num_random_listings":"5","num_top_listings":"5","bad_words_checking":"0","checking_type":"stemming","bad_words":"These, are, your, words, parted, by, commas","tell_friend_subject":"{name} recommends eSyndiCat Directory","tell_friend_body_plaintext":"Dear {friends_name},\r\n\r\nThe following website was recommended to you by {name}: {url}\r\n\r\n{message}\r\n\r\n_____________________eSyndiCat Directory","tell_friend_body_html":"<h3>Dear {friends_name},<\/h3>\n\n<p>\nThe following website was recommended to you by {name}: {url}\n<\/p>\n\n<p>\n{message}\n<\/p>\n\n_____________________eSyndiCat Directory","num_top_cat":"10","num_popular_cat":"10","popular_subcats_display":"0","num_popular_subcat":"5","paypal_currency_code":"USD","paypal_email":"roland.matchett.safe@gmail.com","paypal_demo":"0","paypal_secret_word":"a88b03ef76c3e0f7e918276c88054abc","num_left_banners":"1","checkout_id":"","checkout_demo":"0","google_analytics":" var _gaq = _gaq || [];\r\n  _gaq.push(['_setAccount', 'UA-18500363-1']);\r\n  _gaq.push(['_trackPageview']);\r\n \r\n  (function() {\r\n    var ga = document.createElement('script'); ga.type = 'text\/javascript'; ga.async = true;\r\n    ga.src = ('https:' == document.location.protocol ? 'https:\/\/ssl' : 'http:\/\/www') + '.google-analytics.com\/ga.js';\r\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n  })();","google_verification":"","terms_verification":"1","terms_verification_text":"","map_without_information":"0","map_homepage_display":"0","google_map_key_code":"ABQIAAAAeZ2wAeE0co1etFpt8mg8yBRlh-wA7jP0GOGZOsizqXmqyESsaBStt9UkpOE9ppwCrBJRH-Ry6zStUw","map_longtitude":"-95.908507","map_latitude":"41.150489","google_map_search":"1","map_search_width":"470","map_search_height":"400","map_search_zoom":"8","google_map_detail":"1","map_link_detail_width":"500","map_link_detail_height":"400","map_link_detail_zoom":"8","tell_friend_include_admin":"1","esyn_url":"http:\/\/www.directoryb2bnetwork.com\/"};
