0byt3m1n1
Path:
/
data
/
17
/
1
/
31
/
74
/
1683563
/
meta
/
1816210
/
mysql.backup
/
[
Home
]
File: 1_02c457a_0.mysqlcluster5.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster5 Database: 1_02c457a_0 -- ------------------------------------------------------ -- Server version 5.6.26-74.0-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 `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) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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_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(64) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=3676 DEFAULT CHARSET=utf8; /*!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://elura.audio','yes'),(2,'home','http://elura.audio','yes'),(3,'blogname','Elura Audio','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','msheikh@waveinc.net','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','/.','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:57:\"D:\\demo.prodealer\\elura/wp-content/themes/elura/style.css\";i:1;s:62:\"D:\\demo.prodealer\\elura/wp-content/plugins/akismet/akismet.php\";i:2;s:92:\"D:\\demo.prodealer\\elura/wp-content/plugins/post-lists-view-custom/post-lists-view-custom.php\";i:4;s:58:\"D:\\demo.prodealer\\elura/wp-content/themes/elura/header.php\";i:5;s:85:\"D:\\demo.prodealer\\elura/wp-content/plugins/beaver-builder-lite-version/fl-builder.php\";}','no'),(41,'template','elura','yes'),(42,'stylesheet','elura','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','565','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:74:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:26:\"wpcf_custom_post_type_view\";b:1;s:26:\"wpcf_custom_post_type_edit\";b:1;s:33:\"wpcf_custom_post_type_edit_others\";b:1;s:25:\"wpcf_custom_taxonomy_view\";b:1;s:25:\"wpcf_custom_taxonomy_edit\";b:1;s:32:\"wpcf_custom_taxonomy_edit_others\";b:1;s:22:\"wpcf_custom_field_view\";b:1;s:22:\"wpcf_custom_field_edit\";b:1;s:29:\"wpcf_custom_field_edit_others\";b:1;s:25:\"wpcf_user_meta_field_view\";b:1;s:25:\"wpcf_user_meta_field_edit\";b:1;s:32:\"wpcf_user_meta_field_edit_others\";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'),(91,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_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:18:\"orphaned_widgets_2\";N;s:18:\"orphaned_widgets_3\";N;s:18:\"orphaned_widgets_4\";N;s:13:\"array_version\";i:3;}','yes'),(98,'cron','a:5:{i:1455952800;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1455963174;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:1455998668;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1456006398;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(102,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.2\";s:7:\"version\";s:5:\"4.4.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.2\";s:7:\"version\";s:5:\"4.4.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.3-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.3.3-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.3-rollback-1.zip\";}s:7:\"current\";s:5:\"4.3.3\";s:7:\"version\";s:5:\"4.3.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:5:\"4.3.1\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1455919979;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(109,'_transient_random_seed','d4b35d2c039dab6f8c9043e86aaa71c9','yes'),(110,'_site_transient_timeout_browser_c8abd1d2f92bb7ed24f3d46bd4475623','1447798398','yes'),(111,'_site_transient_browser_c8abd1d2f92bb7ed24f3d46bd4475623','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"43.0.2357.134\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(128,'can_compress_scripts','0','yes'),(130,'_transient_twentyfifteen_categories','1','yes'),(136,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447194734;s:4:\"data\";a:2:{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\";}}}}','yes'),(137,'current_theme','Elura','yes'),(138,'theme_mods_weddings','a:3:{i:0;b:0;s:16:\"background_color\";s:6:\"FFFFFF\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1450814063;s:4:\"data\";a:5:{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\";N;s:24:\"first-footer-widget-area\";N;s:19:\"primary-widget-area\";N;}}}','yes'),(139,'theme_switched','','yes'),(140,'widget_web_buis_adsens','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(141,'widget_web_buis_adv','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(143,'widget_exclusive_categ','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(145,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(147,'widget_wedding_social','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_spider_random_post','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(149,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(153,'_site_transient_timeout_browser_2d288b3bcf75aac6da2fddf0390c1dc4','1447799961','yes'),(154,'_site_transient_browser_2d288b3bcf75aac6da2fddf0390c1dc4','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(159,'_site_transient_timeout_browser_c5dcbefd1064d750168630247ba3d4dc','1447863141','yes'),(160,'_site_transient_browser_c5dcbefd1064d750168630247ba3d4dc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(174,'recently_activated','a:1:{s:39:\"mce-table-buttons/mce_table_buttons.php\";i:1455639216;}','yes'),(180,'theme_mods_elura','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:11:\"header-menu\";i:90;}}','yes'),(181,'theme_switched_via_customizer','','yes'),(226,'_site_transient_timeout_browser_49664fb195d3a14749e0c8b6b5a63e7e','1447963607','yes'),(227,'_site_transient_browser_49664fb195d3a14749e0c8b6b5a63e7e','a:9:{s:8:\"platform\";s:6:\"iPhone\";s:4:\"name\";s:6:\"iPhone\";s:7:\"version\";s:3:\"8.0\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(266,'_site_transient_timeout_wporg_theme_feature_list','1447439539','yes'),(267,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";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:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(284,'_site_transient_timeout_browser_601e5540755b6431df1b395976531e65','1448291632','yes'),(285,'_site_transient_browser_601e5540755b6431df1b395976531e65','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"42.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(525,'_fl_builder_version','1.6.4.1','yes'),(529,'wpcf-version','1.8.9','yes'),(530,'wp_installer_settings','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','yes'),(532,'wpcf_users_options','1','yes'),(537,'WPLANG','','yes'),(550,'pods_framework_version','2.5.5','yes'),(551,'pods_framework_db_version','2.3.5','yes'),(648,'plvc_regist_columns','a:1:{s:4:\"post\";a:6:{s:5:\"title\";s:5:\"Title\";s:6:\"author\";s:6:\"Author\";s:10:\"categories\";s:10:\"Categories\";s:4:\"tags\";s:4:\"Tags\";s:8:\"comments\";s:111:\"<span class=\"vers comment-grey-bubble\" title=\"Comments\"><span class=\"screen-reader-text\">Comments</span></span>\";s:4:\"date\";s:4:\"Date\";}}','yes'),(649,'plvc_regist_sortable_columns','a:1:{s:4:\"post\";a:4:{s:5:\"title\";s:5:\"title\";s:6:\"parent\";s:6:\"parent\";s:8:\"comments\";s:13:\"comment_count\";s:4:\"date\";a:2:{i:0;s:4:\"date\";i:1;b:1;}}}','yes'),(651,'_transient_pods_flush_rewrites','1','yes'),(798,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(804,'_site_transient_timeout_browser_71e9d81c5317fe08cbeebb649a300dff','1448638613','yes'),(805,'_site_transient_browser_71e9d81c5317fe08cbeebb649a300dff','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1234,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1449507062','yes'),(1235,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1395,'_site_transient_timeout_browser_aaa2c20d7bf00bbeae56cba8f0350cee','1449682326','yes'),(1396,'_site_transient_browser_aaa2c20d7bf00bbeae56cba8f0350cee','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.73\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1402,'_site_transient_timeout_browser_aae735ec03f1638322dc78928464f33f','1449685636','yes'),(1403,'_site_transient_browser_aae735ec03f1638322dc78928464f33f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1562,'_site_transient_timeout_browser_0aea016c3c68752f4cfa39e074586ed3','1450913639','yes'),(1563,'_site_transient_browser_0aea016c3c68752f4cfa39e074586ed3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1638,'_site_transient_timeout_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','1451072369','yes'),(1639,'_site_transient_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1651,'_site_transient_timeout_popular_importers_en_US','1450645259','yes'),(1652,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(1741,'ftp_credentials','a:3:{s:8:\"hostname\";s:12:\"10.125.30.31\";s:8:\"username\";s:7:\"ftpwave\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(1742,'_site_transient_timeout_browser_15297098b1b9a9d1d3687dc973a31662','1451316657','yes'),(1743,'_site_transient_browser_15297098b1b9a9d1d3687dc973a31662','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1914,'_site_transient_timeout_browser_c6e0d466c988c4043691b020b1fec366','1453237118','yes'),(1915,'_site_transient_browser_c6e0d466c988c4043691b020b1fec366','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1956,'_site_transient_timeout_browser_13fe741da160361b3ae3b6ded1e92250','1453846494','yes'),(1957,'_site_transient_browser_13fe741da160361b3ae3b6ded1e92250','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.111\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2094,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1453510923','yes'),(2095,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5663\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3554\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3503\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3011\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2738\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2224\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2168\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2009\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1956\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1949\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1939\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1886\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1791\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1589\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1520\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1502\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1447\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1302\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1262\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1248\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1140\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1066\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1040\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"984\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"946\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"901\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"883\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"883\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"872\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"867\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"854\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"807\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"766\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"747\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"740\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"735\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"729\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"725\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"721\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"718\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"706\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"701\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"681\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"675\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"657\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"655\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"648\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"642\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"635\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"629\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"608\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"598\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"595\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"589\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"585\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"578\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"575\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"574\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"569\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"561\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"546\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"538\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"533\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"522\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"521\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"510\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"504\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"504\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"499\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"498\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"476\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"475\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"472\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"462\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"461\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"457\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"432\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"429\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"422\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"421\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"418\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"415\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"414\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"408\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"403\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"400\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"400\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"398\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"396\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"389\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"389\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"389\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"382\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"380\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"379\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"379\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"377\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"375\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"375\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"371\";}}','yes'),(2140,'_site_transient_timeout_browser_4910e34ab899e1f04ce17d9586e216ff','1454441690','yes'),(2141,'_site_transient_browser_4910e34ab899e1f04ce17d9586e216ff','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2182,'_site_transient_timeout_browser_e69998cd166d0a716e585b452d0a9806','1454536813','yes'),(2183,'_site_transient_browser_e69998cd166d0a716e585b452d0a9806','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.111\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2262,'_site_transient_timeout_browser_2f4695c5cc6685ac05e383fb7004c5b1','1454707522','yes'),(2263,'_site_transient_browser_2f4695c5cc6685ac05e383fb7004c5b1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"48.0.2564.97\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2356,'_site_transient_timeout_browser_3e28ba2ed67d615091cfd523fddef496','1454948015','yes'),(2357,'_site_transient_browser_3e28ba2ed67d615091cfd523fddef496','a:9:{s:8:\"platform\";s:6:\"iPhone\";s:4:\"name\";s:6:\"iPhone\";s:7:\"version\";s:5:\"5.0.2\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2422,'auto_core_update_failed','a:6:{s:9:\"attempted\";s:5:\"4.3.3\";s:7:\"current\";s:5:\"4.3.1\";s:10:\"error_code\";s:32:\"copy_failed_for_update_core_file\";s:10:\"error_data\";s:33:\"wp-admin/includes/update-core.php\";s:9:\"timestamp\";i:1454437744;s:5:\"retry\";b:0;}','yes'),(2423,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:19:\"msheikh@waveinc.net\";s:7:\"version\";s:5:\"4.3.3\";s:9:\"timestamp\";i:1454437744;}','yes'),(2559,'_site_transient_timeout_browser_15a1c2ad77a4f7193d30e00ad616dd76','1455073358','yes'),(2560,'_site_transient_browser_15a1c2ad77a4f7193d30e00ad616dd76','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"48.0.2564.97\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2864,'_site_transient_timeout_browser_4cd34c4347d6f93bc5451d53d28a42c0','1455345491','yes'),(2865,'_site_transient_browser_4cd34c4347d6f93bc5451d53d28a42c0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.103\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3122,'category_children','a:0:{}','yes'),(3311,'_site_transient_timeout_browser_b2b3dba9c11a5bff2b6abe2b38145363','1456161987','yes'),(3312,'_site_transient_browser_b2b3dba9c11a5bff2b6abe2b38145363','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.103\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3493,'_site_transient_timeout_browser_4f6496c61a087bc685085dc33952f925','1456421822','yes'),(3494,'_site_transient_browser_4f6496c61a087bc685085dc33952f925','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.109\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3505,'_transient_timeout_plugin_slugs','1455922108','no'),(3506,'_transient_plugin_slugs','a:4:{i:0;s:19:\"akismet/akismet.php\";i:1;s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";i:2;s:9:\"hello.php\";i:3;s:39:\"mce-table-buttons/mce_table_buttons.php\";}','no'),(3567,'_site_transient_timeout_browser_06d3d9617a2883877c8f5e774e52c741','1456438789','yes'),(3568,'_site_transient_browser_06d3d9617a2883877c8f5e774e52c741','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3577,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1455945227','no'),(3578,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1455945227','no'),(3579,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1455902027','no'),(3580,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1455945228','no'),(3581,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1455945229','no'),(3582,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1455902029','no'),(3583,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1455945229','no'),(3584,'_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\";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:117:\"\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:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/browse/popular/\";s: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:34:\"WordPress Plugins » View: Popular\";s: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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Feb 2016 17:02: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=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:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40: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:35:\"2646@https://wordpress.org/plugins/\";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:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Lopo\";s: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 \";s:7:\"attribs\";a: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: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:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 Jan 2009 20:34: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";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:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO 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: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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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: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:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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:36:\"23862@https://wordpress.org/plugins/\";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:27:\"Your WordPress, Simplified.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Tim Moore\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:15:\"NextGEN 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:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Apr 2007 20:08: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";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:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Alex Rabe\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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: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:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Mar 2007 22:31: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";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:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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: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:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2009 18:46: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";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:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Mar 2007 22:11: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";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:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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: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:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";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:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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: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:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";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:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG 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:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 Nov 2007 11:40: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";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:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Donncha O Caoimh\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:18:\"Wordfence 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";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:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Wordfence\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17: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:35:\"9542@https://wordpress.org/plugins/\";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:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 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: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:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";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:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 Mar 2011 04:07: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";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:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"elliotcondon\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Mar 2007 23:17: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";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:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 May 2008 22:11: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";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:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";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:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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: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:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";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:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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: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:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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:45: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:35:\"2141@https://wordpress.org/plugins/\";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:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:16:\"Disable 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 27 May 2011 04:42: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://wordpress.org/plugins/\";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:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Samir Shah\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2011 12:22: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:36:\"28395@https://wordpress.org/plugins/\";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:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"plugin-master\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Apr 2013 10:36: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:36:\"51888@https://wordpress.org/plugins/\";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:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:\"Black Studio TinyMCE 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";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:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Oct 2010 22:06: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";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:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"iThemes\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";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:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Alin Marcu\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 May 2012 15:14: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";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:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"David Anderson\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"47509@https://wordpress.org/plugins/\";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:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dave Ross\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 16 May 2011 12:15: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:36:\"26607@https://wordpress.org/plugins/\";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:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Cory Lamle\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:11:\"Meta 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:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2013 16:56: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"49521@https://wordpress.org/plugins/\";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:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s: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:46:\"https://wordpress.org/plugins/rss/view/popular\";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:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 19 Feb 2016 17:13:49 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Fri, 19 Feb 2016 17:37:30 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 19 Feb 2016 17:02:30 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130911040210\";}','no'),(3585,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1455945229','no'),(3586,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1455902029','no'),(3587,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1455945229','no'),(3588,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\'>Experiment: WordCamp Incubator</a> <span class=\"rss-date\">February 18, 2016</span><div class=\"rssSummary\">WordCamps are locally-organized WordPress conferences that happen all over the world (and are so fun). Sometimes people don’t realize that WordCamps are organized by local volunteers rather than a central organization, and they contact us asking, “Can you bring WordCamp to my city?” When this happens, we always suggest they start with a meetup group, and think about […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/happy-joe-to-shut-down-non-profit-organization-in-favor-of-for-profit-venture\'>WPTavern: Happy Joe to Shut Down Non-Profit Organization in Favor of For-Profit Venture</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/github-introduces-issue-and-pull-request-templates\'>WPTavern: GitHub Introduces Issue and Pull Request Templates</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/critical-security-vulnerability-discovered-in-elegant-themes-products\'>WPTavern: Critical Security Vulnerability Discovered in Elegant Themes Products</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/siteorigin-panels/\' class=\'dashboard-news-plugin-link\'>Page Builder by SiteOrigin</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=siteorigin-panels&_wpnonce=a59376ce71&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Page Builder by SiteOrigin\'>Install</a>)</span></li></ul></div>','no'),(3640,'_site_transient_timeout_theme_roots','1455921780','yes'),(3641,'_site_transient_theme_roots','a:5:{s:5:\"elura\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:8:\"weddings\";s:7:\"/themes\";}','yes'),(3642,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1455919981;s:7:\"checked\";a:5:{s:5:\"elura\";s:0:\"\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";s:8:\"weddings\";s:6:\"1.0.12\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.4.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.6.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.1.7.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(3643,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1455919981;s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.1.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.7.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"27008\";s:4:\"slug\";s:27:\"black-studio-tinymce-widget\";s:6:\"plugin\";s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";s:11:\"new_version\";s:5:\"2.2.8\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/black-studio-tinymce-widget/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/black-studio-tinymce-widget.2.2.8.zip\";s:14:\"upgrade_notice\";s:124:\"Version 2.x is a major update. If you are upgrading from version 1.x please ensure to backup your database before upgrading.\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:39:\"mce-table-buttons/mce_table_buttons.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"11143\";s:4:\"slug\";s:17:\"mce-table-buttons\";s:6:\"plugin\";s:39:\"mce-table-buttons/mce_table_buttons.php\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/mce-table-buttons/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/mce-table-buttons.3.2.zip\";}}}','yes'),(3652,'_site_transient_timeout_available_translations','1455944817','yes'),(3655,'_site_transient_available_translations','a:71:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";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.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";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.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";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.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";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.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";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.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";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.3.1/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.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";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.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";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.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";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.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19: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.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-22 13:06:33\";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.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-22 13:05:44\";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.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-10 09:57:22\";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.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";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.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";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.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";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.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 12:35:01\";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.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";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.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";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.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";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.3.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";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.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";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.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";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.3.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.7\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";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.2.7/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";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.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";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.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";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.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";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.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";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.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 17:58:19\";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.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 02:28:05\";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.3.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";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.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";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.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.1.10\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.1.10/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.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";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.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";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.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";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.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";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.3.1/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.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";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.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";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.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";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.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";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.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";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.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";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.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-15 04:39:52\";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.3.1/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.10\";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.10/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.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";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.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";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.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";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.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";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.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.10\";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.10/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:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";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.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-16 17:23:30\";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.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";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.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";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.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";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.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";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.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";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.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";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.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";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.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";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.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";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.3.1/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.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";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.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.1.10\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.10/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.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";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.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";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.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";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.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";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.3.1/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:\"继续\";}}}','yes'),(3673,'rewrite_rules','a:69:{s:40:\"./(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"./(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"./(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:10:\"./(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=565&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_podsrel` -- DROP TABLE IF EXISTS `wp_podsrel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_podsrel` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `pod_id` int(10) unsigned DEFAULT NULL, `field_id` int(10) unsigned DEFAULT NULL, `item_id` bigint(20) unsigned DEFAULT NULL, `related_pod_id` int(10) unsigned DEFAULT NULL, `related_field_id` int(10) unsigned DEFAULT NULL, `related_item_id` bigint(20) unsigned DEFAULT NULL, `weight` smallint(5) unsigned DEFAULT '0', PRIMARY KEY (`id`), KEY `field_item_idx` (`field_id`,`item_id`), KEY `rel_field_rel_item_idx` (`related_field_id`,`related_item_id`), KEY `field_rel_item_idx` (`field_id`,`related_item_id`), KEY `rel_field_item_idx` (`related_field_id`,`item_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_podsrel` -- LOCK TABLES `wp_podsrel` WRITE; /*!40000 ALTER TABLE `wp_podsrel` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_podsrel` 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) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=30709 DEFAULT CHARSET=utf8; /*!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 (59,71,'label_singular','test'),(60,71,'public','1'),(61,71,'show_ui','1'),(62,71,'supports_title','1'),(63,71,'supports_editor','1'),(64,71,'type','post_type'),(65,71,'storage','meta'),(66,71,'old_name','test'),(67,71,'publicly_queryable','1'),(68,71,'exclude_from_search','0'),(69,71,'capability_type','post'),(70,71,'capability_type_custom','test'),(71,71,'capability_type_extra','1'),(72,71,'has_archive','0'),(73,71,'hierarchical','0'),(74,71,'rewrite','1'),(75,71,'rewrite_with_front','1'),(76,71,'rewrite_feeds','0'),(77,71,'rewrite_pages','1'),(78,71,'query_var','1'),(79,71,'can_export','1'),(80,71,'default_status','draft'),(81,71,'supports_author','0'),(82,71,'supports_thumbnail','0'),(83,71,'supports_excerpt','0'),(84,71,'supports_trackbacks','0'),(85,71,'supports_custom_fields','0'),(86,71,'supports_comments','0'),(87,71,'supports_revisions','0'),(88,71,'supports_page_attributes','0'),(89,71,'supports_post_formats','0'),(90,71,'built_in_taxonomies_category','0'),(91,71,'built_in_taxonomies_link_category','0'),(92,71,'built_in_taxonomies_post_tag','0'),(93,71,'show_in_menu','1'),(94,71,'menu_position','0'),(95,71,'show_in_nav_menus','1'),(96,71,'show_in_admin_bar','1'),(6785,497,'_key1',''),(6786,497,'_key2',''),(6787,497,'_key3',''),(6788,497,'_key4',''),(6789,497,'_key5',''),(6790,497,'_key6',''),(6791,497,'_key7',''),(6792,497,'_key8',''),(6793,497,'_key9',''),(6794,497,'_key10',''),(6795,497,'_key11',''),(6796,497,'_key12',''),(6797,497,'_key13',''),(6798,497,'_key14',''),(6799,497,'_key15',''),(6800,497,'_key16',''),(6801,497,'_key17',''),(6802,497,'_key18',''),(6803,497,'_key19',''),(6804,497,'_key20',''),(6805,497,'_keyA1',''),(6806,497,'_keyA2',''),(6807,497,'_keyA3',''),(6808,497,'_keyA4',''),(6809,497,'_keyA5',''),(6810,497,'_keyA6',''),(6811,497,'_keyA7',''),(6812,497,'_keyA8',''),(6813,497,'_keyA9',''),(6814,497,'_keyA10',''),(6815,497,'_keyA11',''),(6816,497,'_keyA12',''),(6817,497,'_keyA13',''),(6818,497,'_keyA14',''),(6819,497,'_keyA15',''),(6820,497,'_keyA16',''),(6821,497,'_keyA17',''),(6822,497,'_keyA18',''),(6823,497,'_keyA19',''),(6824,497,'_keyA20',''),(6825,497,'_keyA21',''),(6826,497,'_keyA22',''),(6827,497,'_keyA23',''),(6828,497,'_keyA24',''),(6829,497,'_keyA25',''),(6830,497,'_keyA26',''),(6831,497,'_keyA27',''),(6832,497,'_keyA28',''),(6833,497,'_keyA29',''),(6834,497,'_keyA30',''),(6835,497,'_edit_last','1'),(6836,497,'_edit_lock','1455744306:1'),(6837,497,'_wp_page_template','default'),(7132,497,'_keyB1','Home_Theater_070315'),(7133,497,'_keyB2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Home_Theater_0703151.jpg\"><img class=\"alignleft size-full wp-image-761\" src=\"http://elura.audio/wp-content/uploads/2015/12/Home_Theater_0703151.jpg\" alt=\"Home_Theater_070315\" width=\"2700\" height=\"1070\" /></a>'),(7134,497,'_keyB3',''),(7135,497,'_keyB4','Sonance takes entertainment to a whole new level with a range of purpose-built products that are specifically designed to bring out the best in movies, gaming, concerts and multimedia content. From family rooms, living rooms and great rooms, right up to dedicated home theaters; Sonance surround sound and cinema products deliver exhilarating sonic performance without compromising the design cues of the space.'),(7136,497,'_keyB5','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Home-Theater.png\"><img class=\"alignleft size-full wp-image-763\" src=\"http://elura.audio/wp-content/uploads/2015/12/Home-Theater.png\" alt=\"Home Theater\" width=\"421\" height=\"259\" /></a>'),(7137,497,'_keyB6','Visual Performance Cinema Series'),(7138,497,'_keyB7','Built on the award-winning aesthetic of Sonance Visual Performance Series, this range of purpose-built home theater speakers deliver amazing sound quality while featuring a low-profile aesthetic that is consistent with other speakers throughout the home. Integrated cabinets ensure exhilarating performance while also minimizing disturbance with adjoining rooms. Mix and match to achieve the ultimate result in any room or construction type.'),(7139,497,'_keyB8','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Cinema_Series_Shot1.jpg\"><img class=\"alignleft size-full wp-image-764\" src=\"http://elura.audio/wp-content/uploads/2015/12/Cinema_Series_Shot1.jpg\" alt=\"Cinema_Series_Shot\" /></a>'),(7140,497,'_keyB9','Soundbar'),(7141,497,'_keyB10','Sonance Soundbars feature an exclusive patent-pending adjustable width design that perfectly matches the dimensions of any 50” to 80” flat screen display. The minimalistic black perforated metal grille provides a seamless aesthetic that complements modern television designs, while the true 3-way speaker configuration and state-of-the-art driver materials delivers best-in-class sonic performance, with clarity, wide sound stage, and extremely natural soun'),(7142,497,'_keyB11','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Soundbar2_1203432.jpg\"><img class=\"alignleft size-full wp-image-765\" src=\"http://elura.audio/wp-content/uploads/2015/12/Soundbar2_1203432.jpg\" alt=\"Soundbar2_120343\" /></a>'),(7143,497,'_keyB12','Subwoofers'),(7144,497,'_keyB13','Sonance has a Subwoofer to suit nearly every home theater application. The range of Visual Performance Series in-wall Subwoofers deliver the big bass of a large cabinet Subwoofer without sacrificing floor space, while the microtrim grille provides a clean and discrete aesthetic that can be painted to match the surrounding wall color. For traditional installations, Sonance cabinet subwoofers feature a form-factor that can be hidden behind furniture or incorporated into cabinetry, while the front mounted controls and integrated amplifiers simplify the installation process.'),(7145,497,'_keyB14','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Subwoofer_Shot1.jpg\"><img class=\"alignleft size-full wp-image-766\" src=\"http://elura.audio/wp-content/uploads/2015/12/Subwoofer_Shot1.jpg\" alt=\"Subwoofer_Shot\" /></a>'),(7146,497,'_keyB15','Elura Logo'),(7147,497,'_keyB16','<a href=\"http://elura.audio/wp-content/uploads/2015/12/BottomSmoke.png\"><img class=\"alignleft size-full wp-image-767\" src=\"http://elura.audio/wp-content/uploads/2015/12/BottomSmoke.png\" alt=\"BottomSmoke\" width=\"1920\" height=\"561\" /></a>'),(7148,497,'_keyB17',''),(7149,497,'_keyB18',''),(7150,497,'_keyB19',''),(7151,497,'_keyB20',''),(7152,497,'_keyB21',''),(7153,497,'_keyB22',''),(7154,497,'_keyB23',''),(7155,497,'_keyB24',''),(7156,497,'_keyB25',''),(7157,497,'_keyB26',''),(7158,497,'_keyB27',''),(7159,497,'_keyB28',''),(7160,497,'_keyB29',''),(7161,497,'_keyB30',''),(7162,497,'_keyC1',''),(7163,497,'_keyC2',''),(7164,497,'_keyC3',''),(7165,497,'_keyC4',''),(7166,497,'_keyC5',''),(7167,497,'_keyC6',''),(7168,497,'_keyC7',''),(7169,497,'_keyC8',''),(7170,497,'_keyC9',''),(7171,497,'_keyC10',''),(7172,497,'_keyC11',''),(7173,497,'_keyC12',''),(7174,497,'_keyC13',''),(7175,497,'_keyC14',''),(7176,497,'_keyC15',''),(7177,497,'_keyC16',''),(7178,497,'_keyC17',''),(7179,497,'_keyC18',''),(7180,497,'_keyC19',''),(7181,497,'_keyC20',''),(7182,497,'_keyC21',''),(7183,497,'_keyC22',''),(7184,497,'_keyC23',''),(7185,497,'_keyC24',''),(7186,497,'_keyC25',''),(7187,497,'_keyC26',''),(7188,497,'_keyC27',''),(7189,497,'_keyC28',''),(7190,497,'_keyC29',''),(7191,497,'_keyC30',''),(7192,497,'_keyD1','New_Updated_Electronics_Parallax_Amp__040332_051248 (1)'),(7193,497,'_keyD2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/New_Updated_Electronics_Parallax_Amp__040332_0512481.jpg\"><img class=\"alignleft size-full wp-image-775\" src=\"http://elura.audio/wp-content/uploads/2015/12/New_Updated_Electronics_Parallax_Amp__040332_0512481.jpg\" alt=\"New_Updated_Electronics_Parallax_Amp__040332_051248\" /></a>'),(7194,497,'_keyD3','Sonance Electronics'),(7195,497,'_keyD4','Sonance electronics are designed to bring out the very best in the Sonance speakers. State-of-the-art technology, combined with user-friendly features not only ensures optimum performance, it also simplifies operation and enhances reliability, resulting in a far better overall experience.'),(7196,497,'_keyD5','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Electronics_Slides-04_digitalcopy_041243.jpg\"><img class=\"alignleft size-full wp-image-787\" src=\"http://elura.audio/wp-content/uploads/2015/12/Electronics_Slides-04_digitalcopy_041243.jpg\" alt=\"Electronics_Slides-04_digitalcopy_041243\" /></a>'),(7197,497,'_keyD6','Amplifiers'),(7198,497,'_keyD7','When it comes to reliable distributed audio, nobody has been doing it longer than Sonance. Building from the legacy of the Sonamp 260, recognized as the industry\'s first distributed audio amplifier, the new range of Sonamp Digital, and DSP Amplifiers utilize cutting-edge technology to bring out the absolute best sonic performance from Sonance speakers, while the versatile feature-sets allow them to be integrated into third-party control systems for simplicity and user-friendliness'),(7199,497,'_keyD8','<a href=\"http://elura.audio/wp-content/uploads/2015/12/sonamp_header_copy_0812471.jpg\"><img class=\"alignleft size-full wp-image-777\" src=\"http://elura.audio/wp-content/uploads/2015/12/sonamp_header_copy_0812471.jpg\" alt=\"sonamp_header_copy_081247\" /></a>'),(7200,497,'_keyD9','Volume Controls and Speaker Selectors'),(7201,497,'_keyD10','Sonance volume controls and speaker selectors are the simplest way to increase and decrease audio levels or turn speaker zones on and off. Wall-mounted single-gang volume controls in either rotary or slider provide easy adjustment of local zones. 4 or 6- zone speaker selectors, with or without independent volume, allows control of several areas from a single location.'),(7202,497,'_keyD11','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Speak_Selector_Volume_Control_11.jpg\"><img class=\"alignleft size-full wp-image-778\" src=\"http://elura.audio/wp-content/uploads/2015/12/Speak_Selector_Volume_Control_11.jpg\" alt=\"Speak_Selector_Volume_Control_1\" /></a>'),(7203,497,'_keyD12','IR'),(7204,497,'_keyD13','Sonance IR products provide a simple solution to controlling multiple AV devices. The IR Receivers pick up commands from an infrared remote control and send them to one or multiple points to be re-transmitted through an IR Emitter. This system allows electronic components to be hidden in cupboards or mounted remotely in a rack while still providing a reliable means of controlling them locally from a single point.'),(7205,497,'_keyD14','<a href=\"http://elura.audio/wp-content/uploads/2015/12/IR_21.jpg\"><img class=\"alignleft size-full wp-image-779\" src=\"http://elura.audio/wp-content/uploads/2015/12/IR_21.jpg\" alt=\"IR_2\" /></a>'),(7206,497,'_keyD15',''),(7207,497,'_keyD16',''),(7208,497,'_keyD17',''),(7209,497,'_keyD18',''),(7210,497,'_keyD19',''),(7211,497,'_keyD20',''),(7212,497,'_keyD21',''),(7213,497,'_keyD22',''),(7214,497,'_keyD23',''),(7215,497,'_keyD24',''),(7216,497,'_keyD25',''),(7217,497,'_keyD26',''),(7218,497,'_keyD27',''),(7219,497,'_keyD28',''),(7220,497,'_keyD29',''),(7221,497,'_keyD30',''),(8360,519,'_wp_attached_file','2015/12/IR_2.jpg'),(8361,519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:711;s:4:\"file\";s:16:\"2015/12/IR_2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"IR_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"IR_2-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"IR_2-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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:1;}}'),(8364,521,'_wp_attached_file','2015/12/IS_Pic_1.jpg'),(8365,521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:20:\"2015/12/IS_Pic_1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IS_Pic_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:20:\"IS_Pic_1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IS_Pic_1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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:1;}}'),(8366,522,'_wp_attached_file','2015/12/IS_Product_Pic.jpg'),(8367,522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:711;s:4:\"file\";s:26:\"2015/12/IS_Product_Pic.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IS_Product_Pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"IS_Product_Pic-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"IS_Product_Pic-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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:1;}}'),(8368,523,'_wp_attached_file','2015/12/New_Updated_Electronics_Parallax_Amp__040332_051248.jpg'),(8369,523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:63:\"2015/12/New_Updated_Electronics_Parallax_Amp__040332_051248.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"New_Updated_Electronics_Parallax_Amp__040332_051248-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:63:\"New_Updated_Electronics_Parallax_Amp__040332_051248-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"New_Updated_Electronics_Parallax_Amp__040332_051248-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;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:1;}}'),(8374,526,'_wp_attached_file','2015/12/Rocks-Mariners-Extreme_Product_Shot_1_060335.jpg'),(8375,526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1112;s:6:\"height\";i:626;s:4:\"file\";s:56:\"2015/12/Rocks-Mariners-Extreme_Product_Shot_1_060335.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Rocks-Mariners-Extreme_Product_Shot_1_060335-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:56:\"Rocks-Mariners-Extreme_Product_Shot_1_060335-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Rocks-Mariners-Extreme_Product_Shot_1_060335-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(8378,528,'_wp_attached_file','2015/12/SLS_Pic_1.jpg'),(8379,528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:21:\"2015/12/SLS_Pic_1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"SLS_Pic_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:21:\"SLS_Pic_1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"SLS_Pic_1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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:1;}}'),(8382,530,'_wp_attached_file','2015/12/sonamp_header_copy_081247.jpg'),(8383,530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1146;s:6:\"height\";i:624;s:4:\"file\";s:37:\"2015/12/sonamp_header_copy_081247.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"sonamp_header_copy_081247-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"sonamp_header_copy_081247-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"sonamp_header_copy_081247-1024x558.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:558;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:1;}}'),(8388,533,'_wp_attached_file','2015/12/Sonarray_Parallax_060342.jpg'),(8389,533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:36:\"2015/12/Sonarray_Parallax_060342.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Sonarray_Parallax_060342-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Sonarray_Parallax_060342-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Sonarray_Parallax_060342-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:1;}}'),(8390,534,'_wp_attached_file','2015/12/Sonarray_Product_Shot.jpg'),(8391,534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:33:\"2015/12/Sonarray_Product_Shot.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Sonarray_Product_Shot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Sonarray_Product_Shot-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Sonarray_Product_Shot-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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:1;}}'),(8402,540,'_wp_attached_file','2015/12/70V_Pic_1.jpg'),(8403,540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:21:\"2015/12/70V_Pic_1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"70V_Pic_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:21:\"70V_Pic_1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"70V_Pic_1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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:1;}}'),(8404,541,'_wp_attached_file','2015/12/AS_Parallax_Shot_Desktop.jpg'),(8405,541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2015/12/AS_Parallax_Shot_Desktop.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"AS_Parallax_Shot_Desktop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"AS_Parallax_Shot_Desktop-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"AS_Parallax_Shot_Desktop-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(8410,544,'_wp_attached_file','2015/12/Cinema_Series_Shot.jpg'),(8411,544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:30:\"2015/12/Cinema_Series_Shot.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Cinema_Series_Shot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Cinema_Series_Shot-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Cinema_Series_Shot-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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:1;}}'),(8412,545,'_wp_attached_file','2015/12/Commercial_070312.jpg'),(8413,545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:29:\"2015/12/Commercial_070312.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Commercial_070312-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Commercial_070312-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Commercial_070312-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;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:1;}}'),(8414,546,'_wp_attached_file','2015/12/Commercial_Slides-02_040438.jpg'),(8415,546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1109;s:6:\"height\";i:622;s:4:\"file\";s:39:\"2015/12/Commercial_Slides-02_040438.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Commercial_Slides-02_040438-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Commercial_Slides-02_040438-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Commercial_Slides-02_040438-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;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;}}'),(8424,551,'_key1',''),(8425,551,'_key2',''),(8426,551,'_key3',''),(8427,551,'_key4',''),(8428,551,'_key5',''),(8429,551,'_key6',''),(8430,551,'_key7',''),(8431,551,'_key8',''),(8432,551,'_key9',''),(8433,551,'_key10',''),(8434,551,'_key11',''),(8435,551,'_key12',''),(8436,551,'_key13',''),(8437,551,'_key14',''),(8438,551,'_key15',''),(8439,551,'_key16',''),(8440,551,'_key17',''),(8441,551,'_key18',''),(8442,551,'_key19',''),(8443,551,'_key20',''),(8444,551,'_keyA1','background 1'),(8445,551,'_keyA2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/In-Wall_In-Ceiling_Pic_11.jpg\"><img class=\"alignleft size-full wp-image-753\" src=\"http://elura.audio/wp-content/uploads/2015/12/In-Wall_In-Ceiling_Pic_11.jpg\" alt=\"In-Wall_In-Ceiling_Pic_1\" width=\"2700\" height=\"1005\" /></a>'),(8446,551,'_keyA3','background 2'),(8447,551,'_keyA4','<a href=\"http://elura.audio/wp-content/uploads/2015/12/In-Wall___In-Ceiling_2_Top_Parallax1.jpg\"><img class=\"alignleft size-full wp-image-754\" src=\"http://elura.audio/wp-content/uploads/2015/12/In-Wall___In-Ceiling_2_Top_Parallax1.jpg\" alt=\"In-Wall___In-Ceiling_2_Top_Parallax\" width=\"3000\" height=\"2000\" /></a>'),(8448,551,'_keyA5','background3'),(8449,551,'_keyA6','<a href=\"http://elura.audio/wp-content/uploads/2015/12/AS_Parallax_Shot_Desktop1.jpg\"><img class=\"alignleft size-full wp-image-755\" src=\"http://elura.audio/wp-content/uploads/2015/12/AS_Parallax_Shot_Desktop1.jpg\" alt=\"AS_Parallax_Shot_Desktop\" width=\"1600\" height=\"900\" /></a>'),(8450,551,'_keyA7','background4'),(8451,551,'_keyA8','<a href=\"http://elura.audio/wp-content/uploads/2015/12/IS_Parallax_Shot_Desktop1.jpg\"><img class=\"alignleft size-full wp-image-756\" src=\"http://elura.audio/wp-content/uploads/2015/12/IS_Parallax_Shot_Desktop1.jpg\" alt=\"IS_Parallax_Shot_Desktop\" width=\"1600\" height=\"900\" /></a>'),(8452,551,'_keyA9','In-wall and In-ceiling speakers'),(8453,551,'_keyA10','From the <a href=\"http://www.sonance.com/company\">company</a> that invented the category comes a complete <a href=\"http://www.sonance.com/comapny\">offering</a> of in-wall and in-ceiling speakers that balance performance with design. Sonance has solutions to complement any décor and impress the most discerning listener.'),(8454,551,'_keyA11','<a href=\"http://elura.audio/wp-content/uploads/2015/12/inwallvideo-pic1.png\"><img class=\"alignleft size-full wp-image-757\" src=\"http://elura.audio/wp-content/uploads/2015/12/inwallvideo-pic1.png\" alt=\"inwallvideo-pic\" /></a>'),(8455,551,'_keyA12','Visual Performance Series'),(8456,551,'_keyA13','Sonance Visual Performance Series features an award-winning low-profile grille that is paintable to blend into the wall or ceiling. With three shapes and sizes, several performance levels and a range of specialty application speakers, a consistent look can be achieved for any application in every space.'),(8457,551,'_keyA14','<a href=\"http://elura.audio/wp-content/uploads/2015/12/VP_Product_Pic_1007091.png\"><img class=\"alignleft size-full wp-image-758\" src=\"http://elura.audio/wp-content/uploads/2015/12/VP_Product_Pic_1007091.png\" alt=\"VP_Product_Pic_100709\" /></a>'),(8458,551,'_keyA15','Architectural Series'),(8459,551,'_keyA16','Sonance Architectural Series delivers the ultimate blend of high performance and premium aesthetics. The totally flush and bezel-less grilles disappear into the surrounding ceiling surface while the state-of-the art driver materials and cutting-edge design sets a new standard in audiophile sound quality.'),(8460,551,'_keyA17','<a href=\"http://elura.audio/wp-content/uploads/2015/12/AS_Product_Pic_V2_1007401.jpg\"><img class=\"alignleft size-full wp-image-759\" src=\"http://elura.audio/wp-content/uploads/2015/12/AS_Product_Pic_V2_1007401.jpg\" alt=\"AS_Product_Pic_V2_100740\" /></a>'),(8461,551,'_keyA18','Invisible Series'),(8462,551,'_keyA19','Sonance Invisible Series is the ultimate expression in architectural audio. Installed into the wall or ceiling and then finished over with the surrounding surface, Invisible Series speakers deliver ambient music that emanates throughout the space with no visual footprint.'),(8463,551,'_keyA20','<a href=\"http://elura.audio/wp-content/uploads/2015/12/IS_Product_Pic1.jpg\"><img class=\"alignleft size-full wp-image-760\" src=\"http://elura.audio/wp-content/uploads/2015/12/IS_Product_Pic1.jpg\" alt=\"IS_Product_Pic\" /></a>'),(8464,551,'_keyA21',''),(8465,551,'_keyA22',''),(8466,551,'_keyA23',''),(8467,551,'_keyA24',''),(8468,551,'_keyA25',''),(8469,551,'_keyA26',''),(8470,551,'_keyA27',''),(8471,551,'_keyA28',''),(8472,551,'_keyA29',''),(8473,551,'_keyA30',''),(8474,551,'_keyB1',''),(8475,551,'_keyB2',''),(8476,551,'_keyB3',''),(8477,551,'_keyB4',''),(8478,551,'_keyB5',''),(8479,551,'_keyB6',''),(8480,551,'_keyB7',''),(8481,551,'_keyB8',''),(8482,551,'_keyB9',''),(8483,551,'_keyB10',''),(8484,551,'_keyB11',''),(8485,551,'_keyB12',''),(8486,551,'_keyB13',''),(8487,551,'_keyB14',''),(8488,551,'_keyB15',''),(8489,551,'_keyB16',''),(8490,551,'_keyB17',''),(8491,551,'_keyB18',''),(8492,551,'_keyB19',''),(8493,551,'_keyB20',''),(8494,551,'_keyB21',''),(8495,551,'_keyB22',''),(8496,551,'_keyB23',''),(8497,551,'_keyB24',''),(8498,551,'_keyB25',''),(8499,551,'_keyB26',''),(8500,551,'_keyB27',''),(8501,551,'_keyB28',''),(8502,551,'_keyB29',''),(8503,551,'_keyB30',''),(8504,551,'_keyC1',''),(8505,551,'_keyC2',''),(8506,551,'_keyC3',''),(8507,551,'_keyC4',''),(8508,551,'_keyC5',''),(8509,551,'_keyC6',''),(8510,551,'_keyC7',''),(8511,551,'_keyC8',''),(8512,551,'_keyC9',''),(8513,551,'_keyC10',''),(8514,551,'_keyC11',''),(8515,551,'_keyC12',''),(8516,551,'_keyC13',''),(8517,551,'_keyC14',''),(8518,551,'_keyC15',''),(8519,551,'_keyC16',''),(8520,551,'_keyC17',''),(8521,551,'_keyC18',''),(8522,551,'_keyC19',''),(8523,551,'_keyC20',''),(8524,551,'_keyC21',''),(8525,551,'_keyC22',''),(8526,551,'_keyC23',''),(8527,551,'_keyC24',''),(8528,551,'_keyC25',''),(8529,551,'_keyC26',''),(8530,551,'_keyC27',''),(8531,551,'_keyC28',''),(8532,551,'_keyC29',''),(8533,551,'_keyC30',''),(8534,551,'_keyD1',''),(8535,551,'_keyD2',''),(8536,551,'_keyD3',''),(8537,551,'_keyD4',''),(8538,551,'_keyD5',''),(8539,551,'_keyD6',''),(8540,551,'_keyD7',''),(8541,551,'_keyD8',''),(8542,551,'_keyD9',''),(8543,551,'_keyD10',''),(8544,551,'_keyD11',''),(8545,551,'_keyD12',''),(8546,551,'_keyD13',''),(8547,551,'_keyD14',''),(8548,551,'_keyD15',''),(8549,551,'_keyD16',''),(8550,551,'_keyD17',''),(8551,551,'_keyD18',''),(8552,551,'_keyD19',''),(8553,551,'_keyD20',''),(8554,551,'_keyD21',''),(8555,551,'_keyD22',''),(8556,551,'_keyD23',''),(8557,551,'_keyD24',''),(8558,551,'_keyD25',''),(8559,551,'_keyD26',''),(8560,551,'_keyD27',''),(8561,551,'_keyD28',''),(8562,551,'_keyD29',''),(8563,551,'_keyD30',''),(8564,551,'_edit_last','1'),(8565,551,'_wp_page_template','default'),(8566,551,'_edit_lock','1455906655:1'),(8707,554,'_wp_attached_file','2015/12/Soundbar2_1203431.jpg'),(8708,554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:756;s:4:\"file\";s:29:\"2015/12/Soundbar2_1203431.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Soundbar2_1203431-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Soundbar2_1203431-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Soundbar2_1203431-1024x697.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:697;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:1;}}'),(8709,556,'_key1',''),(8710,556,'_key2',''),(8711,556,'_key3',''),(8712,556,'_key4',''),(8713,556,'_key5',''),(8714,556,'_key6',''),(8715,556,'_key7',''),(8716,556,'_key8',''),(8717,556,'_key9',''),(8718,556,'_key10',''),(8719,556,'_key11',''),(8720,556,'_key12',''),(8721,556,'_key13',''),(8722,556,'_key14',''),(8723,556,'_key15',''),(8724,556,'_key16',''),(8725,556,'_key17',''),(8726,556,'_key18',''),(8727,556,'_key19',''),(8728,556,'_key20',''),(8729,556,'_keyA1',''),(8730,556,'_keyA2',''),(8731,556,'_keyA3',''),(8732,556,'_keyA4',''),(8733,556,'_keyA5',''),(8734,556,'_keyA6',''),(8735,556,'_keyA7',''),(8736,556,'_keyA8',''),(8737,556,'_keyA9',''),(8738,556,'_keyA10',''),(8739,556,'_keyA11',''),(8740,556,'_keyA12',''),(8741,556,'_keyA13',''),(8742,556,'_keyA14',''),(8743,556,'_keyA15',''),(8744,556,'_keyA16',''),(8745,556,'_keyA17',''),(8746,556,'_keyA18',''),(8747,556,'_keyA19',''),(8748,556,'_keyA20',''),(8749,556,'_keyA21',''),(8750,556,'_keyA22',''),(8751,556,'_keyA23',''),(8752,556,'_keyA24',''),(8753,556,'_keyA25',''),(8754,556,'_keyA26',''),(8755,556,'_keyA27',''),(8756,556,'_keyA28',''),(8757,556,'_keyA29',''),(8758,556,'_keyA30',''),(8759,556,'_keyB1',''),(8760,556,'_keyB2',''),(8761,556,'_keyB3',''),(8762,556,'_keyB4',''),(8763,556,'_keyB5',''),(8764,556,'_keyB6',''),(8765,556,'_keyB7',''),(8766,556,'_keyB8',''),(8767,556,'_keyB9',''),(8768,556,'_keyB10',''),(8769,556,'_keyB11',''),(8770,556,'_keyB12',''),(8771,556,'_keyB13',''),(8772,556,'_keyB14',''),(8773,556,'_keyB15',''),(8774,556,'_keyB16',''),(8775,556,'_keyB17',''),(8776,556,'_keyB18',''),(8777,556,'_keyB19',''),(8778,556,'_keyB20',''),(8779,556,'_keyB21',''),(8780,556,'_keyB22',''),(8781,556,'_keyB23',''),(8782,556,'_keyB24',''),(8783,556,'_keyB25',''),(8784,556,'_keyB26',''),(8785,556,'_keyB27',''),(8786,556,'_keyB28',''),(8787,556,'_keyB29',''),(8788,556,'_keyB30',''),(8789,556,'_keyC1',''),(8790,556,'_keyC2',''),(8791,556,'_keyC3',''),(8792,556,'_keyC4',''),(8793,556,'_keyC5',''),(8794,556,'_keyC6',''),(8795,556,'_keyC7',''),(8796,556,'_keyC8',''),(8797,556,'_keyC9',''),(8798,556,'_keyC10',''),(8799,556,'_keyC11',''),(8800,556,'_keyC12',''),(8801,556,'_keyC13',''),(8802,556,'_keyC14',''),(8803,556,'_keyC15',''),(8804,556,'_keyC16',''),(8805,556,'_keyC17',''),(8806,556,'_keyC18',''),(8807,556,'_keyC19',''),(8808,556,'_keyC20',''),(8809,556,'_keyC21',''),(8810,556,'_keyC22',''),(8811,556,'_keyC23',''),(8812,556,'_keyC24',''),(8813,556,'_keyC25',''),(8814,556,'_keyC26',''),(8815,556,'_keyC27',''),(8816,556,'_keyC28',''),(8817,556,'_keyC29',''),(8818,556,'_keyC30',''),(8819,556,'_keyD1',''),(8820,556,'_keyD2',''),(8821,556,'_keyD3',''),(8822,556,'_keyD4',''),(8823,556,'_keyD5',''),(8824,556,'_keyD6',''),(8825,556,'_keyD7',''),(8826,556,'_keyD8',''),(8827,556,'_keyD9',''),(8828,556,'_keyD10',''),(8829,556,'_keyD11',''),(8830,556,'_keyD12',''),(8831,556,'_keyD13',''),(8832,556,'_keyD14',''),(8833,556,'_keyD15',''),(8834,556,'_keyD16',''),(8835,556,'_keyD17',''),(8836,556,'_keyD18',''),(8837,556,'_keyD19',''),(8838,556,'_keyD20',''),(8839,556,'_keyD21',''),(8840,556,'_keyD22',''),(8841,556,'_keyD23',''),(8842,556,'_keyD24',''),(8843,556,'_keyD25',''),(8844,556,'_keyD26',''),(8845,556,'_keyD27',''),(8846,556,'_keyD28',''),(8847,556,'_keyD29',''),(8848,556,'_keyD30',''),(8849,556,'_edit_last','1'),(8850,556,'_edit_lock','1455906585:1'),(8851,556,'_wp_page_template','default'),(8852,558,'_key1',''),(8853,558,'_key2',''),(8854,558,'_key3',''),(8855,558,'_key4',''),(8856,558,'_key5',''),(8857,558,'_key6',''),(8858,558,'_key7',''),(8859,558,'_key8',''),(8860,558,'_key9',''),(8861,558,'_key10',''),(8862,558,'_key11',''),(8863,558,'_key12',''),(8864,558,'_key13',''),(8865,558,'_key14',''),(8866,558,'_key15',''),(8867,558,'_key16',''),(8868,558,'_key17',''),(8869,558,'_key18',''),(8870,558,'_key19',''),(8871,558,'_key20',''),(8872,558,'_keyA1','Outdoor_Top_Parallax'),(8873,558,'_keyA2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Outdoor_Top_Parallax1.jpg\"><img class=\"alignleft size-full wp-image-768\" src=\"http://elura.audio/wp-content/uploads/2015/12/Outdoor_Top_Parallax1.jpg\" alt=\"Outdoor_Top_Parallax\" width=\"3000\" height=\"2000\" /></a>'),(8874,558,'_keyA3','SLS_Parallax_060316'),(8875,558,'_keyA4','<a href=\"http://elura.audio/wp-content/uploads/2015/12/SLS_Parallax_0603161.jpg\"><img class=\"alignleft size-full wp-image-769\" src=\"http://elura.audio/wp-content/uploads/2015/12/SLS_Parallax_0603161.jpg\" alt=\"SLS_Parallax_060316\" width=\"3000\" height=\"2000\" /></a>'),(8876,558,'_keyA5','Sonarray_Parallax_060342'),(8877,558,'_keyA6','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Sonarray_Parallax_0603421.jpg\"><img class=\"alignleft size-full wp-image-770\" src=\"http://elura.audio/wp-content/uploads/2015/12/Sonarray_Parallax_0603421.jpg\" alt=\"Sonarray_Parallax_060342\" width=\"3000\" height=\"2000\" /></a>'),(8878,558,'_keyA7','Rocks-Mariners-Extreme_Parallax_Shot_Desktop_060335'),(8879,558,'_keyA8','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351.jpg\"><img class=\"alignleft size-full wp-image-771\" src=\"http://elura.audio/wp-content/uploads/2015/12/Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351.jpg\" alt=\"Rocks-Mariners-Extreme_Parallax_Shot_Desktop_060335\" width=\"1600\" height=\"900\" /></a>'),(8880,558,'_keyA9','Sonance Outdoor Speakers'),(8881,558,'_keyA10','Sonance continues its award-winning audio philosophy outdoors, with a range of all-weather products that are designed to deliver best-in-class performance and best looking aesthetics in every exterior environment. From courtyards and patios to entire residential estates or resort gardens, Sonance is the undisputed leader in high fidelity sound for the great outdoors.'),(8882,558,'_keyA11','<a href=\"http://elura.audio/wp-content/uploads/2015/12/sonancevideo.png\"><img class=\"alignleft size-full wp-image-789\" src=\"http://elura.audio/wp-content/uploads/2015/12/sonancevideo.png\" alt=\"sonancevideo\" /></a>'),(8883,558,'_keyA12','SLS'),(8884,558,'_keyA13','Sonance Landscape Series is a totally scalable outdoor speaker system that delivers perfectly even volume coverage and unbelievable sound quality throughout any size space. Described by one critic as outdoor sound to “knock their socks off”, SLS provides jaw-dropping sonic performance from small satellite speakers and below-ground subwoofers that are hidden completely out of sight amongst plants and under foliage.'),(8885,558,'_keyA14','<a href=\"http://elura.audio/wp-content/uploads/2015/12/SLS_Product_Shot1.jpg\"><img class=\"alignleft size-full wp-image-772\" src=\"http://elura.audio/wp-content/uploads/2015/12/SLS_Product_Shot1.jpg\" alt=\"SLS_Product_Shot\" /></a>'),(8886,558,'_keyA15','SONARRAY'),(8887,558,'_keyA16','Developed using the same principals of Sonance Landscape Series, the highly acclaimed SONARRAY SR1 System features eight satellite speakers and a below-ground subwoofer that is designed to fill areas of up to 2000 square feet (180 sqm) with a perfectly even blanket of high quality sound. With everything hidden under plants, crystal clear music seemingly emanates from the foliage, creating atmosphere and ambience.'),(8888,558,'_keyA17','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Sonarray_Product_Shot1.jpg\"><img class=\"alignleft size-full wp-image-773\" src=\"http://elura.audio/wp-content/uploads/2015/12/Sonarray_Product_Shot1.jpg\" alt=\"Sonarray_Product_Shot\" /></a>'),(8889,558,'_keyA18','Rocks, Mariners and Extreme'),(8890,558,'_keyA19','Sonance has a range of high performance outdoor speakers for any traditional installation. Rock speakers and subwoofers in natural colors and textures; designed to hide in garden beds. Mariner speakers; perfect for courtyards and patios. Extreme in-wall and in-ceiling speakers; perfect for outdoor rooms, under eaves and demanding marine applications.'),(8891,558,'_keyA20','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Rocks-Mariners-Extreme_Product_Shot_1_0603351.jpg\"><img class=\"alignleft size-full wp-image-774\" src=\"http://elura.audio/wp-content/uploads/2015/12/Rocks-Mariners-Extreme_Product_Shot_1_0603351.jpg\" alt=\"Rocks-Mariners-Extreme_Product_Shot_1_060335\" /></a>'),(8892,558,'_keyA21',''),(8893,558,'_keyA22',''),(8894,558,'_keyA23',''),(8895,558,'_keyA24',''),(8896,558,'_keyA25',''),(8897,558,'_keyA26',''),(8898,558,'_keyA27',''),(8899,558,'_keyA28',''),(8900,558,'_keyA29',''),(8901,558,'_keyA30',''),(8902,558,'_keyB1',''),(8903,558,'_keyB2',''),(8904,558,'_keyB3',''),(8905,558,'_keyB4',''),(8906,558,'_keyB5',''),(8907,558,'_keyB6',''),(8908,558,'_keyB7',''),(8909,558,'_keyB8',''),(8910,558,'_keyB9',''),(8911,558,'_keyB10',''),(8912,558,'_keyB11',''),(8913,558,'_keyB12',''),(8914,558,'_keyB13',''),(8915,558,'_keyB14',''),(8916,558,'_keyB15',''),(8917,558,'_keyB16',''),(8918,558,'_keyB17',''),(8919,558,'_keyB18',''),(8920,558,'_keyB19',''),(8921,558,'_keyB20',''),(8922,558,'_keyB21',''),(8923,558,'_keyB22',''),(8924,558,'_keyB23',''),(8925,558,'_keyB24',''),(8926,558,'_keyB25',''),(8927,558,'_keyB26',''),(8928,558,'_keyB27',''),(8929,558,'_keyB28',''),(8930,558,'_keyB29',''),(8931,558,'_keyB30',''),(8932,558,'_keyC1',''),(8933,558,'_keyC2',''),(8934,558,'_keyC3',''),(8935,558,'_keyC4',''),(8936,558,'_keyC5',''),(8937,558,'_keyC6',''),(8938,558,'_keyC7',''),(8939,558,'_keyC8',''),(8940,558,'_keyC9',''),(8941,558,'_keyC10',''),(8942,558,'_keyC11',''),(8943,558,'_keyC12',''),(8944,558,'_keyC13',''),(8945,558,'_keyC14',''),(8946,558,'_keyC15',''),(8947,558,'_keyC16',''),(8948,558,'_keyC17',''),(8949,558,'_keyC18',''),(8950,558,'_keyC19',''),(8951,558,'_keyC20',''),(8952,558,'_keyC21',''),(8953,558,'_keyC22',''),(8954,558,'_keyC23',''),(8955,558,'_keyC24',''),(8956,558,'_keyC25',''),(8957,558,'_keyC26',''),(8958,558,'_keyC27',''),(8959,558,'_keyC28',''),(8960,558,'_keyC29',''),(8961,558,'_keyC30',''),(8962,558,'_keyD1',''),(8963,558,'_keyD2',''),(8964,558,'_keyD3',''),(8965,558,'_keyD4',''),(8966,558,'_keyD5',''),(8967,558,'_keyD6',''),(8968,558,'_keyD7',''),(8969,558,'_keyD8',''),(8970,558,'_keyD9',''),(8971,558,'_keyD10',''),(8972,558,'_keyD11',''),(8973,558,'_keyD12',''),(8974,558,'_keyD13',''),(8975,558,'_keyD14',''),(8976,558,'_keyD15',''),(8977,558,'_keyD16',''),(8978,558,'_keyD17',''),(8979,558,'_keyD18',''),(8980,558,'_keyD19',''),(8981,558,'_keyD20',''),(8982,558,'_keyD21',''),(8983,558,'_keyD22',''),(8984,558,'_keyD23',''),(8985,558,'_keyD24',''),(8986,558,'_keyD25',''),(8987,558,'_keyD26',''),(8988,558,'_keyD27',''),(8989,558,'_keyD28',''),(8990,558,'_keyD29',''),(8991,558,'_keyD30',''),(8992,558,'_edit_last','1'),(8993,558,'_edit_lock','1455824196:1'),(8994,558,'_wp_page_template','default'),(9138,562,'_key1',''),(9139,562,'_key2',''),(9140,562,'_key3',''),(9141,562,'_key4',''),(9142,562,'_key5',''),(9143,562,'_key6',''),(9144,562,'_key7',''),(9145,562,'_key8',''),(9146,562,'_key9',''),(9147,562,'_key10',''),(9148,562,'_key11',''),(9149,562,'_key12',''),(9150,562,'_key13',''),(9151,562,'_key14',''),(9152,562,'_key15',''),(9153,562,'_key16',''),(9154,562,'_key17',''),(9155,562,'_key18',''),(9156,562,'_key19',''),(9157,562,'_key20',''),(9158,562,'_keyA1',''),(9159,562,'_keyA2',''),(9160,562,'_keyA3',''),(9161,562,'_keyA4',''),(9162,562,'_keyA5',''),(9163,562,'_keyA6',''),(9164,562,'_keyA7',''),(9165,562,'_keyA8',''),(9166,562,'_keyA9',''),(9167,562,'_keyA10',''),(9168,562,'_keyA11',''),(9169,562,'_keyA12',''),(9170,562,'_keyA13',''),(9171,562,'_keyA14',''),(9172,562,'_keyA15',''),(9173,562,'_keyA16',''),(9174,562,'_keyA17',''),(9175,562,'_keyA18',''),(9176,562,'_keyA19',''),(9177,562,'_keyA20',''),(9178,562,'_keyA21',''),(9179,562,'_keyA22',''),(9180,562,'_keyA23',''),(9181,562,'_keyA24',''),(9182,562,'_keyA25',''),(9183,562,'_keyA26',''),(9184,562,'_keyA27',''),(9185,562,'_keyA28',''),(9186,562,'_keyA29',''),(9187,562,'_keyA30',''),(9188,562,'_keyB1',''),(9189,562,'_keyB2',''),(9190,562,'_keyB3',''),(9191,562,'_keyB4',''),(9192,562,'_keyB5',''),(9193,562,'_keyB6',''),(9194,562,'_keyB7',''),(9195,562,'_keyB8',''),(9196,562,'_keyB9',''),(9197,562,'_keyB10',''),(9198,562,'_keyB11',''),(9199,562,'_keyB12',''),(9200,562,'_keyB13',''),(9201,562,'_keyB14',''),(9202,562,'_keyB15',''),(9203,562,'_keyB16',''),(9204,562,'_keyB17',''),(9205,562,'_keyB18',''),(9206,562,'_keyB19',''),(9207,562,'_keyB20',''),(9208,562,'_keyB21',''),(9209,562,'_keyB22',''),(9210,562,'_keyB23',''),(9211,562,'_keyB24',''),(9212,562,'_keyB25',''),(9213,562,'_keyB26',''),(9214,562,'_keyB27',''),(9215,562,'_keyB28',''),(9216,562,'_keyB29',''),(9217,562,'_keyB30',''),(9218,562,'_keyC1',''),(9219,562,'_keyC2',''),(9220,562,'_keyC3',''),(9221,562,'_keyC4',''),(9222,562,'_keyC5',''),(9223,562,'_keyC6',''),(9224,562,'_keyC7',''),(9225,562,'_keyC8',''),(9226,562,'_keyC9',''),(9227,562,'_keyC10',''),(9228,562,'_keyC11',''),(9229,562,'_keyC12',''),(9230,562,'_keyC13',''),(9231,562,'_keyC14',''),(9232,562,'_keyC15',''),(9233,562,'_keyC16',''),(9234,562,'_keyC17',''),(9235,562,'_keyC18',''),(9236,562,'_keyC19',''),(9237,562,'_keyC20',''),(9238,562,'_keyC21',''),(9239,562,'_keyC22',''),(9240,562,'_keyC23',''),(9241,562,'_keyC24',''),(9242,562,'_keyC25',''),(9243,562,'_keyC26',''),(9244,562,'_keyC27',''),(9245,562,'_keyC28',''),(9246,562,'_keyC29',''),(9247,562,'_keyC30',''),(9248,562,'_keyD1',''),(9249,562,'_keyD2',''),(9250,562,'_keyD3',''),(9251,562,'_keyD4',''),(9252,562,'_keyD5',''),(9253,562,'_keyD6',''),(9254,562,'_keyD7',''),(9255,562,'_keyD8',''),(9256,562,'_keyD9',''),(9257,562,'_keyD10',''),(9258,562,'_keyD11',''),(9259,562,'_keyD12',''),(9260,562,'_keyD13',''),(9261,562,'_keyD14',''),(9262,562,'_keyD15',''),(9263,562,'_keyD16',''),(9264,562,'_keyD17',''),(9265,562,'_keyD18',''),(9266,562,'_keyD19',''),(9267,562,'_keyD20',''),(9268,562,'_keyD21',''),(9269,562,'_keyD22',''),(9270,562,'_keyD23',''),(9271,562,'_keyD24',''),(9272,562,'_keyD25',''),(9273,562,'_keyD26',''),(9274,562,'_keyD27',''),(9275,562,'_keyD28',''),(9276,562,'_keyD29',''),(9277,562,'_keyD30',''),(9278,562,'_edit_last','1'),(9279,562,'_edit_lock','1455924998:1'),(9282,562,'_wp_page_template','default'),(9283,565,'_key1','In-Wall & In-Ceiling Speakers'),(9284,565,'_key2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\"><img class=\"aligncenter size-full wp-image-1488\" src=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\" alt=\"2-In-Wall-SUBB8_fix\" width=\"1920\" height=\"841\" /></a>'),(9285,565,'_key3',''),(9286,565,'_key4',''),(9287,565,'_key5',''),(9288,565,'_key6',''),(9289,565,'_key7','SELECT'),(9290,565,'_key8','<a href=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\"><img class=\"alignleft size-full wp-image-795\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\" alt=\"BlackLabelTitle\" width=\"400\" height=\"75\" /></a>'),(9291,565,'_key9','PERFORMANCE'),(9292,565,'_key10','<a href=\"http://elura.audio/wp-content/uploads/2015/12/RedLabelTitle.jpg\"><img class=\"alignleft size-full wp-image-796\" src=\"http://elura.audio/wp-content/uploads/2015/12/RedLabelTitle.jpg\" alt=\"RedLabelTitle\" width=\"400\" height=\"75\" /></a>'),(9293,565,'_key11','PREMIUM'),(9294,565,'_key12','<a href=\"http://elura.audio/wp-content/uploads/2015/12/BlueLabelTitle.jpg\"><img class=\"alignleft size-full wp-image-797\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlueLabelTitle.jpg\" alt=\"BlueLabelTitle\" width=\"400\" height=\"75\" /></a>'),(9295,565,'_key13',''),(9296,565,'_key14',''),(9297,565,'_key15',''),(9298,565,'_key16',''),(9299,565,'_key17',''),(9300,565,'_key18',''),(9301,565,'_key19',''),(9302,565,'_key20',''),(9303,565,'_keyA1',''),(9304,565,'_keyA2',''),(9305,565,'_keyA3',''),(9306,565,'_keyA4',''),(9307,565,'_keyA5',''),(9308,565,'_keyA6',''),(9309,565,'_keyA7',''),(9310,565,'_keyA8',''),(9311,565,'_keyA9',''),(9312,565,'_keyA10',''),(9313,565,'_keyA11',''),(9314,565,'_keyA12',''),(9315,565,'_keyA13',''),(9316,565,'_keyA14',''),(9317,565,'_keyA15',''),(9318,565,'_keyA16',''),(9319,565,'_keyA17',''),(9320,565,'_keyA18',''),(9321,565,'_keyA19',''),(9322,565,'_keyA20',''),(9323,565,'_keyA21',''),(9324,565,'_keyA22',''),(9325,565,'_keyA23',''),(9326,565,'_keyA24',''),(9327,565,'_keyA25',''),(9328,565,'_keyA26',''),(9329,565,'_keyA27',''),(9330,565,'_keyA28',''),(9331,565,'_keyA29',''),(9332,565,'_keyA30',''),(9333,565,'_keyB1',''),(9334,565,'_keyB2',''),(9335,565,'_keyB3',''),(9336,565,'_keyB4',''),(9337,565,'_keyB5',''),(9338,565,'_keyB6',''),(9339,565,'_keyB7',''),(9340,565,'_keyB8',''),(9341,565,'_keyB9',''),(9342,565,'_keyB10',''),(9343,565,'_keyB11',''),(9344,565,'_keyB12',''),(9345,565,'_keyB13',''),(9346,565,'_keyB14',''),(9347,565,'_keyB15',''),(9348,565,'_keyB16',''),(9349,565,'_keyB17',''),(9350,565,'_keyB18',''),(9351,565,'_keyB19',''),(9352,565,'_keyB20',''),(9353,565,'_keyB21',''),(9354,565,'_keyB22',''),(9355,565,'_keyB23',''),(9356,565,'_keyB24',''),(9357,565,'_keyB25',''),(9358,565,'_keyB26',''),(9359,565,'_keyB27',''),(9360,565,'_keyB28',''),(9361,565,'_keyB29',''),(9362,565,'_keyB30',''),(9363,565,'_keyC1',''),(9364,565,'_keyC2',''),(9365,565,'_keyC3',''),(9366,565,'_keyC4',''),(9367,565,'_keyC5',''),(9368,565,'_keyC6',''),(9369,565,'_keyC7',''),(9370,565,'_keyC8',''),(9371,565,'_keyC9',''),(9372,565,'_keyC10',''),(9373,565,'_keyC11',''),(9374,565,'_keyC12',''),(9375,565,'_keyC13',''),(9376,565,'_keyC14',''),(9377,565,'_keyC15',''),(9378,565,'_keyC16',''),(9379,565,'_keyC17',''),(9380,565,'_keyC18',''),(9381,565,'_keyC19',''),(9382,565,'_keyC20',''),(9383,565,'_keyC21',''),(9384,565,'_keyC22',''),(9385,565,'_keyC23',''),(9386,565,'_keyC24',''),(9387,565,'_keyC25',''),(9388,565,'_keyC26',''),(9389,565,'_keyC27',''),(9390,565,'_keyC28',''),(9391,565,'_keyC29',''),(9392,565,'_keyC30',''),(9393,565,'_keyD1',''),(9394,565,'_keyD2',''),(9395,565,'_keyD3',''),(9396,565,'_keyD4',''),(9397,565,'_keyD5',''),(9398,565,'_keyD6',''),(9399,565,'_keyD7',''),(9400,565,'_keyD8',''),(9401,565,'_keyD9',''),(9402,565,'_keyD10',''),(9403,565,'_keyD11',''),(9404,565,'_keyD12',''),(9405,565,'_keyD13',''),(9406,565,'_keyD14',''),(9407,565,'_keyD15',''),(9408,565,'_keyD16',''),(9409,565,'_keyD17',''),(9410,565,'_keyD18',''),(9411,565,'_keyD19',''),(9412,565,'_keyD20',''),(9413,565,'_keyD21',''),(9414,565,'_keyD22',''),(9415,565,'_keyD23',''),(9416,565,'_keyD24',''),(9417,565,'_keyD25',''),(9418,565,'_keyD26',''),(9419,565,'_keyD27',''),(9420,565,'_keyD28',''),(9421,565,'_keyD29',''),(9422,565,'_keyD30',''),(9423,565,'_edit_last','1'),(9424,565,'_edit_lock','1455902155:1'),(9425,565,'_wp_page_template','default'),(9990,577,'_wp_attached_file','2015/12/Invisible_Series_04_040401.jpg'),(9991,577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1109;s:6:\"height\";i:622;s:4:\"file\";s:38:\"2015/12/Invisible_Series_04_040401.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Invisible_Series_04_040401-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:\"Invisible_Series_04_040401-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Invisible_Series_04_040401-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;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:1384512216;s:9:\"copyright\";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;}}'),(10327,604,'_wp_attached_file','2015/12/Performance_3_ALT_060303.jpg'),(10328,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:476;s:4:\"file\";s:36:\"2015/12/Performance_3_ALT_060303.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Performance_3_ALT_060303-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Performance_3_ALT_060303-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Performance_3_ALT_060303-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;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:1;}}'),(10472,607,'_wp_attached_file','2015/12/soundbarperformance.png'),(10473,607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1899;s:6:\"height\";i:546;s:4:\"file\";s:31:\"2015/12/soundbarperformance.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"soundbarperformance-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:30:\"soundbarperformance-300x86.png\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"soundbarperformance-1024x294.png\";s:5:\"width\";i:1024;s:6:\"height\";i:294;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;}}'),(10474,608,'_wp_attached_file','2015/12/Soundbar-Slides-06_050404.jpg'),(10475,608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1109;s:6:\"height\";i:621;s:4:\"file\";s:37:\"2015/12/Soundbar-Slides-06_050404.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Soundbar-Slides-06_050404-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Soundbar-Slides-06_050404-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Soundbar-Slides-06_050404-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;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;}}'),(10476,609,'_wp_attached_file','2015/12/woofer_110332.jpg'),(10477,609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:539;s:4:\"file\";s:25:\"2015/12/woofer_110332.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"woofer_110332-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:\"woofer_110332-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"woofer_110332-1024x431.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:431;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:1;}}'),(10478,610,'_wp_attached_file','2015/12/Performance_2_1.jpg'),(10479,610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:539;s:4:\"file\";s:27:\"2015/12/Performance_2_1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Performance_2_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:27:\"Performance_2_1-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Performance_2_1-1024x431.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:431;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:1;}}'),(10626,614,'_wp_attached_file','2015/12/subwooferbackground.png'),(10627,614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1905;s:6:\"height\";i:912;s:4:\"file\";s:31:\"2015/12/subwooferbackground.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"subwooferbackground-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:31:\"subwooferbackground-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"subwooferbackground-1024x490.png\";s:5:\"width\";i:1024;s:6:\"height\";i:490;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;}}'),(10632,617,'_wp_attached_file','2015/12/In-Wall_Aesthetics.jpg'),(10633,617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:476;s:4:\"file\";s:30:\"2015/12/In-Wall_Aesthetics.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"In-Wall_Aesthetics-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"In-Wall_Aesthetics-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"In-Wall_Aesthetics-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;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:1;}}'),(10634,618,'_wp_attached_file','2015/12/Sub_Amp_120355.jpg'),(10635,618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:476;s:4:\"file\";s:26:\"2015/12/Sub_Amp_120355.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Sub_Amp_120355-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Sub_Amp_120355-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Sub_Amp_120355-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;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:1;}}'),(11066,626,'_wp_attached_file','2015/12/Performance_6.jpg'),(11067,626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:476;s:4:\"file\";s:25:\"2015/12/Performance_6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Performance_6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Performance_6-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Performance_6-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;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:1;}}'),(11068,627,'_wp_attached_file','2015/12/Performance_3_070346.jpg'),(11069,627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:476;s:4:\"file\";s:32:\"2015/12/Performance_3_070346.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Performance_3_070346-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Performance_3_070346-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Performance_3_070346-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;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:1;}}'),(11213,630,'_wp_attached_file','2015/12/sonnaraybackground.png'),(11214,630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1885;s:6:\"height\";i:838;s:4:\"file\";s:30:\"2015/12/sonnaraybackground.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sonnaraybackground-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:30:\"sonnaraybackground-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"sonnaraybackground-1024x455.png\";s:5:\"width\";i:1024;s:6:\"height\";i:455;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;}}'),(11215,631,'_wp_attached_file','2015/12/Sonarray_Slides-04_050429.jpg'),(11216,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1109;s:6:\"height\";i:622;s:4:\"file\";s:37:\"2015/12/Sonarray_Slides-04_050429.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Sonarray_Slides-04_050429-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Sonarray_Slides-04_050429-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Sonarray_Slides-04_050429-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;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:1389294046;s:9:\"copyright\";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;}}'),(11663,646,'_wp_attached_file','2015/12/dsp_icon_091235.jpg'),(11664,646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:392;s:4:\"file\";s:27:\"2015/12/dsp_icon_091235.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"dsp_icon_091235-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"dsp_icon_091235-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;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:1;}}'),(11665,647,'_wp_attached_file','2015/12/dig_icon_091210.jpg'),(11666,647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:392;s:4:\"file\";s:27:\"2015/12/dig_icon_091210.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"dig_icon_091210-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"dig_icon_091210-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;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:1;}}'),(11667,648,'_wp_attached_file','2015/12/sonamp_header_copy_071204.jpg'),(11668,648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1146;s:6:\"height\";i:624;s:4:\"file\";s:37:\"2015/12/sonamp_header_copy_071204.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"sonamp_header_copy_071204-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"sonamp_header_copy_071204-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"sonamp_header_copy_071204-1024x558.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:558;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:1;}}'),(11669,649,'_wp_attached_file','2015/12/density2_071253.jpg'),(11670,649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:730;s:6:\"height\";i:260;s:4:\"file\";s:27:\"2015/12/density2_071253.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"density2_071253-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"density2_071253-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;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:1;}}'),(11671,650,'_wp_attached_file','2015/12/rack_071255.jpg'),(11672,650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:859;s:6:\"height\";i:624;s:4:\"file\";s:23:\"2015/12/rack_071255.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"rack_071255-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"rack_071255-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;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:1;}}'),(11818,654,'_wp_attached_file','2015/12/volumecontrols.png'),(11819,654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1892;s:6:\"height\";i:874;s:4:\"file\";s:26:\"2015/12/volumecontrols.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"volumecontrols-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:26:\"volumecontrols-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"volumecontrols-1024x473.png\";s:5:\"width\";i:1024;s:6:\"height\";i:473;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;}}'),(11820,655,'_wp_attached_file','2015/12/SSVC_Slides-01_ALT_050443.jpg'),(11821,655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1109;s:6:\"height\";i:622;s:4:\"file\";s:37:\"2015/12/SSVC_Slides-01_ALT_050443.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"SSVC_Slides-01_ALT_050443-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"SSVC_Slides-01_ALT_050443-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"SSVC_Slides-01_ALT_050443-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;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:1389294046;s:9:\"copyright\";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;}}'),(11966,658,'_wp_attached_file','2015/12/irbackground.png'),(11967,658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1896;s:6:\"height\";i:912;s:4:\"file\";s:24:\"2015/12/irbackground.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"irbackground-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:24:\"irbackground-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"irbackground-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;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;}}'),(12543,668,'_wp_attached_file','2015/12/IS_Commercial_Slides-01_050418.jpg'),(12544,668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1109;s:6:\"height\";i:622;s:4:\"file\";s:42:\"2015/12/IS_Commercial_Slides-01_050418.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"IS_Commercial_Slides-01_050418-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"IS_Commercial_Slides-01_050418-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"IS_Commercial_Slides-01_050418-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;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:1389294046;s:9:\"copyright\";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;}}'),(12547,670,'_wp_attached_file','2015/12/isc_Performance_2.jpg'),(12548,670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2015/12/isc_Performance_2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"isc_Performance_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"isc_Performance_2-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"isc_Performance_2-1024x432.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:432;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:1;}}'),(12694,674,'_wp_attached_file','2015/12/CTCMFMbackground.png'),(12695,674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1893;s:6:\"height\";i:897;s:4:\"file\";s:28:\"2015/12/CTCMFMbackground.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"CTCMFMbackground-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"CTCMFMbackground-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"CTCMFMbackground-1024x485.png\";s:5:\"width\";i:1024;s:6:\"height\";i:485;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;}}'),(12849,682,'_wp_attached_file','2015/12/CCS_110325.jpg'),(12850,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:22:\"2015/12/CCS_110325.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"CCS_110325-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:\"CCS_110325-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"CCS_110325-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;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:1;}}'),(12851,683,'_wp_attached_file','2015/12/TRUFIG_110359.jpg'),(12852,683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:25:\"2015/12/TRUFIG_110359.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"TRUFIG_110359-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:\"TRUFIG_110359-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"TRUFIG_110359-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;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:1;}}'),(12996,686,'_wp_attached_file','2015/12/SLS_CEDIA_100322.jpg'),(12997,686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:561;s:4:\"file\";s:28:\"2015/12/SLS_CEDIA_100322.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"SLS_CEDIA_100322-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"SLS_CEDIA_100322-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"SLS_CEDIA_100322-1024x442.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:442;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:1;}}'),(12998,687,'_wp_attached_file','2015/12/Press_Artistic_6_030409.jpg'),(12999,687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:35:\"2015/12/Press_Artistic_6_030409.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Press_Artistic_6_030409-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Press_Artistic_6_030409-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Press_Artistic_6_030409-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;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:1;}}'),(13000,688,'_wp_attached_file','2015/12/Press_Artistic_2_110304.jpg'),(13001,688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:35:\"2015/12/Press_Artistic_2_110304.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Press_Artistic_2_110304-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Press_Artistic_2_110304-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Press_Artistic_2_110304-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;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:1;}}'),(13002,689,'_wp_attached_file','2015/12/Press_top_shot_edited_050319.jpg'),(13003,689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:624;s:4:\"file\";s:40:\"2015/12/Press_top_shot_edited_050319.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Press_top_shot_edited_050319-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:40:\"Press_top_shot_edited_050319-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Press_top_shot_edited_050319-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(13005,691,'_key1',''),(13006,691,'_key2',''),(13007,691,'_key3',''),(13008,691,'_key4',''),(13009,691,'_key5',''),(13010,691,'_key6',''),(13011,691,'_key7',''),(13012,691,'_key8',''),(13013,691,'_key9',''),(13014,691,'_key10',''),(13015,691,'_key11',''),(13016,691,'_key12',''),(13017,691,'_key13',''),(13018,691,'_key14',''),(13019,691,'_key15',''),(13020,691,'_key16',''),(13021,691,'_key17',''),(13022,691,'_key18',''),(13023,691,'_key19',''),(13024,691,'_key20',''),(13025,691,'_keyA1',''),(13026,691,'_keyA2',''),(13027,691,'_keyA3',''),(13028,691,'_keyA4',''),(13029,691,'_keyA5',''),(13030,691,'_keyA6',''),(13031,691,'_keyA7',''),(13032,691,'_keyA8',''),(13033,691,'_keyA9',''),(13034,691,'_keyA10',''),(13035,691,'_keyA11',''),(13036,691,'_keyA12',''),(13037,691,'_keyA13',''),(13038,691,'_keyA14',''),(13039,691,'_keyA15',''),(13040,691,'_keyA16',''),(13041,691,'_keyA17',''),(13042,691,'_keyA18',''),(13043,691,'_keyA19',''),(13044,691,'_keyA20',''),(13045,691,'_keyA21',''),(13046,691,'_keyA22',''),(13047,691,'_keyA23',''),(13048,691,'_keyA24',''),(13049,691,'_keyA25',''),(13050,691,'_keyA26',''),(13051,691,'_keyA27',''),(13052,691,'_keyA28',''),(13053,691,'_keyA29',''),(13054,691,'_keyA30',''),(13055,691,'_keyB1',''),(13056,691,'_keyB2',''),(13057,691,'_keyB3',''),(13058,691,'_keyB4',''),(13059,691,'_keyB5',''),(13060,691,'_keyB6',''),(13061,691,'_keyB7',''),(13062,691,'_keyB8',''),(13063,691,'_keyB9',''),(13064,691,'_keyB10',''),(13065,691,'_keyB11',''),(13066,691,'_keyB12',''),(13067,691,'_keyB13',''),(13068,691,'_keyB14',''),(13069,691,'_keyB15',''),(13070,691,'_keyB16',''),(13071,691,'_keyB17',''),(13072,691,'_keyB18',''),(13073,691,'_keyB19',''),(13074,691,'_keyB20',''),(13075,691,'_keyB21',''),(13076,691,'_keyB22',''),(13077,691,'_keyB23',''),(13078,691,'_keyB24',''),(13079,691,'_keyB25',''),(13080,691,'_keyB26',''),(13081,691,'_keyB27',''),(13082,691,'_keyB28',''),(13083,691,'_keyB29',''),(13084,691,'_keyB30',''),(13085,691,'_keyC1',''),(13086,691,'_keyC2',''),(13087,691,'_keyC3',''),(13088,691,'_keyC4',''),(13089,691,'_keyC5',''),(13090,691,'_keyC6',''),(13091,691,'_keyC7',''),(13092,691,'_keyC8',''),(13093,691,'_keyC9',''),(13094,691,'_keyC10',''),(13095,691,'_keyC11',''),(13096,691,'_keyC12',''),(13097,691,'_keyC13',''),(13098,691,'_keyC14',''),(13099,691,'_keyC15',''),(13100,691,'_keyC16',''),(13101,691,'_keyC17',''),(13102,691,'_keyC18',''),(13103,691,'_keyC19',''),(13104,691,'_keyC20',''),(13105,691,'_keyC21',''),(13106,691,'_keyC22',''),(13107,691,'_keyC23',''),(13108,691,'_keyC24',''),(13109,691,'_keyC25',''),(13110,691,'_keyC26',''),(13111,691,'_keyC27',''),(13112,691,'_keyC28',''),(13113,691,'_keyC29',''),(13114,691,'_keyC30',''),(13115,691,'_keyD1',''),(13116,691,'_keyD2',''),(13117,691,'_keyD3',''),(13118,691,'_keyD4',''),(13119,691,'_keyD5',''),(13120,691,'_keyD6',''),(13121,691,'_keyD7',''),(13122,691,'_keyD8',''),(13123,691,'_keyD9',''),(13124,691,'_keyD10',''),(13125,691,'_keyD11',''),(13126,691,'_keyD12',''),(13127,691,'_keyD13',''),(13128,691,'_keyD14',''),(13129,691,'_keyD15',''),(13130,691,'_keyD16',''),(13131,691,'_keyD17',''),(13132,691,'_keyD18',''),(13133,691,'_keyD19',''),(13134,691,'_keyD20',''),(13135,691,'_keyD21',''),(13136,691,'_keyD22',''),(13137,691,'_keyD23',''),(13138,691,'_keyD24',''),(13139,691,'_keyD25',''),(13140,691,'_keyD26',''),(13141,691,'_keyD27',''),(13142,691,'_keyD28',''),(13143,691,'_keyD29',''),(13144,691,'_keyD30',''),(13145,691,'_edit_last','1'),(13146,691,'_edit_lock','1455129566:1'),(13147,691,'_wp_page_template','default'),(13153,695,'_wp_attached_file','2015/12/invisibleseriesbackground.png'),(13154,695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1879;s:6:\"height\";i:487;s:4:\"file\";s:37:\"2015/12/invisibleseriesbackground.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"invisibleseriesbackground-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:36:\"invisibleseriesbackground-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"invisibleseriesbackground-1024x265.png\";s:5:\"width\";i:1024;s:6:\"height\";i:265;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;}}'),(13166,705,'_wp_attached_file','2015/12/speakerselectbackground.png'),(13167,705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1889;s:6:\"height\";i:892;s:4:\"file\";s:35:\"2015/12/speakerselectbackground.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"speakerselectbackground-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:35:\"speakerselectbackground-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"speakerselectbackground-1024x484.png\";s:5:\"width\";i:1024;s:6:\"height\";i:484;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;}}'),(13168,706,'_wp_attached_file','2015/12/volume.png'),(13169,706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:622;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2015/12/volume.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"volume-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:18:\"volume-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;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;}}'),(13172,709,'_wp_attached_file','2015/12/dspdigital.png'),(13173,709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1888;s:6:\"height\";i:745;s:4:\"file\";s:22:\"2015/12/dspdigital.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"dspdigital-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:\"dspdigital-300x118.png\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"dspdigital-1024x404.png\";s:5:\"width\";i:1024;s:6:\"height\";i:404;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;}}'),(13615,732,'_wp_attached_file','2015/12/SLS_Bottom_Animation_050307.gif'),(13616,732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:556;s:4:\"file\";s:39:\"2015/12/SLS_Bottom_Animation_050307.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SLS_Bottom_Animation_050307-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SLS_Bottom_Animation_050307-300x146.gif\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"SLS_Bottom_Animation_050307-1024x499.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:499;s:9:\"mime-type\";s:9:\"image/gif\";}}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;}}'),(13618,733,'_wp_attached_file','2015/12/invisibleseriesvideoimage.png'),(13619,733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1150;s:6:\"height\";i:710;s:4:\"file\";s:37:\"2015/12/invisibleseriesvideoimage.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"invisibleseriesvideoimage-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:37:\"invisibleseriesvideoimage-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"invisibleseriesvideoimage-1024x632.png\";s:5:\"width\";i:1024;s:6:\"height\";i:632;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;}}'),(13621,734,'_wp_attached_file','2015/12/IS_Bottom_Asset_090355.gif'),(13622,734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3531;s:6:\"height\";i:1649;s:4:\"file\";s:34:\"2015/12/IS_Bottom_Asset_090355.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"IS_Bottom_Asset_090355-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"IS_Bottom_Asset_090355-300x140.gif\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"IS_Bottom_Asset_090355-1024x478.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:478;s:9:\"mime-type\";s:9:\"image/gif\";}}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;}}'),(14475,733,'_edit_lock','1450814148:1'),(14476,748,'_wp_attached_file','2015/12/elurabkgrnd2.png'),(14477,748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1925;s:6:\"height\";i:541;s:4:\"file\";s:24:\"2015/12/elurabkgrnd2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"elurabkgrnd2-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:23:\"elurabkgrnd2-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"elurabkgrnd2-1024x288.png\";s:5:\"width\";i:1024;s:6:\"height\";i:288;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;}}'),(14478,749,'_wp_attached_file','2015/12/elura3spkr.png'),(14479,749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:530;s:4:\"file\";s:22:\"2015/12/elura3spkr.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"elura3spkr-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:\"elura3spkr-300x83.png\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"elura3spkr-1024x283.png\";s:5:\"width\";i:1024;s:6:\"height\";i:283;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;}}'),(14480,750,'_wp_attached_file','2015/12/elurabkgrnd21.png'),(14481,750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1925;s:6:\"height\";i:541;s:4:\"file\";s:25:\"2015/12/elurabkgrnd21.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"elurabkgrnd21-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:24:\"elurabkgrnd21-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"elurabkgrnd21-1024x288.png\";s:5:\"width\";i:1024;s:6:\"height\";i:288;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;}}'),(14482,751,'_wp_attached_file','2015/12/eluralogo.png'),(14483,751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:429;s:6:\"height\";i:133;s:4:\"file\";s:21:\"2015/12/eluralogo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"eluralogo-150x133.png\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"eluralogo-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;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;}}'),(14484,752,'_wp_attached_file','2015/12/bottom-elura-logo.png'),(14485,752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1922;s:6:\"height\";i:455;s:4:\"file\";s:29:\"2015/12/bottom-elura-logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"bottom-elura-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:28:\"bottom-elura-logo-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"bottom-elura-logo-1024x242.png\";s:5:\"width\";i:1024;s:6:\"height\";i:242;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;}}'),(14486,753,'_wp_attached_file','2015/12/In-Wall_In-Ceiling_Pic_11.jpg'),(14487,753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1005;s:4:\"file\";s:37:\"2015/12/In-Wall_In-Ceiling_Pic_11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"In-Wall_In-Ceiling_Pic_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"In-Wall_In-Ceiling_Pic_11-300x112.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"In-Wall_In-Ceiling_Pic_11-1024x381.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:381;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;}}'),(14488,754,'_wp_attached_file','2015/12/In-Wall___In-Ceiling_2_Top_Parallax1.jpg'),(14489,754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:48:\"2015/12/In-Wall___In-Ceiling_2_Top_Parallax1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"In-Wall___In-Ceiling_2_Top_Parallax1-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:48:\"In-Wall___In-Ceiling_2_Top_Parallax1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"In-Wall___In-Ceiling_2_Top_Parallax1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:1394013552;s:9:\"copyright\";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;}}'),(14490,755,'_wp_attached_file','2015/12/AS_Parallax_Shot_Desktop1.jpg'),(14491,755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2015/12/AS_Parallax_Shot_Desktop1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"AS_Parallax_Shot_Desktop1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"AS_Parallax_Shot_Desktop1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"AS_Parallax_Shot_Desktop1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(14492,756,'_wp_attached_file','2015/12/IS_Parallax_Shot_Desktop1.jpg'),(14493,756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2015/12/IS_Parallax_Shot_Desktop1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IS_Parallax_Shot_Desktop1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IS_Parallax_Shot_Desktop1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"IS_Parallax_Shot_Desktop1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(14494,757,'_wp_attached_file','2015/12/inwallvideo-pic1.png'),(14495,757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:557;s:6:\"height\";i:341;s:4:\"file\";s:28:\"2015/12/inwallvideo-pic1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"inwallvideo-pic1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"inwallvideo-pic1-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;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;}}'),(14496,758,'_wp_attached_file','2015/12/VP_Product_Pic_1007091.png'),(14497,758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:711;s:4:\"file\";s:34:\"2015/12/VP_Product_Pic_1007091.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VP_Product_Pic_1007091-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:\"VP_Product_Pic_1007091-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"VP_Product_Pic_1007091-1024x656.png\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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;}}'),(14498,759,'_wp_attached_file','2015/12/AS_Product_Pic_V2_1007401.jpg'),(14499,759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2015/12/AS_Product_Pic_V2_1007401.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"AS_Product_Pic_V2_1007401-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"AS_Product_Pic_V2_1007401-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:1;}}'),(14500,760,'_wp_attached_file','2015/12/IS_Product_Pic1.jpg'),(14501,760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:711;s:4:\"file\";s:27:\"2015/12/IS_Product_Pic1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"IS_Product_Pic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"IS_Product_Pic1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"IS_Product_Pic1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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:1;}}'),(14502,761,'_wp_attached_file','2015/12/Home_Theater_0703151.jpg'),(14503,761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:32:\"2015/12/Home_Theater_0703151.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Home_Theater_0703151-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Home_Theater_0703151-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Home_Theater_0703151-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;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:1;}}'),(14504,762,'_wp_attached_file','2015/12/sonancevideopic-150x1501.png'),(14505,762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:36:\"2015/12/sonancevideopic-150x1501.png\";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;}}'),(14506,763,'_wp_attached_file','2015/12/Home-Theater.png'),(14507,763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:421;s:6:\"height\";i:259;s:4:\"file\";s:24:\"2015/12/Home-Theater.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Home-Theater-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:24:\"Home-Theater-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;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;}}'),(14508,764,'_wp_attached_file','2015/12/Cinema_Series_Shot1.jpg'),(14509,764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:31:\"2015/12/Cinema_Series_Shot1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Cinema_Series_Shot1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Cinema_Series_Shot1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Cinema_Series_Shot1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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:1;}}'),(14510,765,'_wp_attached_file','2015/12/Soundbar2_1203432.jpg'),(14511,765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:756;s:4:\"file\";s:29:\"2015/12/Soundbar2_1203432.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Soundbar2_1203432-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Soundbar2_1203432-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Soundbar2_1203432-1024x697.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:697;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:1;}}'),(14512,766,'_wp_attached_file','2015/12/Subwoofer_Shot1.jpg'),(14513,766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:27:\"2015/12/Subwoofer_Shot1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Subwoofer_Shot1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Subwoofer_Shot1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Subwoofer_Shot1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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:1;}}'),(14514,767,'_wp_attached_file','2015/12/BottomSmoke.png'),(14515,767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:561;s:4:\"file\";s:23:\"2015/12/BottomSmoke.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"BottomSmoke-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:\"BottomSmoke-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"BottomSmoke-1024x299.png\";s:5:\"width\";i:1024;s:6:\"height\";i:299;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;}}'),(14516,768,'_wp_attached_file','2015/12/Outdoor_Top_Parallax1.jpg'),(14517,768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:33:\"2015/12/Outdoor_Top_Parallax1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Outdoor_Top_Parallax1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Outdoor_Top_Parallax1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Outdoor_Top_Parallax1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:1394012290;s:9:\"copyright\";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;}}'),(14518,769,'_wp_attached_file','2015/12/SLS_Parallax_0603161.jpg'),(14519,769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:32:\"2015/12/SLS_Parallax_0603161.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"SLS_Parallax_0603161-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"SLS_Parallax_0603161-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"SLS_Parallax_0603161-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:1;}}'),(14520,770,'_wp_attached_file','2015/12/Sonarray_Parallax_0603421.jpg'),(14521,770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:37:\"2015/12/Sonarray_Parallax_0603421.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Sonarray_Parallax_0603421-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Sonarray_Parallax_0603421-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Sonarray_Parallax_0603421-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:1;}}'),(14522,771,'_wp_attached_file','2015/12/Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351.jpg'),(14523,771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:64:\"2015/12/Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351-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:64:\"Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(14524,772,'_wp_attached_file','2015/12/SLS_Product_Shot1.jpg'),(14525,772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:29:\"2015/12/SLS_Product_Shot1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SLS_Product_Shot1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"SLS_Product_Shot1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"SLS_Product_Shot1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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:1;}}'),(14526,773,'_wp_attached_file','2015/12/Sonarray_Product_Shot1.jpg'),(14527,773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:34:\"2015/12/Sonarray_Product_Shot1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Sonarray_Product_Shot1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Sonarray_Product_Shot1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Sonarray_Product_Shot1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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:1;}}'),(14528,774,'_wp_attached_file','2015/12/Rocks-Mariners-Extreme_Product_Shot_1_0603351.jpg'),(14529,774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1112;s:6:\"height\";i:626;s:4:\"file\";s:57:\"2015/12/Rocks-Mariners-Extreme_Product_Shot_1_0603351.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Rocks-Mariners-Extreme_Product_Shot_1_0603351-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:57:\"Rocks-Mariners-Extreme_Product_Shot_1_0603351-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"Rocks-Mariners-Extreme_Product_Shot_1_0603351-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(14530,775,'_wp_attached_file','2015/12/New_Updated_Electronics_Parallax_Amp__040332_0512481.jpg'),(14531,775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:64:\"2015/12/New_Updated_Electronics_Parallax_Amp__040332_0512481.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"New_Updated_Electronics_Parallax_Amp__040332_0512481-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:64:\"New_Updated_Electronics_Parallax_Amp__040332_0512481-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"New_Updated_Electronics_Parallax_Amp__040332_0512481-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;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:1;}}'),(14532,776,'_wp_attached_file','2015/12/Electronics_Slides-04_dspcopy_0412431.jpg'),(14533,776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:646;s:4:\"file\";s:49:\"2015/12/Electronics_Slides-04_dspcopy_0412431.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Electronics_Slides-04_dspcopy_0412431-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Electronics_Slides-04_dspcopy_0412431-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Electronics_Slides-04_dspcopy_0412431-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;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:1;}}'),(14534,777,'_wp_attached_file','2015/12/sonamp_header_copy_0812471.jpg'),(14535,777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1146;s:6:\"height\";i:624;s:4:\"file\";s:38:\"2015/12/sonamp_header_copy_0812471.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"sonamp_header_copy_0812471-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:\"sonamp_header_copy_0812471-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"sonamp_header_copy_0812471-1024x558.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:558;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:1;}}'),(14536,778,'_wp_attached_file','2015/12/Speak_Selector_Volume_Control_11.jpg'),(14537,778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:711;s:4:\"file\";s:44:\"2015/12/Speak_Selector_Volume_Control_11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Speak_Selector_Volume_Control_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Speak_Selector_Volume_Control_11-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Speak_Selector_Volume_Control_11-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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:1;}}'),(14538,779,'_wp_attached_file','2015/12/IR_21.jpg'),(14539,779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:711;s:4:\"file\";s:17:\"2015/12/IR_21.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"IR_21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"IR_21-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"IR_21-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;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:1;}}'),(14540,780,'_wp_attached_file','2015/12/Dana_Company_Image_0403212.jpg'),(14541,780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:38:\"2015/12/Dana_Company_Image_0403212.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Dana_Company_Image_0403212-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:\"Dana_Company_Image_0403212-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Dana_Company_Image_0403212-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;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:1;}}'),(14542,781,'_wp_attached_file','2015/12/Sonance_Company_Image_0403211.jpg'),(14543,781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:41:\"2015/12/Sonance_Company_Image_0403211.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Sonance_Company_Image_0403211-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:41:\"Sonance_Company_Image_0403211-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Sonance_Company_Image_0403211-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;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:1;}}'),(14544,782,'_wp_attached_file','2015/12/iPort_Compnay_Image_V2_0504451.jpg'),(14545,782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:42:\"2015/12/iPort_Compnay_Image_V2_0504451.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"iPort_Compnay_Image_V2_0504451-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"iPort_Compnay_Image_V2_0504451-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"iPort_Compnay_Image_V2_0504451-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;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:1;}}'),(14546,783,'_wp_attached_file','2015/12/Dana_Logo_11.jpg'),(14547,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:625;s:4:\"file\";s:24:\"2015/12/Dana_Logo_11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Dana_Logo_11-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:\"Dana_Logo_11-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Dana_Logo_11-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;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:1;}}'),(14548,784,'_wp_attached_file','2015/12/Sonance_Logo_11.jpg'),(14549,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:625;s:4:\"file\";s:27:\"2015/12/Sonance_Logo_11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Sonance_Logo_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Sonance_Logo_11-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Sonance_Logo_11-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;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:1;}}'),(14550,785,'_wp_attached_file','2015/12/iPort_Logo_11.jpg'),(14551,785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:625;s:4:\"file\";s:25:\"2015/12/iPort_Logo_11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"iPort_Logo_11-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:\"iPort_Logo_11-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"iPort_Logo_11-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;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:1;}}'),(14552,786,'_wp_attached_file','2015/12/Trufig_Logo_11.jpg'),(14553,786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:625;s:4:\"file\";s:26:\"2015/12/Trufig_Logo_11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Trufig_Logo_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Trufig_Logo_11-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Trufig_Logo_11-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;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:1;}}'),(14554,787,'_wp_attached_file','2015/12/Electronics_Slides-04_digitalcopy_041243.jpg'),(14555,787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:646;s:4:\"file\";s:52:\"2015/12/Electronics_Slides-04_digitalcopy_041243.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Electronics_Slides-04_digitalcopy_041243-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:52:\"Electronics_Slides-04_digitalcopy_041243-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Electronics_Slides-04_digitalcopy_041243-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;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:1;}}'),(14556,789,'_wp_attached_file','2015/12/sonancevideo.png'),(14557,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:258;s:4:\"file\";s:24:\"2015/12/sonancevideo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sonancevideo-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:24:\"sonancevideo-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;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;}}'),(14558,790,'_wp_attached_file','2015/12/TRUFIG_Company_Image_0403561.jpg'),(14559,790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:40:\"2015/12/TRUFIG_Company_Image_0403561.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"TRUFIG_Company_Image_0403561-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:40:\"TRUFIG_Company_Image_0403561-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"TRUFIG_Company_Image_0403561-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;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:1;}}'),(14560,791,'_wp_attached_file','2015/12/BottomSmoke1.png'),(14561,791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:561;s:4:\"file\";s:24:\"2015/12/BottomSmoke1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"BottomSmoke1-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:23:\"BottomSmoke1-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"BottomSmoke1-1024x299.png\";s:5:\"width\";i:1024;s:6:\"height\";i:299;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;}}'),(14562,792,'_wp_attached_file','2015/12/modernlivingroomedited.png'),(14563,792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:645;s:4:\"file\";s:34:\"2015/12/modernlivingroomedited.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"modernlivingroomedited-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:\"modernlivingroomedited-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;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;}}'),(14564,793,'_wp_attached_file','2015/12/modernlivingroomedited1.png'),(14565,793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:645;s:4:\"file\";s:35:\"2015/12/modernlivingroomedited1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"modernlivingroomedited1-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:35:\"modernlivingroomedited1-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;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;}}'),(14566,795,'_wp_attached_file','2015/12/BlackLabelTitle.jpg'),(14567,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:75;s:4:\"file\";s:27:\"2015/12/BlackLabelTitle.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BlackLabelTitle-150x75.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"BlackLabelTitle-300x56.jpg\";s:5:\"width\";i:300;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;}}'),(14568,796,'_wp_attached_file','2015/12/RedLabelTitle.jpg'),(14569,796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:75;s:4:\"file\";s:25:\"2015/12/RedLabelTitle.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RedLabelTitle-150x75.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RedLabelTitle-300x56.jpg\";s:5:\"width\";i:300;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;}}'),(14570,797,'_wp_attached_file','2015/12/BlueLabelTitle.jpg'),(14571,797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:75;s:4:\"file\";s:26:\"2015/12/BlueLabelTitle.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"BlueLabelTitle-150x75.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"BlueLabelTitle-300x56.jpg\";s:5:\"width\";i:300;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;}}'),(14716,800,'_wp_attached_file','2016/01/RedLabelTitle.jpg'),(14717,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:75;s:4:\"file\";s:25:\"2016/01/RedLabelTitle.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RedLabelTitle-150x75.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RedLabelTitle-300x56.jpg\";s:5:\"width\";i:300;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;}}'),(14718,801,'_wp_attached_file','2015/12/modernlivingroomedited2.png'),(14719,801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:645;s:4:\"file\";s:35:\"2015/12/modernlivingroomedited2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"modernlivingroomedited2-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:35:\"modernlivingroomedited2-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;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;}}'),(14860,803,'_wp_attached_file','2015/12/ModernLivingRoom-Final.jpg'),(14861,803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:34:\"2015/12/ModernLivingRoom-Final.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"ModernLivingRoom-Final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"ModernLivingRoom-Final-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"ModernLivingRoom-Final-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:1;}}'),(14862,562,'imageSliderKey1',''),(14863,562,'imageSliderKey2',''),(14864,562,'imageSliderKey3',''),(14865,562,'imageSliderKey4',''),(14866,562,'imageSliderKey5',''),(14867,562,'imageSliderKey6',''),(14868,562,'imageSliderKey7',''),(14869,562,'imageSliderKey8',''),(14870,562,'imageSliderKey9',''),(14871,562,'imageSliderKey10',''),(14872,562,'imageSliderKey11',''),(14873,562,'imageSliderKey12',''),(14874,562,'imageSliderKey13',''),(14875,562,'imageSliderKey14',''),(14876,562,'imageSliderKey15',''),(14877,562,'imageSliderKey16',''),(14878,562,'imageSliderKey17',''),(14879,562,'imageSliderKey18',''),(14880,562,'imageSliderKey19',''),(14881,562,'imageSliderKey20',''),(14882,562,'imageSliderKey21',''),(14883,562,'imageSliderKey22',''),(14884,562,'imageSliderKey23',''),(14885,562,'imageSliderKey24',''),(14886,562,'imageSliderKey25',''),(14887,562,'imageSliderKey26',''),(14888,562,'imageSliderKey27',''),(14889,562,'imageSliderKey28',''),(14890,562,'imageSliderKey29',''),(14891,562,'imageSliderKey30',''),(15920,811,'_wp_attached_file','2015/12/Subb8bottomAngle-ConvertImage.png'),(15921,811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2176;s:4:\"file\";s:41:\"2015/12/Subb8bottomAngle-ConvertImage.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Subb8bottomAngle-ConvertImage-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:41:\"Subb8bottomAngle-ConvertImage-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Subb8bottomAngle-ConvertImage-1024x575.png\";s:5:\"width\";i:1024;s:6:\"height\";i:575;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;}}'),(15922,812,'_wp_attached_file','2015/12/CloseupSubb8.jpg'),(15923,812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:24:\"2015/12/CloseupSubb8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"CloseupSubb8-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:\"CloseupSubb8-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"CloseupSubb8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:1;}}'),(15924,813,'_wp_attached_file','2015/12/CloseupSubb8-2.jpg'),(15925,813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:26:\"2015/12/CloseupSubb8-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"CloseupSubb8-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"CloseupSubb8-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"CloseupSubb8-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:1;}}'),(15926,814,'_wp_attached_file','2015/12/elura2speakers.png'),(15927,814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1921;s:6:\"height\";i:697;s:4:\"file\";s:26:\"2015/12/elura2speakers.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"elura2speakers-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:26:\"elura2speakers-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"elura2speakers-1024x372.png\";s:5:\"width\";i:1024;s:6:\"height\";i:372;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;}}'),(15928,556,'imageSliderKey1','SUBWOOFERS'),(15929,556,'imageSliderKey2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\"><img class=\"aligncenter size-full wp-image-1488\" src=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\" alt=\"2-In-Wall-SUBB8_fix\" width=\"1920\" height=\"841\" /></a>'),(15930,556,'imageSliderKey3',''),(15931,556,'imageSliderKey4',''),(15932,556,'imageSliderKey5',''),(15933,556,'imageSliderKey6',''),(15934,556,'imageSliderKey7',''),(15935,556,'imageSliderKey8',''),(15936,556,'imageSliderKey9',''),(15937,556,'imageSliderKey10',''),(15938,556,'imageSliderKey11',''),(15939,556,'imageSliderKey12',''),(15940,556,'imageSliderKey13',''),(15941,556,'imageSliderKey14',''),(15942,556,'imageSliderKey15',''),(15943,556,'imageSliderKey16',''),(15944,556,'imageSliderKey17',''),(15945,556,'imageSliderKey18',''),(15946,556,'imageSliderKey19',''),(15947,556,'imageSliderKey20',''),(15948,556,'imageSliderKey21',''),(15949,556,'imageSliderKey22',''),(15950,556,'imageSliderKey23',''),(15951,556,'imageSliderKey24',''),(15952,556,'imageSliderKey25',''),(15953,556,'imageSliderKey26',''),(15954,556,'imageSliderKey27',''),(15955,556,'imageSliderKey28',''),(15956,556,'imageSliderKey29',''),(15957,556,'imageSliderKey30',''),(15958,815,'_wp_attached_file','2015/12/dimensiondrawings.jpg'),(15959,815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2015/12/dimensiondrawings.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"dimensiondrawings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"dimensiondrawings-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"dimensiondrawings-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(18934,836,'_wp_attached_file','2016/01/Invisible_Series_Top_Shot_120339.jpg'),(18935,836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2280;s:6:\"height\";i:796;s:4:\"file\";s:44:\"2016/01/Invisible_Series_Top_Shot_120339.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Invisible_Series_Top_Shot_120339-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Invisible_Series_Top_Shot_120339-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Invisible_Series_Top_Shot_120339-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;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:1;}}'),(18936,837,'_wp_attached_file','2016/01/Invisible_Series_Hero.jpg'),(18937,837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2216;s:6:\"height\";i:1144;s:4:\"file\";s:33:\"2016/01/Invisible_Series_Hero.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Invisible_Series_Hero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Invisible_Series_Hero-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Invisible_Series_Hero-1024x529.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:529;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:1;}}'),(18938,838,'_wp_attached_file','2016/01/IS4_110330.jpg'),(18939,838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:721;s:6:\"height\";i:1004;s:4:\"file\";s:22:\"2016/01/IS4_110330.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IS4_110330-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:\"IS4_110330-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;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:1;}}'),(18940,839,'_wp_attached_file','2016/01/IS4_050342.jpg'),(18941,839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:721;s:6:\"height\";i:1004;s:4:\"file\";s:22:\"2016/01/IS4_050342.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IS4_050342-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:\"IS4_050342-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;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:1;}}'),(18942,840,'_wp_attached_file','2016/01/IS4_050356.jpg'),(18943,840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:721;s:6:\"height\";i:1004;s:4:\"file\";s:22:\"2016/01/IS4_050356.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IS4_050356-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:\"IS4_050356-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;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:1;}}'),(18944,841,'_wp_attached_file','2016/01/IS4C_070432.jpg'),(18945,841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:721;s:6:\"height\";i:1004;s:4:\"file\";s:23:\"2016/01/IS4C_070432.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IS4C_070432-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"IS4C_070432-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;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:1;}}'),(18946,842,'_wp_attached_file','2016/01/IS4_050352.jpg'),(18947,842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:721;s:6:\"height\";i:1004;s:4:\"file\";s:22:\"2016/01/IS4_050352.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IS4_050352-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:\"IS4_050352-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;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:1;}}'),(18948,843,'_wp_attached_file','2016/01/CAD_Invisible_Series_110309.jpg'),(18949,843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:890;s:4:\"file\";s:39:\"2016/01/CAD_Invisible_Series_110309.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"CAD_Invisible_Series_110309-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"CAD_Invisible_Series_110309-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"CAD_Invisible_Series_110309-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;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:1;}}'),(18953,691,'imageSliderKey1',''),(18954,691,'imageSliderKey2',''),(18955,691,'imageSliderKey3',''),(18956,691,'imageSliderKey4',''),(18957,691,'imageSliderKey5',''),(18958,691,'imageSliderKey6',''),(18959,691,'imageSliderKey7',''),(18960,691,'imageSliderKey8',''),(18961,691,'imageSliderKey9',''),(18962,691,'imageSliderKey10',''),(18963,691,'imageSliderKey11',''),(18964,691,'imageSliderKey12',''),(18965,691,'imageSliderKey13',''),(18966,691,'imageSliderKey14',''),(18967,691,'imageSliderKey15',''),(18968,691,'imageSliderKey16',''),(18969,691,'imageSliderKey17',''),(18970,691,'imageSliderKey18',''),(18971,691,'imageSliderKey19',''),(18972,691,'imageSliderKey20',''),(18973,691,'imageSliderKey21',''),(18974,691,'imageSliderKey22',''),(18975,691,'imageSliderKey23',''),(18976,691,'imageSliderKey24',''),(18977,691,'imageSliderKey25',''),(18978,691,'imageSliderKey26',''),(18979,691,'imageSliderKey27',''),(18980,691,'imageSliderKey28',''),(18981,691,'imageSliderKey29',''),(18982,691,'imageSliderKey30',''),(18983,691,'individualDescriptionKey1',''),(18984,691,'individualDescriptionKey2',''),(18985,691,'individualDescriptionKey3',''),(18986,691,'individualDescriptionKey4',''),(18987,691,'individualDescriptionKey5',''),(18988,691,'individualDescriptionKey6',''),(18989,691,'individualDescriptionKey7',''),(18990,691,'individualDescriptionKey8',''),(18991,691,'individualDescriptionKey9',''),(18992,691,'individualDescriptionKey10',''),(18993,691,'individualDescriptionKey11',''),(18994,691,'individualDescriptionKey12',''),(18995,691,'individualDescriptionKey13',''),(18996,691,'individualDescriptionKey14',''),(18997,691,'individualDescriptionKey15',''),(18998,691,'individualDescriptionKey16',''),(18999,691,'individualDescriptionKey17',''),(19000,691,'individualDescriptionKey18',''),(19001,691,'individualDescriptionKey19',''),(19002,691,'individualDescriptionKey20',''),(19003,691,'individualDescriptionKey21',''),(19004,691,'individualDescriptionKey22',''),(19005,691,'individualDescriptionKey23',''),(19006,691,'individualDescriptionKey24',''),(19007,691,'individualDescriptionKey25',''),(19008,691,'individualDescriptionKey26',''),(19009,691,'individualDescriptionKey27',''),(19010,691,'individualDescriptionKey28',''),(19011,691,'individualDescriptionKey29',''),(19012,691,'individualDescriptionKey30',''),(19214,847,'_wp_attached_file','2016/01/S65LCRIW-screenless-front.png'),(19215,847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2016/01/S65LCRIW-screenless-front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"S65LCRIW-screenless-front-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:37:\"S65LCRIW-screenless-front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"S65LCRIW-screenless-front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(19216,848,'_wp_attached_file','2016/01/BlueLabel_tweeter-pivoting.png'),(19217,848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2016/01/BlueLabel_tweeter-pivoting.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"BlueLabel_tweeter-pivoting-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:38:\"BlueLabel_tweeter-pivoting-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"BlueLabel_tweeter-pivoting-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(19218,849,'_wp_attached_file','2016/01/B65ST_front-screenless.png'),(19219,849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2016/01/B65ST_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"B65ST_front-screenless-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:\"B65ST_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"B65ST_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(19226,851,'_wp_attached_file','2016/01/r6.5.jpg'),(19227,851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1141;s:6:\"height\";i:630;s:4:\"file\";s:16:\"2016/01/r6.5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"r6.5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"r6.5-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"r6.5-1024x565.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:12:\"Steve Carnes\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1453375157;s:9:\"copyright\";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;}}'),(20302,551,'imageSliderKey1','In-wall speakers'),(20303,551,'imageSliderKey2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\"><img class=\"aligncenter size-full wp-image-1488\" src=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\" alt=\"2-In-Wall-SUBB8_fix\" width=\"1920\" height=\"841\" /></a>'),(20304,551,'imageSliderKey3',''),(20305,551,'imageSliderKey4',''),(20306,551,'imageSliderKey5',''),(20307,551,'imageSliderKey6',''),(20308,551,'imageSliderKey7',''),(20309,551,'imageSliderKey8',''),(20310,551,'imageSliderKey9',''),(20311,551,'imageSliderKey10',''),(20312,551,'imageSliderKey11',''),(20313,551,'imageSliderKey12',''),(20314,551,'imageSliderKey13',''),(20315,551,'imageSliderKey14',''),(20316,551,'imageSliderKey15',''),(20317,551,'imageSliderKey16',''),(20318,551,'imageSliderKey17',''),(20319,551,'imageSliderKey18',''),(20320,551,'imageSliderKey19',''),(20321,551,'imageSliderKey20',''),(20322,551,'imageSliderKey21',''),(20323,551,'imageSliderKey22',''),(20324,551,'imageSliderKey23',''),(20325,551,'imageSliderKey24',''),(20326,551,'imageSliderKey25',''),(20327,551,'imageSliderKey26',''),(20328,551,'imageSliderKey27',''),(20329,551,'imageSliderKey28',''),(20330,551,'imageSliderKey29',''),(20331,551,'imageSliderKey30',''),(20332,551,'individualDescriptionKey1',''),(20333,551,'individualDescriptionKey2',''),(20334,551,'individualDescriptionKey3',''),(20335,551,'individualDescriptionKey4',''),(20336,551,'individualDescriptionKey5',''),(20337,551,'individualDescriptionKey6',''),(20338,551,'individualDescriptionKey7',''),(20339,551,'individualDescriptionKey8',''),(20340,551,'individualDescriptionKey9',''),(20341,551,'individualDescriptionKey10',''),(20342,551,'individualDescriptionKey11',''),(20343,551,'individualDescriptionKey12',''),(20344,551,'individualDescriptionKey13',''),(20345,551,'individualDescriptionKey14',''),(20346,551,'individualDescriptionKey15',''),(20347,551,'individualDescriptionKey16',''),(20348,551,'individualDescriptionKey17',''),(20349,551,'individualDescriptionKey18',''),(20350,551,'individualDescriptionKey19',''),(20351,551,'individualDescriptionKey20',''),(20352,551,'individualDescriptionKey21',''),(20353,551,'individualDescriptionKey22',''),(20354,551,'individualDescriptionKey23',''),(20355,551,'individualDescriptionKey24',''),(20356,551,'individualDescriptionKey25',''),(20357,551,'individualDescriptionKey26',''),(20358,551,'individualDescriptionKey27',''),(20359,551,'individualDescriptionKey28',''),(20360,551,'individualDescriptionKey29',''),(20361,551,'individualDescriptionKey30',''),(20362,497,'imageSliderKey1','IN-CEILING SPEAKERS'),(20363,497,'imageSliderKey2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/3-In-Ceiling-No-Bevel.jpg\"><img class=\"aligncenter wp-image-1060 size-full\" src=\"http://elura.audio/wp-content/uploads/2016/02/3-In-Ceiling-No-Bevel.jpg\" alt=\"3-In-Ceiling-No-Bevel\" width=\"1920\" height=\"1080\" /></a>'),(20364,497,'imageSliderKey3',''),(20365,497,'imageSliderKey4',''),(20366,497,'imageSliderKey5',''),(20367,497,'imageSliderKey6',''),(20368,497,'imageSliderKey7',''),(20369,497,'imageSliderKey8',''),(20370,497,'imageSliderKey9',''),(20371,497,'imageSliderKey10',''),(20372,497,'imageSliderKey11',''),(20373,497,'imageSliderKey12',''),(20374,497,'imageSliderKey13',''),(20375,497,'imageSliderKey14',''),(20376,497,'imageSliderKey15',''),(20377,497,'imageSliderKey16',''),(20378,497,'imageSliderKey17',''),(20379,497,'imageSliderKey18',''),(20380,497,'imageSliderKey19',''),(20381,497,'imageSliderKey20',''),(20382,497,'imageSliderKey21',''),(20383,497,'imageSliderKey22',''),(20384,497,'imageSliderKey23',''),(20385,497,'imageSliderKey24',''),(20386,497,'imageSliderKey25',''),(20387,497,'imageSliderKey26',''),(20388,497,'imageSliderKey27',''),(20389,497,'imageSliderKey28',''),(20390,497,'imageSliderKey29',''),(20391,497,'imageSliderKey30',''),(20392,497,'individualDescriptionKey1',''),(20393,497,'individualDescriptionKey2',''),(20394,497,'individualDescriptionKey3',''),(20395,497,'individualDescriptionKey4',''),(20396,497,'individualDescriptionKey5',''),(20397,497,'individualDescriptionKey6',''),(20398,497,'individualDescriptionKey7',''),(20399,497,'individualDescriptionKey8',''),(20400,497,'individualDescriptionKey9',''),(20401,497,'individualDescriptionKey10',''),(20402,497,'individualDescriptionKey11',''),(20403,497,'individualDescriptionKey12',''),(20404,497,'individualDescriptionKey13',''),(20405,497,'individualDescriptionKey14',''),(20406,497,'individualDescriptionKey15',''),(20407,497,'individualDescriptionKey16',''),(20408,497,'individualDescriptionKey17',''),(20409,497,'individualDescriptionKey18',''),(20410,497,'individualDescriptionKey19',''),(20411,497,'individualDescriptionKey20',''),(20412,497,'individualDescriptionKey21',''),(20413,497,'individualDescriptionKey22',''),(20414,497,'individualDescriptionKey23',''),(20415,497,'individualDescriptionKey24',''),(20416,497,'individualDescriptionKey25',''),(20417,497,'individualDescriptionKey26',''),(20418,497,'individualDescriptionKey27',''),(20419,497,'individualDescriptionKey28',''),(20420,497,'individualDescriptionKey29',''),(20421,497,'individualDescriptionKey30',''),(20422,556,'individualDescriptionKey1',''),(20423,556,'individualDescriptionKey2',''),(20424,556,'individualDescriptionKey3',''),(20425,556,'individualDescriptionKey4',''),(20426,556,'individualDescriptionKey5',''),(20427,556,'individualDescriptionKey6',''),(20428,556,'individualDescriptionKey7',''),(20429,556,'individualDescriptionKey8',''),(20430,556,'individualDescriptionKey9',''),(20431,556,'individualDescriptionKey10',''),(20432,556,'individualDescriptionKey11',''),(20433,556,'individualDescriptionKey12',''),(20434,556,'individualDescriptionKey13',''),(20435,556,'individualDescriptionKey14',''),(20436,556,'individualDescriptionKey15',''),(20437,556,'individualDescriptionKey16',''),(20438,556,'individualDescriptionKey17',''),(20439,556,'individualDescriptionKey18',''),(20440,556,'individualDescriptionKey19',''),(20441,556,'individualDescriptionKey20',''),(20442,556,'individualDescriptionKey21',''),(20443,556,'individualDescriptionKey22',''),(20444,556,'individualDescriptionKey23',''),(20445,556,'individualDescriptionKey24',''),(20446,556,'individualDescriptionKey25',''),(20447,556,'individualDescriptionKey26',''),(20448,556,'individualDescriptionKey27',''),(20449,556,'individualDescriptionKey28',''),(20450,556,'individualDescriptionKey29',''),(20451,556,'individualDescriptionKey30',''),(20452,558,'imageSliderKey1','OUTDOOR SPEAKERS'),(20453,558,'imageSliderKey2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/2-Outdoor.jpg\"><img class=\"aligncenter size-full wp-image-1087\" src=\"http://elura.audio/wp-content/uploads/2016/02/2-Outdoor.jpg\" alt=\"2-Outdoor\" width=\"1920\" height=\"1080\" /></a>'),(20454,558,'imageSliderKey3',''),(20455,558,'imageSliderKey4',''),(20456,558,'imageSliderKey5',''),(20457,558,'imageSliderKey6',''),(20458,558,'imageSliderKey7',''),(20459,558,'imageSliderKey8',''),(20460,558,'imageSliderKey9',''),(20461,558,'imageSliderKey10',''),(20462,558,'imageSliderKey11',''),(20463,558,'imageSliderKey12',''),(20464,558,'imageSliderKey13',''),(20465,558,'imageSliderKey14',''),(20466,558,'imageSliderKey15',''),(20467,558,'imageSliderKey16',''),(20468,558,'imageSliderKey17',''),(20469,558,'imageSliderKey18',''),(20470,558,'imageSliderKey19',''),(20471,558,'imageSliderKey20',''),(20472,558,'imageSliderKey21',''),(20473,558,'imageSliderKey22',''),(20474,558,'imageSliderKey23',''),(20475,558,'imageSliderKey24',''),(20476,558,'imageSliderKey25',''),(20477,558,'imageSliderKey26',''),(20478,558,'imageSliderKey27',''),(20479,558,'imageSliderKey28',''),(20480,558,'imageSliderKey29',''),(20481,558,'imageSliderKey30',''),(20482,558,'individualDescriptionKey1',''),(20483,558,'individualDescriptionKey2',''),(20484,558,'individualDescriptionKey3',''),(20485,558,'individualDescriptionKey4',''),(20486,558,'individualDescriptionKey5',''),(20487,558,'individualDescriptionKey6',''),(20488,558,'individualDescriptionKey7',''),(20489,558,'individualDescriptionKey8',''),(20490,558,'individualDescriptionKey9',''),(20491,558,'individualDescriptionKey10',''),(20492,558,'individualDescriptionKey11',''),(20493,558,'individualDescriptionKey12',''),(20494,558,'individualDescriptionKey13',''),(20495,558,'individualDescriptionKey14',''),(20496,558,'individualDescriptionKey15',''),(20497,558,'individualDescriptionKey16',''),(20498,558,'individualDescriptionKey17',''),(20499,558,'individualDescriptionKey18',''),(20500,558,'individualDescriptionKey19',''),(20501,558,'individualDescriptionKey20',''),(20502,558,'individualDescriptionKey21',''),(20503,558,'individualDescriptionKey22',''),(20504,558,'individualDescriptionKey23',''),(20505,558,'individualDescriptionKey24',''),(20506,558,'individualDescriptionKey25',''),(20507,558,'individualDescriptionKey26',''),(20508,558,'individualDescriptionKey27',''),(20509,558,'individualDescriptionKey28',''),(20510,558,'individualDescriptionKey29',''),(20511,558,'individualDescriptionKey30',''),(20512,562,'individualDescriptionKey1',''),(20513,562,'individualDescriptionKey2',''),(20514,562,'individualDescriptionKey3',''),(20515,562,'individualDescriptionKey4',''),(20516,562,'individualDescriptionKey5',''),(20517,562,'individualDescriptionKey6',''),(20518,562,'individualDescriptionKey7',''),(20519,562,'individualDescriptionKey8',''),(20520,562,'individualDescriptionKey9',''),(20521,562,'individualDescriptionKey10',''),(20522,562,'individualDescriptionKey11',''),(20523,562,'individualDescriptionKey12',''),(20524,562,'individualDescriptionKey13',''),(20525,562,'individualDescriptionKey14',''),(20526,562,'individualDescriptionKey15',''),(20527,562,'individualDescriptionKey16',''),(20528,562,'individualDescriptionKey17',''),(20529,562,'individualDescriptionKey18',''),(20530,562,'individualDescriptionKey19',''),(20531,562,'individualDescriptionKey20',''),(20532,562,'individualDescriptionKey21',''),(20533,562,'individualDescriptionKey22',''),(20534,562,'individualDescriptionKey23',''),(20535,562,'individualDescriptionKey24',''),(20536,562,'individualDescriptionKey25',''),(20537,562,'individualDescriptionKey26',''),(20538,562,'individualDescriptionKey27',''),(20539,562,'individualDescriptionKey28',''),(20540,562,'individualDescriptionKey29',''),(20541,562,'individualDescriptionKey30',''),(20542,565,'imageSliderKey1',''),(20543,565,'imageSliderKey2',''),(20544,565,'imageSliderKey3',''),(20545,565,'imageSliderKey4',''),(20546,565,'imageSliderKey5',''),(20547,565,'imageSliderKey6',''),(20548,565,'imageSliderKey7',''),(20549,565,'imageSliderKey8',''),(20550,565,'imageSliderKey9',''),(20551,565,'imageSliderKey10',''),(20552,565,'imageSliderKey11',''),(20553,565,'imageSliderKey12',''),(20554,565,'imageSliderKey13',''),(20555,565,'imageSliderKey14',''),(20556,565,'imageSliderKey15',''),(20557,565,'imageSliderKey16',''),(20558,565,'imageSliderKey17',''),(20559,565,'imageSliderKey18',''),(20560,565,'imageSliderKey19',''),(20561,565,'imageSliderKey20',''),(20562,565,'imageSliderKey21',''),(20563,565,'imageSliderKey22',''),(20564,565,'imageSliderKey23',''),(20565,565,'imageSliderKey24',''),(20566,565,'imageSliderKey25',''),(20567,565,'imageSliderKey26',''),(20568,565,'imageSliderKey27',''),(20569,565,'imageSliderKey28',''),(20570,565,'imageSliderKey29',''),(20571,565,'imageSliderKey30',''),(20572,565,'individualDescriptionKey1',''),(20573,565,'individualDescriptionKey2',''),(20574,565,'individualDescriptionKey3',''),(20575,565,'individualDescriptionKey4',''),(20576,565,'individualDescriptionKey5',''),(20577,565,'individualDescriptionKey6',''),(20578,565,'individualDescriptionKey7',''),(20579,565,'individualDescriptionKey8',''),(20580,565,'individualDescriptionKey9',''),(20581,565,'individualDescriptionKey10',''),(20582,565,'individualDescriptionKey11',''),(20583,565,'individualDescriptionKey12',''),(20584,565,'individualDescriptionKey13',''),(20585,565,'individualDescriptionKey14',''),(20586,565,'individualDescriptionKey15',''),(20587,565,'individualDescriptionKey16',''),(20588,565,'individualDescriptionKey17',''),(20589,565,'individualDescriptionKey18',''),(20590,565,'individualDescriptionKey19',''),(20591,565,'individualDescriptionKey20',''),(20592,565,'individualDescriptionKey21',''),(20593,565,'individualDescriptionKey22',''),(20594,565,'individualDescriptionKey23',''),(20595,565,'individualDescriptionKey24',''),(20596,565,'individualDescriptionKey25',''),(20597,565,'individualDescriptionKey26',''),(20598,565,'individualDescriptionKey27',''),(20599,565,'individualDescriptionKey28',''),(20600,565,'individualDescriptionKey29',''),(20601,565,'individualDescriptionKey30',''),(21789,882,'_key1',''),(21790,882,'_key2',''),(21791,882,'_key3',''),(21792,882,'_key4',''),(21793,882,'_key5',''),(21794,882,'_key6',''),(21795,882,'_key7',''),(21796,882,'_key8',''),(21797,882,'_key9',''),(21798,882,'_key10',''),(21799,882,'_key11',''),(21800,882,'_key12',''),(21801,882,'_key13',''),(21802,882,'_key14',''),(21803,882,'_key15',''),(21804,882,'_key16',''),(21805,882,'_key17',''),(21806,882,'_key18',''),(21807,882,'_key19',''),(21808,882,'_key20',''),(21809,882,'imageSliderKey1',''),(21810,882,'imageSliderKey2',''),(21811,882,'imageSliderKey3',''),(21812,882,'imageSliderKey4',''),(21813,882,'imageSliderKey5',''),(21814,882,'imageSliderKey6',''),(21815,882,'imageSliderKey7',''),(21816,882,'imageSliderKey8',''),(21817,882,'imageSliderKey9',''),(21818,882,'imageSliderKey10',''),(21819,882,'imageSliderKey11',''),(21820,882,'imageSliderKey12',''),(21821,882,'imageSliderKey13',''),(21822,882,'imageSliderKey14',''),(21823,882,'imageSliderKey15',''),(21824,882,'imageSliderKey16',''),(21825,882,'imageSliderKey17',''),(21826,882,'imageSliderKey18',''),(21827,882,'imageSliderKey19',''),(21828,882,'imageSliderKey20',''),(21829,882,'imageSliderKey21',''),(21830,882,'imageSliderKey22',''),(21831,882,'imageSliderKey23',''),(21832,882,'imageSliderKey24',''),(21833,882,'imageSliderKey25',''),(21834,882,'imageSliderKey26',''),(21835,882,'imageSliderKey27',''),(21836,882,'imageSliderKey28',''),(21837,882,'imageSliderKey29',''),(21838,882,'imageSliderKey30',''),(21839,882,'individualDescriptionKey1',''),(21840,882,'individualDescriptionKey2',''),(21841,882,'individualDescriptionKey3',''),(21842,882,'individualDescriptionKey4',''),(21843,882,'individualDescriptionKey5',''),(21844,882,'individualDescriptionKey6',''),(21845,882,'individualDescriptionKey7',''),(21846,882,'individualDescriptionKey8',''),(21847,882,'individualDescriptionKey9',''),(21848,882,'individualDescriptionKey10',''),(21849,882,'individualDescriptionKey11',''),(21850,882,'individualDescriptionKey12',''),(21851,882,'individualDescriptionKey13',''),(21852,882,'individualDescriptionKey14',''),(21853,882,'individualDescriptionKey15',''),(21854,882,'individualDescriptionKey16',''),(21855,882,'individualDescriptionKey17',''),(21856,882,'individualDescriptionKey18',''),(21857,882,'individualDescriptionKey19',''),(21858,882,'individualDescriptionKey20',''),(21859,882,'individualDescriptionKey21',''),(21860,882,'individualDescriptionKey22',''),(21861,882,'individualDescriptionKey23',''),(21862,882,'individualDescriptionKey24',''),(21863,882,'individualDescriptionKey25',''),(21864,882,'individualDescriptionKey26',''),(21865,882,'individualDescriptionKey27',''),(21866,882,'individualDescriptionKey28',''),(21867,882,'individualDescriptionKey29',''),(21868,882,'individualDescriptionKey30',''),(21869,882,'_edit_lock','1454421733:1'),(21870,882,'_edit_last','1'),(21871,883,'_wp_attached_file','2016/01/In-Wall___In-Ceiling_Top_Parallax_100709.jpg'),(21872,883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:52:\"2016/01/In-Wall___In-Ceiling_Top_Parallax_100709.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"In-Wall___In-Ceiling_Top_Parallax_100709-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:52:\"In-Wall___In-Ceiling_Top_Parallax_100709-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"In-Wall___In-Ceiling_Top_Parallax_100709-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:1393953735;s:9:\"copyright\";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;}}'),(22521,892,'_key1',''),(22522,892,'_key2',''),(22523,892,'_key3',''),(22524,892,'_key4',''),(22525,892,'_key5',''),(22526,892,'_key6',''),(22527,892,'_key7',''),(22528,892,'_key8',''),(22529,892,'_key9',''),(22530,892,'_key10',''),(22531,892,'_key11',''),(22532,892,'_key12',''),(22533,892,'_key13',''),(22534,892,'_key14',''),(22535,892,'_key15',''),(22536,892,'_key16',''),(22537,892,'_key17',''),(22538,892,'_key18',''),(22539,892,'_key19',''),(22540,892,'_key20',''),(22541,892,'imageSliderKey1',''),(22542,892,'imageSliderKey2',''),(22543,892,'imageSliderKey3',''),(22544,892,'imageSliderKey4',''),(22545,892,'imageSliderKey5',''),(22546,892,'imageSliderKey6',''),(22547,892,'imageSliderKey7',''),(22548,892,'imageSliderKey8',''),(22549,892,'imageSliderKey9',''),(22550,892,'imageSliderKey10',''),(22551,892,'imageSliderKey11',''),(22552,892,'imageSliderKey12',''),(22553,892,'imageSliderKey13',''),(22554,892,'imageSliderKey14',''),(22555,892,'imageSliderKey15',''),(22556,892,'imageSliderKey16',''),(22557,892,'imageSliderKey17',''),(22558,892,'imageSliderKey18',''),(22559,892,'imageSliderKey19',''),(22560,892,'imageSliderKey20',''),(22561,892,'imageSliderKey21',''),(22562,892,'imageSliderKey22',''),(22563,892,'imageSliderKey23',''),(22564,892,'imageSliderKey24',''),(22565,892,'imageSliderKey25',''),(22566,892,'imageSliderKey26',''),(22567,892,'imageSliderKey27',''),(22568,892,'imageSliderKey28',''),(22569,892,'imageSliderKey29',''),(22570,892,'imageSliderKey30',''),(22571,892,'individualDescriptionKey1',''),(22572,892,'individualDescriptionKey2',''),(22573,892,'individualDescriptionKey3',''),(22574,892,'individualDescriptionKey4',''),(22575,892,'individualDescriptionKey5',''),(22576,892,'individualDescriptionKey6',''),(22577,892,'individualDescriptionKey7',''),(22578,892,'individualDescriptionKey8',''),(22579,892,'individualDescriptionKey9',''),(22580,892,'individualDescriptionKey10',''),(22581,892,'individualDescriptionKey11',''),(22582,892,'individualDescriptionKey12',''),(22583,892,'individualDescriptionKey13',''),(22584,892,'individualDescriptionKey14',''),(22585,892,'individualDescriptionKey15',''),(22586,892,'individualDescriptionKey16',''),(22587,892,'individualDescriptionKey17',''),(22588,892,'individualDescriptionKey18',''),(22589,892,'individualDescriptionKey19',''),(22590,892,'individualDescriptionKey20',''),(22591,892,'individualDescriptionKey21',''),(22592,892,'individualDescriptionKey22',''),(22593,892,'individualDescriptionKey23',''),(22594,892,'individualDescriptionKey24',''),(22595,892,'individualDescriptionKey25',''),(22596,892,'individualDescriptionKey26',''),(22597,892,'individualDescriptionKey27',''),(22598,892,'individualDescriptionKey28',''),(22599,892,'individualDescriptionKey29',''),(22600,892,'individualDescriptionKey30',''),(22601,892,'_edit_lock','1453945327:1'),(22602,892,'_edit_last','1'),(22603,893,'_wp_attached_file','2016/01/In-Wall_Top_Shot_040412.jpg'),(22604,893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1530;s:6:\"height\";i:534;s:4:\"file\";s:35:\"2016/01/In-Wall_Top_Shot_040412.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"In-Wall_Top_Shot_040412-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"In-Wall_Top_Shot_040412-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"In-Wall_Top_Shot_040412-1024x357.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:357;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:1;}}'),(22605,894,'_wp_attached_file','2016/01/In-Wall_Cinema_Hero_120303.jpg'),(22606,894,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:916;s:6:\"height\";i:733;s:4:\"file\";s:38:\"2016/01/In-Wall_Cinema_Hero_120303.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"In-Wall_Cinema_Hero_120303-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:\"In-Wall_Cinema_Hero_120303-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;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:1;}}'),(22607,895,'_wp_attached_file','2016/01/LCR1_120346.jpg'),(22608,895,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:916;s:6:\"height\";i:2800;s:4:\"file\";s:23:\"2016/01/LCR1_120346.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"LCR1_120346-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:\"LCR1_120346-98x300.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"LCR1_120346-335x1024.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:1024;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:1;}}'),(23825,913,'_key1',''),(23826,913,'_key2',''),(23827,913,'_key3',''),(23828,913,'_key4',''),(23829,913,'_key5',''),(23830,913,'_key6',''),(23831,913,'_key7',''),(23832,913,'_key8',''),(23833,913,'_key9',''),(23834,913,'_key10',''),(23835,913,'_key11',''),(23836,913,'_key12',''),(23837,913,'_key13',''),(23838,913,'_key14',''),(23839,913,'_key15',''),(23840,913,'_key16',''),(23841,913,'_key17',''),(23842,913,'_key18',''),(23843,913,'_key19',''),(23844,913,'_key20',''),(23845,913,'imageSliderKey1',''),(23846,913,'imageSliderKey2',''),(23847,913,'imageSliderKey3',''),(23848,913,'imageSliderKey4',''),(23849,913,'imageSliderKey5',''),(23850,913,'imageSliderKey6',''),(23851,913,'imageSliderKey7',''),(23852,913,'imageSliderKey8',''),(23853,913,'imageSliderKey9',''),(23854,913,'imageSliderKey10',''),(23855,913,'imageSliderKey11',''),(23856,913,'imageSliderKey12',''),(23857,913,'imageSliderKey13',''),(23858,913,'imageSliderKey14',''),(23859,913,'imageSliderKey15',''),(23860,913,'imageSliderKey16',''),(23861,913,'imageSliderKey17',''),(23862,913,'imageSliderKey18',''),(23863,913,'imageSliderKey19',''),(23864,913,'imageSliderKey20',''),(23865,913,'imageSliderKey21',''),(23866,913,'imageSliderKey22',''),(23867,913,'imageSliderKey23',''),(23868,913,'imageSliderKey24',''),(23869,913,'imageSliderKey25',''),(23870,913,'imageSliderKey26',''),(23871,913,'imageSliderKey27',''),(23872,913,'imageSliderKey28',''),(23873,913,'imageSliderKey29',''),(23874,913,'imageSliderKey30',''),(23875,913,'individualDescriptionKey1',''),(23876,913,'individualDescriptionKey2',''),(23877,913,'individualDescriptionKey3',''),(23878,913,'individualDescriptionKey4',''),(23879,913,'individualDescriptionKey5',''),(23880,913,'individualDescriptionKey6',''),(23881,913,'individualDescriptionKey7',''),(23882,913,'individualDescriptionKey8',''),(23883,913,'individualDescriptionKey9',''),(23884,913,'individualDescriptionKey10',''),(23885,913,'individualDescriptionKey11',''),(23886,913,'individualDescriptionKey12',''),(23887,913,'individualDescriptionKey13',''),(23888,913,'individualDescriptionKey14',''),(23889,913,'individualDescriptionKey15',''),(23890,913,'individualDescriptionKey16',''),(23891,913,'individualDescriptionKey17',''),(23892,913,'individualDescriptionKey18',''),(23893,913,'individualDescriptionKey19',''),(23894,913,'individualDescriptionKey20',''),(23895,913,'individualDescriptionKey21',''),(23896,913,'individualDescriptionKey22',''),(23897,913,'individualDescriptionKey23',''),(23898,913,'individualDescriptionKey24',''),(23899,913,'individualDescriptionKey25',''),(23900,913,'individualDescriptionKey26',''),(23901,913,'individualDescriptionKey27',''),(23902,913,'individualDescriptionKey28',''),(23903,913,'individualDescriptionKey29',''),(23904,913,'individualDescriptionKey30',''),(23905,913,'_edit_lock','1454429194:1'),(23906,913,'_edit_last','1'),(24000,921,'_key1',''),(24001,921,'_key2',''),(24002,921,'_key3',''),(24003,921,'_key4',''),(24004,921,'_key5',''),(24005,921,'_key6',''),(24006,921,'_key7',''),(24007,921,'_key8',''),(24008,921,'_key9',''),(24009,921,'_key10',''),(24010,921,'_key11',''),(24011,921,'_key12',''),(24012,921,'_key13',''),(24013,921,'_key14',''),(24014,921,'_key15',''),(24015,921,'_key16',''),(24016,921,'_key17',''),(24017,921,'_key18',''),(24018,921,'_key19',''),(24019,921,'_key20',''),(24020,921,'imageSliderKey1',''),(24021,921,'imageSliderKey2',''),(24022,921,'imageSliderKey3',''),(24023,921,'imageSliderKey4',''),(24024,921,'imageSliderKey5',''),(24025,921,'imageSliderKey6',''),(24026,921,'imageSliderKey7',''),(24027,921,'imageSliderKey8',''),(24028,921,'imageSliderKey9',''),(24029,921,'imageSliderKey10',''),(24030,921,'imageSliderKey11',''),(24031,921,'imageSliderKey12',''),(24032,921,'imageSliderKey13',''),(24033,921,'imageSliderKey14',''),(24034,921,'imageSliderKey15',''),(24035,921,'imageSliderKey16',''),(24036,921,'imageSliderKey17',''),(24037,921,'imageSliderKey18',''),(24038,921,'imageSliderKey19',''),(24039,921,'imageSliderKey20',''),(24040,921,'imageSliderKey21',''),(24041,921,'imageSliderKey22',''),(24042,921,'imageSliderKey23',''),(24043,921,'imageSliderKey24',''),(24044,921,'imageSliderKey25',''),(24045,921,'imageSliderKey26',''),(24046,921,'imageSliderKey27',''),(24047,921,'imageSliderKey28',''),(24048,921,'imageSliderKey29',''),(24049,921,'imageSliderKey30',''),(24050,921,'individualDescriptionKey1',''),(24051,921,'individualDescriptionKey2',''),(24052,921,'individualDescriptionKey3',''),(24053,921,'individualDescriptionKey4',''),(24054,921,'individualDescriptionKey5',''),(24055,921,'individualDescriptionKey6',''),(24056,921,'individualDescriptionKey7',''),(24057,921,'individualDescriptionKey8',''),(24058,921,'individualDescriptionKey9',''),(24059,921,'individualDescriptionKey10',''),(24060,921,'individualDescriptionKey11',''),(24061,921,'individualDescriptionKey12',''),(24062,921,'individualDescriptionKey13',''),(24063,921,'individualDescriptionKey14',''),(24064,921,'individualDescriptionKey15',''),(24065,921,'individualDescriptionKey16',''),(24066,921,'individualDescriptionKey17',''),(24067,921,'individualDescriptionKey18',''),(24068,921,'individualDescriptionKey19',''),(24069,921,'individualDescriptionKey20',''),(24070,921,'individualDescriptionKey21',''),(24071,921,'individualDescriptionKey22',''),(24072,921,'individualDescriptionKey23',''),(24073,921,'individualDescriptionKey24',''),(24074,921,'individualDescriptionKey25',''),(24075,921,'individualDescriptionKey26',''),(24076,921,'individualDescriptionKey27',''),(24077,921,'individualDescriptionKey28',''),(24078,921,'individualDescriptionKey29',''),(24079,921,'individualDescriptionKey30',''),(24080,921,'_edit_lock','1454094217:1'),(24081,921,'_edit_last','1'),(24082,922,'_key1',''),(24083,922,'_key2',''),(24084,922,'_key3',''),(24085,922,'_key4',''),(24086,922,'_key5',''),(24087,922,'_key6',''),(24088,922,'_key7',''),(24089,922,'_key8',''),(24090,922,'_key9',''),(24091,922,'_key10',''),(24092,922,'_key11',''),(24093,922,'_key12',''),(24094,922,'_key13',''),(24095,922,'_key14',''),(24096,922,'_key15',''),(24097,922,'_key16',''),(24098,922,'_key17',''),(24099,922,'_key18',''),(24100,922,'_key19',''),(24101,922,'_key20',''),(24102,922,'imageSliderKey1',''),(24103,922,'imageSliderKey2',''),(24104,922,'imageSliderKey3',''),(24105,922,'imageSliderKey4',''),(24106,922,'imageSliderKey5',''),(24107,922,'imageSliderKey6',''),(24108,922,'imageSliderKey7',''),(24109,922,'imageSliderKey8',''),(24110,922,'imageSliderKey9',''),(24111,922,'imageSliderKey10',''),(24112,922,'imageSliderKey11',''),(24113,922,'imageSliderKey12',''),(24114,922,'imageSliderKey13',''),(24115,922,'imageSliderKey14',''),(24116,922,'imageSliderKey15',''),(24117,922,'imageSliderKey16',''),(24118,922,'imageSliderKey17',''),(24119,922,'imageSliderKey18',''),(24120,922,'imageSliderKey19',''),(24121,922,'imageSliderKey20',''),(24122,922,'imageSliderKey21',''),(24123,922,'imageSliderKey22',''),(24124,922,'imageSliderKey23',''),(24125,922,'imageSliderKey24',''),(24126,922,'imageSliderKey25',''),(24127,922,'imageSliderKey26',''),(24128,922,'imageSliderKey27',''),(24129,922,'imageSliderKey28',''),(24130,922,'imageSliderKey29',''),(24131,922,'imageSliderKey30',''),(24132,922,'individualDescriptionKey1',''),(24133,922,'individualDescriptionKey2',''),(24134,922,'individualDescriptionKey3',''),(24135,922,'individualDescriptionKey4',''),(24136,922,'individualDescriptionKey5',''),(24137,922,'individualDescriptionKey6',''),(24138,922,'individualDescriptionKey7',''),(24139,922,'individualDescriptionKey8',''),(24140,922,'individualDescriptionKey9',''),(24141,922,'individualDescriptionKey10',''),(24142,922,'individualDescriptionKey11',''),(24143,922,'individualDescriptionKey12',''),(24144,922,'individualDescriptionKey13',''),(24145,922,'individualDescriptionKey14',''),(24146,922,'individualDescriptionKey15',''),(24147,922,'individualDescriptionKey16',''),(24148,922,'individualDescriptionKey17',''),(24149,922,'individualDescriptionKey18',''),(24150,922,'individualDescriptionKey19',''),(24151,922,'individualDescriptionKey20',''),(24152,922,'individualDescriptionKey21',''),(24153,922,'individualDescriptionKey22',''),(24154,922,'individualDescriptionKey23',''),(24155,922,'individualDescriptionKey24',''),(24156,922,'individualDescriptionKey25',''),(24157,922,'individualDescriptionKey26',''),(24158,922,'individualDescriptionKey27',''),(24159,922,'individualDescriptionKey28',''),(24160,922,'individualDescriptionKey29',''),(24161,922,'individualDescriptionKey30',''),(24162,922,'_edit_lock','1454352146:1'),(24163,922,'_edit_last','1'),(24244,924,'_key1',''),(24245,924,'_key2',''),(24246,924,'_key3',''),(24247,924,'_key4',''),(24248,924,'_key5',''),(24249,924,'_key6',''),(24250,924,'_key7',''),(24251,924,'_key8',''),(24252,924,'_key9',''),(24253,924,'_key10',''),(24254,924,'_key11',''),(24255,924,'_key12',''),(24256,924,'_key13',''),(24257,924,'_key14',''),(24258,924,'_key15',''),(24259,924,'_key16',''),(24260,924,'_key17',''),(24261,924,'_key18',''),(24262,924,'_key19',''),(24263,924,'_key20',''),(24264,924,'imageSliderKey1',''),(24265,924,'imageSliderKey2',''),(24266,924,'imageSliderKey3',''),(24267,924,'imageSliderKey4',''),(24268,924,'imageSliderKey5',''),(24269,924,'imageSliderKey6',''),(24270,924,'imageSliderKey7',''),(24271,924,'imageSliderKey8',''),(24272,924,'imageSliderKey9',''),(24273,924,'imageSliderKey10',''),(24274,924,'imageSliderKey11',''),(24275,924,'imageSliderKey12',''),(24276,924,'imageSliderKey13',''),(24277,924,'imageSliderKey14',''),(24278,924,'imageSliderKey15',''),(24279,924,'imageSliderKey16',''),(24280,924,'imageSliderKey17',''),(24281,924,'imageSliderKey18',''),(24282,924,'imageSliderKey19',''),(24283,924,'imageSliderKey20',''),(24284,924,'imageSliderKey21',''),(24285,924,'imageSliderKey22',''),(24286,924,'imageSliderKey23',''),(24287,924,'imageSliderKey24',''),(24288,924,'imageSliderKey25',''),(24289,924,'imageSliderKey26',''),(24290,924,'imageSliderKey27',''),(24291,924,'imageSliderKey28',''),(24292,924,'imageSliderKey29',''),(24293,924,'imageSliderKey30',''),(24294,924,'individualDescriptionKey1',''),(24295,924,'individualDescriptionKey2',''),(24296,924,'individualDescriptionKey3',''),(24297,924,'individualDescriptionKey4',''),(24298,924,'individualDescriptionKey5',''),(24299,924,'individualDescriptionKey6',''),(24300,924,'individualDescriptionKey7',''),(24301,924,'individualDescriptionKey8',''),(24302,924,'individualDescriptionKey9',''),(24303,924,'individualDescriptionKey10',''),(24304,924,'individualDescriptionKey11',''),(24305,924,'individualDescriptionKey12',''),(24306,924,'individualDescriptionKey13',''),(24307,924,'individualDescriptionKey14',''),(24308,924,'individualDescriptionKey15',''),(24309,924,'individualDescriptionKey16',''),(24310,924,'individualDescriptionKey17',''),(24311,924,'individualDescriptionKey18',''),(24312,924,'individualDescriptionKey19',''),(24313,924,'individualDescriptionKey20',''),(24314,924,'individualDescriptionKey21',''),(24315,924,'individualDescriptionKey22',''),(24316,924,'individualDescriptionKey23',''),(24317,924,'individualDescriptionKey24',''),(24318,924,'individualDescriptionKey25',''),(24319,924,'individualDescriptionKey26',''),(24320,924,'individualDescriptionKey27',''),(24321,924,'individualDescriptionKey28',''),(24322,924,'individualDescriptionKey29',''),(24323,924,'individualDescriptionKey30',''),(24324,924,'_edit_lock','1454620121:1'),(24325,924,'_edit_last','1'),(24327,927,'_wp_attached_file','2016/01/B8_front-screenless.png'),(24328,927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2016/01/B8_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"B8_front-screenless-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:31:\"B8_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"B8_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(24330,928,'_wp_attached_file','2016/01/B8_frontangle-screenless.png'),(24331,928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:36:\"2016/01/B8_frontangle-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"B8_frontangle-screenless-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:36:\"B8_frontangle-screenless-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"B8_frontangle-screenless-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(24337,929,'_wp_attached_file','2016/01/B8_sideangle.png'),(24338,929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2016/01/B8_sideangle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"B8_sideangle-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:24:\"B8_sideangle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"B8_sideangle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(24340,930,'_wp_attached_file','2015/12/R65Z_tweeter-pivoting.png'),(24341,930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:33:\"2015/12/R65Z_tweeter-pivoting.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"R65Z_tweeter-pivoting-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:\"R65Z_tweeter-pivoting-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"R65Z_tweeter-pivoting-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(24342,931,'_wp_attached_file','2015/12/OUT65W_front.png'),(24343,931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2015/12/OUT65W_front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"OUT65W_front-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:24:\"OUT65W_front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"OUT65W_front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(24344,932,'_wp_attached_file','2015/12/B65ST_front-screenless.png'),(24345,932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2015/12/B65ST_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"B65ST_front-screenless-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:\"B65ST_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"B65ST_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(24346,933,'_wp_attached_file','2015/12/B65ST_front.png'),(24347,933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2015/12/B65ST_front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"B65ST_front-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:23:\"B65ST_front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"B65ST_front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(24348,934,'_key1',''),(24349,934,'_key2',''),(24350,934,'_key3',''),(24351,934,'_key4',''),(24352,934,'_key5',''),(24353,934,'_key6',''),(24354,934,'_key7',''),(24355,934,'_key8',''),(24356,934,'_key9',''),(24357,934,'_key10',''),(24358,934,'_key11',''),(24359,934,'_key12',''),(24360,934,'_key13',''),(24361,934,'_key14',''),(24362,934,'_key15',''),(24363,934,'_key16',''),(24364,934,'_key17',''),(24365,934,'_key18',''),(24366,934,'_key19',''),(24367,934,'_key20',''),(24368,934,'imageSliderKey1',''),(24369,934,'imageSliderKey2',''),(24370,934,'imageSliderKey3',''),(24371,934,'imageSliderKey4',''),(24372,934,'imageSliderKey5',''),(24373,934,'imageSliderKey6',''),(24374,934,'imageSliderKey7',''),(24375,934,'imageSliderKey8',''),(24376,934,'imageSliderKey9',''),(24377,934,'imageSliderKey10',''),(24378,934,'imageSliderKey11',''),(24379,934,'imageSliderKey12',''),(24380,934,'imageSliderKey13',''),(24381,934,'imageSliderKey14',''),(24382,934,'imageSliderKey15',''),(24383,934,'imageSliderKey16',''),(24384,934,'imageSliderKey17',''),(24385,934,'imageSliderKey18',''),(24386,934,'imageSliderKey19',''),(24387,934,'imageSliderKey20',''),(24388,934,'imageSliderKey21',''),(24389,934,'imageSliderKey22',''),(24390,934,'imageSliderKey23',''),(24391,934,'imageSliderKey24',''),(24392,934,'imageSliderKey25',''),(24393,934,'imageSliderKey26',''),(24394,934,'imageSliderKey27',''),(24395,934,'imageSliderKey28',''),(24396,934,'imageSliderKey29',''),(24397,934,'imageSliderKey30',''),(24398,934,'individualDescriptionKey1',''),(24399,934,'individualDescriptionKey2',''),(24400,934,'individualDescriptionKey3',''),(24401,934,'individualDescriptionKey4',''),(24402,934,'individualDescriptionKey5',''),(24403,934,'individualDescriptionKey6',''),(24404,934,'individualDescriptionKey7',''),(24405,934,'individualDescriptionKey8',''),(24406,934,'individualDescriptionKey9',''),(24407,934,'individualDescriptionKey10',''),(24408,934,'individualDescriptionKey11',''),(24409,934,'individualDescriptionKey12',''),(24410,934,'individualDescriptionKey13',''),(24411,934,'individualDescriptionKey14',''),(24412,934,'individualDescriptionKey15',''),(24413,934,'individualDescriptionKey16',''),(24414,934,'individualDescriptionKey17',''),(24415,934,'individualDescriptionKey18',''),(24416,934,'individualDescriptionKey19',''),(24417,934,'individualDescriptionKey20',''),(24418,934,'individualDescriptionKey21',''),(24419,934,'individualDescriptionKey22',''),(24420,934,'individualDescriptionKey23',''),(24421,934,'individualDescriptionKey24',''),(24422,934,'individualDescriptionKey25',''),(24423,934,'individualDescriptionKey26',''),(24424,934,'individualDescriptionKey27',''),(24425,934,'individualDescriptionKey28',''),(24426,934,'individualDescriptionKey29',''),(24427,934,'individualDescriptionKey30',''),(24428,934,'_edit_lock','1454109407:1'),(24429,934,'_edit_last','1'),(24431,936,'_key1',''),(24432,936,'_key2',''),(24433,936,'_key3',''),(24434,936,'_key4',''),(24435,936,'_key5',''),(24436,936,'_key6',''),(24437,936,'_key7',''),(24438,936,'_key8',''),(24439,936,'_key9',''),(24440,936,'_key10',''),(24441,936,'_key11',''),(24442,936,'_key12',''),(24443,936,'_key13',''),(24444,936,'_key14',''),(24445,936,'_key15',''),(24446,936,'_key16',''),(24447,936,'_key17',''),(24448,936,'_key18',''),(24449,936,'_key19',''),(24450,936,'_key20',''),(24451,936,'imageSliderKey1',''),(24452,936,'imageSliderKey2',''),(24453,936,'imageSliderKey3',''),(24454,936,'imageSliderKey4',''),(24455,936,'imageSliderKey5',''),(24456,936,'imageSliderKey6',''),(24457,936,'imageSliderKey7',''),(24458,936,'imageSliderKey8',''),(24459,936,'imageSliderKey9',''),(24460,936,'imageSliderKey10',''),(24461,936,'imageSliderKey11',''),(24462,936,'imageSliderKey12',''),(24463,936,'imageSliderKey13',''),(24464,936,'imageSliderKey14',''),(24465,936,'imageSliderKey15',''),(24466,936,'imageSliderKey16',''),(24467,936,'imageSliderKey17',''),(24468,936,'imageSliderKey18',''),(24469,936,'imageSliderKey19',''),(24470,936,'imageSliderKey20',''),(24471,936,'imageSliderKey21',''),(24472,936,'imageSliderKey22',''),(24473,936,'imageSliderKey23',''),(24474,936,'imageSliderKey24',''),(24475,936,'imageSliderKey25',''),(24476,936,'imageSliderKey26',''),(24477,936,'imageSliderKey27',''),(24478,936,'imageSliderKey28',''),(24479,936,'imageSliderKey29',''),(24480,936,'imageSliderKey30',''),(24481,936,'individualDescriptionKey1',''),(24482,936,'individualDescriptionKey2',''),(24483,936,'individualDescriptionKey3',''),(24484,936,'individualDescriptionKey4',''),(24485,936,'individualDescriptionKey5',''),(24486,936,'individualDescriptionKey6',''),(24487,936,'individualDescriptionKey7',''),(24488,936,'individualDescriptionKey8',''),(24489,936,'individualDescriptionKey9',''),(24490,936,'individualDescriptionKey10',''),(24491,936,'individualDescriptionKey11',''),(24492,936,'individualDescriptionKey12',''),(24493,936,'individualDescriptionKey13',''),(24494,936,'individualDescriptionKey14',''),(24495,936,'individualDescriptionKey15',''),(24496,936,'individualDescriptionKey16',''),(24497,936,'individualDescriptionKey17',''),(24498,936,'individualDescriptionKey18',''),(24499,936,'individualDescriptionKey19',''),(24500,936,'individualDescriptionKey20',''),(24501,936,'individualDescriptionKey21',''),(24502,936,'individualDescriptionKey22',''),(24503,936,'individualDescriptionKey23',''),(24504,936,'individualDescriptionKey24',''),(24505,936,'individualDescriptionKey25',''),(24506,936,'individualDescriptionKey26',''),(24507,936,'individualDescriptionKey27',''),(24508,936,'individualDescriptionKey28',''),(24509,936,'individualDescriptionKey29',''),(24510,936,'individualDescriptionKey30',''),(24511,936,'_edit_lock','1454429087:1'),(24512,936,'_edit_last','1'),(24514,938,'_key1',''),(24515,938,'_key2',''),(24516,938,'_key3',''),(24517,938,'_key4',''),(24518,938,'_key5',''),(24519,938,'_key6',''),(24520,938,'_key7',''),(24521,938,'_key8',''),(24522,938,'_key9',''),(24523,938,'_key10',''),(24524,938,'_key11',''),(24525,938,'_key12',''),(24526,938,'_key13',''),(24527,938,'_key14',''),(24528,938,'_key15',''),(24529,938,'_key16',''),(24530,938,'_key17',''),(24531,938,'_key18',''),(24532,938,'_key19',''),(24533,938,'_key20',''),(24534,938,'imageSliderKey1',''),(24535,938,'imageSliderKey2',''),(24536,938,'imageSliderKey3',''),(24537,938,'imageSliderKey4',''),(24538,938,'imageSliderKey5',''),(24539,938,'imageSliderKey6',''),(24540,938,'imageSliderKey7',''),(24541,938,'imageSliderKey8',''),(24542,938,'imageSliderKey9',''),(24543,938,'imageSliderKey10',''),(24544,938,'imageSliderKey11',''),(24545,938,'imageSliderKey12',''),(24546,938,'imageSliderKey13',''),(24547,938,'imageSliderKey14',''),(24548,938,'imageSliderKey15',''),(24549,938,'imageSliderKey16',''),(24550,938,'imageSliderKey17',''),(24551,938,'imageSliderKey18',''),(24552,938,'imageSliderKey19',''),(24553,938,'imageSliderKey20',''),(24554,938,'imageSliderKey21',''),(24555,938,'imageSliderKey22',''),(24556,938,'imageSliderKey23',''),(24557,938,'imageSliderKey24',''),(24558,938,'imageSliderKey25',''),(24559,938,'imageSliderKey26',''),(24560,938,'imageSliderKey27',''),(24561,938,'imageSliderKey28',''),(24562,938,'imageSliderKey29',''),(24563,938,'imageSliderKey30',''),(24564,938,'individualDescriptionKey1',''),(24565,938,'individualDescriptionKey2',''),(24566,938,'individualDescriptionKey3',''),(24567,938,'individualDescriptionKey4',''),(24568,938,'individualDescriptionKey5',''),(24569,938,'individualDescriptionKey6',''),(24570,938,'individualDescriptionKey7',''),(24571,938,'individualDescriptionKey8',''),(24572,938,'individualDescriptionKey9',''),(24573,938,'individualDescriptionKey10',''),(24574,938,'individualDescriptionKey11',''),(24575,938,'individualDescriptionKey12',''),(24576,938,'individualDescriptionKey13',''),(24577,938,'individualDescriptionKey14',''),(24578,938,'individualDescriptionKey15',''),(24579,938,'individualDescriptionKey16',''),(24580,938,'individualDescriptionKey17',''),(24581,938,'individualDescriptionKey18',''),(24582,938,'individualDescriptionKey19',''),(24583,938,'individualDescriptionKey20',''),(24584,938,'individualDescriptionKey21',''),(24585,938,'individualDescriptionKey22',''),(24586,938,'individualDescriptionKey23',''),(24587,938,'individualDescriptionKey24',''),(24588,938,'individualDescriptionKey25',''),(24589,938,'individualDescriptionKey26',''),(24590,938,'individualDescriptionKey27',''),(24591,938,'individualDescriptionKey28',''),(24592,938,'individualDescriptionKey29',''),(24593,938,'individualDescriptionKey30',''),(24594,938,'_edit_lock','1454420416:1'),(24595,938,'_edit_last','1'),(24597,942,'_key1',''),(24598,942,'_key2',''),(24599,942,'_key3',''),(24600,942,'_key4',''),(24601,942,'_key5',''),(24602,942,'_key6',''),(24603,942,'_key7',''),(24604,942,'_key8',''),(24605,942,'_key9',''),(24606,942,'_key10',''),(24607,942,'_key11',''),(24608,942,'_key12',''),(24609,942,'_key13',''),(24610,942,'_key14',''),(24611,942,'_key15',''),(24612,942,'_key16',''),(24613,942,'_key17',''),(24614,942,'_key18',''),(24615,942,'_key19',''),(24616,942,'_key20',''),(24617,942,'imageSliderKey1',''),(24618,942,'imageSliderKey2',''),(24619,942,'imageSliderKey3',''),(24620,942,'imageSliderKey4',''),(24621,942,'imageSliderKey5',''),(24622,942,'imageSliderKey6',''),(24623,942,'imageSliderKey7',''),(24624,942,'imageSliderKey8',''),(24625,942,'imageSliderKey9',''),(24626,942,'imageSliderKey10',''),(24627,942,'imageSliderKey11',''),(24628,942,'imageSliderKey12',''),(24629,942,'imageSliderKey13',''),(24630,942,'imageSliderKey14',''),(24631,942,'imageSliderKey15',''),(24632,942,'imageSliderKey16',''),(24633,942,'imageSliderKey17',''),(24634,942,'imageSliderKey18',''),(24635,942,'imageSliderKey19',''),(24636,942,'imageSliderKey20',''),(24637,942,'imageSliderKey21',''),(24638,942,'imageSliderKey22',''),(24639,942,'imageSliderKey23',''),(24640,942,'imageSliderKey24',''),(24641,942,'imageSliderKey25',''),(24642,942,'imageSliderKey26',''),(24643,942,'imageSliderKey27',''),(24644,942,'imageSliderKey28',''),(24645,942,'imageSliderKey29',''),(24646,942,'imageSliderKey30',''),(24647,942,'individualDescriptionKey1',''),(24648,942,'individualDescriptionKey2',''),(24649,942,'individualDescriptionKey3',''),(24650,942,'individualDescriptionKey4',''),(24651,942,'individualDescriptionKey5',''),(24652,942,'individualDescriptionKey6',''),(24653,942,'individualDescriptionKey7',''),(24654,942,'individualDescriptionKey8',''),(24655,942,'individualDescriptionKey9',''),(24656,942,'individualDescriptionKey10',''),(24657,942,'individualDescriptionKey11',''),(24658,942,'individualDescriptionKey12',''),(24659,942,'individualDescriptionKey13',''),(24660,942,'individualDescriptionKey14',''),(24661,942,'individualDescriptionKey15',''),(24662,942,'individualDescriptionKey16',''),(24663,942,'individualDescriptionKey17',''),(24664,942,'individualDescriptionKey18',''),(24665,942,'individualDescriptionKey19',''),(24666,942,'individualDescriptionKey20',''),(24667,942,'individualDescriptionKey21',''),(24668,942,'individualDescriptionKey22',''),(24669,942,'individualDescriptionKey23',''),(24670,942,'individualDescriptionKey24',''),(24671,942,'individualDescriptionKey25',''),(24672,942,'individualDescriptionKey26',''),(24673,942,'individualDescriptionKey27',''),(24674,942,'individualDescriptionKey28',''),(24675,942,'individualDescriptionKey29',''),(24676,942,'individualDescriptionKey30',''),(24677,942,'_edit_lock','1454351150:1'),(24678,942,'_edit_last','1'),(24679,942,'_wp_page_template','default'),(24680,944,'_wp_attached_file','2015/12/R8LCR_tweeter-angled.png'),(24681,944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2015/12/R8LCR_tweeter-angled.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"R8LCR_tweeter-angled-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:32:\"R8LCR_tweeter-angled-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"R8LCR_tweeter-angled-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(24768,950,'_key1',''),(24769,950,'_key2',''),(24770,950,'_key3',''),(24771,950,'_key4',''),(24772,950,'_key5',''),(24773,950,'_key6',''),(24774,950,'_key7',''),(24775,950,'_key8',''),(24776,950,'_key9',''),(24777,950,'_key10',''),(24778,950,'_key11',''),(24779,950,'_key12',''),(24780,950,'_key13',''),(24781,950,'_key14',''),(24782,950,'_key15',''),(24783,950,'_key16',''),(24784,950,'_key17',''),(24785,950,'_key18',''),(24786,950,'_key19',''),(24787,950,'_key20',''),(24788,950,'imageSliderKey1',''),(24789,950,'imageSliderKey2',''),(24790,950,'imageSliderKey3',''),(24791,950,'imageSliderKey4',''),(24792,950,'imageSliderKey5',''),(24793,950,'imageSliderKey6',''),(24794,950,'imageSliderKey7',''),(24795,950,'imageSliderKey8',''),(24796,950,'imageSliderKey9',''),(24797,950,'imageSliderKey10',''),(24798,950,'imageSliderKey11',''),(24799,950,'imageSliderKey12',''),(24800,950,'imageSliderKey13',''),(24801,950,'imageSliderKey14',''),(24802,950,'imageSliderKey15',''),(24803,950,'imageSliderKey16',''),(24804,950,'imageSliderKey17',''),(24805,950,'imageSliderKey18',''),(24806,950,'imageSliderKey19',''),(24807,950,'imageSliderKey20',''),(24808,950,'imageSliderKey21',''),(24809,950,'imageSliderKey22',''),(24810,950,'imageSliderKey23',''),(24811,950,'imageSliderKey24',''),(24812,950,'imageSliderKey25',''),(24813,950,'imageSliderKey26',''),(24814,950,'imageSliderKey27',''),(24815,950,'imageSliderKey28',''),(24816,950,'imageSliderKey29',''),(24817,950,'imageSliderKey30',''),(24818,950,'individualDescriptionKey1','Black Label - Select Series'),(24819,950,'individualDescriptionKey2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\"><img class=\"aligncenter size-full wp-image-1488\" src=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\" alt=\"2-In-Wall-SUBB8_fix\" width=\"1920\" height=\"841\" /></a>'),(24820,950,'individualDescriptionKey3',''),(24821,950,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2015/12/elura2speakers.png\"><img class=\"aligncenter size-full wp-image-814\" src=\"http://elura.audio/wp-content/uploads/2015/12/elura2speakers.png\" alt=\"elura2speakers\" width=\"1921\" height=\"697\" /></a>.'),(24822,950,'individualDescriptionKey5',''),(24823,950,'individualDescriptionKey6',''),(24824,950,'individualDescriptionKey7','Black Label'),(24825,950,'individualDescriptionKey8','“These speakers sound too good for the money” has become the mantra of what our Elura Black Label line represents. Black Label is Elura’s entry point into HiFi home audio. Elura Black Label will sonically outperform most speakers that are over twice their price. The same strict standards that are applied to the Elura premium offerings are present in the design and performance of the Black Label series.'),(24826,950,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle.png\"><img class=\"aligncenter size-large wp-image-1152\" src=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle-1024x576.png\" alt=\"SUBB8_frontangle\" width=\"1024\" height=\"576\" /></a>'),(24827,950,'individualDescriptionKey10','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle.png\"><img class=\"aligncenter size-large wp-image-1152\" src=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle-1024x576.png\" alt=\"SUBB8_frontangle\" width=\"1024\" height=\"576\" /></a>'),(24828,950,'individualDescriptionKey11','The SUBB8 features a cabinet made from a dense fiberboard material that reduces any unwanted resonance and vibration. You only want to hear the subwoofer, not the cabinet.'),(24829,950,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle.png\"><img class=\"aligncenter size-large wp-image-1152\" src=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle-1024x576.png\" alt=\"SUBB8_frontangle\" width=\"1024\" height=\"576\" /></a>specs'),(24830,950,'individualDescriptionKey13','<span dir=\"ltr\">A paper coned woofer was chosen for its proven natural sound reproduction. Couple that with a rubber surround and you achieve a faster, more accurate bass response.</span>'),(24831,950,'individualDescriptionKey14','<p style=\"text-align: left;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/CloseupSubb8.jpg\"><img class=\"aligncenter size-large wp-image-812\" src=\"http://elura.audio/wp-content/uploads/2015/12/CloseupSubb8-1024x683.jpg\" alt=\"CloseupSubb8\" width=\"1024\" height=\"683\" /></a></p>'),(24832,950,'individualDescriptionKey15','The SUBB8 features a down-firing power port that increases the bass output and makes the subwoofer more efficient.'),(24833,950,'individualDescriptionKey16','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/Subb8bottomAngle-ConvertImage.png\"><img class=\"aligncenter size-large wp-image-811\" src=\"http://elura.audio/wp-content/uploads/2015/12/Subb8bottomAngle-ConvertImage-1024x575.png\" alt=\"Subb8bottomAngle-ConvertImage\" width=\"1024\" height=\"575\" /></a></p>'),(24834,950,'individualDescriptionKey17','<span dir=\"ltr\">Line and speaker-level signal inputs allow easy installation into any system.</span>'),(24835,950,'individualDescriptionKey18','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_back.png\"><img class=\"aligncenter size-large wp-image-1155\" src=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_back-1024x576.png\" alt=\"SUBB8_back\" width=\"1024\" height=\"576\" /></a>'),(24836,950,'individualDescriptionKey19',''),(24837,950,'individualDescriptionKey20',''),(24838,950,'individualDescriptionKey21',''),(24839,950,'individualDescriptionKey22',''),(24840,950,'individualDescriptionKey23',''),(24841,950,'individualDescriptionKey24',''),(24842,950,'individualDescriptionKey25',''),(24843,950,'individualDescriptionKey26',''),(24844,950,'individualDescriptionKey27','Models and Detailed Specifictaions'),(24845,950,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle_croppedvxcvxc.png\"><img class=\"aligncenter size-full wp-image-1403\" src=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle_croppedvxcvxc.png\" alt=\"SUBB8_frontangle_croppedvxcvxc\" width=\"1418\" height=\"660\" /></a>'),(24846,950,'individualDescriptionKey29',''),(24847,950,'individualDescriptionKey30',''),(24848,950,'_edit_lock','1455927670:1'),(24849,950,'_edit_last','1'),(24853,954,'_key1',''),(24854,954,'_key2',''),(24855,954,'_key3',''),(24856,954,'_key4',''),(24857,954,'_key5',''),(24858,954,'_key6',''),(24859,954,'_key7',''),(24860,954,'_key8',''),(24861,954,'_key9',''),(24862,954,'_key10',''),(24863,954,'_key11',''),(24864,954,'_key12',''),(24865,954,'_key13',''),(24866,954,'_key14',''),(24867,954,'_key15',''),(24868,954,'_key16',''),(24869,954,'_key17',''),(24870,954,'_key18',''),(24871,954,'_key19',''),(24872,954,'_key20',''),(24873,954,'imageSliderKey1',''),(24874,954,'imageSliderKey2',''),(24875,954,'imageSliderKey3',''),(24876,954,'imageSliderKey4',''),(24877,954,'imageSliderKey5',''),(24878,954,'imageSliderKey6',''),(24879,954,'imageSliderKey7',''),(24880,954,'imageSliderKey8',''),(24881,954,'imageSliderKey9',''),(24882,954,'imageSliderKey10',''),(24883,954,'imageSliderKey11',''),(24884,954,'imageSliderKey12',''),(24885,954,'imageSliderKey13',''),(24886,954,'imageSliderKey14',''),(24887,954,'imageSliderKey15',''),(24888,954,'imageSliderKey16',''),(24889,954,'imageSliderKey17',''),(24890,954,'imageSliderKey18',''),(24891,954,'imageSliderKey19',''),(24892,954,'imageSliderKey20',''),(24893,954,'imageSliderKey21',''),(24894,954,'imageSliderKey22',''),(24895,954,'imageSliderKey23',''),(24896,954,'imageSliderKey24',''),(24897,954,'imageSliderKey25',''),(24898,954,'imageSliderKey26',''),(24899,954,'imageSliderKey27',''),(24900,954,'imageSliderKey28',''),(24901,954,'imageSliderKey29',''),(24902,954,'imageSliderKey30',''),(24903,954,'individualDescriptionKey1','Black Label - Select Series'),(24904,954,'individualDescriptionKey2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/3-In-Ceiling-No-Bevel.jpg\"><img class=\"aligncenter size-full wp-image-1060\" src=\"http://elura.audio/wp-content/uploads/2016/02/3-In-Ceiling-No-Bevel.jpg\" alt=\"3-In-Ceiling-No-Bevel\" width=\"1920\" height=\"1080\" /></a>'),(24905,954,'individualDescriptionKey3',''),(24906,954,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65_FrontAngle.png\"><img class=\"aligncenter size-full wp-image-1119\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65_FrontAngle.png\" alt=\"B65_FrontAngle\" width=\"1920\" height=\"1080\" /></a>'),(24907,954,'individualDescriptionKey5',''),(24908,954,'individualDescriptionKey6',''),(24909,954,'individualDescriptionKey7','Black Label'),(24910,954,'individualDescriptionKey8','“These speakers sound too good for the money” has become the mantra of what our Elura Black Label line represents. Black Label is Elura’s entry point into HiFi home audio. Elura Black Label will sonically outperform most speakers that are over twice their price. The same strict standards that are applied to the Elura premium offerings are present in the design and performance of the Black Label series.'),(24911,954,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65ST_front-screenless_top.png\"><img class=\"aligncenter size-full wp-image-1417\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65ST_front-screenless_top.png\" alt=\"B65ST_front-screenless_top\" width=\"1567\" height=\"1079\" /></a>'),(24912,954,'individualDescriptionKey10','Benefits and Features'),(24913,954,'individualDescriptionKey11','<h4 style=\"padding-left: 30px; text-align: center;\">Weather resistant aluminum paintable grills.</h4>'),(24914,954,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2015/12/B65ST_front.png\"><img class=\"aligncenter size-large wp-image-933\" src=\"http://elura.audio/wp-content/uploads/2015/12/B65ST_front-1024x576.png\" alt=\"B65ST_front\" width=\"1024\" height=\"576\" /></a>'),(24915,954,'individualDescriptionKey13','<h4><span dir=\"ltr\">The 1/2\" Polyether Imide tweeter is very efficient and resistant to humidity.</span></h4>'),(24916,954,'individualDescriptionKey14','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/B8_Tweeter.png\"><img class=\"aligncenter size-large wp-image-1165\" src=\"http://elura.audio/wp-content/uploads/2016/02/B8_Tweeter-1024x576.png\" alt=\"B8_Tweeter\" width=\"1024\" height=\"576\" /></a></p>'),(24917,954,'individualDescriptionKey15','<h4><span dir=\"ltr\">Polypropylene woofer cone for excellent internal damping and rubber surrounds for excellent flexibility and durability. Stainless steel mounting screws were utilized to allow the Black Label speakers to be installed in outdoor applications.</span></h4>'),(24918,954,'individualDescriptionKey16','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65_Woofer.png\"><img class=\"aligncenter size-large wp-image-1166\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65_Woofer-1024x576.png\" alt=\"B65_Woofer\" width=\"1024\" height=\"576\" /></a>'),(24919,954,'individualDescriptionKey17',''),(24920,954,'individualDescriptionKey18',''),(24921,954,'individualDescriptionKey19',''),(24922,954,'individualDescriptionKey20',''),(24923,954,'individualDescriptionKey21',''),(24924,954,'individualDescriptionKey22',''),(24925,954,'individualDescriptionKey23',''),(24926,954,'individualDescriptionKey24',''),(24927,954,'individualDescriptionKey25',''),(24928,954,'individualDescriptionKey26',''),(24929,954,'individualDescriptionKey27','Models and Detailed Specifications'),(24930,954,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B8_Front_spec.png\"><img class=\"aligncenter size-full wp-image-1415\" src=\"http://elura.audio/wp-content/uploads/2016/02/B8_Front_spec.png\" alt=\"B8_Front_spec\" width=\"1189\" height=\"1075\" /></a>'),(24931,954,'individualDescriptionKey29','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65ST_front-screenless_spec.png\"><img class=\"aligncenter size-full wp-image-1416\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65ST_front-screenless_spec.png\" alt=\"B65ST_front-screenless_spec\" width=\"1190\" height=\"1074\" /></a>'),(24932,954,'individualDescriptionKey30','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B8_Front_cropped.png\"><img class=\"aligncenter size-full wp-image-1379\" src=\"http://elura.audio/wp-content/uploads/2016/02/B8_Front_cropped.png\" alt=\"B8_Front_cropped\" width=\"1095\" height=\"1079\" /></a>'),(24933,954,'_edit_lock','1455923583:1'),(24934,954,'_edit_last','1'),(24938,957,'_key1',''),(24939,957,'_key2',''),(24940,957,'_key3',''),(24941,957,'_key4',''),(24942,957,'_key5',''),(24943,957,'_key6',''),(24944,957,'_key7',''),(24945,957,'_key8',''),(24946,957,'_key9',''),(24947,957,'_key10',''),(24948,957,'_key11',''),(24949,957,'_key12',''),(24950,957,'_key13',''),(24951,957,'_key14',''),(24952,957,'_key15',''),(24953,957,'_key16',''),(24954,957,'_key17',''),(24955,957,'_key18',''),(24956,957,'_key19',''),(24957,957,'_key20',''),(24958,957,'imageSliderKey1',''),(24959,957,'imageSliderKey2',''),(24960,957,'imageSliderKey3',''),(24961,957,'imageSliderKey4',''),(24962,957,'imageSliderKey5',''),(24963,957,'imageSliderKey6',''),(24964,957,'imageSliderKey7',''),(24965,957,'imageSliderKey8',''),(24966,957,'imageSliderKey9',''),(24967,957,'imageSliderKey10',''),(24968,957,'imageSliderKey11',''),(24969,957,'imageSliderKey12',''),(24970,957,'imageSliderKey13',''),(24971,957,'imageSliderKey14',''),(24972,957,'imageSliderKey15',''),(24973,957,'imageSliderKey16',''),(24974,957,'imageSliderKey17',''),(24975,957,'imageSliderKey18',''),(24976,957,'imageSliderKey19',''),(24977,957,'imageSliderKey20',''),(24978,957,'imageSliderKey21',''),(24979,957,'imageSliderKey22',''),(24980,957,'imageSliderKey23',''),(24981,957,'imageSliderKey24',''),(24982,957,'imageSliderKey25',''),(24983,957,'imageSliderKey26',''),(24984,957,'imageSliderKey27',''),(24985,957,'imageSliderKey28',''),(24986,957,'imageSliderKey29',''),(24987,957,'imageSliderKey30',''),(24988,957,'individualDescriptionKey1',''),(24989,957,'individualDescriptionKey2',''),(24990,957,'individualDescriptionKey3',''),(24991,957,'individualDescriptionKey4',''),(24992,957,'individualDescriptionKey5',''),(24993,957,'individualDescriptionKey6',''),(24994,957,'individualDescriptionKey7',''),(24995,957,'individualDescriptionKey8',''),(24996,957,'individualDescriptionKey9',''),(24997,957,'individualDescriptionKey10',''),(24998,957,'individualDescriptionKey11',''),(24999,957,'individualDescriptionKey12',''),(25000,957,'individualDescriptionKey13',''),(25001,957,'individualDescriptionKey14',''),(25002,957,'individualDescriptionKey15',''),(25003,957,'individualDescriptionKey16',''),(25004,957,'individualDescriptionKey17',''),(25005,957,'individualDescriptionKey18',''),(25006,957,'individualDescriptionKey19',''),(25007,957,'individualDescriptionKey20',''),(25008,957,'individualDescriptionKey21',''),(25009,957,'individualDescriptionKey22',''),(25010,957,'individualDescriptionKey23',''),(25011,957,'individualDescriptionKey24',''),(25012,957,'individualDescriptionKey25',''),(25013,957,'individualDescriptionKey26',''),(25014,957,'individualDescriptionKey27',''),(25015,957,'individualDescriptionKey28',''),(25016,957,'individualDescriptionKey29',''),(25017,957,'individualDescriptionKey30',''),(25018,957,'_edit_last','1'),(25019,957,'_wp_page_template','default'),(25020,957,'_edit_lock','1455915019:1'),(25021,959,'_key1',''),(25022,959,'_key2',''),(25023,959,'_key3',''),(25024,959,'_key4',''),(25025,959,'_key5',''),(25026,959,'_key6',''),(25027,959,'_key7',''),(25028,959,'_key8',''),(25029,959,'_key9',''),(25030,959,'_key10',''),(25031,959,'_key11',''),(25032,959,'_key12',''),(25033,959,'_key13',''),(25034,959,'_key14',''),(25035,959,'_key15',''),(25036,959,'_key16',''),(25037,959,'_key17',''),(25038,959,'_key18',''),(25039,959,'_key19',''),(25040,959,'_key20',''),(25041,959,'imageSliderKey1',''),(25042,959,'imageSliderKey2',''),(25043,959,'imageSliderKey3',''),(25044,959,'imageSliderKey4',''),(25045,959,'imageSliderKey5',''),(25046,959,'imageSliderKey6',''),(25047,959,'imageSliderKey7',''),(25048,959,'imageSliderKey8',''),(25049,959,'imageSliderKey9',''),(25050,959,'imageSliderKey10',''),(25051,959,'imageSliderKey11',''),(25052,959,'imageSliderKey12',''),(25053,959,'imageSliderKey13',''),(25054,959,'imageSliderKey14',''),(25055,959,'imageSliderKey15',''),(25056,959,'imageSliderKey16',''),(25057,959,'imageSliderKey17',''),(25058,959,'imageSliderKey18',''),(25059,959,'imageSliderKey19',''),(25060,959,'imageSliderKey20',''),(25061,959,'imageSliderKey21',''),(25062,959,'imageSliderKey22',''),(25063,959,'imageSliderKey23',''),(25064,959,'imageSliderKey24',''),(25065,959,'imageSliderKey25',''),(25066,959,'imageSliderKey26',''),(25067,959,'imageSliderKey27',''),(25068,959,'imageSliderKey28',''),(25069,959,'imageSliderKey29',''),(25070,959,'imageSliderKey30',''),(25071,959,'individualDescriptionKey1',''),(25072,959,'individualDescriptionKey2',''),(25073,959,'individualDescriptionKey3',''),(25074,959,'individualDescriptionKey4',''),(25075,959,'individualDescriptionKey5',''),(25076,959,'individualDescriptionKey6',''),(25077,959,'individualDescriptionKey7',''),(25078,959,'individualDescriptionKey8',''),(25079,959,'individualDescriptionKey9',''),(25080,959,'individualDescriptionKey10',''),(25081,959,'individualDescriptionKey11',''),(25082,959,'individualDescriptionKey12',''),(25083,959,'individualDescriptionKey13',''),(25084,959,'individualDescriptionKey14',''),(25085,959,'individualDescriptionKey15',''),(25086,959,'individualDescriptionKey16',''),(25087,959,'individualDescriptionKey17',''),(25088,959,'individualDescriptionKey18',''),(25089,959,'individualDescriptionKey19',''),(25090,959,'individualDescriptionKey20',''),(25091,959,'individualDescriptionKey21',''),(25092,959,'individualDescriptionKey22',''),(25093,959,'individualDescriptionKey23',''),(25094,959,'individualDescriptionKey24',''),(25095,959,'individualDescriptionKey25',''),(25096,959,'individualDescriptionKey26',''),(25097,959,'individualDescriptionKey27',''),(25098,959,'individualDescriptionKey28',''),(25099,959,'individualDescriptionKey29',''),(25100,959,'individualDescriptionKey30',''),(25101,959,'_edit_last','1'),(25102,959,'_wp_page_template','default'),(25103,959,'_edit_lock','1454510372:1'),(25105,962,'_key1','main back ground'),(25106,962,'_key2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_tweeter-woofer.png\"><img class=\"alignleft size-full wp-image-972\" src=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_tweeter-woofer.png\" alt=\"S8LCR_tweeter-woofer\" width=\"1920\" height=\"1280\" /></a>'),(25107,962,'_key3',''),(25108,962,'_key4',''),(25109,962,'_key5',''),(25110,962,'_key6',''),(25111,962,'_key7',''),(25112,962,'_key8',''),(25113,962,'_key9',''),(25114,962,'_key10',''),(25115,962,'_key11',''),(25116,962,'_key12',''),(25117,962,'_key13',''),(25118,962,'_key14',''),(25119,962,'_key15',''),(25120,962,'_key16',''),(25121,962,'_key17',''),(25122,962,'_key18',''),(25123,962,'_key19',''),(25124,962,'_key20',''),(25125,962,'imageSliderKey1',''),(25126,962,'imageSliderKey2',''),(25127,962,'imageSliderKey3',''),(25128,962,'imageSliderKey4',''),(25129,962,'imageSliderKey5',''),(25130,962,'imageSliderKey6',''),(25131,962,'imageSliderKey7',''),(25132,962,'imageSliderKey8',''),(25133,962,'imageSliderKey9',''),(25134,962,'imageSliderKey10',''),(25135,962,'imageSliderKey11',''),(25136,962,'imageSliderKey12',''),(25137,962,'imageSliderKey13',''),(25138,962,'imageSliderKey14',''),(25139,962,'imageSliderKey15',''),(25140,962,'imageSliderKey16',''),(25141,962,'imageSliderKey17',''),(25142,962,'imageSliderKey18',''),(25143,962,'imageSliderKey19',''),(25144,962,'imageSliderKey20',''),(25145,962,'imageSliderKey21',''),(25146,962,'imageSliderKey22',''),(25147,962,'imageSliderKey23',''),(25148,962,'imageSliderKey24',''),(25149,962,'imageSliderKey25',''),(25150,962,'imageSliderKey26',''),(25151,962,'imageSliderKey27',''),(25152,962,'imageSliderKey28',''),(25153,962,'imageSliderKey29',''),(25154,962,'imageSliderKey30',''),(25155,962,'individualDescriptionKey1',''),(25156,962,'individualDescriptionKey2',''),(25157,962,'individualDescriptionKey3',''),(25158,962,'individualDescriptionKey4',''),(25159,962,'individualDescriptionKey5',''),(25160,962,'individualDescriptionKey6',''),(25161,962,'individualDescriptionKey7',''),(25162,962,'individualDescriptionKey8',''),(25163,962,'individualDescriptionKey9',''),(25164,962,'individualDescriptionKey10',''),(25165,962,'individualDescriptionKey11',''),(25166,962,'individualDescriptionKey12',''),(25167,962,'individualDescriptionKey13',''),(25168,962,'individualDescriptionKey14',''),(25169,962,'individualDescriptionKey15',''),(25170,962,'individualDescriptionKey16',''),(25171,962,'individualDescriptionKey17',''),(25172,962,'individualDescriptionKey18',''),(25173,962,'individualDescriptionKey19',''),(25174,962,'individualDescriptionKey20',''),(25175,962,'individualDescriptionKey21',''),(25176,962,'individualDescriptionKey22',''),(25177,962,'individualDescriptionKey23',''),(25178,962,'individualDescriptionKey24',''),(25179,962,'individualDescriptionKey25',''),(25180,962,'individualDescriptionKey26',''),(25181,962,'individualDescriptionKey27',''),(25182,962,'individualDescriptionKey28',''),(25183,962,'individualDescriptionKey29',''),(25184,962,'individualDescriptionKey30',''),(25185,962,'_edit_lock','1455822808:1'),(25186,962,'_edit_last','1'),(25187,962,'_wp_page_template','default'),(25193,966,'_key1',''),(25194,966,'_key2',''),(25195,966,'_key3',''),(25196,966,'_key4',''),(25197,966,'_key5',''),(25198,966,'_key6',''),(25199,966,'_key7',''),(25200,966,'_key8',''),(25201,966,'_key9',''),(25202,966,'_key10',''),(25203,966,'_key11',''),(25204,966,'_key12',''),(25205,966,'_key13',''),(25206,966,'_key14',''),(25207,966,'_key15',''),(25208,966,'_key16',''),(25209,966,'_key17',''),(25210,966,'_key18',''),(25211,966,'_key19',''),(25212,966,'_key20',''),(25213,966,'imageSliderKey1',''),(25214,966,'imageSliderKey2',''),(25215,966,'imageSliderKey3',''),(25216,966,'imageSliderKey4',''),(25217,966,'imageSliderKey5',''),(25218,966,'imageSliderKey6',''),(25219,966,'imageSliderKey7',''),(25220,966,'imageSliderKey8',''),(25221,966,'imageSliderKey9',''),(25222,966,'imageSliderKey10',''),(25223,966,'imageSliderKey11',''),(25224,966,'imageSliderKey12',''),(25225,966,'imageSliderKey13',''),(25226,966,'imageSliderKey14',''),(25227,966,'imageSliderKey15',''),(25228,966,'imageSliderKey16',''),(25229,966,'imageSliderKey17',''),(25230,966,'imageSliderKey18',''),(25231,966,'imageSliderKey19',''),(25232,966,'imageSliderKey20',''),(25233,966,'imageSliderKey21',''),(25234,966,'imageSliderKey22',''),(25235,966,'imageSliderKey23',''),(25236,966,'imageSliderKey24',''),(25237,966,'imageSliderKey25',''),(25238,966,'imageSliderKey26',''),(25239,966,'imageSliderKey27',''),(25240,966,'imageSliderKey28',''),(25241,966,'imageSliderKey29',''),(25242,966,'imageSliderKey30',''),(25243,966,'individualDescriptionKey1',''),(25244,966,'individualDescriptionKey2',''),(25245,966,'individualDescriptionKey3',''),(25246,966,'individualDescriptionKey4',''),(25247,966,'individualDescriptionKey5',''),(25248,966,'individualDescriptionKey6',''),(25249,966,'individualDescriptionKey7',''),(25250,966,'individualDescriptionKey8',''),(25251,966,'individualDescriptionKey9',''),(25252,966,'individualDescriptionKey10',''),(25253,966,'individualDescriptionKey11',''),(25254,966,'individualDescriptionKey12',''),(25255,966,'individualDescriptionKey13',''),(25256,966,'individualDescriptionKey14',''),(25257,966,'individualDescriptionKey15',''),(25258,966,'individualDescriptionKey16',''),(25259,966,'individualDescriptionKey17',''),(25260,966,'individualDescriptionKey18',''),(25261,966,'individualDescriptionKey19',''),(25262,966,'individualDescriptionKey20',''),(25263,966,'individualDescriptionKey21',''),(25264,966,'individualDescriptionKey22',''),(25265,966,'individualDescriptionKey23',''),(25266,966,'individualDescriptionKey24',''),(25267,966,'individualDescriptionKey25',''),(25268,966,'individualDescriptionKey26',''),(25269,966,'individualDescriptionKey27',''),(25270,966,'individualDescriptionKey28',''),(25271,966,'individualDescriptionKey29',''),(25272,966,'individualDescriptionKey30',''),(25273,966,'_edit_lock','1454428431:1'),(25276,966,'_edit_last','1'),(25278,968,'_wp_attached_file','2016/01/B8_back.png'),(25279,968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2016/01/B8_back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"B8_back-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:\"B8_back-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"B8_back-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(25294,972,'_wp_attached_file','2016/02/S8LCR_tweeter-woofer.png'),(25295,972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2016/02/S8LCR_tweeter-woofer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"S8LCR_tweeter-woofer-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:32:\"S8LCR_tweeter-woofer-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"S8LCR_tweeter-woofer-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(25296,973,'_wp_attached_file','2016/02/S8LCR_screenless-tweeter.png'),(25297,973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:36:\"2016/02/S8LCR_screenless-tweeter.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"S8LCR_screenless-tweeter-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:36:\"S8LCR_screenless-tweeter-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"S8LCR_screenless-tweeter-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(25298,974,'_wp_attached_file','2016/02/S65_contour-copy.png'),(25299,974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2016/02/S65_contour-copy.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"S65_contour-copy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"S65_contour-copy-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"S65_contour-copy-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(25300,975,'_wp_attached_file','2016/02/S65_woofer_closeup.png'),(25301,975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:30:\"2016/02/S65_woofer_closeup.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"S65_woofer_closeup-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:30:\"S65_woofer_closeup-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"S65_woofer_closeup-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(25309,981,'_wp_attached_file','2016/01/B65_Back.png'),(25310,981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2016/01/B65_Back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"B65_Back-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:20:\"B65_Back-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"B65_Back-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(25318,986,'_wp_attached_file','2016/01/B65_PlasticBindings.png'),(25319,986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:31:\"2016/01/B65_PlasticBindings.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"B65_PlasticBindings-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:31:\"B65_PlasticBindings-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"B65_PlasticBindings-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(25330,938,'_wp_trash_meta_status','publish'),(25331,938,'_wp_trash_meta_time','1454429057'),(25332,936,'_wp_trash_meta_status','publish'),(25333,936,'_wp_trash_meta_time','1454429291'),(25334,934,'_wp_trash_meta_status','publish'),(25335,934,'_wp_trash_meta_time','1454429296'),(25336,966,'_wp_trash_meta_status','publish'),(25337,966,'_wp_trash_meta_time','1454429452'),(25338,922,'_wp_trash_meta_status','draft'),(25339,922,'_wp_trash_meta_time','1454429457'),(25340,921,'_wp_trash_meta_status','draft'),(25341,921,'_wp_trash_meta_time','1454429467'),(25342,913,'_wp_trash_meta_status','publish'),(25343,913,'_wp_trash_meta_time','1454429476'),(25344,892,'_wp_trash_meta_status','publish'),(25345,892,'_wp_trash_meta_time','1454429482'),(25346,882,'_wp_trash_meta_status','draft'),(25347,882,'_wp_trash_meta_time','1454429487'),(25348,991,'_wp_attached_file','2015/12/2-In-Wall.jpg'),(25349,991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2015/12/2-In-Wall.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"2-In-Wall-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:\"2-In-Wall-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"2-In-Wall-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(25350,992,'_wp_attached_file','2015/12/2-In-Wall-Bezel.jpg'),(25351,992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2015/12/2-In-Wall-Bezel.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"2-In-Wall-Bezel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"2-In-Wall-Bezel-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"2-In-Wall-Bezel-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(25352,993,'_wp_attached_file','2015/12/2-In-Wall-Bezel_alt.jpg'),(25353,993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2015/12/2-In-Wall-Bezel_alt.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"2-In-Wall-Bezel_alt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"2-In-Wall-Bezel_alt-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"2-In-Wall-Bezel_alt-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(25354,994,'_wp_attached_file','2015/12/ELURA-s65iw.jpg'),(25355,994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2015/12/ELURA-s65iw.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ELURA-s65iw-150x150.jpg\";s:5:\"width\";i:150;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;}}'),(25356,995,'_key1',''),(25357,995,'_key2',''),(25358,995,'_key3',''),(25359,995,'_key4',''),(25360,995,'_key5',''),(25361,995,'_key6',''),(25362,995,'_key7',''),(25363,995,'_key8',''),(25364,995,'_key9',''),(25365,995,'_key10',''),(25366,995,'_key11',''),(25367,995,'_key12',''),(25368,995,'_key13',''),(25369,995,'_key14',''),(25370,995,'_key15',''),(25371,995,'_key16',''),(25372,995,'_key17',''),(25373,995,'_key18',''),(25374,995,'_key19',''),(25375,995,'_key20',''),(25376,995,'imageSliderKey1',''),(25377,995,'imageSliderKey2',''),(25378,995,'imageSliderKey3',''),(25379,995,'imageSliderKey4',''),(25380,995,'imageSliderKey5',''),(25381,995,'imageSliderKey6',''),(25382,995,'imageSliderKey7',''),(25383,995,'imageSliderKey8',''),(25384,995,'imageSliderKey9',''),(25385,995,'imageSliderKey10',''),(25386,995,'imageSliderKey11',''),(25387,995,'imageSliderKey12',''),(25388,995,'imageSliderKey13',''),(25389,995,'imageSliderKey14',''),(25390,995,'imageSliderKey15',''),(25391,995,'imageSliderKey16',''),(25392,995,'imageSliderKey17',''),(25393,995,'imageSliderKey18',''),(25394,995,'imageSliderKey19',''),(25395,995,'imageSliderKey20',''),(25396,995,'imageSliderKey21',''),(25397,995,'imageSliderKey22',''),(25398,995,'imageSliderKey23',''),(25399,995,'imageSliderKey24',''),(25400,995,'imageSliderKey25',''),(25401,995,'imageSliderKey26',''),(25402,995,'imageSliderKey27',''),(25403,995,'imageSliderKey28',''),(25404,995,'imageSliderKey29',''),(25405,995,'imageSliderKey30',''),(25406,995,'individualDescriptionKey1','Red Label - Performance Series'),(25407,995,'individualDescriptionKey2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\"><img class=\"aligncenter size-full wp-image-1488\" src=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\" alt=\"2-In-Wall-SUBB8_fix\" width=\"1920\" height=\"841\" /></a>'),(25408,995,'individualDescriptionKey3',''),(25409,995,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Tweeter-Angle.png\"><img class=\"aligncenter size-full wp-image-1177\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Tweeter-Angle.png\" alt=\"R65LCRIWZ_Tweeter-Angle\" width=\"1080\" height=\"608\" /></a>'),(25410,995,'individualDescriptionKey5',''),(25411,995,'individualDescriptionKey6',''),(25412,995,'individualDescriptionKey7','Red Label'),(25413,995,'individualDescriptionKey8','Elura Red Label is the speaker line that pioneered the quest for a no-nonsense, uncompromised sound, combined with the best aesthetics. To create a product with this type of high quality sound, the design team at Elura compared the sonic and spectral signature of numerous architectural speakers in the industry. Based on the results of their findings, they identified deficiencies in other speakers and designed a new platform to ensure that the Red Label series provided the listener with a stunning, audible experience. The overwhelming amount of praise from the audio industry confirmed that Red Label speakers were a winner.'),(25414,995,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Front_new_crop.png\"><img class=\"aligncenter size-full wp-image-1392\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Front_new_crop.png\" alt=\"R65IWZ_Front_new_crop\" width=\"1345\" height=\"1079\" /></a>'),(25415,995,'individualDescriptionKey10','Benefits and Features'),(25416,995,'individualDescriptionKey11','<h4><span dir=\"ltr\">We expect great performance from our speakers, but not everyone wants to see them. Elura accomplished this by removing as much material and all badging from the grill, allowing a clean and elegant profile for the acoustically transparent grill.</span></h4>'),(25417,995,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_front.png\"><img class=\"aligncenter size-large wp-image-1143\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_front-1024x576.png\" alt=\"R65LCRIWZ_front\" width=\"1024\" height=\"576\" /></a>'),(25418,995,'individualDescriptionKey13','<h4> Most tweeters only rotate 10 degrees. The Red Label tweeters rotate 20 degrees to allow the speakers to be installed in the best visual location while directing the music towards the listener.</h4>'),(25419,995,'individualDescriptionKey14','<p style=\"text-align: left;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Tweeter-Angle2.png\"><img class=\"aligncenter size-large wp-image-1257\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Tweeter-Angle2-1024x645.png\" alt=\"R65LCRIWZ_Tweeter-Angle2\" width=\"1024\" height=\"645\" /></a></p>'),(25420,995,'individualDescriptionKey15','<h4>Polypropylene woofer cone for excellent internal damping and rubber surrounds for excellent flexibility and durability.</h4>'),(25421,995,'individualDescriptionKey16','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Woofer.png\"><img class=\"aligncenter size-large wp-image-1175\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Woofer-1024x576.png\" alt=\"R65IWZ_Woofer\" width=\"1024\" height=\"576\" /></a></p>'),(25422,995,'individualDescriptionKey17','<h4>Just about all rooms have acoustical challenges. The bass and treble contour switches allow you to tune the speaker to any room for optimal performance.</h4>'),(25423,995,'individualDescriptionKey18','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_ContourSwitches.png\"><img class=\"aligncenter size-large wp-image-1176\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_ContourSwitches-1024x576.png\" alt=\"R65LCRIWZ_ContourSwitches\" width=\"1024\" height=\"576\" /></a>'),(25424,995,'individualDescriptionKey19',''),(25425,995,'individualDescriptionKey20',''),(25426,995,'individualDescriptionKey21',''),(25427,995,'individualDescriptionKey22',''),(25428,995,'individualDescriptionKey23',''),(25429,995,'individualDescriptionKey24',''),(25430,995,'individualDescriptionKey25',''),(25431,995,'individualDescriptionKey26',''),(25432,995,'individualDescriptionKey27','Models and Detailed Specifications'),(25433,995,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Front_new_crop.png\"><img class=\"aligncenter size-full wp-image-1392\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Front_new_crop.png\" alt=\"R65IWZ_Front_new_crop\" width=\"1345\" height=\"1079\" /></a>'),(25434,995,'individualDescriptionKey29','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Front_cropped.png\"><img class=\"aligncenter size-full wp-image-1383\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Front_cropped.png\" alt=\"R65LCRIWZ_Front_cropped\" width=\"1075\" height=\"815\" /></a>'),(25435,995,'individualDescriptionKey30',''),(25436,995,'_edit_lock','1455915713:1'),(25437,995,'_edit_last','1'),(25438,996,'_wp_attached_file','2015/12/B65IW_front-straight.png'),(25439,996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:32:\"2015/12/B65IW_front-straight.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"B65IW_front-straight-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:32:\"B65IW_front-straight-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"B65IW_front-straight-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;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;}}'),(25440,997,'_key1',''),(25441,997,'_key2',''),(25442,997,'_key3',''),(25443,997,'_key4',''),(25444,997,'_key5',''),(25445,997,'_key6',''),(25446,997,'_key7',''),(25447,997,'_key8',''),(25448,997,'_key9',''),(25449,997,'_key10',''),(25450,997,'_key11',''),(25451,997,'_key12',''),(25452,997,'_key13',''),(25453,997,'_key14',''),(25454,997,'_key15',''),(25455,997,'_key16',''),(25456,997,'_key17',''),(25457,997,'_key18',''),(25458,997,'_key19',''),(25459,997,'_key20',''),(25460,997,'imageSliderKey1',''),(25461,997,'imageSliderKey2',''),(25462,997,'imageSliderKey3',''),(25463,997,'imageSliderKey4',''),(25464,997,'imageSliderKey5',''),(25465,997,'imageSliderKey6',''),(25466,997,'imageSliderKey7',''),(25467,997,'imageSliderKey8',''),(25468,997,'imageSliderKey9',''),(25469,997,'imageSliderKey10',''),(25470,997,'imageSliderKey11',''),(25471,997,'imageSliderKey12',''),(25472,997,'imageSliderKey13',''),(25473,997,'imageSliderKey14',''),(25474,997,'imageSliderKey15',''),(25475,997,'imageSliderKey16',''),(25476,997,'imageSliderKey17',''),(25477,997,'imageSliderKey18',''),(25478,997,'imageSliderKey19',''),(25479,997,'imageSliderKey20',''),(25480,997,'imageSliderKey21',''),(25481,997,'imageSliderKey22',''),(25482,997,'imageSliderKey23',''),(25483,997,'imageSliderKey24',''),(25484,997,'imageSliderKey25',''),(25485,997,'imageSliderKey26',''),(25486,997,'imageSliderKey27',''),(25487,997,'imageSliderKey28',''),(25488,997,'imageSliderKey29',''),(25489,997,'imageSliderKey30',''),(25490,997,'individualDescriptionKey1','Black Label - Select Series'),(25491,997,'individualDescriptionKey2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/2-In-Wall-Bezelfix.jpg\"><img class=\"aligncenter size-full wp-image-1249\" src=\"http://elura.audio/wp-content/uploads/2016/02/2-In-Wall-Bezelfix.jpg\" alt=\"2-In-Wall-Bezelfix\" width=\"1920\" height=\"1080\" /></a>'),(25492,997,'individualDescriptionKey3',''),(25493,997,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_woofer.png\"><img class=\"aligncenter size-full wp-image-1172\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_woofer.png\" alt=\"B65IW_woofer\" width=\"1080\" height=\"608\" /></a>'),(25494,997,'individualDescriptionKey5',''),(25495,997,'individualDescriptionKey6',''),(25496,997,'individualDescriptionKey7','Black Label'),(25497,997,'individualDescriptionKey8','“These speakers sound too good for the money” has become the mantra of what our Elura Black Label line represents. Black Label is Elura’s entry point into HiFi home audio. Elura Black Label will sonically outperform most speakers that are over twice their price. The same strict standards that are applied to the Elura premium offerings are present in the design and performance of the Black Label series.'),(25498,997,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight_new_crop1.png\"><img class=\"aligncenter size-full wp-image-1400\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight_new_crop1.png\" alt=\"B65IW_front-straight_new_crop\" width=\"744\" height=\"607\" /></a>'),(25499,997,'individualDescriptionKey10','Benefits and Features'),(25500,997,'individualDescriptionKey11','<h4 style=\"text-align: center;\">Aluminum weather resistant paintable grills</h4>'),(25501,997,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_screen1.png\"><img class=\"aligncenter wp-image-1170 size-large\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_screen1-1024x576.png\" alt=\"B65IW_screen\" width=\"1024\" height=\"576\" /></a>'),(25502,997,'individualDescriptionKey13','<h4><span dir=\"ltr\">The 1/2\" Polyether Imide tweeter is very efficient and resistant to humidity.</span></h4>'),(25503,997,'individualDescriptionKey14','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_tweeters.png\"><img class=\"aligncenter wp-image-1171 size-large\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_tweeters-1024x576.png\" alt=\"B65IW_tweeters\" width=\"1024\" height=\"576\" /></a></p>'),(25504,997,'individualDescriptionKey15','<h4><span dir=\"ltr\">Polypropylene woofer cone for excellent internal damping and rubber surrounds for excellent flexibility and durability. Stainless steel mounting screws were utilized to allow the Black Label speakers to be installed in outdoor applications.</span></h4>'),(25505,997,'individualDescriptionKey16','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_woofer.png\"><img class=\"aligncenter size-large wp-image-1172\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_woofer-1024x576.png\" alt=\"B65IW_woofer\" width=\"1024\" height=\"576\" /></a>'),(25506,997,'individualDescriptionKey17',''),(25507,997,'individualDescriptionKey18',''),(25508,997,'individualDescriptionKey19',''),(25509,997,'individualDescriptionKey20',''),(25510,997,'individualDescriptionKey21',''),(25511,997,'individualDescriptionKey22',''),(25512,997,'individualDescriptionKey23',''),(25513,997,'individualDescriptionKey24',''),(25514,997,'individualDescriptionKey25',''),(25515,997,'individualDescriptionKey26',''),(25516,997,'individualDescriptionKey27','Models and Detailed Specifications'),(25517,997,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/new-speaker.png\"><img class=\"aligncenter size-full wp-image-1402\" src=\"http://elura.audio/wp-content/uploads/2016/02/new-speaker.png\" alt=\"new-speaker\" width=\"1272\" height=\"826\" /></a>'),(25518,997,'individualDescriptionKey29',''),(25519,997,'individualDescriptionKey30',''),(25520,997,'_edit_lock','1455923572:1'),(25521,997,'_edit_last','1'),(25523,1000,'_wp_attached_file','2016/02/R65IWZ_back.png'),(25524,1000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2016/02/R65IWZ_back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"R65IWZ_back-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:23:\"R65IWZ_back-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"R65IWZ_back-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;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;}}'),(25528,1002,'_wp_attached_file','2016/02/R65IWZ_front-screenless.png'),(25529,1002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:35:\"2016/02/R65IWZ_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"R65IWZ_front-screenless-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:35:\"R65IWZ_front-screenless-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"R65IWZ_front-screenless-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;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;}}'),(25535,1005,'_wp_attached_file','2016/02/R65LCRIWZ_front-screenless.png'),(25536,1005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:38:\"2016/02/R65LCRIWZ_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"R65LCRIWZ_front-screenless-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:38:\"R65LCRIWZ_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"R65LCRIWZ_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(25546,1006,'_key1',''),(25547,1006,'_key2',''),(25548,1006,'_key3',''),(25549,1006,'_key4',''),(25550,1006,'_key5',''),(25551,1006,'_key6',''),(25552,1006,'_key7',''),(25553,1006,'_key8',''),(25554,1006,'_key9',''),(25555,1006,'_key10',''),(25556,1006,'_key11',''),(25557,1006,'_key12',''),(25558,1006,'_key13',''),(25559,1006,'_key14',''),(25560,1006,'_key15',''),(25561,1006,'_key16',''),(25562,1006,'_key17',''),(25563,1006,'_key18',''),(25564,1006,'_key19',''),(25565,1006,'_key20',''),(25566,1006,'imageSliderKey1',''),(25567,1006,'imageSliderKey2',''),(25568,1006,'imageSliderKey3',''),(25569,1006,'imageSliderKey4',''),(25570,1006,'imageSliderKey5',''),(25571,1006,'imageSliderKey6',''),(25572,1006,'imageSliderKey7',''),(25573,1006,'imageSliderKey8',''),(25574,1006,'imageSliderKey9',''),(25575,1006,'imageSliderKey10',''),(25576,1006,'imageSliderKey11',''),(25577,1006,'imageSliderKey12',''),(25578,1006,'imageSliderKey13',''),(25579,1006,'imageSliderKey14',''),(25580,1006,'imageSliderKey15',''),(25581,1006,'imageSliderKey16',''),(25582,1006,'imageSliderKey17',''),(25583,1006,'imageSliderKey18',''),(25584,1006,'imageSliderKey19',''),(25585,1006,'imageSliderKey20',''),(25586,1006,'imageSliderKey21',''),(25587,1006,'imageSliderKey22',''),(25588,1006,'imageSliderKey23',''),(25589,1006,'imageSliderKey24',''),(25590,1006,'imageSliderKey25',''),(25591,1006,'imageSliderKey26',''),(25592,1006,'imageSliderKey27',''),(25593,1006,'imageSliderKey28',''),(25594,1006,'imageSliderKey29',''),(25595,1006,'imageSliderKey30',''),(25596,1006,'individualDescriptionKey1',''),(25597,1006,'individualDescriptionKey2',''),(25598,1006,'individualDescriptionKey3',''),(25599,1006,'individualDescriptionKey4',''),(25600,1006,'individualDescriptionKey5',''),(25601,1006,'individualDescriptionKey6',''),(25602,1006,'individualDescriptionKey7',''),(25603,1006,'individualDescriptionKey8',''),(25604,1006,'individualDescriptionKey9',''),(25605,1006,'individualDescriptionKey10',''),(25606,1006,'individualDescriptionKey11',''),(25607,1006,'individualDescriptionKey12',''),(25608,1006,'individualDescriptionKey13',''),(25609,1006,'individualDescriptionKey14',''),(25610,1006,'individualDescriptionKey15',''),(25611,1006,'individualDescriptionKey16',''),(25612,1006,'individualDescriptionKey17',''),(25613,1006,'individualDescriptionKey18',''),(25614,1006,'individualDescriptionKey19',''),(25615,1006,'individualDescriptionKey20',''),(25616,1006,'individualDescriptionKey21',''),(25617,1006,'individualDescriptionKey22',''),(25618,1006,'individualDescriptionKey23',''),(25619,1006,'individualDescriptionKey24',''),(25620,1006,'individualDescriptionKey25',''),(25621,1006,'individualDescriptionKey26',''),(25622,1006,'individualDescriptionKey27',''),(25623,1006,'individualDescriptionKey28',''),(25624,1006,'individualDescriptionKey29',''),(25625,1006,'individualDescriptionKey30',''),(25626,1006,'_edit_lock','1454698368:1'),(25627,1006,'_edit_last','1'),(25633,1009,'_key1',''),(25634,1009,'_key2',''),(25635,1009,'_key3',''),(25636,1009,'_key4',''),(25637,1009,'_key5',''),(25638,1009,'_key6',''),(25639,1009,'_key7',''),(25640,1009,'_key8',''),(25641,1009,'_key9',''),(25642,1009,'_key10',''),(25643,1009,'_key11',''),(25644,1009,'_key12',''),(25645,1009,'_key13',''),(25646,1009,'_key14',''),(25647,1009,'_key15',''),(25648,1009,'_key16',''),(25649,1009,'_key17',''),(25650,1009,'_key18',''),(25651,1009,'_key19',''),(25652,1009,'_key20',''),(25653,1009,'imageSliderKey1',''),(25654,1009,'imageSliderKey2',''),(25655,1009,'imageSliderKey3',''),(25656,1009,'imageSliderKey4',''),(25657,1009,'imageSliderKey5',''),(25658,1009,'imageSliderKey6',''),(25659,1009,'imageSliderKey7',''),(25660,1009,'imageSliderKey8',''),(25661,1009,'imageSliderKey9',''),(25662,1009,'imageSliderKey10',''),(25663,1009,'imageSliderKey11',''),(25664,1009,'imageSliderKey12',''),(25665,1009,'imageSliderKey13',''),(25666,1009,'imageSliderKey14',''),(25667,1009,'imageSliderKey15',''),(25668,1009,'imageSliderKey16',''),(25669,1009,'imageSliderKey17',''),(25670,1009,'imageSliderKey18',''),(25671,1009,'imageSliderKey19',''),(25672,1009,'imageSliderKey20',''),(25673,1009,'imageSliderKey21',''),(25674,1009,'imageSliderKey22',''),(25675,1009,'imageSliderKey23',''),(25676,1009,'imageSliderKey24',''),(25677,1009,'imageSliderKey25',''),(25678,1009,'imageSliderKey26',''),(25679,1009,'imageSliderKey27',''),(25680,1009,'imageSliderKey28',''),(25681,1009,'imageSliderKey29',''),(25682,1009,'imageSliderKey30',''),(25683,1009,'individualDescriptionKey1','Blue Label by Sonance - Premium Series'),(25684,1009,'individualDescriptionKey2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/2-In-Wall.jpg\"><img class=\"aligncenter size-full wp-image-1071\" src=\"http://elura.audio/wp-content/uploads/2016/02/2-In-Wall.jpg\" alt=\"2-In-Wall\" width=\"1920\" height=\"1080\" /></a>'),(25685,1009,'individualDescriptionKey3',''),(25686,1009,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_woofer-tweeter.png\"><img class=\"aligncenter size-full wp-image-1443\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_woofer-tweeter.png\" alt=\"S65LCRIW_woofer-tweeter\" width=\"1080\" height=\"608\" /></a>'),(25687,1009,'individualDescriptionKey5',''),(25688,1009,'individualDescriptionKey6',''),(25689,1009,'individualDescriptionKey7','Blue Label by Sonance'),(25690,1009,'individualDescriptionKey8','Blue label is the collaborative efforts of the Elura team and Sonance (Dana Innovations), the inventor of the in-wall speaker, to create a series of premium architectural speakers. The primary design objective for Blue Label is to provide a realistic true to recording sound in any room in your home regardless if you are listening to music or watching a movie. To achieve this goal, the team had to find materials that had inherently superior sound characteristics, and that could be acoustically tuned to perfection. The Elura team is confident that the Blue Label speakers by Sonance will sonically outperform any speaker in its category.'),(25691,1009,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front1.png\"><img class=\"aligncenter size-full wp-image-1370\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front1.png\" alt=\"S65LCRIW-screenless-front\" width=\"1080\" height=\"680\" /></a>'),(25692,1009,'individualDescriptionKey10','<a href=\"http://elura.audio/wp-content/uploads/2016/01/S65LCRIW-screenless-front.png\"><img class=\"aligncenter wp-image-847 size-large\" src=\"http://elura.audio/wp-content/uploads/2016/01/S65LCRIW-screenless-front-1024x576.png\" alt=\"S65LCRIW-screenless-front\" width=\"1024\" height=\"576\" /></a>'),(25693,1009,'individualDescriptionKey11','<h4><span dir=\"ltr\">We expect great performance from our speakers, but not everyone wants to see them. Elura accomplished this by removing as much material and all badging from the grill, allowing a clean and elegant profile for the acoustically transparent grill.</span></h4>'),(25694,1009,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_front.png\"><img class=\"aligncenter size-large wp-image-1143\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_front-1024x576.png\" alt=\"R65LCRIWZ_front\" width=\"1024\" height=\"576\" /></a>'),(25695,1009,'individualDescriptionKey13','<h4>Chambered tweeters are expensive and are usually found on premium Hi-Fi speakers. Since the Blue Label series are the flagship of the Elura brand, they had to have a chambered tweeter. The 1” Coated silk dome chambered tweeter coupled with an extra-large surround allows <strong><u>Chambered XL tweeter</u></strong> to play lower and blend seamlessly with the CarbonX woofer.</h4>'),(25696,1009,'individualDescriptionKey14','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_tweeter_angle.png\"><img class=\"aligncenter size-large wp-image-1261\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_tweeter_angle-1024x576.png\" alt=\"S65IW_tweeter_angle\" width=\"1024\" height=\"576\" /></a></p>'),(25697,1009,'individualDescriptionKey15','<h4>The <strong><u>CarbonX Woofer</u></strong> is constructed from dry carbon impregnated paper. This unique material is very lightweight but incredibly stiff. The benefit is increased power handling, pronounced mid-range, and exceptional bass extension. The surround is the suspension of every speaker. The problem is that most surrounds get in the way of the actual sound that leaves the speakers cone. The Blue Label <strong><u>Silhouette surround</u></strong> smoothly transitions into the CarbonX woofer for smoother frequency response which results in a pure, clean sound.</h4>'),(25698,1009,'individualDescriptionKey16','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_Woofer_1080-5902.png\"><img class=\"aligncenter size-full wp-image-1407\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_Woofer_1080-5902.png\" alt=\"S65IW_Woofer_1080-590\" width=\"1079\" height=\"615\" /></a>'),(25699,1009,'individualDescriptionKey17','<h4>Just about all rooms have acoustical challenges. The treble contour switch will allow you to tune the speaker to any room for optimal performance.</h4>'),(25700,1009,'individualDescriptionKey18','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_contourswitch.png\"><img class=\"aligncenter size-large wp-image-1188\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_contourswitch-1024x576.png\" alt=\"S65LCRIW_contourswitch\" width=\"1024\" height=\"576\" /></a>'),(25701,1009,'individualDescriptionKey19','<h4>Gold binding post connections along with over-sized dog-ear style mounting clips make for a simple and easy install.</h4>'),(25702,1009,'individualDescriptionKey20','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_bindings.png\"><img class=\"aligncenter size-large wp-image-1186\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_bindings-1024x576.png\" alt=\"S65IW_bindings\" width=\"1024\" height=\"576\" /></a>'),(25703,1009,'individualDescriptionKey21','<h4>The only thing that should move or vibrate on a speaker is the speaker cone itself. Any vibration within the chassis of the speaker can cause unwanted audible results. The Elura Blue Label frame and baffle is more ridged than most standard designs.</h4>'),(25704,1009,'individualDescriptionKey22','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_back-cropped1.png\"><img class=\"aligncenter size-full wp-image-1454\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_back-cropped1.png\" alt=\"S65LCRIW_back-cropped\" width=\"1133\" height=\"550\" /></a>\r\n\r\n \r\n\r\n '),(25705,1009,'individualDescriptionKey23',''),(25706,1009,'individualDescriptionKey24',''),(25707,1009,'individualDescriptionKey25',''),(25708,1009,'individualDescriptionKey26',''),(25709,1009,'individualDescriptionKey27','Models and detailed Specifications'),(25710,1009,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_screenless_new_cropped.png\"><img class=\"aligncenter size-full wp-image-1398\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_screenless_new_cropped.png\" alt=\"S65IW_screenless_new_cropped\" width=\"776\" height=\"607\" /></a>'),(25711,1009,'individualDescriptionKey29','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front_cropped1.png\"><img class=\"aligncenter size-full wp-image-1395\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front_cropped1.png\" alt=\"S65LCRIW-screenless-front_cropped\" width=\"1350\" height=\"850\" /></a>'),(25712,1009,'individualDescriptionKey30',''),(25713,1009,'_edit_lock','1455914936:1'),(25714,1009,'_edit_last','1'),(25715,1010,'_wp_attached_file','2016/02/R65Z_screenless-front.png'),(25716,1010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2016/02/R65Z_screenless-front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"R65Z_screenless-front-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:\"R65Z_screenless-front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"R65Z_screenless-front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(25720,1012,'_wp_attached_file','2016/02/R65STZ_front-screenless.png'),(25721,1012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2016/02/R65STZ_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"R65STZ_front-screenless-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:35:\"R65STZ_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"R65STZ_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(25722,1013,'_wp_attached_file','2016/02/R8LCR_front-screenless.png'),(25723,1013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2016/02/R8LCR_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"R8LCR_front-screenless-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:\"R8LCR_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"R8LCR_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(25725,1014,'_key1',''),(25726,1014,'_key2',''),(25727,1014,'_key3',''),(25728,1014,'_key4',''),(25729,1014,'_key5',''),(25730,1014,'_key6',''),(25731,1014,'_key7',''),(25732,1014,'_key8',''),(25733,1014,'_key9',''),(25734,1014,'_key10',''),(25735,1014,'_key11',''),(25736,1014,'_key12',''),(25737,1014,'_key13',''),(25738,1014,'_key14',''),(25739,1014,'_key15',''),(25740,1014,'_key16',''),(25741,1014,'_key17',''),(25742,1014,'_key18',''),(25743,1014,'_key19',''),(25744,1014,'_key20',''),(25745,1014,'imageSliderKey1',''),(25746,1014,'imageSliderKey2',''),(25747,1014,'imageSliderKey3',''),(25748,1014,'imageSliderKey4',''),(25749,1014,'imageSliderKey5',''),(25750,1014,'imageSliderKey6',''),(25751,1014,'imageSliderKey7',''),(25752,1014,'imageSliderKey8',''),(25753,1014,'imageSliderKey9',''),(25754,1014,'imageSliderKey10',''),(25755,1014,'imageSliderKey11',''),(25756,1014,'imageSliderKey12',''),(25757,1014,'imageSliderKey13',''),(25758,1014,'imageSliderKey14',''),(25759,1014,'imageSliderKey15',''),(25760,1014,'imageSliderKey16',''),(25761,1014,'imageSliderKey17',''),(25762,1014,'imageSliderKey18',''),(25763,1014,'imageSliderKey19',''),(25764,1014,'imageSliderKey20',''),(25765,1014,'imageSliderKey21',''),(25766,1014,'imageSliderKey22',''),(25767,1014,'imageSliderKey23',''),(25768,1014,'imageSliderKey24',''),(25769,1014,'imageSliderKey25',''),(25770,1014,'imageSliderKey26',''),(25771,1014,'imageSliderKey27',''),(25772,1014,'imageSliderKey28',''),(25773,1014,'imageSliderKey29',''),(25774,1014,'imageSliderKey30',''),(25775,1014,'individualDescriptionKey1','Red Label - Performance Series'),(25776,1014,'individualDescriptionKey2','.<a href=\"http://elura.audio/wp-content/uploads/2015/12/R8LCR_tweeter-angled.png\"><img class=\"aligncenter size-full wp-image-944\" src=\"http://elura.audio/wp-content/uploads/2015/12/R8LCR_tweeter-angled.png\" alt=\"R8LCR_tweeter-angled\" width=\"1920\" height=\"1280\" /></a>'),(25777,1014,'individualDescriptionKey3',''),(25778,1014,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_front-angle.png\"><img class=\"aligncenter size-full wp-image-1124\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_front-angle.png\" alt=\"R8Z_front-angle\" width=\"1920\" height=\"1080\" /></a>'),(25779,1014,'individualDescriptionKey5',''),(25780,1014,'individualDescriptionKey6',''),(25781,1014,'individualDescriptionKey7','Red Label'),(25782,1014,'individualDescriptionKey8','Elura Red Label is the speaker line that pioneered the quest for a no-nonsense, uncompromised sound, combined with the best aesthetics. To create a product with this type of high quality sound, the design team at Elura compared the sonic and spectral signature of numerous architectural speakers in the industry. Based on the results of their findings, they identified deficiencies in other speakers and designed a new platform to ensure that the Red Label series provided the listener with a stunning, audible experience. The overwhelming amount of praise from the audio industry confirmed that Red Label speakers were a winner.'),(25783,1014,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless.png\"><img class=\"aligncenter size-full wp-image-1012\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless.png\" alt=\"R65STZ_front-screenless\" width=\"1920\" height=\"1080\" /></a>'),(25784,1014,'individualDescriptionKey10','Benefits and Features'),(25785,1014,'individualDescriptionKey11','<h4><span dir=\"ltr\">We expect great performance from our speakers, but not everyone wants to see them. Elura accomplished this by removing as much material and all badging from the grill, allowing a clean and elegant profile for the acoustically transparent grill.</span></h4>'),(25786,1014,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front.png\"><img class=\"aligncenter size-large wp-image-1145\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-1024x576.png\" alt=\"R65STZ_front\" width=\"1024\" height=\"576\" /></a>'),(25787,1014,'individualDescriptionKey13','<h4>The tweeter bridge design on the Red Label series increases rigidity and reduces acoustic interference. Most tweeters only rotate 10 degrees. The Red Label tweeters rotate 20 degrees to allow the speakers to be installed in the best visual location while directing the music towards the listener.</h4>'),(25788,1014,'individualDescriptionKey14','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_tweeter-pivoting.png\"><img class=\"aligncenter size-large wp-image-1180\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_tweeter-pivoting-1024x576.png\" alt=\"R8Z_tweeter-pivoting\" width=\"1024\" height=\"576\" /></a></p>'),(25789,1014,'individualDescriptionKey15','<h4>Polypropylene woofer cone for excellent internal damping and rubber surrounds for excellent flexibility and durability.</h4>'),(25790,1014,'individualDescriptionKey16','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_woofer.png\"><img class=\"aligncenter size-large wp-image-1182\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_woofer-1024x576.png\" alt=\"R8Z_woofer\" width=\"1024\" height=\"576\" /></a>'),(25791,1014,'individualDescriptionKey17','<h4>Just about all rooms have acoustical challenges. The bass and treble contour switches will allow you to tune the speaker to any room for optimal performance.</h4>'),(25792,1014,'individualDescriptionKey18','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8LCR_contourswitches.png\"><img class=\"aligncenter size-large wp-image-1147\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8LCR_contourswitches-1024x576.png\" alt=\"R8LCR_contourswitches\" width=\"1024\" height=\"576\" /></a>'),(25793,1014,'individualDescriptionKey19','<h4>Gold binding post connections along with over-sized dog ear style mounting clips make for a simple and easy install.</h4>'),(25794,1014,'individualDescriptionKey20','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_Binding_Dogears.png\"><img class=\"aligncenter size-large wp-image-1238\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_Binding_Dogears-1024x645.png\" alt=\"R65STZ_Binding_Dogears\" width=\"1024\" height=\"645\" /></a>'),(25795,1014,'individualDescriptionKey21','<h4>The R8LCR is designed for home theater applications where the speakers are installed 10+ feet away from the listener. Not only does the tweeter and mid-range pivot independently but the bridge that houses both speakers also pivots. The sound is easily pointed directly to the listening positon so that you never miss a movie moment.</h4>'),(25796,1014,'individualDescriptionKey22','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8LCR_tweeter-angled-1024-645.png\"><img class=\"aligncenter size-full wp-image-1465\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8LCR_tweeter-angled-1024-645.png\" alt=\"R8LCR_tweeter-angled-1024-645\" width=\"1024\" height=\"645\" /></a>'),(25797,1014,'individualDescriptionKey23',''),(25798,1014,'individualDescriptionKey24',''),(25799,1014,'individualDescriptionKey25',''),(25800,1014,'individualDescriptionKey26',''),(25801,1014,'individualDescriptionKey27','Models and Detailed Specifications'),(25802,1014,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_screenless_spec1.png\"><img class=\"aligncenter size-full wp-image-1419\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_screenless_spec1.png\" alt=\"R8Z_screenless_spec\" width=\"770\" height=\"680\" /></a>'),(25803,1014,'individualDescriptionKey29','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless_spec1.png\"><img class=\"aligncenter size-full wp-image-1421\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless_spec1.png\" alt=\"R65STZ_front-screenless_spec\" width=\"1253\" height=\"1087\" /></a>'),(25804,1014,'individualDescriptionKey30','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_screenless_cropped.png\"><img class=\"aligncenter size-full wp-image-1380\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_screenless_cropped.png\" alt=\"R8Z_screenless_cropped\" width=\"660\" height=\"606\" /></a>'),(25805,1014,'_edit_lock','1455915505:1'),(25806,1014,'_edit_last','1'),(25892,1019,'_key1',''),(25893,1019,'_key2',''),(25894,1019,'_key3',''),(25895,1019,'_key4',''),(25896,1019,'_key5',''),(25897,1019,'_key6',''),(25898,1019,'_key7',''),(25899,1019,'_key8',''),(25900,1019,'_key9',''),(25901,1019,'_key10',''),(25902,1019,'_key11',''),(25903,1019,'_key12',''),(25904,1019,'_key13',''),(25905,1019,'_key14',''),(25906,1019,'_key15',''),(25907,1019,'_key16',''),(25908,1019,'_key17',''),(25909,1019,'_key18',''),(25910,1019,'_key19',''),(25911,1019,'_key20',''),(25912,1019,'imageSliderKey1',''),(25913,1019,'imageSliderKey2',''),(25914,1019,'imageSliderKey3',''),(25915,1019,'imageSliderKey4',''),(25916,1019,'imageSliderKey5',''),(25917,1019,'imageSliderKey6',''),(25918,1019,'imageSliderKey7',''),(25919,1019,'imageSliderKey8',''),(25920,1019,'imageSliderKey9',''),(25921,1019,'imageSliderKey10',''),(25922,1019,'imageSliderKey11',''),(25923,1019,'imageSliderKey12',''),(25924,1019,'imageSliderKey13',''),(25925,1019,'imageSliderKey14',''),(25926,1019,'imageSliderKey15',''),(25927,1019,'imageSliderKey16',''),(25928,1019,'imageSliderKey17',''),(25929,1019,'imageSliderKey18',''),(25930,1019,'imageSliderKey19',''),(25931,1019,'imageSliderKey20',''),(25932,1019,'imageSliderKey21',''),(25933,1019,'imageSliderKey22',''),(25934,1019,'imageSliderKey23',''),(25935,1019,'imageSliderKey24',''),(25936,1019,'imageSliderKey25',''),(25937,1019,'imageSliderKey26',''),(25938,1019,'imageSliderKey27',''),(25939,1019,'imageSliderKey28',''),(25940,1019,'imageSliderKey29',''),(25941,1019,'imageSliderKey30',''),(25942,1019,'individualDescriptionKey1',''),(25943,1019,'individualDescriptionKey2',''),(25944,1019,'individualDescriptionKey3',''),(25945,1019,'individualDescriptionKey4',''),(25946,1019,'individualDescriptionKey5',''),(25947,1019,'individualDescriptionKey6',''),(25948,1019,'individualDescriptionKey7',''),(25949,1019,'individualDescriptionKey8',''),(25950,1019,'individualDescriptionKey9',''),(25951,1019,'individualDescriptionKey10',''),(25952,1019,'individualDescriptionKey11',''),(25953,1019,'individualDescriptionKey12',''),(25954,1019,'individualDescriptionKey13',''),(25955,1019,'individualDescriptionKey14',''),(25956,1019,'individualDescriptionKey15',''),(25957,1019,'individualDescriptionKey16',''),(25958,1019,'individualDescriptionKey17',''),(25959,1019,'individualDescriptionKey18',''),(25960,1019,'individualDescriptionKey19',''),(25961,1019,'individualDescriptionKey20',''),(25962,1019,'individualDescriptionKey21',''),(25963,1019,'individualDescriptionKey22',''),(25964,1019,'individualDescriptionKey23',''),(25965,1019,'individualDescriptionKey24',''),(25966,1019,'individualDescriptionKey25',''),(25967,1019,'individualDescriptionKey26',''),(25968,1019,'individualDescriptionKey27',''),(25969,1019,'individualDescriptionKey28',''),(25970,1019,'individualDescriptionKey29',''),(25971,1019,'individualDescriptionKey30',''),(25972,1019,'_edit_lock','1454517857:1'),(25973,1019,'_edit_last','1'),(25976,1021,'_wp_attached_file','2016/02/S8_front-screenless.png'),(25977,1021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2016/02/S8_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"S8_front-screenless-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:31:\"S8_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"S8_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(25982,1027,'_wp_attached_file','2016/02/S65_woofer_closeup1.png'),(25983,1027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:31:\"2016/02/S65_woofer_closeup1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"S65_woofer_closeup1-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:31:\"S65_woofer_closeup1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"S65_woofer_closeup1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(26055,1033,'_key1',''),(26056,1033,'_key2',''),(26057,1033,'_key3',''),(26058,1033,'_key4',''),(26059,1033,'_key5',''),(26060,1033,'_key6',''),(26061,1033,'_key7',''),(26062,1033,'_key8',''),(26063,1033,'_key9',''),(26064,1033,'_key10',''),(26065,1033,'_key11',''),(26066,1033,'_key12',''),(26067,1033,'_key13',''),(26068,1033,'_key14',''),(26069,1033,'_key15',''),(26070,1033,'_key16',''),(26071,1033,'_key17',''),(26072,1033,'_key18',''),(26073,1033,'_key19',''),(26074,1033,'_key20',''),(26075,1033,'imageSliderKey1',''),(26076,1033,'imageSliderKey2',''),(26077,1033,'imageSliderKey3',''),(26078,1033,'imageSliderKey4',''),(26079,1033,'imageSliderKey5',''),(26080,1033,'imageSliderKey6',''),(26081,1033,'imageSliderKey7',''),(26082,1033,'imageSliderKey8',''),(26083,1033,'imageSliderKey9',''),(26084,1033,'imageSliderKey10',''),(26085,1033,'imageSliderKey11',''),(26086,1033,'imageSliderKey12',''),(26087,1033,'imageSliderKey13',''),(26088,1033,'imageSliderKey14',''),(26089,1033,'imageSliderKey15',''),(26090,1033,'imageSliderKey16',''),(26091,1033,'imageSliderKey17',''),(26092,1033,'imageSliderKey18',''),(26093,1033,'imageSliderKey19',''),(26094,1033,'imageSliderKey20',''),(26095,1033,'imageSliderKey21',''),(26096,1033,'imageSliderKey22',''),(26097,1033,'imageSliderKey23',''),(26098,1033,'imageSliderKey24',''),(26099,1033,'imageSliderKey25',''),(26100,1033,'imageSliderKey26',''),(26101,1033,'imageSliderKey27',''),(26102,1033,'imageSliderKey28',''),(26103,1033,'imageSliderKey29',''),(26104,1033,'imageSliderKey30',''),(26105,1033,'individualDescriptionKey1','Blue Label by Sonance - Premium Series'),(26106,1033,'individualDescriptionKey2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_tweeter-woofer.png\"><img class=\"aligncenter size-full wp-image-972\" src=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_tweeter-woofer.png\" alt=\"S8LCR_tweeter-woofer\" width=\"1920\" height=\"1280\" /></a>'),(26107,1033,'individualDescriptionKey3',''),(26108,1033,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65_woofer_closeup.png\"><img class=\"aligncenter size-full wp-image-975\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65_woofer_closeup.png\" alt=\"S65_woofer_closeup\" width=\"1920\" height=\"1280\" /></a>'),(26109,1033,'individualDescriptionKey5',''),(26110,1033,'individualDescriptionKey6',''),(26111,1033,'individualDescriptionKey7','Blue Label by Sonance'),(26112,1033,'individualDescriptionKey8','Blue Label is the collaborative effort of Elura and Sonance (Dana Innovations), the inventor of the in-wall speaker, to create a series of premium architectural speakers. The primary design objective for Blue Label is to provide a realistic, true-to-recording sound in every room of your home, regardless if you are listening to music or watching a movie. In order to achieve this goal, the Elura and Sonance team searched for materials that had superior sound characteristics, and could be acoustically tuned to perfection. The Elura team is confident that the Blue Label speakers by Sonance will sonically outperform any speaker in its category.'),(26113,1033,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_1500-1100.png\"><img class=\"aligncenter size-full wp-image-1409\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_1500-1100.png\" alt=\"S65_front-screenless_1500-1100\" width=\"1501\" height=\"1101\" /></a>'),(26114,1033,'individualDescriptionKey10','Benefits and Features'),(26115,1033,'individualDescriptionKey11','<h4></h4>\r\n<h4><span dir=\"ltr\">We expect great performance from our speakers, but not everyone wants to see them. Elura accomplished this by removing as much material and all badging from the grill, allowing a clean and elegant profile for the acoustically transparent grill.</span></h4>\r\n<h2 style=\"text-align: center;\"></h2>'),(26116,1033,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front.png\"><img class=\"alignleft wp-image-1145\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front.png\" alt=\"R65STZ_front\" width=\"227696\" height=\"128079\" /></a>'),(26117,1033,'individualDescriptionKey13','<h4>Chambered tweeters are expensive and are usually found on premium Hi-Fi speakers. Since the Blue Label series are the flagship of the Elura brand, they had to have a chambered tweeter. The 1” Coated silk dome chambered tweeter coupled with an extra-large surround allows <strong><u>Chambered XL tweeter</u></strong> to play lower and blend seamlessly with the CarbonX woofer.</h4>'),(26118,1033,'individualDescriptionKey14','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_screenless-tweeter.png\"><img class=\"alignleft wp-image-973 size-full\" src=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_screenless-tweeter.png\" alt=\"S8LCR_screenless-tweeter\" width=\"1920\" height=\"1280\" /></a></p>'),(26119,1033,'individualDescriptionKey15','<h4>The <strong><u>CarbonX Woofer</u></strong> is constructed from dry carbon impregnated paper. This unique material is very lightweight but incredibly stiff. The benefit is increased power handling, pronounced mid-range, and exceptional bass extension. The surround is the suspension of every speaker. The problem is that most surrounds get in the way of the actual sound that leaves the speakers cone. The Blue Label <strong><u>Silhouette surround</u></strong> smoothly transitions into the CarbonX woofer for smoother frequency response which results in a pure, clean sound.</h4>'),(26120,1033,'individualDescriptionKey16','<img class=\"alignleft wp-image-1027 size-full\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65_woofer_closeup1.png\" alt=\"S65_woofer_closeup\" width=\"1920\" height=\"1280\" />'),(26121,1033,'individualDescriptionKey17','<h4>Just about all rooms have acoustical challenges. The treble contour switch will allow you to tune the speaker to any room for optimal performance.</h4>'),(26122,1033,'individualDescriptionKey18','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65_contour-copy.png\"><img class=\"alignleft wp-image-974 size-full\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65_contour-copy.png\" alt=\"S65_contour copy\" width=\"1920\" height=\"1280\" /></a>'),(26123,1033,'individualDescriptionKey19',''),(26124,1033,'individualDescriptionKey20',''),(26125,1033,'individualDescriptionKey21',''),(26126,1033,'individualDescriptionKey22',''),(26127,1033,'individualDescriptionKey23',''),(26128,1033,'individualDescriptionKey24',''),(26129,1033,'individualDescriptionKey25',''),(26130,1033,'individualDescriptionKey26',''),(26131,1033,'individualDescriptionKey27','Models and Detailed Specifications'),(26132,1033,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_Spec2.png\"><img class=\"aligncenter size-full wp-image-1412\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_Spec2.png\" alt=\"S65_front-screenless_Spec\" width=\"1189\" height=\"1074\" /></a>'),(26133,1033,'individualDescriptionKey29','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65ST_screenless-front_spec.png\"><img class=\"aligncenter size-full wp-image-1413\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65ST_screenless-front_spec.png\" alt=\"S65ST_screenless-front_spec\" width=\"1189\" height=\"1077\" /></a>'),(26134,1033,'individualDescriptionKey30','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S8_front-screenless_cropped.png\"><img class=\"aligncenter size-full wp-image-1374\" src=\"http://elura.audio/wp-content/uploads/2016/02/S8_front-screenless_cropped.png\" alt=\"S8_front-screenless_cropped\" width=\"1078\" height=\"1078\" /></a>'),(26135,1033,'_edit_lock','1455914876:1'),(26136,1033,'_edit_last','1'),(26222,1037,'_key1',''),(26223,1037,'_key2',''),(26224,1037,'_key3',''),(26225,1037,'_key4',''),(26226,1037,'_key5',''),(26227,1037,'_key6',''),(26228,1037,'_key7',''),(26229,1037,'_key8',''),(26230,1037,'_key9',''),(26231,1037,'_key10',''),(26232,1037,'_key11',''),(26233,1037,'_key12',''),(26234,1037,'_key13',''),(26235,1037,'_key14',''),(26236,1037,'_key15',''),(26237,1037,'_key16',''),(26238,1037,'_key17',''),(26239,1037,'_key18',''),(26240,1037,'_key19',''),(26241,1037,'_key20',''),(26242,1037,'imageSliderKey1',''),(26243,1037,'imageSliderKey2',''),(26244,1037,'imageSliderKey3',''),(26245,1037,'imageSliderKey4',''),(26246,1037,'imageSliderKey5',''),(26247,1037,'imageSliderKey6',''),(26248,1037,'imageSliderKey7',''),(26249,1037,'imageSliderKey8',''),(26250,1037,'imageSliderKey9',''),(26251,1037,'imageSliderKey10',''),(26252,1037,'imageSliderKey11',''),(26253,1037,'imageSliderKey12',''),(26254,1037,'imageSliderKey13',''),(26255,1037,'imageSliderKey14',''),(26256,1037,'imageSliderKey15',''),(26257,1037,'imageSliderKey16',''),(26258,1037,'imageSliderKey17',''),(26259,1037,'imageSliderKey18',''),(26260,1037,'imageSliderKey19',''),(26261,1037,'imageSliderKey20',''),(26262,1037,'imageSliderKey21',''),(26263,1037,'imageSliderKey22',''),(26264,1037,'imageSliderKey23',''),(26265,1037,'imageSliderKey24',''),(26266,1037,'imageSliderKey25',''),(26267,1037,'imageSliderKey26',''),(26268,1037,'imageSliderKey27',''),(26269,1037,'imageSliderKey28',''),(26270,1037,'imageSliderKey29',''),(26271,1037,'imageSliderKey30',''),(26272,1037,'individualDescriptionKey1',''),(26273,1037,'individualDescriptionKey2',''),(26274,1037,'individualDescriptionKey3',''),(26275,1037,'individualDescriptionKey4',''),(26276,1037,'individualDescriptionKey5',''),(26277,1037,'individualDescriptionKey6',''),(26278,1037,'individualDescriptionKey7',''),(26279,1037,'individualDescriptionKey8',''),(26280,1037,'individualDescriptionKey9',''),(26281,1037,'individualDescriptionKey10',''),(26282,1037,'individualDescriptionKey11',''),(26283,1037,'individualDescriptionKey12',''),(26284,1037,'individualDescriptionKey13',''),(26285,1037,'individualDescriptionKey14',''),(26286,1037,'individualDescriptionKey15',''),(26287,1037,'individualDescriptionKey16',''),(26288,1037,'individualDescriptionKey17',''),(26289,1037,'individualDescriptionKey18',''),(26290,1037,'individualDescriptionKey19',''),(26291,1037,'individualDescriptionKey20',''),(26292,1037,'individualDescriptionKey21',''),(26293,1037,'individualDescriptionKey22',''),(26294,1037,'individualDescriptionKey23',''),(26295,1037,'individualDescriptionKey24',''),(26296,1037,'individualDescriptionKey25',''),(26297,1037,'individualDescriptionKey26',''),(26298,1037,'individualDescriptionKey27',''),(26299,1037,'individualDescriptionKey28',''),(26300,1037,'individualDescriptionKey29',''),(26301,1037,'individualDescriptionKey30',''),(26302,1037,'_edit_lock','1454518051:1'),(26305,1039,'_wp_attached_file','2016/02/S65_side.png'),(26306,1039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2016/02/S65_side.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"S65_side-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:20:\"S65_side-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"S65_side-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26307,1040,'_wp_attached_file','2016/02/S65_back.png'),(26308,1040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2016/02/S65_back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"S65_back-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:20:\"S65_back-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"S65_back-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26309,1037,'_edit_last','1'),(26311,1042,'_wp_attached_file','2016/02/S65_front-screenless1.png'),(26312,1042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2016/02/S65_front-screenless1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"S65_front-screenless1-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:\"S65_front-screenless1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"S65_front-screenless1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26313,1043,'_wp_attached_file','2016/02/S65ST_screenless-front.png'),(26314,1043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2016/02/S65ST_screenless-front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"S65ST_screenless-front-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:\"S65ST_screenless-front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"S65ST_screenless-front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26315,1044,'_wp_attached_file','2016/02/S65LCR_front-screenless.png'),(26316,1044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2016/02/S65LCR_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"S65LCR_front-screenless-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:35:\"S65LCR_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"S65LCR_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26317,1045,'_wp_attached_file','2016/02/S8LCR_screenless-front.png'),(26318,1045,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2016/02/S8LCR_screenless-front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"S8LCR_screenless-front-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:\"S8LCR_screenless-front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"S8LCR_screenless-front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26324,1048,'_wp_attached_file','2015/12/2-In-Wall-SUBB8.jpg'),(26325,1048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2015/12/2-In-Wall-SUBB8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"2-In-Wall-SUBB8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"2-In-Wall-SUBB8-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"2-In-Wall-SUBB8-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(26335,1054,'_wp_attached_file','2016/02/R65Z_back.png'),(26336,1054,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2016/02/R65Z_back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"R65Z_back-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:\"R65Z_back-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"R65Z_back-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26339,1056,'_wp_attached_file','2016/02/R65IWZ_frontangle-screenless.png'),(26340,1056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:40:\"2016/02/R65IWZ_frontangle-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"R65IWZ_frontangle-screenless-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:40:\"R65IWZ_frontangle-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"R65IWZ_frontangle-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26342,1057,'_wp_attached_file','2016/02/S65_specs.pdf'),(26351,1060,'_wp_attached_file','2016/02/3-In-Ceiling-No-Bevel.jpg'),(26352,1060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2016/02/3-In-Ceiling-No-Bevel.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"3-In-Ceiling-No-Bevel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"3-In-Ceiling-No-Bevel-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"3-In-Ceiling-No-Bevel-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(26354,1061,'_wp_attached_file','2016/02/S65ST_specs.pdf'),(26355,1062,'_wp_attached_file','2016/02/S8_specs.pdf'),(26356,1063,'_wp_attached_file','2016/02/S65LCR_specs.pdf'),(26357,1064,'_wp_attached_file','2016/02/S8LCR_specs.pdf'),(26366,1070,'_wp_attached_file','2016/02/S65LCRIW-screenless-frontangle.png'),(26367,1070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:42:\"2016/02/S65LCRIW-screenless-frontangle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"S65LCRIW-screenless-frontangle-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:42:\"S65LCRIW-screenless-frontangle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"S65LCRIW-screenless-frontangle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26368,1071,'_wp_attached_file','2016/02/2-In-Wall.jpg'),(26369,1071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2016/02/2-In-Wall.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"2-In-Wall-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:\"2-In-Wall-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"2-In-Wall-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(26370,1072,'_wp_attached_file','2016/02/S65_tweeter-pivoting.png'),(26371,1072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2016/02/S65_tweeter-pivoting.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"S65_tweeter-pivoting-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:32:\"S65_tweeter-pivoting-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"S65_tweeter-pivoting-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(26377,1077,'_wp_attached_file','2016/02/S65LCRIW_specs.pdf'),(26378,1078,'_wp_attached_file','2016/02/S65IW_specs.pdf'),(26392,1037,'_wp_trash_meta_status','publish'),(26393,1037,'_wp_trash_meta_time','1454537906'),(26394,1019,'_wp_trash_meta_status','publish'),(26395,1019,'_wp_trash_meta_time','1454537911'),(26403,1086,'_key1',''),(26404,1086,'_key2',''),(26405,1086,'_key3',''),(26406,1086,'_key4',''),(26407,1086,'_key5',''),(26408,1086,'_key6',''),(26409,1086,'_key7',''),(26410,1086,'_key8',''),(26411,1086,'_key9',''),(26412,1086,'_key10',''),(26413,1086,'_key11',''),(26414,1086,'_key12',''),(26415,1086,'_key13',''),(26416,1086,'_key14',''),(26417,1086,'_key15',''),(26418,1086,'_key16',''),(26419,1086,'_key17',''),(26420,1086,'_key18',''),(26421,1086,'_key19',''),(26422,1086,'_key20',''),(26423,1086,'imageSliderKey1',''),(26424,1086,'imageSliderKey2',''),(26425,1086,'imageSliderKey3',''),(26426,1086,'imageSliderKey4',''),(26427,1086,'imageSliderKey5',''),(26428,1086,'imageSliderKey6',''),(26429,1086,'imageSliderKey7',''),(26430,1086,'imageSliderKey8',''),(26431,1086,'imageSliderKey9',''),(26432,1086,'imageSliderKey10',''),(26433,1086,'imageSliderKey11',''),(26434,1086,'imageSliderKey12',''),(26435,1086,'imageSliderKey13',''),(26436,1086,'imageSliderKey14',''),(26437,1086,'imageSliderKey15',''),(26438,1086,'imageSliderKey16',''),(26439,1086,'imageSliderKey17',''),(26440,1086,'imageSliderKey18',''),(26441,1086,'imageSliderKey19',''),(26442,1086,'imageSliderKey20',''),(26443,1086,'imageSliderKey21',''),(26444,1086,'imageSliderKey22',''),(26445,1086,'imageSliderKey23',''),(26446,1086,'imageSliderKey24',''),(26447,1086,'imageSliderKey25',''),(26448,1086,'imageSliderKey26',''),(26449,1086,'imageSliderKey27',''),(26450,1086,'imageSliderKey28',''),(26451,1086,'imageSliderKey29',''),(26452,1086,'imageSliderKey30',''),(26453,1086,'individualDescriptionKey1','Black Label - Select Series'),(26454,1086,'individualDescriptionKey2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/2-Outdoor.jpg\"><img class=\"aligncenter size-full wp-image-1087\" src=\"http://elura.audio/wp-content/uploads/2016/02/2-Outdoor.jpg\" alt=\"2-Outdoor\" width=\"1920\" height=\"1080\" /></a>'),(26455,1086,'individualDescriptionKey3',''),(26456,1086,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2016/02/dj-black-background-full-hd-wallpapers.jpg\"><img class=\"aligncenter size-full wp-image-1099\" src=\"http://elura.audio/wp-content/uploads/2016/02/dj-black-background-full-hd-wallpapers.jpg\" alt=\"dj-black-background-full-hd-wallpapers\" width=\"1920\" height=\"1200\" /></a>'),(26457,1086,'individualDescriptionKey5',''),(26458,1086,'individualDescriptionKey6',''),(26459,1086,'individualDescriptionKey7','Black Label'),(26460,1086,'individualDescriptionKey8','“These speakers sound too good for the money” has become the mantra of what our Elura Black Label line represents. Black Label is Elura’s entry point into HiFi home audio. Elura Black Label will sonically outperform most speakers that are over twice their price. The same strict standards that are applied to the Elura premium offerings are present in the design and performance of the Black Label series.'),(26461,1086,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2015/12/OUT65W_front.png\"><img class=\"aligncenter size-large wp-image-931\" src=\"http://elura.audio/wp-content/uploads/2015/12/OUT65W_front-1024x576.png\" alt=\"OUT65W_front\" width=\"1024\" height=\"576\" /></a>'),(26462,1086,'individualDescriptionKey10','Benefits and Features Heading'),(26463,1086,'individualDescriptionKey11','<h4 style=\"text-align: center;\"><span dir=\"ltr\">All weather aluminum grill.</span></h4>'),(26464,1086,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2015/12/OUT65W_front.png\"><img class=\"aligncenter wp-image-931 size-full\" src=\"http://elura.audio/wp-content/uploads/2015/12/OUT65W_front.png\" alt=\"OUT65W_front\" width=\"1920\" height=\"1080\" /></a>'),(26465,1086,'individualDescriptionKey13','<h4><span dir=\"ltr\">The 1\" Aluminum dome tweeter coupled with a 6.5\" Polypropylene woofer does an excellent job at filling large outdoor spaces with high quality sound.</span></h4>'),(26466,1086,'individualDescriptionKey14','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/OUT65W_angle.png\"><img class=\"aligncenter wp-image-1108 size-full\" src=\"http://elura.audio/wp-content/uploads/2016/02/OUT65W_angle.png\" alt=\"OUT65W_angle\" width=\"1920\" height=\"1080\" /></a></p>'),(26467,1086,'individualDescriptionKey15','<h4><span dir=\"ltr\">The speakers can be rotated on their aluminum mounting brackets to point the music in your listening environment.</span></h4>'),(26468,1086,'individualDescriptionKey16','<a href=\"http://elura.audio/wp-content/uploads/2016/02/OUT65W_side.png\"><img class=\"aligncenter wp-image-1109 size-full\" src=\"http://elura.audio/wp-content/uploads/2016/02/OUT65W_side.png\" alt=\"OUT65W_side\" width=\"1920\" height=\"1080\" /></a>'),(26469,1086,'individualDescriptionKey17',''),(26470,1086,'individualDescriptionKey18',''),(26471,1086,'individualDescriptionKey19',''),(26472,1086,'individualDescriptionKey20',''),(26473,1086,'individualDescriptionKey21',''),(26474,1086,'individualDescriptionKey22',''),(26475,1086,'individualDescriptionKey23',''),(26476,1086,'individualDescriptionKey24',''),(26477,1086,'individualDescriptionKey25',''),(26478,1086,'individualDescriptionKey26',''),(26479,1086,'individualDescriptionKey27','Models and Detailed Specifictaions'),(26480,1086,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SPKR-OUT65-BK.jpg\"><img class=\"aligncenter size-full wp-image-1194\" src=\"http://elura.audio/wp-content/uploads/2016/02/SPKR-OUT65-BK.jpg\" alt=\"SPKR-OUT65-BK\" width=\"300\" height=\"300\" /></a>'),(26481,1086,'individualDescriptionKey29','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SPKR-OUT65-WHT.jpg\"><img class=\"aligncenter size-full wp-image-1195\" src=\"http://elura.audio/wp-content/uploads/2016/02/SPKR-OUT65-WHT.jpg\" alt=\"SPKR-OUT65-WHT\" width=\"300\" height=\"300\" /></a>'),(26482,1086,'individualDescriptionKey30',''),(26483,1086,'_edit_lock','1455914987:1'),(26484,1086,'_edit_last','1'),(26485,1087,'_wp_attached_file','2016/02/2-Outdoor.jpg'),(26486,1087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2016/02/2-Outdoor.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"2-Outdoor-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:\"2-Outdoor-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"2-Outdoor-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(26495,1091,'_wp_attached_file','2016/02/SPKR-R8_specs.pdf'),(26510,1099,'_wp_attached_file','2016/02/dj-black-background-full-hd-wallpapers.jpg'),(26511,1099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:50:\"2016/02/dj-black-background-full-hd-wallpapers.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"dj-black-background-full-hd-wallpapers-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:50:\"dj-black-background-full-hd-wallpapers-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"dj-black-background-full-hd-wallpapers-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;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;}}'),(26542,1108,'_wp_attached_file','2016/02/OUT65W_angle.png'),(26543,1108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2016/02/OUT65W_angle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"OUT65W_angle-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:24:\"OUT65W_angle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"OUT65W_angle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26545,1109,'_wp_attached_file','2016/02/OUT65W_side.png'),(26546,1109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2016/02/OUT65W_side.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"OUT65W_side-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:23:\"OUT65W_side-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"OUT65W_side-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26554,1113,'_wp_attached_file','2016/02/B65IW_front-straight.png'),(26555,1113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2016/02/B65IW_front-straight.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"B65IW_front-straight-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:32:\"B65IW_front-straight-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"B65IW_front-straight-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26557,1114,'_wp_attached_file','2016/02/B8_front-screenless1.png'),(26558,1114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2016/02/B8_front-screenless1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"B8_front-screenless1-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:32:\"B8_front-screenless1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"B8_front-screenless1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26564,1118,'_wp_attached_file','2016/02/R65STZ_sideangle-screen.png'),(26565,1118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2016/02/R65STZ_sideangle-screen.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"R65STZ_sideangle-screen-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:35:\"R65STZ_sideangle-screen-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"R65STZ_sideangle-screen-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26566,1119,'_wp_attached_file','2016/02/B65_FrontAngle.png'),(26567,1119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2016/02/B65_FrontAngle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"B65_FrontAngle-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:26:\"B65_FrontAngle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"B65_FrontAngle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26571,1124,'_wp_attached_file','2016/02/R8Z_front-angle.png'),(26572,1124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2016/02/R8Z_front-angle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"R8Z_front-angle-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:27:\"R8Z_front-angle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"R8Z_front-angle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26573,1126,'_wp_attached_file','2016/02/R8Z_screen.png'),(26574,1126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2016/02/R8Z_screen.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"R8Z_screen-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:\"R8Z_screen-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"R8Z_screen-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26581,1133,'_wp_attached_file','2016/02/S65LCR_FrontAngle.png'),(26582,1133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2016/02/S65LCR_FrontAngle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"S65LCR_FrontAngle-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:\"S65LCR_FrontAngle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"S65LCR_FrontAngle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26587,1138,'_wp_attached_file','2016/02/S65LCRIW_back.png'),(26588,1138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2016/02/S65LCRIW_back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"S65LCRIW_back-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:\"S65LCRIW_back-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"S65LCRIW_back-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26591,1142,'_wp_attached_file','2016/02/R65IWZ_front1.png'),(26592,1142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2016/02/R65IWZ_front1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"R65IWZ_front1-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:\"R65IWZ_front1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"R65IWZ_front1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26593,1143,'_wp_attached_file','2016/02/R65LCRIWZ_front.png'),(26594,1143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2016/02/R65LCRIWZ_front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"R65LCRIWZ_front-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:27:\"R65LCRIWZ_front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"R65LCRIWZ_front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26596,1144,'_wp_attached_file','2016/02/R65Z_tweeter.png'),(26597,1144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2016/02/R65Z_tweeter.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"R65Z_tweeter-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:24:\"R65Z_tweeter-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"R65Z_tweeter-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26598,1145,'_wp_attached_file','2016/02/R65STZ_front-e1455633296278.png'),(26599,1145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:39:\"2016/02/R65STZ_front-e1455633296278.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"R65STZ_front-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:24:\"R65STZ_front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"R65STZ_front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26601,1146,'_wp_attached_file','2016/02/R8LCR_side.png'),(26602,1146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2016/02/R8LCR_side.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"R8LCR_side-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:\"R8LCR_side-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"R8LCR_side-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26603,1147,'_wp_attached_file','2016/02/R8LCR_contourswitches.png'),(26604,1147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2016/02/R8LCR_contourswitches.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"R8LCR_contourswitches-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:\"R8LCR_contourswitches-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"R8LCR_contourswitches-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26605,1148,'_wp_attached_file','2016/02/R65Z_woofer-copy1.png'),(26606,1148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2016/02/R65Z_woofer-copy1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"R65Z_woofer-copy1-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:\"R65Z_woofer-copy1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"R65Z_woofer-copy1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26610,1152,'_wp_attached_file','2016/02/SUBB8_frontangle.png'),(26611,1152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2016/02/SUBB8_frontangle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"SUBB8_frontangle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"SUBB8_frontangle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"SUBB8_frontangle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26612,1153,'_wp_attached_file','2016/02/SUBB8_specs.pdf'),(26615,1155,'_wp_attached_file','2016/02/SUBB8_back.png'),(26616,1155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2016/02/SUBB8_back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"SUBB8_back-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:\"SUBB8_back-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"SUBB8_back-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26632,1160,'_key1',''),(26634,1160,'_key2',''),(26636,1160,'_key3',''),(26638,1160,'_key4',''),(26640,1160,'_key5',''),(26642,1160,'_key6',''),(26644,1160,'_key7',''),(26646,1160,'_key8',''),(26648,1160,'_key9',''),(26650,1160,'_key10',''),(26652,1160,'_key11',''),(26654,1160,'_key12',''),(26656,1160,'_key13',''),(26658,1160,'_key14',''),(26660,1160,'_key15',''),(26662,1160,'_key16',''),(26664,1160,'_key17',''),(26666,1160,'_key18',''),(26668,1160,'_key19',''),(26670,1160,'_key20',''),(26672,1160,'imageSliderKey1',''),(26674,1160,'imageSliderKey2',''),(26676,1160,'imageSliderKey3',''),(26678,1160,'imageSliderKey4',''),(26680,1160,'imageSliderKey5',''),(26682,1160,'imageSliderKey6',''),(26684,1160,'imageSliderKey7',''),(26686,1160,'imageSliderKey8',''),(26688,1160,'imageSliderKey9',''),(26690,1160,'imageSliderKey10',''),(26692,1160,'imageSliderKey11',''),(26694,1160,'imageSliderKey12',''),(26696,1160,'imageSliderKey13',''),(26698,1160,'imageSliderKey14',''),(26700,1160,'imageSliderKey15',''),(26702,1160,'imageSliderKey16',''),(26704,1160,'imageSliderKey17',''),(26706,1160,'imageSliderKey18',''),(26708,1160,'imageSliderKey19',''),(26710,1160,'imageSliderKey20',''),(26712,1160,'imageSliderKey21',''),(26714,1160,'imageSliderKey22',''),(26716,1160,'imageSliderKey23',''),(26718,1160,'imageSliderKey24',''),(26720,1160,'imageSliderKey25',''),(26722,1160,'imageSliderKey26',''),(26724,1160,'imageSliderKey27',''),(26726,1160,'imageSliderKey28',''),(26728,1160,'imageSliderKey29',''),(26730,1160,'imageSliderKey30',''),(26731,1160,'individualDescriptionKey1',''),(26733,1160,'individualDescriptionKey2',''),(26735,1160,'individualDescriptionKey3',''),(26737,1160,'individualDescriptionKey4',''),(26738,1160,'individualDescriptionKey5',''),(26740,1160,'individualDescriptionKey6',''),(26742,1160,'individualDescriptionKey7',''),(26744,1160,'individualDescriptionKey8',''),(26746,1160,'individualDescriptionKey9',''),(26748,1160,'individualDescriptionKey10',''),(26750,1160,'individualDescriptionKey11',''),(26752,1160,'individualDescriptionKey12',''),(26754,1160,'individualDescriptionKey13',''),(26756,1160,'individualDescriptionKey14',''),(26758,1160,'individualDescriptionKey15',''),(26760,1160,'individualDescriptionKey16',''),(26762,1160,'individualDescriptionKey17',''),(26764,1160,'individualDescriptionKey18',''),(26766,1160,'individualDescriptionKey19',''),(26768,1160,'individualDescriptionKey20',''),(26770,1160,'individualDescriptionKey21',''),(26772,1160,'individualDescriptionKey22',''),(26774,1160,'individualDescriptionKey23',''),(26776,1160,'individualDescriptionKey24',''),(26778,1160,'individualDescriptionKey25',''),(26780,1160,'individualDescriptionKey26',''),(26782,1160,'individualDescriptionKey27',''),(26784,1160,'individualDescriptionKey28',''),(26786,1160,'individualDescriptionKey29',''),(26787,1160,'individualDescriptionKey30',''),(26788,1160,'_edit_lock','1454631629:1'),(26789,1160,'_edit_last','1'),(26874,1165,'_wp_attached_file','2016/02/B8_Tweeter.png'),(26875,1165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:22:\"2016/02/B8_Tweeter.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"B8_Tweeter-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:\"B8_Tweeter-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"B8_Tweeter-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26876,1166,'_wp_attached_file','2016/02/B65_Woofer.png'),(26877,1166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:22:\"2016/02/B65_Woofer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"B65_Woofer-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:\"B65_Woofer-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"B65_Woofer-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26878,1167,'_wp_attached_file','2016/02/B65_PlasticBindings.png'),(26879,1167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:31:\"2016/02/B65_PlasticBindings.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"B65_PlasticBindings-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:31:\"B65_PlasticBindings-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"B65_PlasticBindings-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26881,1168,'_wp_attached_file','2016/02/B65IW_front-angle.png'),(26882,1168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:29:\"2016/02/B65IW_front-angle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"B65IW_front-angle-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:\"B65IW_front-angle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"B65IW_front-angle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26883,1169,'_wp_attached_file','2016/02/B65IW_front-straight1.png'),(26884,1169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:33:\"2016/02/B65IW_front-straight1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"B65IW_front-straight1-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:\"B65IW_front-straight1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"B65IW_front-straight1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26885,1170,'_wp_attached_file','2016/02/B65IW_screen1.png'),(26886,1170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:25:\"2016/02/B65IW_screen1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"B65IW_screen1-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:\"B65IW_screen1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"B65IW_screen1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26887,1171,'_wp_attached_file','2016/02/B65IW_tweeters.png'),(26888,1171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:26:\"2016/02/B65IW_tweeters.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"B65IW_tweeters-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:26:\"B65IW_tweeters-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"B65IW_tweeters-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26889,1172,'_wp_attached_file','2016/02/B65IW_woofer.png'),(26890,1172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:24:\"2016/02/B65IW_woofer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"B65IW_woofer-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:24:\"B65IW_woofer-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"B65IW_woofer-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26891,1173,'_wp_attached_file','2016/02/B65IW_bindings.png'),(26892,1173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:26:\"2016/02/B65IW_bindings.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"B65IW_bindings-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:26:\"B65IW_bindings-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"B65IW_bindings-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26896,1174,'_wp_attached_file','2016/02/R65IWZ_Tweeter.png'),(26897,1174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:26:\"2016/02/R65IWZ_Tweeter.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"R65IWZ_Tweeter-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:26:\"R65IWZ_Tweeter-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"R65IWZ_Tweeter-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26898,1175,'_wp_attached_file','2016/02/R65IWZ_Woofer.png'),(26899,1175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:25:\"2016/02/R65IWZ_Woofer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"R65IWZ_Woofer-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:\"R65IWZ_Woofer-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"R65IWZ_Woofer-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26900,1176,'_wp_attached_file','2016/02/R65LCRIWZ_ContourSwitches.png'),(26901,1176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:37:\"2016/02/R65LCRIWZ_ContourSwitches.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"R65LCRIWZ_ContourSwitches-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:37:\"R65LCRIWZ_ContourSwitches-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"R65LCRIWZ_ContourSwitches-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26902,1177,'_wp_attached_file','2016/02/R65LCRIWZ_Tweeter-Angle.png'),(26903,1177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:35:\"2016/02/R65LCRIWZ_Tweeter-Angle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"R65LCRIWZ_Tweeter-Angle-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:35:\"R65LCRIWZ_Tweeter-Angle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"R65LCRIWZ_Tweeter-Angle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26906,1178,'_wp_attached_file','2016/02/R65IWZ_ContourSwitches.png'),(26907,1178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:34:\"2016/02/R65IWZ_ContourSwitches.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"R65IWZ_ContourSwitches-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:\"R65IWZ_ContourSwitches-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"R65IWZ_ContourSwitches-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26908,1179,'_wp_attached_file','2016/02/R65IWZ_Back1.png'),(26909,1179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2016/02/R65IWZ_Back1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"R65IWZ_Back1-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:24:\"R65IWZ_Back1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"R65IWZ_Back1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26911,1180,'_wp_attached_file','2016/02/R8Z_tweeter-pivoting.png'),(26912,1180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:32:\"2016/02/R8Z_tweeter-pivoting.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"R8Z_tweeter-pivoting-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:32:\"R8Z_tweeter-pivoting-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"R8Z_tweeter-pivoting-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26913,1181,'_wp_attached_file','2016/02/R8Z_front-angle1.png'),(26914,1181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:28:\"2016/02/R8Z_front-angle1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"R8Z_front-angle1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"R8Z_front-angle1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"R8Z_front-angle1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26915,1182,'_wp_attached_file','2016/02/R8Z_woofer.png'),(26916,1182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:22:\"2016/02/R8Z_woofer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"R8Z_woofer-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:\"R8Z_woofer-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"R8Z_woofer-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26917,1183,'_wp_attached_file','2016/02/R65STZ_backangle.png'),(26918,1183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2016/02/R65STZ_backangle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"R65STZ_backangle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"R65STZ_backangle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"R65STZ_backangle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26924,1185,'_wp_attached_file','2016/02/S65_bindings.png'),(26925,1185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:24:\"2016/02/S65_bindings.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"S65_bindings-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:24:\"S65_bindings-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"S65_bindings-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26927,1186,'_wp_attached_file','2016/02/S65IW_bindings.png'),(26928,1186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:26:\"2016/02/S65IW_bindings.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"S65IW_bindings-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:26:\"S65IW_bindings-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"S65IW_bindings-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26929,1187,'_wp_attached_file','2016/02/S65IW_Back.png'),(26930,1187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2016/02/S65IW_Back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"S65IW_Back-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:\"S65IW_Back-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"S65IW_Back-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26931,1188,'_wp_attached_file','2016/02/S65LCRIW_contourswitch.png'),(26932,1188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:34:\"2016/02/S65LCRIW_contourswitch.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"S65LCRIW_contourswitch-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:\"S65LCRIW_contourswitch-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"S65LCRIW_contourswitch-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26933,1189,'_wp_attached_file','2016/02/S65IW_Woofer.png'),(26934,1189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:24:\"2016/02/S65IW_Woofer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"S65IW_Woofer-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:24:\"S65IW_Woofer-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"S65IW_Woofer-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26935,1190,'_wp_attached_file','2016/02/S65IW_tweeter.png'),(26936,1190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:25:\"2016/02/S65IW_tweeter.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"S65IW_tweeter-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:\"S65IW_tweeter-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"S65IW_tweeter-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26941,1192,'_wp_attached_file','2016/02/S65IWBRKT.png'),(26942,1192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2016/02/S65IWBRKT.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"S65IWBRKT-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:\"S65IWBRKT-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"S65IWBRKT-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26944,1194,'_wp_attached_file','2016/02/SPKR-OUT65-BK.jpg'),(26945,1194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2016/02/SPKR-OUT65-BK.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"SPKR-OUT65-BK-150x150.jpg\";s:5:\"width\";i:150;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;}}'),(26947,1195,'_wp_attached_file','2016/02/SPKR-OUT65-WHT.jpg'),(26948,1195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2016/02/SPKR-OUT65-WHT.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"SPKR-OUT65-WHT-150x150.jpg\";s:5:\"width\";i:150;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;}}'),(26950,1197,'_wp_attached_file','2016/02/nature_river_wooden_path-wallpaper-1920x1080.jpg'),(26951,1197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:56:\"2016/02/nature_river_wooden_path-wallpaper-1920x1080.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"nature_river_wooden_path-wallpaper-1920x1080-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:56:\"nature_river_wooden_path-wallpaper-1920x1080-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"nature_river_wooden_path-wallpaper-1920x1080-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(26957,1006,'_wp_trash_meta_status','publish'),(26958,1006,'_wp_trash_meta_time','1454698524'),(26959,924,'_wp_trash_meta_status','publish'),(26960,924,'_wp_trash_meta_time','1454698534'),(26971,1204,'_wp_attached_file','2016/02/S65LCR_back.png'),(26972,1204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2016/02/S65LCR_back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"S65LCR_back-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:23:\"S65LCR_back-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"S65LCR_back-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(27074,1208,'_wp_attached_file','2016/02/R65Z_specs.pdf'),(27075,1209,'_wp_attached_file','2016/02/R65STZ_specs.pdf'),(27076,1210,'_wp_attached_file','2016/02/R8Z_specs.pdf'),(27077,1211,'_wp_attached_file','2016/02/R8LCRZ_specs.pdf'),(27079,1213,'_wp_attached_file','2016/02/R65IWZ_specs.pdf'),(27080,1214,'_wp_attached_file','2016/02/R65LCRIWZ_specs.pdf'),(27123,1222,'_wp_attached_file','2016/02/B65_specs.pdf'),(27124,1223,'_wp_attached_file','2016/02/B65IW_specs1.pdf'),(27126,1224,'_wp_attached_file','2016/02/B65ST_specs.pdf'),(27127,1225,'_wp_attached_file','2016/02/B8_specs1.pdf'),(27129,1226,'_wp_attached_file','2016/02/OUT65_specs.pdf'),(27191,1237,'_wp_attached_file','2015/12/2-In-Wall-SUBB8-1133x477.jpg'),(27192,1237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1132;s:6:\"height\";i:477;s:4:\"file\";s:36:\"2015/12/2-In-Wall-SUBB8-1133x477.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"2-In-Wall-SUBB8-1133x477-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"2-In-Wall-SUBB8-1133x477-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"2-In-Wall-SUBB8-1133x477-1024x431.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:431;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:1;}}'),(27193,1238,'_wp_attached_file','2016/02/R65STZ_Binding_Dogears.png'),(27194,1238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:34:\"2016/02/R65STZ_Binding_Dogears.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"R65STZ_Binding_Dogears-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:\"R65STZ_Binding_Dogears-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"R65STZ_Binding_Dogears-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;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;}}'),(27197,1241,'_wp_attached_file','2015/12/SpeakerTest.jpg'),(27198,1241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:23:\"2015/12/SpeakerTest.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"SpeakerTest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"SpeakerTest-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"SpeakerTest-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(27199,1242,'_wp_attached_file','2015/12/TheaterSpeakers.jpg'),(27200,1242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:27:\"2015/12/TheaterSpeakers.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"TheaterSpeakers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"TheaterSpeakers-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"TheaterSpeakers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(27201,1243,'_wp_attached_file','2015/12/SoundTest.jpg'),(27202,1243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2015/12/SoundTest.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"SoundTest-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:\"SoundTest-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"SoundTest-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(27204,1247,'_wp_attached_file','2015/12/2-In-Wall-SUBB8_fix.jpg'),(27205,1247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2015/12/2-In-Wall-SUBB8_fix.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"2-In-Wall-SUBB8_fix-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"2-In-Wall-SUBB8_fix-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"2-In-Wall-SUBB8_fix-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:1;}}'),(27206,1249,'_wp_attached_file','2016/02/2-In-Wall-Bezelfix.jpg'),(27207,1249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2016/02/2-In-Wall-Bezelfix.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"2-In-Wall-Bezelfix-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"2-In-Wall-Bezelfix-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"2-In-Wall-Bezelfix-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(27208,1257,'_wp_attached_file','2016/02/R65LCRIWZ_Tweeter-Angle2.png'),(27209,1257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:36:\"2016/02/R65LCRIWZ_Tweeter-Angle2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"R65LCRIWZ_Tweeter-Angle2-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:36:\"R65LCRIWZ_Tweeter-Angle2-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"R65LCRIWZ_Tweeter-Angle2-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;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;}}'),(27211,1259,'_wp_attached_file','2016/02/R65IWZ_ContourSwitches-cropped.png'),(27212,1259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:897;s:6:\"height\";i:534;s:4:\"file\";s:42:\"2016/02/R65IWZ_ContourSwitches-cropped.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"R65IWZ_ContourSwitches-cropped-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:42:\"R65IWZ_ContourSwitches-cropped-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;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;}}'),(27217,1261,'_wp_attached_file','2016/02/S65IW_tweeter_angle.png'),(27218,1261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:31:\"2016/02/S65IW_tweeter_angle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"S65IW_tweeter_angle-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:31:\"S65IW_tweeter_angle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"S65IW_tweeter_angle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(27223,1280,'_key1',''),(27224,1280,'_key2',''),(27225,1280,'_key3',''),(27226,1280,'_key4',''),(27227,1280,'_key5',''),(27228,1280,'_key6',''),(27229,1280,'_key7',''),(27230,1280,'_key8',''),(27231,1280,'_key9',''),(27232,1280,'_key10',''),(27233,1280,'_key11',''),(27234,1280,'_key12',''),(27235,1280,'_key13',''),(27236,1280,'_key14',''),(27237,1280,'_key15',''),(27238,1280,'_key16',''),(27239,1280,'_key17',''),(27240,1280,'_key18',''),(27241,1280,'_key19',''),(27242,1280,'_key20',''),(27243,1280,'imageSliderKey1',''),(27244,1280,'imageSliderKey2',''),(27245,1280,'imageSliderKey3',''),(27246,1280,'imageSliderKey4',''),(27247,1280,'imageSliderKey5',''),(27248,1280,'imageSliderKey6',''),(27249,1280,'imageSliderKey7',''),(27250,1280,'imageSliderKey8',''),(27251,1280,'imageSliderKey9',''),(27252,1280,'imageSliderKey10',''),(27253,1280,'imageSliderKey11',''),(27254,1280,'imageSliderKey12',''),(27255,1280,'imageSliderKey13',''),(27256,1280,'imageSliderKey14',''),(27257,1280,'imageSliderKey15',''),(27258,1280,'imageSliderKey16',''),(27259,1280,'imageSliderKey17',''),(27260,1280,'imageSliderKey18',''),(27261,1280,'imageSliderKey19',''),(27262,1280,'imageSliderKey20',''),(27263,1280,'imageSliderKey21',''),(27264,1280,'imageSliderKey22',''),(27265,1280,'imageSliderKey23',''),(27266,1280,'imageSliderKey24',''),(27267,1280,'imageSliderKey25',''),(27268,1280,'imageSliderKey26',''),(27269,1280,'imageSliderKey27',''),(27270,1280,'imageSliderKey28',''),(27271,1280,'imageSliderKey29',''),(27272,1280,'imageSliderKey30',''),(27273,1280,'individualDescriptionKey1',''),(27274,1280,'individualDescriptionKey2',''),(27275,1280,'individualDescriptionKey3',''),(27276,1280,'individualDescriptionKey4',''),(27277,1280,'individualDescriptionKey5',''),(27278,1280,'individualDescriptionKey6',''),(27279,1280,'individualDescriptionKey7',''),(27280,1280,'individualDescriptionKey8',''),(27281,1280,'individualDescriptionKey9',''),(27282,1280,'individualDescriptionKey10',''),(27283,1280,'individualDescriptionKey11',''),(27284,1280,'individualDescriptionKey12',''),(27285,1280,'individualDescriptionKey13',''),(27286,1280,'individualDescriptionKey14',''),(27287,1280,'individualDescriptionKey15',''),(27288,1280,'individualDescriptionKey16',''),(27289,1280,'individualDescriptionKey17',''),(27290,1280,'individualDescriptionKey18',''),(27291,1280,'individualDescriptionKey19',''),(27292,1280,'individualDescriptionKey20',''),(27293,1280,'individualDescriptionKey21',''),(27294,1280,'individualDescriptionKey22',''),(27295,1280,'individualDescriptionKey23',''),(27296,1280,'individualDescriptionKey24',''),(27297,1280,'individualDescriptionKey25',''),(27298,1280,'individualDescriptionKey26',''),(27299,1280,'individualDescriptionKey27',''),(27300,1280,'individualDescriptionKey28',''),(27301,1280,'individualDescriptionKey29',''),(27302,1280,'individualDescriptionKey30',''),(27303,1280,'_edit_lock','1455202546:1'),(27304,1280,'_edit_last','1'),(27308,1282,'_key1',''),(27309,1282,'_key2',''),(27310,1282,'_key3',''),(27311,1282,'_key4',''),(27312,1282,'_key5',''),(27313,1282,'_key6',''),(27314,1282,'_key7',''),(27315,1282,'_key8',''),(27316,1282,'_key9',''),(27317,1282,'_key10',''),(27318,1282,'_key11',''),(27319,1282,'_key12',''),(27320,1282,'_key13',''),(27321,1282,'_key14',''),(27322,1282,'_key15',''),(27323,1282,'_key16',''),(27324,1282,'_key17',''),(27325,1282,'_key18',''),(27326,1282,'_key19',''),(27327,1282,'_key20',''),(27328,1282,'imageSliderKey1',''),(27329,1282,'imageSliderKey2',''),(27330,1282,'imageSliderKey3',''),(27331,1282,'imageSliderKey4',''),(27332,1282,'imageSliderKey5',''),(27333,1282,'imageSliderKey6',''),(27334,1282,'imageSliderKey7',''),(27335,1282,'imageSliderKey8',''),(27336,1282,'imageSliderKey9',''),(27337,1282,'imageSliderKey10',''),(27338,1282,'imageSliderKey11',''),(27339,1282,'imageSliderKey12',''),(27340,1282,'imageSliderKey13',''),(27341,1282,'imageSliderKey14',''),(27342,1282,'imageSliderKey15',''),(27343,1282,'imageSliderKey16',''),(27344,1282,'imageSliderKey17',''),(27345,1282,'imageSliderKey18',''),(27346,1282,'imageSliderKey19',''),(27347,1282,'imageSliderKey20',''),(27348,1282,'imageSliderKey21',''),(27349,1282,'imageSliderKey22',''),(27350,1282,'imageSliderKey23',''),(27351,1282,'imageSliderKey24',''),(27352,1282,'imageSliderKey25',''),(27353,1282,'imageSliderKey26',''),(27354,1282,'imageSliderKey27',''),(27355,1282,'imageSliderKey28',''),(27356,1282,'imageSliderKey29',''),(27357,1282,'imageSliderKey30',''),(27358,1282,'individualDescriptionKey1',''),(27359,1282,'individualDescriptionKey2',''),(27360,1282,'individualDescriptionKey3',''),(27361,1282,'individualDescriptionKey4',''),(27362,1282,'individualDescriptionKey5',''),(27363,1282,'individualDescriptionKey6',''),(27364,1282,'individualDescriptionKey7',''),(27365,1282,'individualDescriptionKey8',''),(27366,1282,'individualDescriptionKey9',''),(27367,1282,'individualDescriptionKey10',''),(27368,1282,'individualDescriptionKey11',''),(27369,1282,'individualDescriptionKey12',''),(27370,1282,'individualDescriptionKey13',''),(27371,1282,'individualDescriptionKey14',''),(27372,1282,'individualDescriptionKey15',''),(27373,1282,'individualDescriptionKey16',''),(27374,1282,'individualDescriptionKey17',''),(27375,1282,'individualDescriptionKey18',''),(27376,1282,'individualDescriptionKey19',''),(27377,1282,'individualDescriptionKey20',''),(27378,1282,'individualDescriptionKey21',''),(27379,1282,'individualDescriptionKey22',''),(27380,1282,'individualDescriptionKey23',''),(27381,1282,'individualDescriptionKey24',''),(27382,1282,'individualDescriptionKey25',''),(27383,1282,'individualDescriptionKey26',''),(27384,1282,'individualDescriptionKey27',''),(27385,1282,'individualDescriptionKey28',''),(27386,1282,'individualDescriptionKey29',''),(27387,1282,'individualDescriptionKey30',''),(27388,1282,'_edit_lock','1455919834:1'),(27389,1282,'_edit_last','1'),(27390,1282,'_wp_page_template','default'),(27391,1290,'_key1',''),(27392,1290,'_key2',''),(27393,1290,'_key3',''),(27394,1290,'_key4',''),(27395,1290,'_key5',''),(27396,1290,'_key6',''),(27397,1290,'_key7',''),(27398,1290,'_key8',''),(27399,1290,'_key9',''),(27400,1290,'_key10',''),(27401,1290,'_key11',''),(27402,1290,'_key12',''),(27403,1290,'_key13',''),(27404,1290,'_key14',''),(27405,1290,'_key15',''),(27406,1290,'_key16',''),(27407,1290,'_key17',''),(27408,1290,'_key18',''),(27409,1290,'_key19',''),(27410,1290,'_key20',''),(27411,1290,'imageSliderKey1',''),(27412,1290,'imageSliderKey2',''),(27413,1290,'imageSliderKey3',''),(27414,1290,'imageSliderKey4',''),(27415,1290,'imageSliderKey5',''),(27416,1290,'imageSliderKey6',''),(27417,1290,'imageSliderKey7',''),(27418,1290,'imageSliderKey8',''),(27419,1290,'imageSliderKey9',''),(27420,1290,'imageSliderKey10',''),(27421,1290,'imageSliderKey11',''),(27422,1290,'imageSliderKey12',''),(27423,1290,'imageSliderKey13',''),(27424,1290,'imageSliderKey14',''),(27425,1290,'imageSliderKey15',''),(27426,1290,'imageSliderKey16',''),(27427,1290,'imageSliderKey17',''),(27428,1290,'imageSliderKey18',''),(27429,1290,'imageSliderKey19',''),(27430,1290,'imageSliderKey20',''),(27431,1290,'imageSliderKey21',''),(27432,1290,'imageSliderKey22',''),(27433,1290,'imageSliderKey23',''),(27434,1290,'imageSliderKey24',''),(27435,1290,'imageSliderKey25',''),(27436,1290,'imageSliderKey26',''),(27437,1290,'imageSliderKey27',''),(27438,1290,'imageSliderKey28',''),(27439,1290,'imageSliderKey29',''),(27440,1290,'imageSliderKey30',''),(27441,1290,'individualDescriptionKey1',''),(27442,1290,'individualDescriptionKey2',''),(27443,1290,'individualDescriptionKey3',''),(27444,1290,'individualDescriptionKey4',''),(27445,1290,'individualDescriptionKey5',''),(27446,1290,'individualDescriptionKey6',''),(27447,1290,'individualDescriptionKey7',''),(27448,1290,'individualDescriptionKey8',''),(27449,1290,'individualDescriptionKey9',''),(27450,1290,'individualDescriptionKey10',''),(27451,1290,'individualDescriptionKey11',''),(27452,1290,'individualDescriptionKey12',''),(27453,1290,'individualDescriptionKey13',''),(27454,1290,'individualDescriptionKey14',''),(27455,1290,'individualDescriptionKey15',''),(27456,1290,'individualDescriptionKey16',''),(27457,1290,'individualDescriptionKey17',''),(27458,1290,'individualDescriptionKey18',''),(27459,1290,'individualDescriptionKey19',''),(27460,1290,'individualDescriptionKey20',''),(27461,1290,'individualDescriptionKey21',''),(27462,1290,'individualDescriptionKey22',''),(27463,1290,'individualDescriptionKey23',''),(27464,1290,'individualDescriptionKey24',''),(27465,1290,'individualDescriptionKey25',''),(27466,1290,'individualDescriptionKey26',''),(27467,1290,'individualDescriptionKey27',''),(27468,1290,'individualDescriptionKey28',''),(27469,1290,'individualDescriptionKey29',''),(27470,1290,'individualDescriptionKey30',''),(27471,1290,'_edit_lock','1455202633:1'),(27472,1290,'_wp_trash_meta_status','auto-draft'),(27473,1290,'_wp_trash_meta_time','1455202630'),(27478,1086,'individualDescriptionKey31',''),(27479,1086,'individualDescriptionKey32',''),(27480,1086,'individualDescriptionKey33',''),(27481,1086,'individualDescriptionKey34',''),(27482,1086,'individualDescriptionKey35',''),(27483,1086,'individualDescriptionKey36',''),(27484,1086,'individualDescriptionKey37',''),(27485,1086,'individualDescriptionKey38','OUT6.5B'),(27486,1086,'individualDescriptionKey39','OUT6.5W'),(27487,1086,'individualDescriptionKey40',''),(27488,1086,'individualDescriptionKey41',''),(27489,1086,'individualDescriptionKey42',''),(27490,1086,'individualDescriptionKey43',''),(27491,1086,'individualDescriptionKey44',''),(27492,1086,'individualDescriptionKey45',''),(27493,1086,'individualDescriptionKey46','$449.99/PR.'),(27494,1086,'individualDescriptionKey47','$449.99/PR.'),(27495,1086,'individualDescriptionKey48',''),(27496,1086,'individualDescriptionKey49',''),(27497,1086,'individualDescriptionKey50',''),(27498,1086,'individualDescriptionKey51',''),(27499,1086,'individualDescriptionKey52',''),(27500,1086,'individualDescriptionKey53','6.5 inch'),(27501,1086,'individualDescriptionKey54','6.5 inch'),(27502,1086,'individualDescriptionKey55',''),(27503,1086,'individualDescriptionKey56',''),(27504,1086,'individualDescriptionKey57',''),(27505,1086,'individualDescriptionKey58',''),(27506,1086,'individualDescriptionKey59',''),(27507,1086,'individualDescriptionKey60','Polypropylene cone'),(27508,1086,'individualDescriptionKey61','Polypropylene cone'),(27509,1086,'individualDescriptionKey62',' '),(27510,1086,'individualDescriptionKey63',''),(27511,1086,'individualDescriptionKey64',''),(27512,1086,'individualDescriptionKey65',''),(27513,1086,'individualDescriptionKey66',''),(27514,1086,'individualDescriptionKey67',''),(27515,1086,'individualDescriptionKey68',''),(27516,1086,'individualDescriptionKey69',''),(27517,1086,'individualDescriptionKey70',''),(27518,1086,'individualDescriptionKey71',''),(27519,1086,'individualDescriptionKey72',''),(27520,1086,'individualDescriptionKey73',''),(27521,1086,'individualDescriptionKey74',''),(27522,1086,'individualDescriptionKey75',''),(27523,1086,'individualDescriptionKey76',''),(27524,1086,'individualDescriptionKey77',''),(27525,1086,'individualDescriptionKey78',''),(27526,1086,'individualDescriptionKey79',''),(27527,1086,'individualDescriptionKey80',''),(27528,1086,'individualDescriptionKey81','Aluminum dome'),(27529,1086,'individualDescriptionKey82',''),(27530,1086,'individualDescriptionKey83',''),(27531,1086,'individualDescriptionKey84',''),(27532,1086,'individualDescriptionKey85',''),(27533,1086,'individualDescriptionKey86',''),(27534,1086,'individualDescriptionKey87',''),(27535,1086,'individualDescriptionKey88',''),(27536,1086,'individualDescriptionKey89','8 Ohms'),(27537,1086,'individualDescriptionKey90','Aluminum dome'),(27538,1086,'individualDescriptionKey91',''),(27539,1086,'individualDescriptionKey92',''),(27540,1086,'individualDescriptionKey93',''),(27541,1086,'individualDescriptionKey94',''),(27542,1086,'individualDescriptionKey95',''),(27543,1086,'individualDescriptionKey96','1 inch'),(27544,1086,'individualDescriptionKey97','1 inch'),(27545,1086,'individualDescriptionKey98',''),(27546,1086,'individualDescriptionKey99',''),(27547,1086,'individualDescriptionKey100',''),(27548,1086,'individualDescriptionKey101',''),(27549,1086,'individualDescriptionKey102',''),(27550,1086,'individualDescriptionKey103','91 db'),(27551,1086,'individualDescriptionKey104','91 db'),(27552,1086,'individualDescriptionKey105',''),(27553,1086,'individualDescriptionKey106',''),(27554,1086,'individualDescriptionKey107',''),(27555,1086,'individualDescriptionKey108',''),(27556,1086,'individualDescriptionKey109',''),(27557,1086,'individualDescriptionKey110','8 Ohms'),(27558,1086,'individualDescriptionKey111',''),(27559,1086,'individualDescriptionKey112',''),(27560,1086,'individualDescriptionKey113',''),(27561,1086,'individualDescriptionKey114',''),(27562,1086,'individualDescriptionKey115',''),(27563,1086,'individualDescriptionKey116','13.4 in(h) x 8.45 in(w) x 8.66 in(d)'),(27564,1086,'individualDescriptionKey117','13.4 in(h) x 8.45 in(w) x 8.66 in(d)'),(27565,1086,'individualDescriptionKey118',''),(27566,1086,'individualDescriptionKey119',''),(27567,1086,'individualDescriptionKey120',''),(27568,1086,'individualDescriptionKey121',''),(27569,1086,'individualDescriptionKey122',''),(27570,1086,'individualDescriptionKey123',''),(27571,1086,'individualDescriptionKey124',''),(27572,1086,'individualDescriptionKey125',''),(27573,1086,'individualDescriptionKey126',''),(27574,1086,'individualDescriptionKey127',''),(27575,1086,'individualDescriptionKey128',''),(27576,1086,'individualDescriptionKey129',''),(27577,1086,'individualDescriptionKey130',''),(27578,1086,'individualDescriptionKey131',''),(27579,1086,'individualDescriptionKey132',''),(27580,1086,'individualDescriptionKey133',''),(27581,1086,'individualDescriptionKey134',''),(27582,1086,'individualDescriptionKey135',''),(27583,1086,'individualDescriptionKey136',''),(27584,1086,'individualDescriptionKey137',''),(27585,1086,'individualDescriptionKey138',''),(27586,1086,'individualDescriptionKey139',''),(27587,1086,'individualDescriptionKey140',''),(27588,1086,'individualDescriptionKey141',''),(27589,1086,'individualDescriptionKey142',''),(27590,1086,'individualDescriptionKey143',''),(27591,1086,'individualDescriptionKey144','5 -100 watts'),(27592,1086,'individualDescriptionKey145','5 -100 watts'),(27593,1086,'individualDescriptionKey146',''),(27594,1086,'individualDescriptionKey147',''),(27595,1086,'individualDescriptionKey148',''),(27596,1086,'individualDescriptionKey149',''),(27597,1086,'individualDescriptionKey150',''),(27598,1086,'individualDescriptionKey151',''),(27599,1086,'individualDescriptionKey152',''),(27600,1086,'individualDescriptionKey153',''),(27601,1086,'individualDescriptionKey154',''),(27602,1086,'individualDescriptionKey155',''),(27603,1086,'individualDescriptionKey156',''),(27604,1086,'individualDescriptionKey157',''),(27605,1086,'individualDescriptionKey158',''),(27606,1086,'individualDescriptionKey159',''),(27607,1086,'individualDescriptionKey160',''),(27608,1086,'individualDescriptionKey161',''),(27609,1086,'individualDescriptionKey162',''),(27610,1086,'individualDescriptionKey163',''),(27611,1086,'individualDescriptionKey164',''),(27612,1086,'individualDescriptionKey165',''),(27613,1086,'individualDescriptionKey166',''),(27614,1086,'individualDescriptionKey167',''),(27615,1086,'individualDescriptionKey168',''),(27616,1086,'individualDescriptionKey169',''),(27617,1086,'individualDescriptionKey170',''),(27618,1086,'individualDescriptionKey171',''),(27619,1086,'individualDescriptionKey172',''),(27620,1086,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/OUT65_specs.pdf\" target=\"_blank\">OUT65_specs</a>'),(27621,1086,'individualDescriptionKey174','<a href=\"http://elura.audio/wp-content/uploads/2016/02/OUT65_specs.pdf\" target=\"_blank\">OUT65_specs</a>'),(27622,1086,'individualDescriptionKey175',''),(27623,1086,'individualDescriptionKey176',''),(27624,1086,'individualDescriptionKey177',''),(27625,1086,'individualDescriptionKey178',''),(27626,1086,'individualDescriptionKey179',''),(27627,1086,'individualDescriptionKey180','<h2 style=\"text-align: center;\">** All Elura speakers come with a Limited Lifetime Warranty **</h2>\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\"><img class=\"size-full wp-image-795 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\" alt=\"BlackLabelTitle\" width=\"400\" height=\"75\" /></a>'),(27634,1033,'individualDescriptionKey31','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCR_front-screenless_spec.png\"><img class=\"aligncenter size-full wp-image-1414\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65LCR_front-screenless_spec.png\" alt=\"S65LCR_front-screenless_spec\" width=\"1189\" height=\"1073\" /></a>'),(27635,1033,'individualDescriptionKey32','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_screenless-front_cropped.png\"><img class=\"aligncenter size-full wp-image-1376\" src=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_screenless-front_cropped.png\" alt=\"S8LCR_screenless-front_cropped\" width=\"1079\" height=\"1079\" /></a>'),(27636,1033,'individualDescriptionKey33',''),(27637,1033,'individualDescriptionKey34',''),(27638,1033,'individualDescriptionKey35',''),(27639,1033,'individualDescriptionKey36',''),(27640,1033,'individualDescriptionKey37',''),(27641,1033,'individualDescriptionKey38','S6.5'),(27642,1033,'individualDescriptionKey39','S6.5ST'),(27643,1033,'individualDescriptionKey40','S8'),(27644,1033,'individualDescriptionKey41','S6.5LCR'),(27645,1033,'individualDescriptionKey42','S8LCR'),(27646,1033,'individualDescriptionKey43',''),(27647,1033,'individualDescriptionKey44',''),(27648,1033,'individualDescriptionKey45',''),(27649,1033,'individualDescriptionKey46','$799.99/PR.'),(27650,1033,'individualDescriptionKey47','$399.99/EA.'),(27651,1033,'individualDescriptionKey48','$899.99/PR.'),(27652,1033,'individualDescriptionKey49','$499.99/EA.'),(27653,1033,'individualDescriptionKey50','$599.99/EA.'),(27654,1033,'individualDescriptionKey51',''),(27655,1033,'individualDescriptionKey52',''),(27656,1033,'individualDescriptionKey53','6.5 inch'),(27657,1033,'individualDescriptionKey54','6.5 inch'),(27658,1033,'individualDescriptionKey55','8 inch'),(27659,1033,'individualDescriptionKey56','6.5 inch'),(27660,1033,'individualDescriptionKey57','8 inch'),(27661,1033,'individualDescriptionKey58',''),(27662,1033,'individualDescriptionKey59',''),(27663,1033,'individualDescriptionKey60','Carbon Fiber Impregnated paper cone'),(27664,1033,'individualDescriptionKey61','Carbon Fiber Impregnated paper cone'),(27665,1033,'individualDescriptionKey62','Carbon Fiber Impregnated paper cone'),(27666,1033,'individualDescriptionKey63','Carbon Fiber Impregnated paper cone'),(27667,1033,'individualDescriptionKey64','Carbon Fiber Impregnated paper cone'),(27668,1033,'individualDescriptionKey65',''),(27669,1033,'individualDescriptionKey66',''),(27670,1033,'individualDescriptionKey67',''),(27671,1033,'individualDescriptionKey68',''),(27672,1033,'individualDescriptionKey69',''),(27673,1033,'individualDescriptionKey70',''),(27674,1033,'individualDescriptionKey71',''),(27675,1033,'individualDescriptionKey72',''),(27676,1033,'individualDescriptionKey73',''),(27677,1033,'individualDescriptionKey74',''),(27678,1033,'individualDescriptionKey75',''),(27679,1033,'individualDescriptionKey76',''),(27680,1033,'individualDescriptionKey77',''),(27681,1033,'individualDescriptionKey78',''),(27682,1033,'individualDescriptionKey79',''),(27683,1033,'individualDescriptionKey80',''),(27684,1033,'individualDescriptionKey81','XL Chambered silk dome'),(27685,1033,'individualDescriptionKey82',''),(27686,1033,'individualDescriptionKey83',''),(27687,1033,'individualDescriptionKey84',''),(27688,1033,'individualDescriptionKey85',''),(27689,1033,'individualDescriptionKey86',''),(27690,1033,'individualDescriptionKey87',''),(27691,1033,'individualDescriptionKey88',''),(27692,1033,'individualDescriptionKey89','8 ohms'),(27693,1033,'individualDescriptionKey90','XL Chambered silk dome'),(27694,1033,'individualDescriptionKey91','XL Chambered silk dome'),(27695,1033,'individualDescriptionKey92','XL Chambered silk dome'),(27696,1033,'individualDescriptionKey93','XL Chambered silk dome'),(27697,1033,'individualDescriptionKey94',''),(27698,1033,'individualDescriptionKey95',''),(27699,1033,'individualDescriptionKey96','1 inch'),(27700,1033,'individualDescriptionKey97','1 inch'),(27701,1033,'individualDescriptionKey98','1 inch'),(27702,1033,'individualDescriptionKey99','1 inch'),(27703,1033,'individualDescriptionKey100','1 inch'),(27704,1033,'individualDescriptionKey101',''),(27705,1033,'individualDescriptionKey102',''),(27706,1033,'individualDescriptionKey103','91 db.'),(27707,1033,'individualDescriptionKey104','91 db.'),(27708,1033,'individualDescriptionKey105','91 db.'),(27709,1033,'individualDescriptionKey106','91 db.'),(27710,1033,'individualDescriptionKey107','91 db.'),(27711,1033,'individualDescriptionKey108',''),(27712,1033,'individualDescriptionKey109',''),(27713,1033,'individualDescriptionKey110','8 ohms'),(27714,1033,'individualDescriptionKey111','8 ohms'),(27715,1033,'individualDescriptionKey112','8 ohms'),(27716,1033,'individualDescriptionKey113','8 ohms'),(27717,1033,'individualDescriptionKey114',''),(27718,1033,'individualDescriptionKey115',''),(27719,1033,'individualDescriptionKey116','9.25 in(w) x 4.2 in(d'),(27720,1033,'individualDescriptionKey117','9.25 in(w) x 4.2 in(d'),(27721,1033,'individualDescriptionKey118','11.6 in(w) x 3.6 in(d)'),(27722,1033,'individualDescriptionKey119','9.27 in(w) x 4.90 inch(d) '),(27723,1033,'individualDescriptionKey120','11.6 in(w) x 6.3 in(d)'),(27724,1033,'individualDescriptionKey121',''),(27725,1033,'individualDescriptionKey122',''),(27726,1033,'individualDescriptionKey123','8.25 inches'),(27727,1033,'individualDescriptionKey124','8.25 inches'),(27728,1033,'individualDescriptionKey125','10.5 inches'),(27729,1033,'individualDescriptionKey126','8.25 inches'),(27730,1033,'individualDescriptionKey127','10.5 inches'),(27731,1033,'individualDescriptionKey128',''),(27732,1033,'individualDescriptionKey129',''),(27733,1033,'individualDescriptionKey130','R6.5BRKT'),(27734,1033,'individualDescriptionKey131','R6.5BRKT'),(27735,1033,'individualDescriptionKey132','R8BRKT'),(27736,1033,'individualDescriptionKey133','R6.5BRKT'),(27737,1033,'individualDescriptionKey134','R8BRKT'),(27738,1033,'individualDescriptionKey135',''),(27739,1033,'individualDescriptionKey136',''),(27740,1033,'individualDescriptionKey137','45Hz - 20Khz'),(27741,1033,'individualDescriptionKey138','45Hz - 20Khz'),(27742,1033,'individualDescriptionKey139','40Hz - 20Khz'),(27743,1033,'individualDescriptionKey140','45Hz - 20Khz'),(27744,1033,'individualDescriptionKey141','45Hz - 20Khz'),(27745,1033,'individualDescriptionKey142',''),(27746,1033,'individualDescriptionKey143',''),(27747,1033,'individualDescriptionKey144','5-130 watts'),(27748,1033,'individualDescriptionKey145','5-130 watts'),(27749,1033,'individualDescriptionKey146','5-140 watts'),(27750,1033,'individualDescriptionKey147','5-130 watts'),(27751,1033,'individualDescriptionKey148','5-130 watts'),(27752,1033,'individualDescriptionKey149',''),(27753,1033,'individualDescriptionKey150',''),(27754,1033,'individualDescriptionKey151',''),(27755,1033,'individualDescriptionKey152',''),(27756,1033,'individualDescriptionKey153',''),(27757,1033,'individualDescriptionKey154',''),(27758,1033,'individualDescriptionKey155',''),(27759,1033,'individualDescriptionKey156',''),(27760,1033,'individualDescriptionKey157',''),(27761,1033,'individualDescriptionKey158',''),(27762,1033,'individualDescriptionKey159',''),(27763,1033,'individualDescriptionKey160',''),(27764,1033,'individualDescriptionKey161',''),(27765,1033,'individualDescriptionKey162',''),(27766,1033,'individualDescriptionKey163',''),(27767,1033,'individualDescriptionKey164',''),(27768,1033,'individualDescriptionKey165',''),(27769,1033,'individualDescriptionKey166',''),(27770,1033,'individualDescriptionKey167',''),(27771,1033,'individualDescriptionKey168',''),(27772,1033,'individualDescriptionKey169',''),(27773,1033,'individualDescriptionKey170',''),(27774,1033,'individualDescriptionKey171',''),(27775,1033,'individualDescriptionKey172',''),(27776,1033,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65_specs.pdf\" target=\"_blank\">S65_specs</a>'),(27777,1033,'individualDescriptionKey174','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65ST_specs.pdf\" target=\"_blank\">S65ST_specs</a>'),(27778,1033,'individualDescriptionKey175','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S8_specs.pdf\" target=\"_blank\">S8_specs</a>'),(27779,1033,'individualDescriptionKey176','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCR_specs.pdf\" target=\"_blank\">S65LCR_specs</a>'),(27780,1033,'individualDescriptionKey177','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_specs.pdf\" target=\"_blank\">S8LCR_specs</a>'),(27781,1033,'individualDescriptionKey178',''),(27782,1033,'individualDescriptionKey179',''),(27783,1033,'individualDescriptionKey180','<p style=\"text-align: center;\"><strong>** All Elura Blue Label by Sonance speakers come with a Limited Lifetime Warranty **</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/BlueLabelTitle.jpg\"><img class=\"aligncenter size-full wp-image-797\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlueLabelTitle.jpg\" alt=\"BlueLabelTitle\" width=\"400\" height=\"75\" /></a></p>'),(27785,1014,'individualDescriptionKey31','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8LCRZ_front-screenless_cropped.png\"><img class=\"aligncenter size-full wp-image-1381\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8LCRZ_front-screenless_cropped.png\" alt=\"R8LCRZ_front-screenless_cropped\" width=\"1079\" height=\"1079\" /></a>'),(27786,1014,'individualDescriptionKey32',''),(27787,1014,'individualDescriptionKey33',''),(27788,1014,'individualDescriptionKey34',''),(27789,1014,'individualDescriptionKey35',''),(27790,1014,'individualDescriptionKey36',''),(27791,1014,'individualDescriptionKey37',''),(27792,1014,'individualDescriptionKey38','R6.5Z'),(27793,1014,'individualDescriptionKey39','R6.5STZ'),(27794,1014,'individualDescriptionKey40','R8Z'),(27795,1014,'individualDescriptionKey41','R8LCRZ'),(27796,1014,'individualDescriptionKey42',''),(27797,1014,'individualDescriptionKey43',''),(27798,1014,'individualDescriptionKey44',''),(27799,1014,'individualDescriptionKey45',''),(27800,1014,'individualDescriptionKey46','$599.99/PR.'),(27801,1014,'individualDescriptionKey47','$349.99/EA.'),(27802,1014,'individualDescriptionKey48','$799.99/PR.'),(27803,1014,'individualDescriptionKey49','$499.99/EA.'),(27804,1014,'individualDescriptionKey50',''),(27805,1014,'individualDescriptionKey51',''),(27806,1014,'individualDescriptionKey52',''),(27807,1014,'individualDescriptionKey53','6.5 inch'),(27808,1014,'individualDescriptionKey54','6.5 inch'),(27809,1014,'individualDescriptionKey55','8 inch'),(27810,1014,'individualDescriptionKey56','8 inch'),(27811,1014,'individualDescriptionKey57',''),(27812,1014,'individualDescriptionKey58',''),(27813,1014,'individualDescriptionKey59',''),(27814,1014,'individualDescriptionKey60','Polypropylene cone'),(27815,1014,'individualDescriptionKey61','Polypropylene cone'),(27816,1014,'individualDescriptionKey62','Polypropylene cone'),(27817,1014,'individualDescriptionKey63','Polypropylene cone'),(27818,1014,'individualDescriptionKey64',''),(27819,1014,'individualDescriptionKey65',''),(27820,1014,'individualDescriptionKey66',''),(27821,1014,'individualDescriptionKey67','N/A'),(27822,1014,'individualDescriptionKey68','N/A'),(27823,1014,'individualDescriptionKey69','N/A'),(27824,1014,'individualDescriptionKey70','Aluminum pivoting'),(27825,1014,'individualDescriptionKey71',''),(27826,1014,'individualDescriptionKey72',''),(27827,1014,'individualDescriptionKey73',''),(27828,1014,'individualDescriptionKey74','N/A'),(27829,1014,'individualDescriptionKey75','N/A'),(27830,1014,'individualDescriptionKey76','N/A'),(27831,1014,'individualDescriptionKey77','2 inch'),(27832,1014,'individualDescriptionKey78',''),(27833,1014,'individualDescriptionKey79',''),(27834,1014,'individualDescriptionKey80',''),(27835,1014,'individualDescriptionKey81','Silk Dome, pivoting'),(27836,1014,'individualDescriptionKey82',''),(27837,1014,'individualDescriptionKey83',''),(27838,1014,'individualDescriptionKey84',''),(27839,1014,'individualDescriptionKey85',''),(27840,1014,'individualDescriptionKey86',''),(27841,1014,'individualDescriptionKey87',''),(27842,1014,'individualDescriptionKey88',''),(27843,1014,'individualDescriptionKey89','8 ohms'),(27844,1014,'individualDescriptionKey90','Silk Dome, pivoting'),(27845,1014,'individualDescriptionKey91','Silk Dome, pivoting'),(27846,1014,'individualDescriptionKey92','Aluminum pivoting'),(27847,1014,'individualDescriptionKey93',''),(27848,1014,'individualDescriptionKey94',''),(27849,1014,'individualDescriptionKey95',''),(27850,1014,'individualDescriptionKey96','1 inch'),(27851,1014,'individualDescriptionKey97','Dual 3/4 inch'),(27852,1014,'individualDescriptionKey98','1 inch'),(27853,1014,'individualDescriptionKey99','1 inch'),(27854,1014,'individualDescriptionKey100',''),(27855,1014,'individualDescriptionKey101',''),(27856,1014,'individualDescriptionKey102',''),(27857,1014,'individualDescriptionKey103','91 db.'),(27858,1014,'individualDescriptionKey104','91 db.'),(27859,1014,'individualDescriptionKey105','91 db.'),(27860,1014,'individualDescriptionKey106',''),(27861,1014,'individualDescriptionKey107',''),(27862,1014,'individualDescriptionKey108',''),(27863,1014,'individualDescriptionKey109',''),(27864,1014,'individualDescriptionKey110','8 ohms'),(27865,1014,'individualDescriptionKey111','8 ohms'),(27866,1014,'individualDescriptionKey112','8 ohms'),(27867,1014,'individualDescriptionKey113',''),(27868,1014,'individualDescriptionKey114',''),(27869,1014,'individualDescriptionKey115',''),(27870,1014,'individualDescriptionKey116','9.25 in(w) x 4.2 in(d)'),(27871,1014,'individualDescriptionKey117','9.25 in(w) x 4.2 in(d)'),(27872,1014,'individualDescriptionKey118','11.6 in(w) x 3.6 in(d)'),(27873,1014,'individualDescriptionKey119','11.5 in(W) X 6.63 in(d)'),(27874,1014,'individualDescriptionKey120',''),(27875,1014,'individualDescriptionKey121',''),(27876,1014,'individualDescriptionKey122',''),(27877,1014,'individualDescriptionKey123','8.25 inches'),(27878,1014,'individualDescriptionKey124','8.25 inches'),(27879,1014,'individualDescriptionKey125','10.5 inches'),(27880,1014,'individualDescriptionKey126','10.5 inches'),(27881,1014,'individualDescriptionKey127',''),(27882,1014,'individualDescriptionKey128',''),(27883,1014,'individualDescriptionKey129',''),(27884,1014,'individualDescriptionKey130','R6.5BRKT'),(27885,1014,'individualDescriptionKey131','R6.5BRKT'),(27886,1014,'individualDescriptionKey132','R8BRKT'),(27887,1014,'individualDescriptionKey133','R8BRKT'),(27888,1014,'individualDescriptionKey134',''),(27889,1014,'individualDescriptionKey135',''),(27890,1014,'individualDescriptionKey136',''),(27891,1014,'individualDescriptionKey137','50Hz - 20Khz'),(27892,1014,'individualDescriptionKey138','50Hz - 20Khz'),(27893,1014,'individualDescriptionKey139','45Hz - 20Khz'),(27894,1014,'individualDescriptionKey140','45Hz - 20Khz'),(27895,1014,'individualDescriptionKey141',''),(27896,1014,'individualDescriptionKey142',''),(27897,1014,'individualDescriptionKey143',''),(27898,1014,'individualDescriptionKey144','5-100 watts'),(27899,1014,'individualDescriptionKey145','5-100 watts'),(27900,1014,'individualDescriptionKey146','5-120 watts'),(27901,1014,'individualDescriptionKey147','5 - 150 watts'),(27902,1014,'individualDescriptionKey148',''),(27903,1014,'individualDescriptionKey149',''),(27904,1014,'individualDescriptionKey150',''),(27905,1014,'individualDescriptionKey151',''),(27906,1014,'individualDescriptionKey152',''),(27907,1014,'individualDescriptionKey153',''),(27908,1014,'individualDescriptionKey154',''),(27909,1014,'individualDescriptionKey155',''),(27910,1014,'individualDescriptionKey156',''),(27911,1014,'individualDescriptionKey157',''),(27912,1014,'individualDescriptionKey158',''),(27913,1014,'individualDescriptionKey159',''),(27914,1014,'individualDescriptionKey160',''),(27915,1014,'individualDescriptionKey161',''),(27916,1014,'individualDescriptionKey162',''),(27917,1014,'individualDescriptionKey163',''),(27918,1014,'individualDescriptionKey164',''),(27919,1014,'individualDescriptionKey165',''),(27920,1014,'individualDescriptionKey166',''),(27921,1014,'individualDescriptionKey167',''),(27922,1014,'individualDescriptionKey168',''),(27923,1014,'individualDescriptionKey169',''),(27924,1014,'individualDescriptionKey170',''),(27925,1014,'individualDescriptionKey171',''),(27926,1014,'individualDescriptionKey172',''),(27927,1014,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65Z_specs.pdf\" target=\"_blank\">R65Z_specs</a>'),(27928,1014,'individualDescriptionKey174','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_specs.pdf\" target=\"_blank\">R65STZ_specs</a>'),(27929,1014,'individualDescriptionKey175','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_specs.pdf\" target=\"_blank\">R8Z_specs</a>'),(27930,1014,'individualDescriptionKey176','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8LCRZ_specs.pdf\" target=\"_blank\">R8LCRZ_specs</a>'),(27931,1014,'individualDescriptionKey177',''),(27932,1014,'individualDescriptionKey178',''),(27933,1014,'individualDescriptionKey179',''),(27934,1014,'individualDescriptionKey180','<p style=\"text-align: center;\">** All Elura Red Label series speakers come with a Limited Lifetime Warranty **</p>\r\n<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/RedLabelTitle.jpg\"><img class=\"aligncenter size-full wp-image-796\" src=\"http://elura.audio/wp-content/uploads/2015/12/RedLabelTitle.jpg\" alt=\"RedLabelTitle\" width=\"400\" height=\"75\" /></a></p>'),(27937,1009,'individualDescriptionKey31',''),(27938,1009,'individualDescriptionKey32',''),(27939,1009,'individualDescriptionKey33',''),(27940,1009,'individualDescriptionKey34',''),(27941,1009,'individualDescriptionKey35',''),(27942,1009,'individualDescriptionKey36',''),(27943,1009,'individualDescriptionKey37',''),(27944,1009,'individualDescriptionKey38','S6.5IW'),(27945,1009,'individualDescriptionKey39','S6.5LCRIW'),(27946,1009,'individualDescriptionKey40',''),(27947,1009,'individualDescriptionKey41',''),(27948,1009,'individualDescriptionKey42',''),(27949,1009,'individualDescriptionKey43',''),(27950,1009,'individualDescriptionKey44',''),(27951,1009,'individualDescriptionKey45',''),(27952,1009,'individualDescriptionKey46','$899.99/PR.'),(27953,1009,'individualDescriptionKey47','$549.99/EA.'),(27954,1009,'individualDescriptionKey48',''),(27955,1009,'individualDescriptionKey49',''),(27956,1009,'individualDescriptionKey50',''),(27957,1009,'individualDescriptionKey51',''),(27958,1009,'individualDescriptionKey52',''),(27959,1009,'individualDescriptionKey53','6.5 inch'),(27960,1009,'individualDescriptionKey54','6.5 inch'),(27961,1009,'individualDescriptionKey55',''),(27962,1009,'individualDescriptionKey56',''),(27963,1009,'individualDescriptionKey57',''),(27964,1009,'individualDescriptionKey58',''),(27965,1009,'individualDescriptionKey59',''),(27966,1009,'individualDescriptionKey60','Carbon fiber impregnated paper'),(27967,1009,'individualDescriptionKey61','Carbon fiber impregnated paper'),(27968,1009,'individualDescriptionKey62',''),(27969,1009,'individualDescriptionKey63',''),(27970,1009,'individualDescriptionKey64',''),(27971,1009,'individualDescriptionKey65',''),(27972,1009,'individualDescriptionKey66',''),(27973,1009,'individualDescriptionKey67',''),(27974,1009,'individualDescriptionKey68',''),(27975,1009,'individualDescriptionKey69',''),(27976,1009,'individualDescriptionKey70',''),(27977,1009,'individualDescriptionKey71',''),(27978,1009,'individualDescriptionKey72',''),(27979,1009,'individualDescriptionKey73',''),(27980,1009,'individualDescriptionKey74',''),(27981,1009,'individualDescriptionKey75',''),(27982,1009,'individualDescriptionKey76',''),(27983,1009,'individualDescriptionKey77',''),(27984,1009,'individualDescriptionKey78',''),(27985,1009,'individualDescriptionKey79',''),(27986,1009,'individualDescriptionKey80',''),(27987,1009,'individualDescriptionKey81','XL Chambered Silk Dome, Pivoting'),(27988,1009,'individualDescriptionKey82',''),(27989,1009,'individualDescriptionKey83',''),(27990,1009,'individualDescriptionKey84',''),(27991,1009,'individualDescriptionKey85',''),(27992,1009,'individualDescriptionKey86',''),(27993,1009,'individualDescriptionKey87',''),(27994,1009,'individualDescriptionKey88',''),(27995,1009,'individualDescriptionKey89','8 ohms'),(27996,1009,'individualDescriptionKey90','XL Chambered Silk Dome, Pivoting'),(27997,1009,'individualDescriptionKey91',''),(27998,1009,'individualDescriptionKey92',''),(27999,1009,'individualDescriptionKey93',''),(28000,1009,'individualDescriptionKey94',''),(28001,1009,'individualDescriptionKey95',''),(28002,1009,'individualDescriptionKey96','1 inch'),(28003,1009,'individualDescriptionKey97','1 inch'),(28004,1009,'individualDescriptionKey98',''),(28005,1009,'individualDescriptionKey99',''),(28006,1009,'individualDescriptionKey100',''),(28007,1009,'individualDescriptionKey101',''),(28008,1009,'individualDescriptionKey102',''),(28009,1009,'individualDescriptionKey103','91 db.'),(28010,1009,'individualDescriptionKey104','91 db.'),(28011,1009,'individualDescriptionKey105',''),(28012,1009,'individualDescriptionKey106',''),(28013,1009,'individualDescriptionKey107',''),(28014,1009,'individualDescriptionKey108',''),(28015,1009,'individualDescriptionKey109',''),(28016,1009,'individualDescriptionKey110','8 ohms'),(28017,1009,'individualDescriptionKey111',''),(28018,1009,'individualDescriptionKey112',''),(28019,1009,'individualDescriptionKey113',''),(28020,1009,'individualDescriptionKey114',''),(28021,1009,'individualDescriptionKey115',''),(28022,1009,'individualDescriptionKey116','9.25 in(w) x 4.2 in(d)'),(28023,1009,'individualDescriptionKey117','9.25in(w) x 4.2 in(d)'),(28024,1009,'individualDescriptionKey118',''),(28025,1009,'individualDescriptionKey119',''),(28026,1009,'individualDescriptionKey120',''),(28027,1009,'individualDescriptionKey121',''),(28028,1009,'individualDescriptionKey122',''),(28029,1009,'individualDescriptionKey123','8.25 inches'),(28030,1009,'individualDescriptionKey124','8.25 inches'),(28031,1009,'individualDescriptionKey125',''),(28032,1009,'individualDescriptionKey126',''),(28033,1009,'individualDescriptionKey127',''),(28034,1009,'individualDescriptionKey128',''),(28035,1009,'individualDescriptionKey129',''),(28036,1009,'individualDescriptionKey130','R6.5BRKT'),(28037,1009,'individualDescriptionKey131','S6.5LCRIWBRKT'),(28038,1009,'individualDescriptionKey132',''),(28039,1009,'individualDescriptionKey133',''),(28040,1009,'individualDescriptionKey134',''),(28041,1009,'individualDescriptionKey135',''),(28042,1009,'individualDescriptionKey136',''),(28043,1009,'individualDescriptionKey137','45Hz - 20Khz'),(28044,1009,'individualDescriptionKey138','45Hz - 20Khz'),(28045,1009,'individualDescriptionKey139',''),(28046,1009,'individualDescriptionKey140',''),(28047,1009,'individualDescriptionKey141',''),(28048,1009,'individualDescriptionKey142',''),(28049,1009,'individualDescriptionKey143',''),(28050,1009,'individualDescriptionKey144','5-130 watts'),(28051,1009,'individualDescriptionKey145','5-130 watts'),(28052,1009,'individualDescriptionKey146',''),(28053,1009,'individualDescriptionKey147',''),(28054,1009,'individualDescriptionKey148',''),(28055,1009,'individualDescriptionKey149',''),(28056,1009,'individualDescriptionKey150',''),(28057,1009,'individualDescriptionKey151',''),(28058,1009,'individualDescriptionKey152',''),(28059,1009,'individualDescriptionKey153',''),(28060,1009,'individualDescriptionKey154',''),(28061,1009,'individualDescriptionKey155',''),(28062,1009,'individualDescriptionKey156',''),(28063,1009,'individualDescriptionKey157',''),(28064,1009,'individualDescriptionKey158',''),(28065,1009,'individualDescriptionKey159',''),(28066,1009,'individualDescriptionKey160',''),(28067,1009,'individualDescriptionKey161',''),(28068,1009,'individualDescriptionKey162',''),(28069,1009,'individualDescriptionKey163',''),(28070,1009,'individualDescriptionKey164',''),(28071,1009,'individualDescriptionKey165',''),(28072,1009,'individualDescriptionKey166',''),(28073,1009,'individualDescriptionKey167',''),(28074,1009,'individualDescriptionKey168',''),(28075,1009,'individualDescriptionKey169',''),(28076,1009,'individualDescriptionKey170',''),(28077,1009,'individualDescriptionKey171',''),(28078,1009,'individualDescriptionKey172',''),(28079,1009,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_specs.pdf\" target=\"_blank\">S65IW_specs</a>'),(28080,1009,'individualDescriptionKey174','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_specs.pdf\" target=\"_blank\">S65LCRIW_specs</a>'),(28081,1009,'individualDescriptionKey175',''),(28082,1009,'individualDescriptionKey176',''),(28083,1009,'individualDescriptionKey177',''),(28084,1009,'individualDescriptionKey178',''),(28085,1009,'individualDescriptionKey179',''),(28086,1009,'individualDescriptionKey180','<p style=\"text-align: center;\">** All Elura Blue Label by Sonance speakers come with a Limited Lifetime Warranty **</p>\r\n<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/BlueLabelTitle.jpg\"><img class=\"aligncenter size-full wp-image-797\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlueLabelTitle.jpg\" alt=\"BlueLabelTitle\" width=\"400\" height=\"75\" /></a></p>'),(28090,995,'individualDescriptionKey31',''),(28091,995,'individualDescriptionKey32',''),(28092,995,'individualDescriptionKey33',''),(28093,995,'individualDescriptionKey34',''),(28094,995,'individualDescriptionKey35',''),(28095,995,'individualDescriptionKey36',''),(28096,995,'individualDescriptionKey37',''),(28097,995,'individualDescriptionKey38','R6.5IWZ'),(28098,995,'individualDescriptionKey39','R6.5LCRIWZ'),(28099,995,'individualDescriptionKey40',''),(28100,995,'individualDescriptionKey41',''),(28101,995,'individualDescriptionKey42',''),(28102,995,'individualDescriptionKey43',''),(28103,995,'individualDescriptionKey44',''),(28104,995,'individualDescriptionKey45',''),(28105,995,'individualDescriptionKey46','$699.99/PR.'),(28106,995,'individualDescriptionKey47','$599..99/EA.'),(28107,995,'individualDescriptionKey48',''),(28108,995,'individualDescriptionKey49',''),(28109,995,'individualDescriptionKey50',''),(28110,995,'individualDescriptionKey51',''),(28111,995,'individualDescriptionKey52',''),(28112,995,'individualDescriptionKey53','6.5 inch'),(28113,995,'individualDescriptionKey54','Dual 6.5 inch'),(28114,995,'individualDescriptionKey55',''),(28115,995,'individualDescriptionKey56',''),(28116,995,'individualDescriptionKey57',''),(28117,995,'individualDescriptionKey58',''),(28118,995,'individualDescriptionKey59',''),(28119,995,'individualDescriptionKey60','Polypropylene cone'),(28120,995,'individualDescriptionKey61','Polypropylene cone'),(28121,995,'individualDescriptionKey62',''),(28122,995,'individualDescriptionKey63',''),(28123,995,'individualDescriptionKey64',''),(28124,995,'individualDescriptionKey65',''),(28125,995,'individualDescriptionKey66',''),(28126,995,'individualDescriptionKey67',''),(28127,995,'individualDescriptionKey68',''),(28128,995,'individualDescriptionKey69',''),(28129,995,'individualDescriptionKey70',''),(28130,995,'individualDescriptionKey71',''),(28131,995,'individualDescriptionKey72',''),(28132,995,'individualDescriptionKey73',''),(28133,995,'individualDescriptionKey74',''),(28134,995,'individualDescriptionKey75',''),(28135,995,'individualDescriptionKey76',''),(28136,995,'individualDescriptionKey77',''),(28137,995,'individualDescriptionKey78',''),(28138,995,'individualDescriptionKey79',''),(28139,995,'individualDescriptionKey80',''),(28140,995,'individualDescriptionKey81','Silk dome pivoting'),(28141,995,'individualDescriptionKey82',''),(28142,995,'individualDescriptionKey83',''),(28143,995,'individualDescriptionKey84',''),(28144,995,'individualDescriptionKey85',''),(28145,995,'individualDescriptionKey86',''),(28146,995,'individualDescriptionKey87',''),(28147,995,'individualDescriptionKey88',''),(28148,995,'individualDescriptionKey89','8 ohms'),(28149,995,'individualDescriptionKey90','Silk dome pivoting'),(28150,995,'individualDescriptionKey91',''),(28151,995,'individualDescriptionKey92',''),(28152,995,'individualDescriptionKey93',''),(28153,995,'individualDescriptionKey94',''),(28154,995,'individualDescriptionKey95',''),(28155,995,'individualDescriptionKey96','1 inch'),(28156,995,'individualDescriptionKey97','1 inch'),(28157,995,'individualDescriptionKey98',''),(28158,995,'individualDescriptionKey99',''),(28159,995,'individualDescriptionKey100',''),(28160,995,'individualDescriptionKey101',''),(28161,995,'individualDescriptionKey102',''),(28162,995,'individualDescriptionKey103','92 db.'),(28163,995,'individualDescriptionKey104','89 db.'),(28164,995,'individualDescriptionKey105',''),(28165,995,'individualDescriptionKey106',''),(28166,995,'individualDescriptionKey107',''),(28167,995,'individualDescriptionKey108',''),(28168,995,'individualDescriptionKey109',''),(28169,995,'individualDescriptionKey110','8 ohms'),(28170,995,'individualDescriptionKey111',''),(28171,995,'individualDescriptionKey112',''),(28172,995,'individualDescriptionKey113',''),(28173,995,'individualDescriptionKey114',''),(28174,995,'individualDescriptionKey115',''),(28175,995,'individualDescriptionKey116','11.82 in(h) x 8.42 in(w)'),(28176,995,'individualDescriptionKey117','9.8 in(h) x 15.11 in(w)'),(28177,995,'individualDescriptionKey118',''),(28178,995,'individualDescriptionKey119',''),(28179,995,'individualDescriptionKey120',''),(28180,995,'individualDescriptionKey121',''),(28181,995,'individualDescriptionKey122',''),(28182,995,'individualDescriptionKey123','10.69 in(h) x 7.28 in(w)'),(28183,995,'individualDescriptionKey124','8.66 in(h) x 13.97 in(w)'),(28184,995,'individualDescriptionKey125',''),(28185,995,'individualDescriptionKey126',''),(28186,995,'individualDescriptionKey127',''),(28187,995,'individualDescriptionKey128',''),(28188,995,'individualDescriptionKey129',''),(28189,995,'individualDescriptionKey130','R6.5IWBRKT'),(28190,995,'individualDescriptionKey131','R6.5LCRIWBRKT'),(28191,995,'individualDescriptionKey132',''),(28192,995,'individualDescriptionKey133',''),(28193,995,'individualDescriptionKey134',''),(28194,995,'individualDescriptionKey135',''),(28195,995,'individualDescriptionKey136',''),(28196,995,'individualDescriptionKey137','50Hz - 20Khz'),(28197,995,'individualDescriptionKey138','60Hz - 20Khz'),(28198,995,'individualDescriptionKey139',''),(28199,995,'individualDescriptionKey140',''),(28200,995,'individualDescriptionKey141',''),(28201,995,'individualDescriptionKey142',''),(28202,995,'individualDescriptionKey143',''),(28203,995,'individualDescriptionKey144','5 -100 watts'),(28204,995,'individualDescriptionKey145','5 - 150 watts'),(28205,995,'individualDescriptionKey146',''),(28206,995,'individualDescriptionKey147',''),(28207,995,'individualDescriptionKey148',''),(28208,995,'individualDescriptionKey149',''),(28209,995,'individualDescriptionKey150',''),(28210,995,'individualDescriptionKey151',''),(28211,995,'individualDescriptionKey152',''),(28212,995,'individualDescriptionKey153',''),(28213,995,'individualDescriptionKey154',''),(28214,995,'individualDescriptionKey155',''),(28215,995,'individualDescriptionKey156',''),(28216,995,'individualDescriptionKey157',''),(28217,995,'individualDescriptionKey158',''),(28218,995,'individualDescriptionKey159',''),(28219,995,'individualDescriptionKey160',''),(28220,995,'individualDescriptionKey161',''),(28221,995,'individualDescriptionKey162',''),(28222,995,'individualDescriptionKey163',''),(28223,995,'individualDescriptionKey164',''),(28224,995,'individualDescriptionKey165',''),(28225,995,'individualDescriptionKey166',''),(28226,995,'individualDescriptionKey167',''),(28227,995,'individualDescriptionKey168',''),(28228,995,'individualDescriptionKey169',''),(28229,995,'individualDescriptionKey170',''),(28230,995,'individualDescriptionKey171',''),(28231,995,'individualDescriptionKey172',''),(28232,995,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65IWZ_specs.pdf\" target=\"_blank\">R65IWZ_specs</a>'),(28233,995,'individualDescriptionKey174','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_specs.pdf\" target=\"_blank\">R65LCRIWZ_specs</a>'),(28234,995,'individualDescriptionKey175',''),(28235,995,'individualDescriptionKey176',''),(28236,995,'individualDescriptionKey177',''),(28237,995,'individualDescriptionKey178',''),(28238,995,'individualDescriptionKey179',''),(28239,995,'individualDescriptionKey180','<p style=\"text-align: center;\">** All Elura Red Label speakers come with a Limited Lifetime Warranty **</p>\r\n<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/RedLabelTitle.jpg\"><img class=\"aligncenter size-full wp-image-796\" src=\"http://elura.audio/wp-content/uploads/2015/12/RedLabelTitle.jpg\" alt=\"RedLabelTitle\" width=\"400\" height=\"75\" /></a></p>'),(28241,997,'individualDescriptionKey31',''),(28242,997,'individualDescriptionKey32',''),(28243,997,'individualDescriptionKey33',''),(28244,997,'individualDescriptionKey34',''),(28245,997,'individualDescriptionKey35',''),(28246,997,'individualDescriptionKey36',''),(28247,997,'individualDescriptionKey37',''),(28248,997,'individualDescriptionKey38','B6.5IW'),(28249,997,'individualDescriptionKey39',''),(28250,997,'individualDescriptionKey40',''),(28251,997,'individualDescriptionKey41',''),(28252,997,'individualDescriptionKey42',''),(28253,997,'individualDescriptionKey43',''),(28254,997,'individualDescriptionKey44',''),(28255,997,'individualDescriptionKey45',''),(28256,997,'individualDescriptionKey46','$349.99/PR.'),(28257,997,'individualDescriptionKey47',''),(28258,997,'individualDescriptionKey48',''),(28259,997,'individualDescriptionKey49',''),(28260,997,'individualDescriptionKey50',''),(28261,997,'individualDescriptionKey51',''),(28262,997,'individualDescriptionKey52',''),(28263,997,'individualDescriptionKey53','6.5 inch'),(28264,997,'individualDescriptionKey54',''),(28265,997,'individualDescriptionKey55',''),(28266,997,'individualDescriptionKey56',''),(28267,997,'individualDescriptionKey57',''),(28268,997,'individualDescriptionKey58',''),(28269,997,'individualDescriptionKey59',''),(28270,997,'individualDescriptionKey60','Polypropylene cone'),(28271,997,'individualDescriptionKey61',''),(28272,997,'individualDescriptionKey62',''),(28273,997,'individualDescriptionKey63',''),(28274,997,'individualDescriptionKey64',''),(28275,997,'individualDescriptionKey65',''),(28276,997,'individualDescriptionKey66',''),(28277,997,'individualDescriptionKey67',''),(28278,997,'individualDescriptionKey68',''),(28279,997,'individualDescriptionKey69',''),(28280,997,'individualDescriptionKey70',''),(28281,997,'individualDescriptionKey71',''),(28282,997,'individualDescriptionKey72',''),(28283,997,'individualDescriptionKey73',''),(28284,997,'individualDescriptionKey74',''),(28285,997,'individualDescriptionKey75',''),(28286,997,'individualDescriptionKey76',''),(28287,997,'individualDescriptionKey77',''),(28288,997,'individualDescriptionKey78',''),(28289,997,'individualDescriptionKey79',''),(28290,997,'individualDescriptionKey80',''),(28291,997,'individualDescriptionKey81','Silk dome, pivoting'),(28292,997,'individualDescriptionKey82',''),(28293,997,'individualDescriptionKey83',''),(28294,997,'individualDescriptionKey84',''),(28295,997,'individualDescriptionKey85',''),(28296,997,'individualDescriptionKey86',''),(28297,997,'individualDescriptionKey87',''),(28298,997,'individualDescriptionKey88',''),(28299,997,'individualDescriptionKey89','8 ohms'),(28300,997,'individualDescriptionKey90',''),(28301,997,'individualDescriptionKey91',''),(28302,997,'individualDescriptionKey92',''),(28303,997,'individualDescriptionKey93',''),(28304,997,'individualDescriptionKey94',''),(28305,997,'individualDescriptionKey95',''),(28306,997,'individualDescriptionKey96','1 inch'),(28307,997,'individualDescriptionKey97',''),(28308,997,'individualDescriptionKey98',''),(28309,997,'individualDescriptionKey99',''),(28310,997,'individualDescriptionKey100',''),(28311,997,'individualDescriptionKey101',''),(28312,997,'individualDescriptionKey102',''),(28313,997,'individualDescriptionKey103','91 db.'),(28314,997,'individualDescriptionKey104',''),(28315,997,'individualDescriptionKey105',''),(28316,997,'individualDescriptionKey106',''),(28317,997,'individualDescriptionKey107',''),(28318,997,'individualDescriptionKey108',''),(28319,997,'individualDescriptionKey109',''),(28320,997,'individualDescriptionKey110',''),(28321,997,'individualDescriptionKey111',''),(28322,997,'individualDescriptionKey112',''),(28323,997,'individualDescriptionKey113',''),(28324,997,'individualDescriptionKey114',''),(28325,997,'individualDescriptionKey115',''),(28326,997,'individualDescriptionKey116','12.13 in(h) x 8.66 in(w) x 3.23 in(d)'),(28327,997,'individualDescriptionKey117',''),(28328,997,'individualDescriptionKey118',''),(28329,997,'individualDescriptionKey119',''),(28330,997,'individualDescriptionKey120',''),(28331,997,'individualDescriptionKey121',''),(28332,997,'individualDescriptionKey122',''),(28333,997,'individualDescriptionKey123','10.71 in(h) x 7.28 in(w)'),(28334,997,'individualDescriptionKey124',''),(28335,997,'individualDescriptionKey125',''),(28336,997,'individualDescriptionKey126',''),(28337,997,'individualDescriptionKey127',''),(28338,997,'individualDescriptionKey128',''),(28339,997,'individualDescriptionKey129',''),(28340,997,'individualDescriptionKey130','B6.5IWBRKT'),(28341,997,'individualDescriptionKey131',''),(28342,997,'individualDescriptionKey132',''),(28343,997,'individualDescriptionKey133',''),(28344,997,'individualDescriptionKey134',''),(28345,997,'individualDescriptionKey135',''),(28346,997,'individualDescriptionKey136',''),(28347,997,'individualDescriptionKey137','55Hz - 20Khz'),(28348,997,'individualDescriptionKey138',''),(28349,997,'individualDescriptionKey139',''),(28350,997,'individualDescriptionKey140',''),(28351,997,'individualDescriptionKey141',''),(28352,997,'individualDescriptionKey142',''),(28353,997,'individualDescriptionKey143',''),(28354,997,'individualDescriptionKey144','5-70 watts'),(28355,997,'individualDescriptionKey145',''),(28356,997,'individualDescriptionKey146',''),(28357,997,'individualDescriptionKey147',''),(28358,997,'individualDescriptionKey148',''),(28359,997,'individualDescriptionKey149',''),(28360,997,'individualDescriptionKey150',''),(28361,997,'individualDescriptionKey151',''),(28362,997,'individualDescriptionKey152',''),(28363,997,'individualDescriptionKey153',''),(28364,997,'individualDescriptionKey154',''),(28365,997,'individualDescriptionKey155',''),(28366,997,'individualDescriptionKey156',''),(28367,997,'individualDescriptionKey157',''),(28368,997,'individualDescriptionKey158',''),(28369,997,'individualDescriptionKey159',''),(28370,997,'individualDescriptionKey160',''),(28371,997,'individualDescriptionKey161',''),(28372,997,'individualDescriptionKey162',''),(28373,997,'individualDescriptionKey163',''),(28374,997,'individualDescriptionKey164',''),(28375,997,'individualDescriptionKey165',''),(28376,997,'individualDescriptionKey166',''),(28377,997,'individualDescriptionKey167',''),(28378,997,'individualDescriptionKey168',''),(28379,997,'individualDescriptionKey169',''),(28380,997,'individualDescriptionKey170',''),(28381,997,'individualDescriptionKey171',''),(28382,997,'individualDescriptionKey172',''),(28383,997,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_specs1.pdf\" target=\"_blank\">B65IW_specs</a>'),(28384,997,'individualDescriptionKey174',''),(28385,997,'individualDescriptionKey175',''),(28386,997,'individualDescriptionKey176',''),(28387,997,'individualDescriptionKey177',''),(28388,997,'individualDescriptionKey178',''),(28389,997,'individualDescriptionKey179',''),(28390,997,'individualDescriptionKey180','<p style=\"text-align: center;\">** All Elura Black Label speakers come with a Limited Lifetime Warranty **</p>\r\n<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\"><img class=\"aligncenter size-medium wp-image-795\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle-300x56.jpg\" alt=\"BlackLabelTitle\" width=\"300\" height=\"56\" /></a></p>'),(28392,954,'individualDescriptionKey31',''),(28393,954,'individualDescriptionKey32',''),(28394,954,'individualDescriptionKey33',''),(28395,954,'individualDescriptionKey34',''),(28396,954,'individualDescriptionKey35',''),(28397,954,'individualDescriptionKey36',''),(28398,954,'individualDescriptionKey37',''),(28399,954,'individualDescriptionKey38','B6.5'),(28400,954,'individualDescriptionKey39','B6.5ST'),(28401,954,'individualDescriptionKey40','B8'),(28402,954,'individualDescriptionKey41',''),(28403,954,'individualDescriptionKey42',''),(28404,954,'individualDescriptionKey43',''),(28405,954,'individualDescriptionKey44',''),(28406,954,'individualDescriptionKey45',''),(28407,954,'individualDescriptionKey46','$249.99/PR.'),(28408,954,'individualDescriptionKey47','$199.99/EA.'),(28409,954,'individualDescriptionKey48','$349.99/PR.'),(28410,954,'individualDescriptionKey49',''),(28411,954,'individualDescriptionKey50',''),(28412,954,'individualDescriptionKey51',''),(28413,954,'individualDescriptionKey52',''),(28414,954,'individualDescriptionKey53','6.5 inch'),(28415,954,'individualDescriptionKey54','6.5 inch'),(28416,954,'individualDescriptionKey55','8 inch'),(28417,954,'individualDescriptionKey56',''),(28418,954,'individualDescriptionKey57',''),(28419,954,'individualDescriptionKey58',''),(28420,954,'individualDescriptionKey59',''),(28421,954,'individualDescriptionKey60','Polypropylene cone'),(28422,954,'individualDescriptionKey61','Polypropylene cone'),(28423,954,'individualDescriptionKey62','Polypropylene cone'),(28424,954,'individualDescriptionKey63',''),(28425,954,'individualDescriptionKey64',''),(28426,954,'individualDescriptionKey65',''),(28427,954,'individualDescriptionKey66',''),(28428,954,'individualDescriptionKey67',''),(28429,954,'individualDescriptionKey68',''),(28430,954,'individualDescriptionKey69',''),(28431,954,'individualDescriptionKey70',''),(28432,954,'individualDescriptionKey71',''),(28433,954,'individualDescriptionKey72',''),(28434,954,'individualDescriptionKey73',''),(28435,954,'individualDescriptionKey74',''),(28436,954,'individualDescriptionKey75',''),(28437,954,'individualDescriptionKey76',''),(28438,954,'individualDescriptionKey77',''),(28439,954,'individualDescriptionKey78',''),(28440,954,'individualDescriptionKey79',''),(28441,954,'individualDescriptionKey80',''),(28442,954,'individualDescriptionKey81','Polyether Imide'),(28443,954,'individualDescriptionKey82',''),(28444,954,'individualDescriptionKey83',''),(28445,954,'individualDescriptionKey84',''),(28446,954,'individualDescriptionKey85',''),(28447,954,'individualDescriptionKey86',''),(28448,954,'individualDescriptionKey87',''),(28449,954,'individualDescriptionKey88',''),(28450,954,'individualDescriptionKey89','8 ohms'),(28451,954,'individualDescriptionKey90','Polyether Imide'),(28452,954,'individualDescriptionKey91','Polyether Imide'),(28453,954,'individualDescriptionKey92',''),(28454,954,'individualDescriptionKey93',''),(28455,954,'individualDescriptionKey94',''),(28456,954,'individualDescriptionKey95',''),(28457,954,'individualDescriptionKey96','1/2 inch'),(28458,954,'individualDescriptionKey97','Dual 1/2 inch'),(28459,954,'individualDescriptionKey98','1/2 inch'),(28460,954,'individualDescriptionKey99',''),(28461,954,'individualDescriptionKey100',''),(28462,954,'individualDescriptionKey101',''),(28463,954,'individualDescriptionKey102',''),(28464,954,'individualDescriptionKey103','91 db.'),(28465,954,'individualDescriptionKey104','91 db.'),(28466,954,'individualDescriptionKey105','92 db.'),(28467,954,'individualDescriptionKey106',''),(28468,954,'individualDescriptionKey107',''),(28469,954,'individualDescriptionKey108',''),(28470,954,'individualDescriptionKey109',''),(28471,954,'individualDescriptionKey110','8 ohms'),(28472,954,'individualDescriptionKey111','8 ohms'),(28473,954,'individualDescriptionKey112',''),(28474,954,'individualDescriptionKey113',''),(28475,954,'individualDescriptionKey114',''),(28476,954,'individualDescriptionKey115',''),(28477,954,'individualDescriptionKey116','8.95 in(w) x 3.3 in(d)'),(28478,954,'individualDescriptionKey117','8.95 in(w) x 3.3 in(d)'),(28479,954,'individualDescriptionKey118','10.7 in(w) x 3.6 in(d)'),(28480,954,'individualDescriptionKey119',''),(28481,954,'individualDescriptionKey120',''),(28482,954,'individualDescriptionKey121',''),(28483,954,'individualDescriptionKey122',''),(28484,954,'individualDescriptionKey123','7.6 inches'),(28485,954,'individualDescriptionKey124','7.6 inches'),(28486,954,'individualDescriptionKey125','9.3 inches'),(28487,954,'individualDescriptionKey126',''),(28488,954,'individualDescriptionKey127',''),(28489,954,'individualDescriptionKey128',''),(28490,954,'individualDescriptionKey129',''),(28491,954,'individualDescriptionKey130','B6.5BRKT'),(28492,954,'individualDescriptionKey131','B6.5BRKT'),(28493,954,'individualDescriptionKey132','B8BRKT'),(28494,954,'individualDescriptionKey133',''),(28495,954,'individualDescriptionKey134',''),(28496,954,'individualDescriptionKey135',''),(28497,954,'individualDescriptionKey136',''),(28498,954,'individualDescriptionKey137','55Hz - 20Khz'),(28499,954,'individualDescriptionKey138','55Hz - 20Khz'),(28500,954,'individualDescriptionKey139','45Hz - 20 Khz'),(28501,954,'individualDescriptionKey140',''),(28502,954,'individualDescriptionKey141',''),(28503,954,'individualDescriptionKey142',''),(28504,954,'individualDescriptionKey143',''),(28505,954,'individualDescriptionKey144','5-70 watts'),(28506,954,'individualDescriptionKey145','5-70 watts'),(28507,954,'individualDescriptionKey146','5-90 watts'),(28508,954,'individualDescriptionKey147',''),(28509,954,'individualDescriptionKey148',''),(28510,954,'individualDescriptionKey149',''),(28511,954,'individualDescriptionKey150',''),(28512,954,'individualDescriptionKey151',''),(28513,954,'individualDescriptionKey152',''),(28514,954,'individualDescriptionKey153',''),(28515,954,'individualDescriptionKey154',''),(28516,954,'individualDescriptionKey155',''),(28517,954,'individualDescriptionKey156',''),(28518,954,'individualDescriptionKey157',''),(28519,954,'individualDescriptionKey158',''),(28520,954,'individualDescriptionKey159',''),(28521,954,'individualDescriptionKey160',''),(28522,954,'individualDescriptionKey161',''),(28523,954,'individualDescriptionKey162',''),(28524,954,'individualDescriptionKey163',''),(28525,954,'individualDescriptionKey164',''),(28526,954,'individualDescriptionKey165',''),(28527,954,'individualDescriptionKey166',''),(28528,954,'individualDescriptionKey167',''),(28529,954,'individualDescriptionKey168',''),(28530,954,'individualDescriptionKey169',''),(28531,954,'individualDescriptionKey170',''),(28532,954,'individualDescriptionKey171',''),(28533,954,'individualDescriptionKey172',''),(28534,954,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65_specs.pdf\" target=\"_blank\">B65_specs</a>'),(28535,954,'individualDescriptionKey174','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65ST_specs.pdf\" target=\"_blank\">B65ST_specs</a>'),(28536,954,'individualDescriptionKey175','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B8_specs1.pdf\" target=\"_blank\">B8_specs</a>'),(28537,954,'individualDescriptionKey176',''),(28538,954,'individualDescriptionKey177',''),(28539,954,'individualDescriptionKey178',''),(28540,954,'individualDescriptionKey179',''),(28541,954,'individualDescriptionKey180','<p style=\"text-align: center;\">**All Black Labels architectural speakers come with a Limited Lifetime Warranty **</p>\r\n<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\"><img class=\"aligncenter size-full wp-image-795\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\" alt=\"BlackLabelTitle\" width=\"400\" height=\"75\" /></a></p>'),(28543,950,'individualDescriptionKey31',''),(28544,950,'individualDescriptionKey32',''),(28545,950,'individualDescriptionKey33',''),(28546,950,'individualDescriptionKey34',''),(28547,950,'individualDescriptionKey35',''),(28548,950,'individualDescriptionKey36',''),(28549,950,'individualDescriptionKey37',''),(28550,950,'individualDescriptionKey38','SUBB8'),(28551,950,'individualDescriptionKey39',''),(28552,950,'individualDescriptionKey40',''),(28553,950,'individualDescriptionKey41',''),(28554,950,'individualDescriptionKey42',''),(28555,950,'individualDescriptionKey43',''),(28556,950,'individualDescriptionKey44',''),(28557,950,'individualDescriptionKey45',''),(28558,950,'individualDescriptionKey46','$299.99'),(28559,950,'individualDescriptionKey47',''),(28560,950,'individualDescriptionKey48',''),(28561,950,'individualDescriptionKey49',''),(28562,950,'individualDescriptionKey50',''),(28563,950,'individualDescriptionKey51',''),(28564,950,'individualDescriptionKey52',''),(28565,950,'individualDescriptionKey53','8 inch'),(28566,950,'individualDescriptionKey54',''),(28567,950,'individualDescriptionKey55',''),(28568,950,'individualDescriptionKey56',''),(28569,950,'individualDescriptionKey57',''),(28570,950,'individualDescriptionKey58',''),(28571,950,'individualDescriptionKey59',''),(28572,950,'individualDescriptionKey60','Paper cone'),(28573,950,'individualDescriptionKey61',''),(28574,950,'individualDescriptionKey62',''),(28575,950,'individualDescriptionKey63',''),(28576,950,'individualDescriptionKey64',''),(28577,950,'individualDescriptionKey65',''),(28578,950,'individualDescriptionKey66',''),(28579,950,'individualDescriptionKey67',''),(28580,950,'individualDescriptionKey68',''),(28581,950,'individualDescriptionKey69',''),(28582,950,'individualDescriptionKey70',''),(28583,950,'individualDescriptionKey71',''),(28584,950,'individualDescriptionKey72',''),(28585,950,'individualDescriptionKey73',''),(28586,950,'individualDescriptionKey74',''),(28587,950,'individualDescriptionKey75',''),(28588,950,'individualDescriptionKey76',''),(28589,950,'individualDescriptionKey77',''),(28590,950,'individualDescriptionKey78',''),(28591,950,'individualDescriptionKey79',''),(28592,950,'individualDescriptionKey80',''),(28593,950,'individualDescriptionKey81',''),(28594,950,'individualDescriptionKey82',''),(28595,950,'individualDescriptionKey83',''),(28596,950,'individualDescriptionKey84',''),(28597,950,'individualDescriptionKey85',''),(28598,950,'individualDescriptionKey86',''),(28599,950,'individualDescriptionKey87',''),(28600,950,'individualDescriptionKey88',''),(28601,950,'individualDescriptionKey89','8 ohms'),(28602,950,'individualDescriptionKey90',''),(28603,950,'individualDescriptionKey91',''),(28604,950,'individualDescriptionKey92',''),(28605,950,'individualDescriptionKey93',''),(28606,950,'individualDescriptionKey94',''),(28607,950,'individualDescriptionKey95',''),(28608,950,'individualDescriptionKey96',''),(28609,950,'individualDescriptionKey97',''),(28610,950,'individualDescriptionKey98',''),(28611,950,'individualDescriptionKey99',''),(28612,950,'individualDescriptionKey100',''),(28613,950,'individualDescriptionKey101',''),(28614,950,'individualDescriptionKey102',''),(28615,950,'individualDescriptionKey103',''),(28616,950,'individualDescriptionKey104',''),(28617,950,'individualDescriptionKey105',''),(28618,950,'individualDescriptionKey106',''),(28619,950,'individualDescriptionKey107',''),(28620,950,'individualDescriptionKey108',''),(28621,950,'individualDescriptionKey109',''),(28622,950,'individualDescriptionKey110',''),(28623,950,'individualDescriptionKey111',''),(28624,950,'individualDescriptionKey112',''),(28625,950,'individualDescriptionKey113',''),(28626,950,'individualDescriptionKey114',''),(28627,950,'individualDescriptionKey115',''),(28628,950,'individualDescriptionKey116',' 11.8 in(w) x 12.8 in(h) x 11.8 in(d)'),(28629,950,'individualDescriptionKey117',''),(28630,950,'individualDescriptionKey118',''),(28631,950,'individualDescriptionKey119',''),(28632,950,'individualDescriptionKey120',''),(28633,950,'individualDescriptionKey121',''),(28634,950,'individualDescriptionKey122',''),(28635,950,'individualDescriptionKey123',''),(28636,950,'individualDescriptionKey124',''),(28637,950,'individualDescriptionKey125',''),(28638,950,'individualDescriptionKey126',''),(28639,950,'individualDescriptionKey127',''),(28640,950,'individualDescriptionKey128',''),(28641,950,'individualDescriptionKey129',''),(28642,950,'individualDescriptionKey130',''),(28643,950,'individualDescriptionKey131',''),(28644,950,'individualDescriptionKey132',''),(28645,950,'individualDescriptionKey133',''),(28646,950,'individualDescriptionKey134',''),(28647,950,'individualDescriptionKey135',''),(28648,950,'individualDescriptionKey136',''),(28649,950,'individualDescriptionKey137','40Hz - 150Hz'),(28650,950,'individualDescriptionKey138',''),(28651,950,'individualDescriptionKey139',''),(28652,950,'individualDescriptionKey140',''),(28653,950,'individualDescriptionKey141',''),(28654,950,'individualDescriptionKey142',''),(28655,950,'individualDescriptionKey143',''),(28656,950,'individualDescriptionKey144','150 watts'),(28657,950,'individualDescriptionKey145',''),(28658,950,'individualDescriptionKey146',''),(28659,950,'individualDescriptionKey147',''),(28660,950,'individualDescriptionKey148',''),(28661,950,'individualDescriptionKey149',''),(28662,950,'individualDescriptionKey150',''),(28663,950,'individualDescriptionKey151','1 1/2 inch'),(28664,950,'individualDescriptionKey152',''),(28665,950,'individualDescriptionKey153',''),(28666,950,'individualDescriptionKey154',''),(28667,950,'individualDescriptionKey155',''),(28668,950,'individualDescriptionKey156',''),(28669,950,'individualDescriptionKey157',''),(28670,950,'individualDescriptionKey158','0 - 180°'),(28671,950,'individualDescriptionKey159',''),(28672,950,'individualDescriptionKey160',''),(28673,950,'individualDescriptionKey161',''),(28674,950,'individualDescriptionKey162',''),(28675,950,'individualDescriptionKey163',''),(28676,950,'individualDescriptionKey164',''),(28677,950,'individualDescriptionKey165',''),(28678,950,'individualDescriptionKey166',''),(28679,950,'individualDescriptionKey167',''),(28680,950,'individualDescriptionKey168',''),(28681,950,'individualDescriptionKey169',''),(28682,950,'individualDescriptionKey170',''),(28683,950,'individualDescriptionKey171',''),(28684,950,'individualDescriptionKey172',''),(28685,950,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_specs.pdf\" target=\"_blank\">SUBB8_specs</a>'),(28686,950,'individualDescriptionKey174',''),(28687,950,'individualDescriptionKey175',''),(28688,950,'individualDescriptionKey176',''),(28689,950,'individualDescriptionKey177',''),(28690,950,'individualDescriptionKey178',''),(28691,950,'individualDescriptionKey179',''),(28692,950,'individualDescriptionKey180','<p style=\"text-align: center;\">** All Elura subwoofers come with a 1 year warranty **</p>\r\n<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\"><img class=\"aligncenter size-full wp-image-795\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\" alt=\"BlackLabelTitle\" width=\"400\" height=\"75\" /></a></p>'),(28701,1282,'individualDescriptionKey31',''),(28702,1282,'individualDescriptionKey32',''),(28703,1282,'individualDescriptionKey33',''),(28704,1282,'individualDescriptionKey34',''),(28705,1282,'individualDescriptionKey35',''),(28706,1282,'individualDescriptionKey36',''),(28707,1282,'individualDescriptionKey37',''),(28708,1282,'individualDescriptionKey38',''),(28709,1282,'individualDescriptionKey39',''),(28710,1282,'individualDescriptionKey40',''),(28711,1282,'individualDescriptionKey41',''),(28712,1282,'individualDescriptionKey42',''),(28713,1282,'individualDescriptionKey43',''),(28714,1282,'individualDescriptionKey44',''),(28715,1282,'individualDescriptionKey45',''),(28716,1282,'individualDescriptionKey46',''),(28717,1282,'individualDescriptionKey47',''),(28718,1282,'individualDescriptionKey48',''),(28719,1282,'individualDescriptionKey49',''),(28720,1282,'individualDescriptionKey50',''),(28721,1282,'individualDescriptionKey51',''),(28722,1282,'individualDescriptionKey52',''),(28723,1282,'individualDescriptionKey53',''),(28724,1282,'individualDescriptionKey54',''),(28725,1282,'individualDescriptionKey55',''),(28726,1282,'individualDescriptionKey56',''),(28727,1282,'individualDescriptionKey57',''),(28728,1282,'individualDescriptionKey58',''),(28729,1282,'individualDescriptionKey59',''),(28730,1282,'individualDescriptionKey60',''),(28731,1282,'individualDescriptionKey61',''),(28732,1282,'individualDescriptionKey62',''),(28733,1282,'individualDescriptionKey63',''),(28734,1282,'individualDescriptionKey64',''),(28735,1282,'individualDescriptionKey65',''),(28736,1282,'individualDescriptionKey66',''),(28737,1282,'individualDescriptionKey67',''),(28738,1282,'individualDescriptionKey68',''),(28739,1282,'individualDescriptionKey69',''),(28740,1282,'individualDescriptionKey70',''),(28741,1282,'individualDescriptionKey71',''),(28742,1282,'individualDescriptionKey72',''),(28743,1282,'individualDescriptionKey73',''),(28744,1282,'individualDescriptionKey74',''),(28745,1282,'individualDescriptionKey75',''),(28746,1282,'individualDescriptionKey76',''),(28747,1282,'individualDescriptionKey77',''),(28748,1282,'individualDescriptionKey78',''),(28749,1282,'individualDescriptionKey79',''),(28750,1282,'individualDescriptionKey80',''),(28751,1282,'individualDescriptionKey81',''),(28752,1282,'individualDescriptionKey82',''),(28753,1282,'individualDescriptionKey83',''),(28754,1282,'individualDescriptionKey84',''),(28755,1282,'individualDescriptionKey85',''),(28756,1282,'individualDescriptionKey86',''),(28757,1282,'individualDescriptionKey87',''),(28758,1282,'individualDescriptionKey88',''),(28759,1282,'individualDescriptionKey89',''),(28760,1282,'individualDescriptionKey90',''),(28761,1282,'individualDescriptionKey91',''),(28762,1282,'individualDescriptionKey92',''),(28763,1282,'individualDescriptionKey93',''),(28764,1282,'individualDescriptionKey94',''),(28765,1282,'individualDescriptionKey95',''),(28766,1282,'individualDescriptionKey96',''),(28767,1282,'individualDescriptionKey97',''),(28768,1282,'individualDescriptionKey98',''),(28769,1282,'individualDescriptionKey99',''),(28770,1282,'individualDescriptionKey100',''),(28771,1282,'individualDescriptionKey101',''),(28772,1282,'individualDescriptionKey102',''),(28773,1282,'individualDescriptionKey103',''),(28774,1282,'individualDescriptionKey104',''),(28775,1282,'individualDescriptionKey105',''),(28776,1282,'individualDescriptionKey106',''),(28777,1282,'individualDescriptionKey107',''),(28778,1282,'individualDescriptionKey108',''),(28779,1282,'individualDescriptionKey109',''),(28780,1282,'individualDescriptionKey110',''),(28781,1282,'individualDescriptionKey111',''),(28782,1282,'individualDescriptionKey112',''),(28783,1282,'individualDescriptionKey113',''),(28784,1282,'individualDescriptionKey114',''),(28785,1282,'individualDescriptionKey115',''),(28786,1282,'individualDescriptionKey116',''),(28787,1282,'individualDescriptionKey117',''),(28788,1282,'individualDescriptionKey118',''),(28789,1282,'individualDescriptionKey119',''),(28790,1282,'individualDescriptionKey120',''),(28791,1282,'individualDescriptionKey121',''),(28792,1282,'individualDescriptionKey122',''),(28793,1282,'individualDescriptionKey123',''),(28794,1282,'individualDescriptionKey124',''),(28795,1282,'individualDescriptionKey125',''),(28796,1282,'individualDescriptionKey126',''),(28797,1282,'individualDescriptionKey127',''),(28798,1282,'individualDescriptionKey128',''),(28799,1282,'individualDescriptionKey129',''),(28800,1282,'individualDescriptionKey130',''),(28801,1282,'individualDescriptionKey131',''),(28802,1282,'individualDescriptionKey132',''),(28803,1282,'individualDescriptionKey133',''),(28804,1282,'individualDescriptionKey134',''),(28805,1282,'individualDescriptionKey135',''),(28806,1282,'individualDescriptionKey136',''),(28807,1282,'individualDescriptionKey137',''),(28808,1282,'individualDescriptionKey138',''),(28809,1282,'individualDescriptionKey139',''),(28810,1282,'individualDescriptionKey140',''),(28811,1282,'individualDescriptionKey141',''),(28812,1282,'individualDescriptionKey142',''),(28813,1282,'individualDescriptionKey143',''),(28814,1282,'individualDescriptionKey144',''),(28815,1282,'individualDescriptionKey145',''),(28816,1282,'individualDescriptionKey146',''),(28817,1282,'individualDescriptionKey147',''),(28818,1282,'individualDescriptionKey148',''),(28819,1282,'individualDescriptionKey149',''),(28820,1282,'individualDescriptionKey150',''),(28821,1282,'individualDescriptionKey151',''),(28822,1282,'individualDescriptionKey152',''),(28823,1282,'individualDescriptionKey153',''),(28824,1282,'individualDescriptionKey154',''),(28825,1282,'individualDescriptionKey155',''),(28826,1282,'individualDescriptionKey156',''),(28827,1282,'individualDescriptionKey157',''),(28828,1282,'individualDescriptionKey158',''),(28829,1282,'individualDescriptionKey159',''),(28830,1282,'individualDescriptionKey160',''),(28831,1282,'individualDescriptionKey161',''),(28832,1282,'individualDescriptionKey162',''),(28833,1282,'individualDescriptionKey163',''),(28834,1282,'individualDescriptionKey164',''),(28835,1282,'individualDescriptionKey165',''),(28836,1282,'individualDescriptionKey166',''),(28837,1282,'individualDescriptionKey167',''),(28838,1282,'individualDescriptionKey168',''),(28839,1282,'individualDescriptionKey169',''),(28840,1282,'individualDescriptionKey170',''),(28841,1282,'individualDescriptionKey171',''),(28842,1282,'individualDescriptionKey172',''),(28843,1282,'individualDescriptionKey173',''),(28844,1282,'individualDescriptionKey174',''),(28845,1282,'individualDescriptionKey175',''),(28846,1282,'individualDescriptionKey176',''),(28847,1282,'individualDescriptionKey177',''),(28848,1282,'individualDescriptionKey178',''),(28849,1282,'individualDescriptionKey179',''),(28850,1282,'individualDescriptionKey180',''),(28851,957,'individualDescriptionKey31',''),(28852,957,'individualDescriptionKey32',''),(28853,957,'individualDescriptionKey33',''),(28854,957,'individualDescriptionKey34',''),(28855,957,'individualDescriptionKey35',''),(28856,957,'individualDescriptionKey36',''),(28857,957,'individualDescriptionKey37',''),(28858,957,'individualDescriptionKey38',''),(28859,957,'individualDescriptionKey39',''),(28860,957,'individualDescriptionKey40',''),(28861,957,'individualDescriptionKey41',''),(28862,957,'individualDescriptionKey42',''),(28863,957,'individualDescriptionKey43',''),(28864,957,'individualDescriptionKey44',''),(28865,957,'individualDescriptionKey45',''),(28866,957,'individualDescriptionKey46',''),(28867,957,'individualDescriptionKey47',''),(28868,957,'individualDescriptionKey48',''),(28869,957,'individualDescriptionKey49',''),(28870,957,'individualDescriptionKey50',''),(28871,957,'individualDescriptionKey51',''),(28872,957,'individualDescriptionKey52',''),(28873,957,'individualDescriptionKey53',''),(28874,957,'individualDescriptionKey54',''),(28875,957,'individualDescriptionKey55',''),(28876,957,'individualDescriptionKey56',''),(28877,957,'individualDescriptionKey57',''),(28878,957,'individualDescriptionKey58',''),(28879,957,'individualDescriptionKey59',''),(28880,957,'individualDescriptionKey60',''),(28881,957,'individualDescriptionKey61',''),(28882,957,'individualDescriptionKey62',''),(28883,957,'individualDescriptionKey63',''),(28884,957,'individualDescriptionKey64',''),(28885,957,'individualDescriptionKey65',''),(28886,957,'individualDescriptionKey66',''),(28887,957,'individualDescriptionKey67',''),(28888,957,'individualDescriptionKey68',''),(28889,957,'individualDescriptionKey69',''),(28890,957,'individualDescriptionKey70',''),(28891,957,'individualDescriptionKey71',''),(28892,957,'individualDescriptionKey72',''),(28893,957,'individualDescriptionKey73',''),(28894,957,'individualDescriptionKey74',''),(28895,957,'individualDescriptionKey75',''),(28896,957,'individualDescriptionKey76',''),(28897,957,'individualDescriptionKey77',''),(28898,957,'individualDescriptionKey78',''),(28899,957,'individualDescriptionKey79',''),(28900,957,'individualDescriptionKey80',''),(28901,957,'individualDescriptionKey81',''),(28902,957,'individualDescriptionKey82',''),(28903,957,'individualDescriptionKey83',''),(28904,957,'individualDescriptionKey84',''),(28905,957,'individualDescriptionKey85',''),(28906,957,'individualDescriptionKey86',''),(28907,957,'individualDescriptionKey87',''),(28908,957,'individualDescriptionKey88',''),(28909,957,'individualDescriptionKey89',''),(28910,957,'individualDescriptionKey90',''),(28911,957,'individualDescriptionKey91',''),(28912,957,'individualDescriptionKey92',''),(28913,957,'individualDescriptionKey93',''),(28914,957,'individualDescriptionKey94',''),(28915,957,'individualDescriptionKey95',''),(28916,957,'individualDescriptionKey96',''),(28917,957,'individualDescriptionKey97',''),(28918,957,'individualDescriptionKey98',''),(28919,957,'individualDescriptionKey99',''),(28920,957,'individualDescriptionKey100',''),(28921,957,'individualDescriptionKey101',''),(28922,957,'individualDescriptionKey102',''),(28923,957,'individualDescriptionKey103',''),(28924,957,'individualDescriptionKey104',''),(28925,957,'individualDescriptionKey105',''),(28926,957,'individualDescriptionKey106',''),(28927,957,'individualDescriptionKey107',''),(28928,957,'individualDescriptionKey108',''),(28929,957,'individualDescriptionKey109',''),(28930,957,'individualDescriptionKey110',''),(28931,957,'individualDescriptionKey111',''),(28932,957,'individualDescriptionKey112',''),(28933,957,'individualDescriptionKey113',''),(28934,957,'individualDescriptionKey114',''),(28935,957,'individualDescriptionKey115',''),(28936,957,'individualDescriptionKey116',''),(28937,957,'individualDescriptionKey117',''),(28938,957,'individualDescriptionKey118',''),(28939,957,'individualDescriptionKey119',''),(28940,957,'individualDescriptionKey120',''),(28941,957,'individualDescriptionKey121',''),(28942,957,'individualDescriptionKey122',''),(28943,957,'individualDescriptionKey123',''),(28944,957,'individualDescriptionKey124',''),(28945,957,'individualDescriptionKey125',''),(28946,957,'individualDescriptionKey126',''),(28947,957,'individualDescriptionKey127',''),(28948,957,'individualDescriptionKey128',''),(28949,957,'individualDescriptionKey129',''),(28950,957,'individualDescriptionKey130',''),(28951,957,'individualDescriptionKey131',''),(28952,957,'individualDescriptionKey132',''),(28953,957,'individualDescriptionKey133',''),(28954,957,'individualDescriptionKey134',''),(28955,957,'individualDescriptionKey135',''),(28956,957,'individualDescriptionKey136',''),(28957,957,'individualDescriptionKey137',''),(28958,957,'individualDescriptionKey138',''),(28959,957,'individualDescriptionKey139',''),(28960,957,'individualDescriptionKey140',''),(28961,957,'individualDescriptionKey141',''),(28962,957,'individualDescriptionKey142',''),(28963,957,'individualDescriptionKey143',''),(28964,957,'individualDescriptionKey144',''),(28965,957,'individualDescriptionKey145',''),(28966,957,'individualDescriptionKey146',''),(28967,957,'individualDescriptionKey147',''),(28968,957,'individualDescriptionKey148',''),(28969,957,'individualDescriptionKey149',''),(28970,957,'individualDescriptionKey150',''),(28971,957,'individualDescriptionKey151',''),(28972,957,'individualDescriptionKey152',''),(28973,957,'individualDescriptionKey153',''),(28974,957,'individualDescriptionKey154',''),(28975,957,'individualDescriptionKey155',''),(28976,957,'individualDescriptionKey156',''),(28977,957,'individualDescriptionKey157',''),(28978,957,'individualDescriptionKey158',''),(28979,957,'individualDescriptionKey159',''),(28980,957,'individualDescriptionKey160',''),(28981,957,'individualDescriptionKey161',''),(28982,957,'individualDescriptionKey162',''),(28983,957,'individualDescriptionKey163',''),(28984,957,'individualDescriptionKey164',''),(28985,957,'individualDescriptionKey165',''),(28986,957,'individualDescriptionKey166',''),(28987,957,'individualDescriptionKey167',''),(28988,957,'individualDescriptionKey168',''),(28989,957,'individualDescriptionKey169',''),(28990,957,'individualDescriptionKey170',''),(28991,957,'individualDescriptionKey171',''),(28992,957,'individualDescriptionKey172',''),(28993,957,'individualDescriptionKey173',''),(28994,957,'individualDescriptionKey174',''),(28995,957,'individualDescriptionKey175',''),(28996,957,'individualDescriptionKey176',''),(28997,957,'individualDescriptionKey177',''),(28998,957,'individualDescriptionKey178',''),(28999,957,'individualDescriptionKey179',''),(29000,957,'individualDescriptionKey180',''),(29004,1311,'_key1',''),(29005,1311,'_key2',''),(29006,1311,'_key3',''),(29007,1311,'_key4',''),(29008,1311,'_key5',''),(29009,1311,'_key6',''),(29010,1311,'_key7',''),(29011,1311,'_key8',''),(29012,1311,'_key9',''),(29013,1311,'_key10',''),(29014,1311,'_key11',''),(29015,1311,'_key12',''),(29016,1311,'_key13',''),(29017,1311,'_key14',''),(29018,1311,'_key15',''),(29019,1311,'_key16',''),(29020,1311,'_key17',''),(29021,1311,'_key18',''),(29022,1311,'_key19',''),(29023,1311,'_key20',''),(29024,1311,'imageSliderKey1',''),(29025,1311,'imageSliderKey2',''),(29026,1311,'imageSliderKey3',''),(29027,1311,'imageSliderKey4',''),(29028,1311,'imageSliderKey5',''),(29029,1311,'imageSliderKey6',''),(29030,1311,'imageSliderKey7',''),(29031,1311,'imageSliderKey8',''),(29032,1311,'imageSliderKey9',''),(29033,1311,'imageSliderKey10',''),(29034,1311,'imageSliderKey11',''),(29035,1311,'imageSliderKey12',''),(29036,1311,'imageSliderKey13',''),(29037,1311,'imageSliderKey14',''),(29038,1311,'imageSliderKey15',''),(29039,1311,'imageSliderKey16',''),(29040,1311,'imageSliderKey17',''),(29041,1311,'imageSliderKey18',''),(29042,1311,'imageSliderKey19',''),(29043,1311,'imageSliderKey20',''),(29044,1311,'imageSliderKey21',''),(29045,1311,'imageSliderKey22',''),(29046,1311,'imageSliderKey23',''),(29047,1311,'imageSliderKey24',''),(29048,1311,'imageSliderKey25',''),(29049,1311,'imageSliderKey26',''),(29050,1311,'imageSliderKey27',''),(29051,1311,'imageSliderKey28',''),(29052,1311,'imageSliderKey29',''),(29053,1311,'imageSliderKey30',''),(29054,1311,'individualDescriptionKey1',''),(29055,1311,'individualDescriptionKey2',''),(29056,1311,'individualDescriptionKey3',''),(29057,1311,'individualDescriptionKey4',''),(29058,1311,'individualDescriptionKey5',''),(29059,1311,'individualDescriptionKey6',''),(29060,1311,'individualDescriptionKey7',''),(29061,1311,'individualDescriptionKey8',''),(29062,1311,'individualDescriptionKey9',''),(29063,1311,'individualDescriptionKey10',''),(29064,1311,'individualDescriptionKey11',''),(29065,1311,'individualDescriptionKey12',''),(29066,1311,'individualDescriptionKey13',''),(29067,1311,'individualDescriptionKey14',''),(29068,1311,'individualDescriptionKey15',''),(29069,1311,'individualDescriptionKey16',''),(29070,1311,'individualDescriptionKey17',''),(29071,1311,'individualDescriptionKey18',''),(29072,1311,'individualDescriptionKey19',''),(29073,1311,'individualDescriptionKey20',''),(29074,1311,'individualDescriptionKey21',''),(29075,1311,'individualDescriptionKey22',''),(29076,1311,'individualDescriptionKey23',''),(29077,1311,'individualDescriptionKey24',''),(29078,1311,'individualDescriptionKey25',''),(29079,1311,'individualDescriptionKey26',''),(29080,1311,'individualDescriptionKey27',''),(29081,1311,'individualDescriptionKey28',''),(29082,1311,'individualDescriptionKey29',''),(29083,1311,'individualDescriptionKey30',''),(29084,1311,'individualDescriptionKey31',''),(29085,1311,'individualDescriptionKey32',''),(29086,1311,'individualDescriptionKey33',''),(29087,1311,'individualDescriptionKey34',''),(29088,1311,'individualDescriptionKey35',''),(29089,1311,'individualDescriptionKey36',''),(29090,1311,'individualDescriptionKey37',''),(29091,1311,'individualDescriptionKey38',''),(29092,1311,'individualDescriptionKey39',''),(29093,1311,'individualDescriptionKey40',''),(29094,1311,'individualDescriptionKey41',''),(29095,1311,'individualDescriptionKey42',''),(29096,1311,'individualDescriptionKey43',''),(29097,1311,'individualDescriptionKey44',''),(29098,1311,'individualDescriptionKey45',''),(29099,1311,'individualDescriptionKey46',''),(29100,1311,'individualDescriptionKey47',''),(29101,1311,'individualDescriptionKey48',''),(29102,1311,'individualDescriptionKey49',''),(29103,1311,'individualDescriptionKey50',''),(29104,1311,'individualDescriptionKey51',''),(29105,1311,'individualDescriptionKey52',''),(29106,1311,'individualDescriptionKey53',''),(29107,1311,'individualDescriptionKey54',''),(29108,1311,'individualDescriptionKey55',''),(29109,1311,'individualDescriptionKey56',''),(29110,1311,'individualDescriptionKey57',''),(29111,1311,'individualDescriptionKey58',''),(29112,1311,'individualDescriptionKey59',''),(29113,1311,'individualDescriptionKey60',''),(29114,1311,'individualDescriptionKey61',''),(29115,1311,'individualDescriptionKey62',''),(29116,1311,'individualDescriptionKey63',''),(29117,1311,'individualDescriptionKey64',''),(29118,1311,'individualDescriptionKey65',''),(29119,1311,'individualDescriptionKey66',''),(29120,1311,'individualDescriptionKey67',''),(29121,1311,'individualDescriptionKey68',''),(29122,1311,'individualDescriptionKey69',''),(29123,1311,'individualDescriptionKey70',''),(29124,1311,'individualDescriptionKey71',''),(29125,1311,'individualDescriptionKey72',''),(29126,1311,'individualDescriptionKey73',''),(29127,1311,'individualDescriptionKey74',''),(29128,1311,'individualDescriptionKey75',''),(29129,1311,'individualDescriptionKey76',''),(29130,1311,'individualDescriptionKey77',''),(29131,1311,'individualDescriptionKey78',''),(29132,1311,'individualDescriptionKey79',''),(29133,1311,'individualDescriptionKey80',''),(29134,1311,'individualDescriptionKey81',''),(29135,1311,'individualDescriptionKey82',''),(29136,1311,'individualDescriptionKey83',''),(29137,1311,'individualDescriptionKey84',''),(29138,1311,'individualDescriptionKey85',''),(29139,1311,'individualDescriptionKey86',''),(29140,1311,'individualDescriptionKey87',''),(29141,1311,'individualDescriptionKey88',''),(29142,1311,'individualDescriptionKey89',''),(29143,1311,'individualDescriptionKey90',''),(29144,1311,'individualDescriptionKey91',''),(29145,1311,'individualDescriptionKey92',''),(29146,1311,'individualDescriptionKey93',''),(29147,1311,'individualDescriptionKey94',''),(29148,1311,'individualDescriptionKey95',''),(29149,1311,'individualDescriptionKey96',''),(29150,1311,'individualDescriptionKey97',''),(29151,1311,'individualDescriptionKey98',''),(29152,1311,'individualDescriptionKey99',''),(29153,1311,'individualDescriptionKey100',''),(29154,1311,'individualDescriptionKey101',''),(29155,1311,'individualDescriptionKey102',''),(29156,1311,'individualDescriptionKey103',''),(29157,1311,'individualDescriptionKey104',''),(29158,1311,'individualDescriptionKey105',''),(29159,1311,'individualDescriptionKey106',''),(29160,1311,'individualDescriptionKey107',''),(29161,1311,'individualDescriptionKey108',''),(29162,1311,'individualDescriptionKey109',''),(29163,1311,'individualDescriptionKey110',''),(29164,1311,'individualDescriptionKey111',''),(29165,1311,'individualDescriptionKey112',''),(29166,1311,'individualDescriptionKey113',''),(29167,1311,'individualDescriptionKey114',''),(29168,1311,'individualDescriptionKey115',''),(29169,1311,'individualDescriptionKey116',''),(29170,1311,'individualDescriptionKey117',''),(29171,1311,'individualDescriptionKey118',''),(29172,1311,'individualDescriptionKey119',''),(29173,1311,'individualDescriptionKey120',''),(29174,1311,'individualDescriptionKey121',''),(29175,1311,'individualDescriptionKey122',''),(29176,1311,'individualDescriptionKey123',''),(29177,1311,'individualDescriptionKey124',''),(29178,1311,'individualDescriptionKey125',''),(29179,1311,'individualDescriptionKey126',''),(29180,1311,'individualDescriptionKey127',''),(29181,1311,'individualDescriptionKey128',''),(29182,1311,'individualDescriptionKey129',''),(29183,1311,'individualDescriptionKey130',''),(29184,1311,'individualDescriptionKey131',''),(29185,1311,'individualDescriptionKey132',''),(29186,1311,'individualDescriptionKey133',''),(29187,1311,'individualDescriptionKey134',''),(29188,1311,'individualDescriptionKey135',''),(29189,1311,'individualDescriptionKey136',''),(29190,1311,'individualDescriptionKey137',''),(29191,1311,'individualDescriptionKey138',''),(29192,1311,'individualDescriptionKey139',''),(29193,1311,'individualDescriptionKey140',''),(29194,1311,'individualDescriptionKey141',''),(29195,1311,'individualDescriptionKey142',''),(29196,1311,'individualDescriptionKey143',''),(29197,1311,'individualDescriptionKey144',''),(29198,1311,'individualDescriptionKey145',''),(29199,1311,'individualDescriptionKey146',''),(29200,1311,'individualDescriptionKey147',''),(29201,1311,'individualDescriptionKey148',''),(29202,1311,'individualDescriptionKey149',''),(29203,1311,'individualDescriptionKey150',''),(29204,1311,'individualDescriptionKey151',''),(29205,1311,'individualDescriptionKey152',''),(29206,1311,'individualDescriptionKey153',''),(29207,1311,'individualDescriptionKey154',''),(29208,1311,'individualDescriptionKey155',''),(29209,1311,'individualDescriptionKey156',''),(29210,1311,'individualDescriptionKey157',''),(29211,1311,'individualDescriptionKey158',''),(29212,1311,'individualDescriptionKey159',''),(29213,1311,'individualDescriptionKey160',''),(29214,1311,'individualDescriptionKey161',''),(29215,1311,'individualDescriptionKey162',''),(29216,1311,'individualDescriptionKey163',''),(29217,1311,'individualDescriptionKey164',''),(29218,1311,'individualDescriptionKey165',''),(29219,1311,'individualDescriptionKey166',''),(29220,1311,'individualDescriptionKey167',''),(29221,1311,'individualDescriptionKey168',''),(29222,1311,'individualDescriptionKey169',''),(29223,1311,'individualDescriptionKey170',''),(29224,1311,'individualDescriptionKey171',''),(29225,1311,'individualDescriptionKey172',''),(29226,1311,'individualDescriptionKey173',''),(29227,1311,'individualDescriptionKey174',''),(29228,1311,'individualDescriptionKey175',''),(29229,1311,'individualDescriptionKey176',''),(29230,1311,'individualDescriptionKey177',''),(29231,1311,'individualDescriptionKey178',''),(29232,1311,'individualDescriptionKey179',''),(29233,1311,'individualDescriptionKey180',''),(29242,1316,'_wp_attached_file','2016/02/S65IW_screenless.png'),(29243,1316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:28:\"2016/02/S65IW_screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"S65IW_screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"S65IW_screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"S65IW_screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(29248,1318,'_wp_attached_file','2016/02/locations-map.jpg'),(29249,1318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:395;s:4:\"file\";s:25:\"2016/02/locations-map.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"locations-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:\"locations-map-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;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;}}'),(29250,562,'individualDescriptionKey31',''),(29251,562,'individualDescriptionKey32',''),(29252,562,'individualDescriptionKey33',''),(29253,562,'individualDescriptionKey34',''),(29254,562,'individualDescriptionKey35',''),(29255,562,'individualDescriptionKey36',''),(29256,562,'individualDescriptionKey37',''),(29257,562,'individualDescriptionKey38',''),(29258,562,'individualDescriptionKey39',''),(29259,562,'individualDescriptionKey40',''),(29260,562,'individualDescriptionKey41',''),(29261,562,'individualDescriptionKey42',''),(29262,562,'individualDescriptionKey43',''),(29263,562,'individualDescriptionKey44',''),(29264,562,'individualDescriptionKey45',''),(29265,562,'individualDescriptionKey46',''),(29266,562,'individualDescriptionKey47',''),(29267,562,'individualDescriptionKey48',''),(29268,562,'individualDescriptionKey49',''),(29269,562,'individualDescriptionKey50',''),(29270,562,'individualDescriptionKey51',''),(29271,562,'individualDescriptionKey52',''),(29272,562,'individualDescriptionKey53',''),(29273,562,'individualDescriptionKey54',''),(29274,562,'individualDescriptionKey55',''),(29275,562,'individualDescriptionKey56',''),(29276,562,'individualDescriptionKey57',''),(29277,562,'individualDescriptionKey58',''),(29278,562,'individualDescriptionKey59',''),(29279,562,'individualDescriptionKey60',''),(29280,562,'individualDescriptionKey61',''),(29281,562,'individualDescriptionKey62',''),(29282,562,'individualDescriptionKey63',''),(29283,562,'individualDescriptionKey64',''),(29284,562,'individualDescriptionKey65',''),(29285,562,'individualDescriptionKey66',''),(29286,562,'individualDescriptionKey67',''),(29287,562,'individualDescriptionKey68',''),(29288,562,'individualDescriptionKey69',''),(29289,562,'individualDescriptionKey70',''),(29290,562,'individualDescriptionKey71',''),(29291,562,'individualDescriptionKey72',''),(29292,562,'individualDescriptionKey73',''),(29293,562,'individualDescriptionKey74',''),(29294,562,'individualDescriptionKey75',''),(29295,562,'individualDescriptionKey76',''),(29296,562,'individualDescriptionKey77',''),(29297,562,'individualDescriptionKey78',''),(29298,562,'individualDescriptionKey79',''),(29299,562,'individualDescriptionKey80',''),(29300,562,'individualDescriptionKey81',''),(29301,562,'individualDescriptionKey82',''),(29302,562,'individualDescriptionKey83',''),(29303,562,'individualDescriptionKey84',''),(29304,562,'individualDescriptionKey85',''),(29305,562,'individualDescriptionKey86',''),(29306,562,'individualDescriptionKey87',''),(29307,562,'individualDescriptionKey88',''),(29308,562,'individualDescriptionKey89',''),(29309,562,'individualDescriptionKey90',''),(29310,562,'individualDescriptionKey91',''),(29311,562,'individualDescriptionKey92',''),(29312,562,'individualDescriptionKey93',''),(29313,562,'individualDescriptionKey94',''),(29314,562,'individualDescriptionKey95',''),(29315,562,'individualDescriptionKey96',''),(29316,562,'individualDescriptionKey97',''),(29317,562,'individualDescriptionKey98',''),(29318,562,'individualDescriptionKey99',''),(29319,562,'individualDescriptionKey100',''),(29320,562,'individualDescriptionKey101',''),(29321,562,'individualDescriptionKey102',''),(29322,562,'individualDescriptionKey103',''),(29323,562,'individualDescriptionKey104',''),(29324,562,'individualDescriptionKey105',''),(29325,562,'individualDescriptionKey106',''),(29326,562,'individualDescriptionKey107',''),(29327,562,'individualDescriptionKey108',''),(29328,562,'individualDescriptionKey109',''),(29329,562,'individualDescriptionKey110',''),(29330,562,'individualDescriptionKey111',''),(29331,562,'individualDescriptionKey112',''),(29332,562,'individualDescriptionKey113',''),(29333,562,'individualDescriptionKey114',''),(29334,562,'individualDescriptionKey115',''),(29335,562,'individualDescriptionKey116',''),(29336,562,'individualDescriptionKey117',''),(29337,562,'individualDescriptionKey118',''),(29338,562,'individualDescriptionKey119',''),(29339,562,'individualDescriptionKey120',''),(29340,562,'individualDescriptionKey121',''),(29341,562,'individualDescriptionKey122',''),(29342,562,'individualDescriptionKey123',''),(29343,562,'individualDescriptionKey124',''),(29344,562,'individualDescriptionKey125',''),(29345,562,'individualDescriptionKey126',''),(29346,562,'individualDescriptionKey127',''),(29347,562,'individualDescriptionKey128',''),(29348,562,'individualDescriptionKey129',''),(29349,562,'individualDescriptionKey130',''),(29350,562,'individualDescriptionKey131',''),(29351,562,'individualDescriptionKey132',''),(29352,562,'individualDescriptionKey133',''),(29353,562,'individualDescriptionKey134',''),(29354,562,'individualDescriptionKey135',''),(29355,562,'individualDescriptionKey136',''),(29356,562,'individualDescriptionKey137',''),(29357,562,'individualDescriptionKey138',''),(29358,562,'individualDescriptionKey139',''),(29359,562,'individualDescriptionKey140',''),(29360,562,'individualDescriptionKey141',''),(29361,562,'individualDescriptionKey142',''),(29362,562,'individualDescriptionKey143',''),(29363,562,'individualDescriptionKey144',''),(29364,562,'individualDescriptionKey145',''),(29365,562,'individualDescriptionKey146',''),(29366,562,'individualDescriptionKey147',''),(29367,562,'individualDescriptionKey148',''),(29368,562,'individualDescriptionKey149',''),(29369,562,'individualDescriptionKey150',''),(29370,562,'individualDescriptionKey151',''),(29371,562,'individualDescriptionKey152',''),(29372,562,'individualDescriptionKey153',''),(29373,562,'individualDescriptionKey154',''),(29374,562,'individualDescriptionKey155',''),(29375,562,'individualDescriptionKey156',''),(29376,562,'individualDescriptionKey157',''),(29377,562,'individualDescriptionKey158',''),(29378,562,'individualDescriptionKey159',''),(29379,562,'individualDescriptionKey160',''),(29380,562,'individualDescriptionKey161',''),(29381,562,'individualDescriptionKey162',''),(29382,562,'individualDescriptionKey163',''),(29383,562,'individualDescriptionKey164',''),(29384,562,'individualDescriptionKey165',''),(29385,562,'individualDescriptionKey166',''),(29386,562,'individualDescriptionKey167',''),(29387,562,'individualDescriptionKey168',''),(29388,562,'individualDescriptionKey169',''),(29389,562,'individualDescriptionKey170',''),(29390,562,'individualDescriptionKey171',''),(29391,562,'individualDescriptionKey172',''),(29392,562,'individualDescriptionKey173',''),(29393,562,'individualDescriptionKey174',''),(29394,562,'individualDescriptionKey175',''),(29395,562,'individualDescriptionKey176',''),(29396,562,'individualDescriptionKey177',''),(29397,562,'individualDescriptionKey178',''),(29398,562,'individualDescriptionKey179',''),(29399,562,'individualDescriptionKey180',''),(29400,497,'individualDescriptionKey31',''),(29401,497,'individualDescriptionKey32',''),(29402,497,'individualDescriptionKey33',''),(29403,497,'individualDescriptionKey34',''),(29404,497,'individualDescriptionKey35',''),(29405,497,'individualDescriptionKey36',''),(29406,497,'individualDescriptionKey37',''),(29407,497,'individualDescriptionKey38',''),(29408,497,'individualDescriptionKey39',''),(29409,497,'individualDescriptionKey40',''),(29410,497,'individualDescriptionKey41',''),(29411,497,'individualDescriptionKey42',''),(29412,497,'individualDescriptionKey43',''),(29413,497,'individualDescriptionKey44',''),(29414,497,'individualDescriptionKey45',''),(29415,497,'individualDescriptionKey46',''),(29416,497,'individualDescriptionKey47',''),(29417,497,'individualDescriptionKey48',''),(29418,497,'individualDescriptionKey49',''),(29419,497,'individualDescriptionKey50',''),(29420,497,'individualDescriptionKey51',''),(29421,497,'individualDescriptionKey52',''),(29422,497,'individualDescriptionKey53',''),(29423,497,'individualDescriptionKey54',''),(29424,497,'individualDescriptionKey55',''),(29425,497,'individualDescriptionKey56',''),(29426,497,'individualDescriptionKey57',''),(29427,497,'individualDescriptionKey58',''),(29428,497,'individualDescriptionKey59',''),(29429,497,'individualDescriptionKey60',''),(29430,497,'individualDescriptionKey61',''),(29431,497,'individualDescriptionKey62',''),(29432,497,'individualDescriptionKey63',''),(29433,497,'individualDescriptionKey64',''),(29434,497,'individualDescriptionKey65',''),(29435,497,'individualDescriptionKey66',''),(29436,497,'individualDescriptionKey67',''),(29437,497,'individualDescriptionKey68',''),(29438,497,'individualDescriptionKey69',''),(29439,497,'individualDescriptionKey70',''),(29440,497,'individualDescriptionKey71',''),(29441,497,'individualDescriptionKey72',''),(29442,497,'individualDescriptionKey73',''),(29443,497,'individualDescriptionKey74',''),(29444,497,'individualDescriptionKey75',''),(29445,497,'individualDescriptionKey76',''),(29446,497,'individualDescriptionKey77',''),(29447,497,'individualDescriptionKey78',''),(29448,497,'individualDescriptionKey79',''),(29449,497,'individualDescriptionKey80',''),(29450,497,'individualDescriptionKey81',''),(29451,497,'individualDescriptionKey82',''),(29452,497,'individualDescriptionKey83',''),(29453,497,'individualDescriptionKey84',''),(29454,497,'individualDescriptionKey85',''),(29455,497,'individualDescriptionKey86',''),(29456,497,'individualDescriptionKey87',''),(29457,497,'individualDescriptionKey88',''),(29458,497,'individualDescriptionKey89',''),(29459,497,'individualDescriptionKey90',''),(29460,497,'individualDescriptionKey91',''),(29461,497,'individualDescriptionKey92',''),(29462,497,'individualDescriptionKey93',''),(29463,497,'individualDescriptionKey94',''),(29464,497,'individualDescriptionKey95',''),(29465,497,'individualDescriptionKey96',''),(29466,497,'individualDescriptionKey97',''),(29467,497,'individualDescriptionKey98',''),(29468,497,'individualDescriptionKey99',''),(29469,497,'individualDescriptionKey100',''),(29470,497,'individualDescriptionKey101',''),(29471,497,'individualDescriptionKey102',''),(29472,497,'individualDescriptionKey103',''),(29473,497,'individualDescriptionKey104',''),(29474,497,'individualDescriptionKey105',''),(29475,497,'individualDescriptionKey106',''),(29476,497,'individualDescriptionKey107',''),(29477,497,'individualDescriptionKey108',''),(29478,497,'individualDescriptionKey109',''),(29479,497,'individualDescriptionKey110',''),(29480,497,'individualDescriptionKey111',''),(29481,497,'individualDescriptionKey112',''),(29482,497,'individualDescriptionKey113',''),(29483,497,'individualDescriptionKey114',''),(29484,497,'individualDescriptionKey115',''),(29485,497,'individualDescriptionKey116',''),(29486,497,'individualDescriptionKey117',''),(29487,497,'individualDescriptionKey118',''),(29488,497,'individualDescriptionKey119',''),(29489,497,'individualDescriptionKey120',''),(29490,497,'individualDescriptionKey121',''),(29491,497,'individualDescriptionKey122',''),(29492,497,'individualDescriptionKey123',''),(29493,497,'individualDescriptionKey124',''),(29494,497,'individualDescriptionKey125',''),(29495,497,'individualDescriptionKey126',''),(29496,497,'individualDescriptionKey127',''),(29497,497,'individualDescriptionKey128',''),(29498,497,'individualDescriptionKey129',''),(29499,497,'individualDescriptionKey130',''),(29500,497,'individualDescriptionKey131',''),(29501,497,'individualDescriptionKey132',''),(29502,497,'individualDescriptionKey133',''),(29503,497,'individualDescriptionKey134',''),(29504,497,'individualDescriptionKey135',''),(29505,497,'individualDescriptionKey136',''),(29506,497,'individualDescriptionKey137',''),(29507,497,'individualDescriptionKey138',''),(29508,497,'individualDescriptionKey139',''),(29509,497,'individualDescriptionKey140',''),(29510,497,'individualDescriptionKey141',''),(29511,497,'individualDescriptionKey142',''),(29512,497,'individualDescriptionKey143',''),(29513,497,'individualDescriptionKey144',''),(29514,497,'individualDescriptionKey145',''),(29515,497,'individualDescriptionKey146',''),(29516,497,'individualDescriptionKey147',''),(29517,497,'individualDescriptionKey148',''),(29518,497,'individualDescriptionKey149',''),(29519,497,'individualDescriptionKey150',''),(29520,497,'individualDescriptionKey151',''),(29521,497,'individualDescriptionKey152',''),(29522,497,'individualDescriptionKey153',''),(29523,497,'individualDescriptionKey154',''),(29524,497,'individualDescriptionKey155',''),(29525,497,'individualDescriptionKey156',''),(29526,497,'individualDescriptionKey157',''),(29527,497,'individualDescriptionKey158',''),(29528,497,'individualDescriptionKey159',''),(29529,497,'individualDescriptionKey160',''),(29530,497,'individualDescriptionKey161',''),(29531,497,'individualDescriptionKey162',''),(29532,497,'individualDescriptionKey163',''),(29533,497,'individualDescriptionKey164',''),(29534,497,'individualDescriptionKey165',''),(29535,497,'individualDescriptionKey166',''),(29536,497,'individualDescriptionKey167',''),(29537,497,'individualDescriptionKey168',''),(29538,497,'individualDescriptionKey169',''),(29539,497,'individualDescriptionKey170',''),(29540,497,'individualDescriptionKey171',''),(29541,497,'individualDescriptionKey172',''),(29542,497,'individualDescriptionKey173',''),(29543,497,'individualDescriptionKey174',''),(29544,497,'individualDescriptionKey175',''),(29545,497,'individualDescriptionKey176',''),(29546,497,'individualDescriptionKey177',''),(29547,497,'individualDescriptionKey178',''),(29548,497,'individualDescriptionKey179',''),(29549,497,'individualDescriptionKey180',''),(29553,1145,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"R65STZ_front.png\";}}'),(29556,1364,'_wp_attached_file','2016/02/S65LCRIW_back1.png'),(29557,1364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:26:\"2016/02/S65LCRIW_back1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"S65LCRIW_back1-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:26:\"S65LCRIW_back1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"S65LCRIW_back1-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;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;}}'),(29558,1365,'_wp_attached_file','2016/02/S65LCRIW-screenless-front.png'),(29559,1365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:37:\"2016/02/S65LCRIW-screenless-front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"S65LCRIW-screenless-front-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:37:\"S65LCRIW-screenless-front-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"S65LCRIW-screenless-front-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;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;}}'),(29560,1366,'_wp_attached_file','2016/02/S65IW_Woofer1.png'),(29561,1366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:25:\"2016/02/S65IW_Woofer1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"S65IW_Woofer1-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:\"S65IW_Woofer1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"S65IW_Woofer1-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;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;}}'),(29565,1368,'_wp_attached_file','2016/02/new-image.png'),(29566,1368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:603;s:6:\"height\";i:570;s:4:\"file\";s:21:\"2016/02/new-image.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"new-image-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:\"new-image-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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;}}'),(29568,1280,'_wp_trash_meta_status','publish'),(29569,1280,'_wp_trash_meta_time','1455655665'),(29570,1280,'individualDescriptionKey31',''),(29571,1280,'individualDescriptionKey32',''),(29572,1280,'individualDescriptionKey33',''),(29573,1280,'individualDescriptionKey34',''),(29574,1280,'individualDescriptionKey35',''),(29575,1280,'individualDescriptionKey36',''),(29576,1280,'individualDescriptionKey37',''),(29577,1280,'individualDescriptionKey38',''),(29578,1280,'individualDescriptionKey39',''),(29579,1280,'individualDescriptionKey40',''),(29580,1280,'individualDescriptionKey41',''),(29581,1280,'individualDescriptionKey42',''),(29582,1280,'individualDescriptionKey43',''),(29583,1280,'individualDescriptionKey44',''),(29584,1280,'individualDescriptionKey45',''),(29585,1280,'individualDescriptionKey46',''),(29586,1280,'individualDescriptionKey47',''),(29587,1280,'individualDescriptionKey48',''),(29588,1280,'individualDescriptionKey49',''),(29589,1280,'individualDescriptionKey50',''),(29590,1280,'individualDescriptionKey51',''),(29591,1280,'individualDescriptionKey52',''),(29592,1280,'individualDescriptionKey53',''),(29593,1280,'individualDescriptionKey54',''),(29594,1280,'individualDescriptionKey55',''),(29595,1280,'individualDescriptionKey56',''),(29596,1280,'individualDescriptionKey57',''),(29597,1280,'individualDescriptionKey58',''),(29598,1280,'individualDescriptionKey59',''),(29599,1280,'individualDescriptionKey60',''),(29600,1280,'individualDescriptionKey61',''),(29601,1280,'individualDescriptionKey62',''),(29602,1280,'individualDescriptionKey63',''),(29603,1280,'individualDescriptionKey64',''),(29604,1280,'individualDescriptionKey65',''),(29605,1280,'individualDescriptionKey66',''),(29606,1280,'individualDescriptionKey67',''),(29607,1280,'individualDescriptionKey68',''),(29608,1280,'individualDescriptionKey69',''),(29609,1280,'individualDescriptionKey70',''),(29610,1280,'individualDescriptionKey71',''),(29611,1280,'individualDescriptionKey72',''),(29612,1280,'individualDescriptionKey73',''),(29613,1280,'individualDescriptionKey74',''),(29614,1280,'individualDescriptionKey75',''),(29615,1280,'individualDescriptionKey76',''),(29616,1280,'individualDescriptionKey77',''),(29617,1280,'individualDescriptionKey78',''),(29618,1280,'individualDescriptionKey79',''),(29619,1280,'individualDescriptionKey80',''),(29620,1280,'individualDescriptionKey81',''),(29621,1280,'individualDescriptionKey82',''),(29622,1280,'individualDescriptionKey83',''),(29623,1280,'individualDescriptionKey84',''),(29624,1280,'individualDescriptionKey85',''),(29625,1280,'individualDescriptionKey86',''),(29626,1280,'individualDescriptionKey87',''),(29627,1280,'individualDescriptionKey88',''),(29628,1280,'individualDescriptionKey89',''),(29629,1280,'individualDescriptionKey90',''),(29630,1280,'individualDescriptionKey91',''),(29631,1280,'individualDescriptionKey92',''),(29632,1280,'individualDescriptionKey93',''),(29633,1280,'individualDescriptionKey94',''),(29634,1280,'individualDescriptionKey95',''),(29635,1280,'individualDescriptionKey96',''),(29636,1280,'individualDescriptionKey97',''),(29637,1280,'individualDescriptionKey98',''),(29638,1280,'individualDescriptionKey99',''),(29639,1280,'individualDescriptionKey100',''),(29640,1280,'individualDescriptionKey101',''),(29641,1280,'individualDescriptionKey102',''),(29642,1280,'individualDescriptionKey103',''),(29643,1280,'individualDescriptionKey104',''),(29644,1280,'individualDescriptionKey105',''),(29645,1280,'individualDescriptionKey106',''),(29646,1280,'individualDescriptionKey107',''),(29647,1280,'individualDescriptionKey108',''),(29648,1280,'individualDescriptionKey109',''),(29649,1280,'individualDescriptionKey110',''),(29650,1280,'individualDescriptionKey111',''),(29651,1280,'individualDescriptionKey112',''),(29652,1280,'individualDescriptionKey113',''),(29653,1280,'individualDescriptionKey114',''),(29654,1280,'individualDescriptionKey115',''),(29655,1280,'individualDescriptionKey116',''),(29656,1280,'individualDescriptionKey117',''),(29657,1280,'individualDescriptionKey118',''),(29658,1280,'individualDescriptionKey119',''),(29659,1280,'individualDescriptionKey120',''),(29660,1280,'individualDescriptionKey121',''),(29661,1280,'individualDescriptionKey122',''),(29662,1280,'individualDescriptionKey123',''),(29663,1280,'individualDescriptionKey124',''),(29664,1280,'individualDescriptionKey125',''),(29665,1280,'individualDescriptionKey126',''),(29666,1280,'individualDescriptionKey127',''),(29667,1280,'individualDescriptionKey128',''),(29668,1280,'individualDescriptionKey129',''),(29669,1280,'individualDescriptionKey130',''),(29670,1280,'individualDescriptionKey131',''),(29671,1280,'individualDescriptionKey132',''),(29672,1280,'individualDescriptionKey133',''),(29673,1280,'individualDescriptionKey134',''),(29674,1280,'individualDescriptionKey135',''),(29675,1280,'individualDescriptionKey136',''),(29676,1280,'individualDescriptionKey137',''),(29677,1280,'individualDescriptionKey138',''),(29678,1280,'individualDescriptionKey139',''),(29679,1280,'individualDescriptionKey140',''),(29680,1280,'individualDescriptionKey141',''),(29681,1280,'individualDescriptionKey142',''),(29682,1280,'individualDescriptionKey143',''),(29683,1280,'individualDescriptionKey144',''),(29684,1280,'individualDescriptionKey145',''),(29685,1280,'individualDescriptionKey146',''),(29686,1280,'individualDescriptionKey147',''),(29687,1280,'individualDescriptionKey148',''),(29688,1280,'individualDescriptionKey149',''),(29689,1280,'individualDescriptionKey150',''),(29690,1280,'individualDescriptionKey151',''),(29691,1280,'individualDescriptionKey152',''),(29692,1280,'individualDescriptionKey153',''),(29693,1280,'individualDescriptionKey154',''),(29694,1280,'individualDescriptionKey155',''),(29695,1280,'individualDescriptionKey156',''),(29696,1280,'individualDescriptionKey157',''),(29697,1280,'individualDescriptionKey158',''),(29698,1280,'individualDescriptionKey159',''),(29699,1280,'individualDescriptionKey160',''),(29700,1280,'individualDescriptionKey161',''),(29701,1280,'individualDescriptionKey162',''),(29702,1280,'individualDescriptionKey163',''),(29703,1280,'individualDescriptionKey164',''),(29704,1280,'individualDescriptionKey165',''),(29705,1280,'individualDescriptionKey166',''),(29706,1280,'individualDescriptionKey167',''),(29707,1280,'individualDescriptionKey168',''),(29708,1280,'individualDescriptionKey169',''),(29709,1280,'individualDescriptionKey170',''),(29710,1280,'individualDescriptionKey171',''),(29711,1280,'individualDescriptionKey172',''),(29712,1280,'individualDescriptionKey173',''),(29713,1280,'individualDescriptionKey174',''),(29714,1280,'individualDescriptionKey175',''),(29715,1280,'individualDescriptionKey176',''),(29716,1280,'individualDescriptionKey177',''),(29717,1280,'individualDescriptionKey178',''),(29718,1280,'individualDescriptionKey179',''),(29719,1280,'individualDescriptionKey180',''),(29720,1160,'_wp_trash_meta_status','publish'),(29721,1160,'_wp_trash_meta_time','1455655669'),(29722,1160,'individualDescriptionKey31',''),(29723,1160,'individualDescriptionKey32',''),(29724,1160,'individualDescriptionKey33',''),(29725,1160,'individualDescriptionKey34',''),(29726,1160,'individualDescriptionKey35',''),(29727,1160,'individualDescriptionKey36',''),(29728,1160,'individualDescriptionKey37',''),(29729,1160,'individualDescriptionKey38',''),(29730,1160,'individualDescriptionKey39',''),(29731,1160,'individualDescriptionKey40',''),(29732,1160,'individualDescriptionKey41',''),(29733,1160,'individualDescriptionKey42',''),(29734,1160,'individualDescriptionKey43',''),(29735,1160,'individualDescriptionKey44',''),(29736,1160,'individualDescriptionKey45',''),(29737,1160,'individualDescriptionKey46',''),(29738,1160,'individualDescriptionKey47',''),(29739,1160,'individualDescriptionKey48',''),(29740,1160,'individualDescriptionKey49',''),(29741,1160,'individualDescriptionKey50',''),(29742,1160,'individualDescriptionKey51',''),(29743,1160,'individualDescriptionKey52',''),(29744,1160,'individualDescriptionKey53',''),(29745,1160,'individualDescriptionKey54',''),(29746,1160,'individualDescriptionKey55',''),(29747,1160,'individualDescriptionKey56',''),(29748,1160,'individualDescriptionKey57',''),(29749,1160,'individualDescriptionKey58',''),(29750,1160,'individualDescriptionKey59',''),(29751,1160,'individualDescriptionKey60',''),(29752,1160,'individualDescriptionKey61',''),(29753,1160,'individualDescriptionKey62',''),(29754,1160,'individualDescriptionKey63',''),(29755,1160,'individualDescriptionKey64',''),(29756,1160,'individualDescriptionKey65',''),(29757,1160,'individualDescriptionKey66',''),(29758,1160,'individualDescriptionKey67',''),(29759,1160,'individualDescriptionKey68',''),(29760,1160,'individualDescriptionKey69',''),(29761,1160,'individualDescriptionKey70',''),(29762,1160,'individualDescriptionKey71',''),(29763,1160,'individualDescriptionKey72',''),(29764,1160,'individualDescriptionKey73',''),(29765,1160,'individualDescriptionKey74',''),(29766,1160,'individualDescriptionKey75',''),(29767,1160,'individualDescriptionKey76',''),(29768,1160,'individualDescriptionKey77',''),(29769,1160,'individualDescriptionKey78',''),(29770,1160,'individualDescriptionKey79',''),(29771,1160,'individualDescriptionKey80',''),(29772,1160,'individualDescriptionKey81',''),(29773,1160,'individualDescriptionKey82',''),(29774,1160,'individualDescriptionKey83',''),(29775,1160,'individualDescriptionKey84',''),(29776,1160,'individualDescriptionKey85',''),(29777,1160,'individualDescriptionKey86',''),(29778,1160,'individualDescriptionKey87',''),(29779,1160,'individualDescriptionKey88',''),(29780,1160,'individualDescriptionKey89',''),(29781,1160,'individualDescriptionKey90',''),(29782,1160,'individualDescriptionKey91',''),(29783,1160,'individualDescriptionKey92',''),(29784,1160,'individualDescriptionKey93',''),(29785,1160,'individualDescriptionKey94',''),(29786,1160,'individualDescriptionKey95',''),(29787,1160,'individualDescriptionKey96',''),(29788,1160,'individualDescriptionKey97',''),(29789,1160,'individualDescriptionKey98',''),(29790,1160,'individualDescriptionKey99',''),(29791,1160,'individualDescriptionKey100',''),(29792,1160,'individualDescriptionKey101',''),(29793,1160,'individualDescriptionKey102',''),(29794,1160,'individualDescriptionKey103',''),(29795,1160,'individualDescriptionKey104',''),(29796,1160,'individualDescriptionKey105',''),(29797,1160,'individualDescriptionKey106',''),(29798,1160,'individualDescriptionKey107',''),(29799,1160,'individualDescriptionKey108',''),(29800,1160,'individualDescriptionKey109',''),(29801,1160,'individualDescriptionKey110',''),(29802,1160,'individualDescriptionKey111',''),(29803,1160,'individualDescriptionKey112',''),(29804,1160,'individualDescriptionKey113',''),(29805,1160,'individualDescriptionKey114',''),(29806,1160,'individualDescriptionKey115',''),(29807,1160,'individualDescriptionKey116',''),(29808,1160,'individualDescriptionKey117',''),(29809,1160,'individualDescriptionKey118',''),(29810,1160,'individualDescriptionKey119',''),(29811,1160,'individualDescriptionKey120',''),(29812,1160,'individualDescriptionKey121',''),(29813,1160,'individualDescriptionKey122',''),(29814,1160,'individualDescriptionKey123',''),(29815,1160,'individualDescriptionKey124',''),(29816,1160,'individualDescriptionKey125',''),(29817,1160,'individualDescriptionKey126',''),(29818,1160,'individualDescriptionKey127',''),(29819,1160,'individualDescriptionKey128',''),(29820,1160,'individualDescriptionKey129',''),(29821,1160,'individualDescriptionKey130',''),(29822,1160,'individualDescriptionKey131',''),(29823,1160,'individualDescriptionKey132',''),(29824,1160,'individualDescriptionKey133',''),(29825,1160,'individualDescriptionKey134',''),(29826,1160,'individualDescriptionKey135',''),(29827,1160,'individualDescriptionKey136',''),(29828,1160,'individualDescriptionKey137',''),(29829,1160,'individualDescriptionKey138',''),(29830,1160,'individualDescriptionKey139',''),(29831,1160,'individualDescriptionKey140',''),(29832,1160,'individualDescriptionKey141',''),(29833,1160,'individualDescriptionKey142',''),(29834,1160,'individualDescriptionKey143',''),(29835,1160,'individualDescriptionKey144',''),(29836,1160,'individualDescriptionKey145',''),(29837,1160,'individualDescriptionKey146',''),(29838,1160,'individualDescriptionKey147',''),(29839,1160,'individualDescriptionKey148',''),(29840,1160,'individualDescriptionKey149',''),(29841,1160,'individualDescriptionKey150',''),(29842,1160,'individualDescriptionKey151',''),(29843,1160,'individualDescriptionKey152',''),(29844,1160,'individualDescriptionKey153',''),(29845,1160,'individualDescriptionKey154',''),(29846,1160,'individualDescriptionKey155',''),(29847,1160,'individualDescriptionKey156',''),(29848,1160,'individualDescriptionKey157',''),(29849,1160,'individualDescriptionKey158',''),(29850,1160,'individualDescriptionKey159',''),(29851,1160,'individualDescriptionKey160',''),(29852,1160,'individualDescriptionKey161',''),(29853,1160,'individualDescriptionKey162',''),(29854,1160,'individualDescriptionKey163',''),(29855,1160,'individualDescriptionKey164',''),(29856,1160,'individualDescriptionKey165',''),(29857,1160,'individualDescriptionKey166',''),(29858,1160,'individualDescriptionKey167',''),(29859,1160,'individualDescriptionKey168',''),(29860,1160,'individualDescriptionKey169',''),(29861,1160,'individualDescriptionKey170',''),(29862,1160,'individualDescriptionKey171',''),(29863,1160,'individualDescriptionKey172',''),(29864,1160,'individualDescriptionKey173',''),(29865,1160,'individualDescriptionKey174',''),(29866,1160,'individualDescriptionKey175',''),(29867,1160,'individualDescriptionKey176',''),(29868,1160,'individualDescriptionKey177',''),(29869,1160,'individualDescriptionKey178',''),(29870,1160,'individualDescriptionKey179',''),(29871,1160,'individualDescriptionKey180',''),(29874,1369,'_wp_attached_file','2016/02/S65LCRIW_back2.png'),(29875,1369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:26:\"2016/02/S65LCRIW_back2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"S65LCRIW_back2-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:26:\"S65LCRIW_back2-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"S65LCRIW_back2-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;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;}}'),(29877,1370,'_wp_attached_file','2016/02/S65LCRIW-screenless-front1.png'),(29878,1370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:38:\"2016/02/S65LCRIW-screenless-front1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"S65LCRIW-screenless-front1-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:38:\"S65LCRIW-screenless-front1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"S65LCRIW-screenless-front1-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;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;}}'),(29884,1372,'_wp_attached_file','2016/02/S65_front-screenless_cropped.png'),(29885,1372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:1079;s:4:\"file\";s:40:\"2016/02/S65_front-screenless_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"S65_front-screenless_cropped-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:40:\"S65_front-screenless_cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"S65_front-screenless_cropped-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;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;}}'),(29889,1374,'_wp_attached_file','2016/02/S8_front-screenless_cropped.png'),(29890,1374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:1078;s:4:\"file\";s:39:\"2016/02/S8_front-screenless_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"S8_front-screenless_cropped-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:39:\"S8_front-screenless_cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"S8_front-screenless_cropped-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;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;}}'),(29892,1375,'_wp_attached_file','2016/02/S65LCR_front-screenless_cropped.png'),(29893,1375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:1079;s:4:\"file\";s:43:\"2016/02/S65LCR_front-screenless_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"S65LCR_front-screenless_cropped-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:43:\"S65LCR_front-screenless_cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"S65LCR_front-screenless_cropped-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;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;}}'),(29894,1376,'_wp_attached_file','2016/02/S8LCR_screenless-front_cropped.png'),(29895,1376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:1079;s:4:\"file\";s:42:\"2016/02/S8LCR_screenless-front_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"S8LCR_screenless-front_cropped-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:42:\"S8LCR_screenless-front_cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"S8LCR_screenless-front_cropped-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;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;}}'),(29898,1378,'_wp_attached_file','2016/02/B65ST_front-screenless_cropped.png'),(29899,1378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:1079;s:4:\"file\";s:42:\"2016/02/B65ST_front-screenless_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"B65ST_front-screenless_cropped-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:42:\"B65ST_front-screenless_cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"B65ST_front-screenless_cropped-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;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;}}'),(29900,1379,'_wp_attached_file','2016/02/B8_Front_cropped.png'),(29901,1379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1095;s:6:\"height\";i:1079;s:4:\"file\";s:28:\"2016/02/B8_Front_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"B8_Front_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"B8_Front_cropped-300x296.png\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"B8_Front_cropped-1024x1009.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1009;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;}}'),(29903,1380,'_wp_attached_file','2016/02/R8Z_screenless_cropped.png'),(29904,1380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:606;s:4:\"file\";s:34:\"2016/02/R8Z_screenless_cropped.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"R8Z_screenless_cropped-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:\"R8Z_screenless_cropped-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;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;}}'),(29905,1381,'_wp_attached_file','2016/02/R8LCRZ_front-screenless_cropped.png'),(29906,1381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:1079;s:4:\"file\";s:43:\"2016/02/R8LCRZ_front-screenless_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"R8LCRZ_front-screenless_cropped-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:43:\"R8LCRZ_front-screenless_cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"R8LCRZ_front-screenless_cropped-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;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;}}'),(29909,1382,'_wp_attached_file','2016/02/B65IW_front-straight_cropped.png'),(29910,1382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:607;s:4:\"file\";s:40:\"2016/02/B65IW_front-straight_cropped.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"B65IW_front-straight_cropped-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:40:\"B65IW_front-straight_cropped-247x300.png\";s:5:\"width\";i:247;s:6:\"height\";i:300;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;}}'),(29913,1383,'_wp_attached_file','2016/02/R65LCRIWZ_Front_cropped.png'),(29914,1383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:815;s:4:\"file\";s:35:\"2016/02/R65LCRIWZ_Front_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"R65LCRIWZ_Front_cropped-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:35:\"R65LCRIWZ_Front_cropped-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"R65LCRIWZ_Front_cropped-1024x776.png\";s:5:\"width\";i:1024;s:6:\"height\";i:776;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;}}'),(29917,1385,'_wp_attached_file','2016/02/S65LCRIW-screenless-front2.png'),(29918,1385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:38:\"2016/02/S65LCRIW-screenless-front2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"S65LCRIW-screenless-front2-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:38:\"S65LCRIW-screenless-front2-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"S65LCRIW-screenless-front2-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;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;}}'),(29920,1386,'_wp_attached_file','2016/02/S65LCRIW-screenless-front_cropped.png'),(29921,1386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:850;s:4:\"file\";s:45:\"2016/02/S65LCRIW-screenless-front_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"S65LCRIW-screenless-front_cropped-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:45:\"S65LCRIW-screenless-front_cropped-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"S65LCRIW-screenless-front_cropped-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;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;}}'),(29923,1387,'_wp_attached_file','2016/02/R65STZ_front-screenless_cropped.png'),(29924,1387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1201;s:6:\"height\";i:1075;s:4:\"file\";s:43:\"2016/02/R65STZ_front-screenless_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"R65STZ_front-screenless_cropped-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:43:\"R65STZ_front-screenless_cropped-300x269.png\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"R65STZ_front-screenless_cropped-1024x917.png\";s:5:\"width\";i:1024;s:6:\"height\";i:917;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;}}'),(29928,565,'individualDescriptionKey31',''),(29929,565,'individualDescriptionKey32',''),(29930,565,'individualDescriptionKey33',''),(29931,565,'individualDescriptionKey34',''),(29932,565,'individualDescriptionKey35',''),(29933,565,'individualDescriptionKey36',''),(29934,565,'individualDescriptionKey37',''),(29935,565,'individualDescriptionKey38',''),(29936,565,'individualDescriptionKey39',''),(29937,565,'individualDescriptionKey40',''),(29938,565,'individualDescriptionKey41',''),(29939,565,'individualDescriptionKey42',''),(29940,565,'individualDescriptionKey43',''),(29941,565,'individualDescriptionKey44',''),(29942,565,'individualDescriptionKey45',''),(29943,565,'individualDescriptionKey46',''),(29944,565,'individualDescriptionKey47',''),(29945,565,'individualDescriptionKey48',''),(29946,565,'individualDescriptionKey49',''),(29947,565,'individualDescriptionKey50',''),(29948,565,'individualDescriptionKey51',''),(29949,565,'individualDescriptionKey52',''),(29950,565,'individualDescriptionKey53',''),(29951,565,'individualDescriptionKey54',''),(29952,565,'individualDescriptionKey55',''),(29953,565,'individualDescriptionKey56',''),(29954,565,'individualDescriptionKey57',''),(29955,565,'individualDescriptionKey58',''),(29956,565,'individualDescriptionKey59',''),(29957,565,'individualDescriptionKey60',''),(29958,565,'individualDescriptionKey61',''),(29959,565,'individualDescriptionKey62',''),(29960,565,'individualDescriptionKey63',''),(29961,565,'individualDescriptionKey64',''),(29962,565,'individualDescriptionKey65',''),(29963,565,'individualDescriptionKey66',''),(29964,565,'individualDescriptionKey67',''),(29965,565,'individualDescriptionKey68',''),(29966,565,'individualDescriptionKey69',''),(29967,565,'individualDescriptionKey70',''),(29968,565,'individualDescriptionKey71',''),(29969,565,'individualDescriptionKey72',''),(29970,565,'individualDescriptionKey73',''),(29971,565,'individualDescriptionKey74',''),(29972,565,'individualDescriptionKey75',''),(29973,565,'individualDescriptionKey76',''),(29974,565,'individualDescriptionKey77',''),(29975,565,'individualDescriptionKey78',''),(29976,565,'individualDescriptionKey79',''),(29977,565,'individualDescriptionKey80',''),(29978,565,'individualDescriptionKey81',''),(29979,565,'individualDescriptionKey82',''),(29980,565,'individualDescriptionKey83',''),(29981,565,'individualDescriptionKey84',''),(29982,565,'individualDescriptionKey85',''),(29983,565,'individualDescriptionKey86',''),(29984,565,'individualDescriptionKey87',''),(29985,565,'individualDescriptionKey88',''),(29986,565,'individualDescriptionKey89',''),(29987,565,'individualDescriptionKey90',''),(29988,565,'individualDescriptionKey91',''),(29989,565,'individualDescriptionKey92',''),(29990,565,'individualDescriptionKey93',''),(29991,565,'individualDescriptionKey94',''),(29992,565,'individualDescriptionKey95',''),(29993,565,'individualDescriptionKey96',''),(29994,565,'individualDescriptionKey97',''),(29995,565,'individualDescriptionKey98',''),(29996,565,'individualDescriptionKey99',''),(29997,565,'individualDescriptionKey100',''),(29998,565,'individualDescriptionKey101',''),(29999,565,'individualDescriptionKey102',''),(30000,565,'individualDescriptionKey103',''),(30001,565,'individualDescriptionKey104',''),(30002,565,'individualDescriptionKey105',''),(30003,565,'individualDescriptionKey106',''),(30004,565,'individualDescriptionKey107',''),(30005,565,'individualDescriptionKey108',''),(30006,565,'individualDescriptionKey109',''),(30007,565,'individualDescriptionKey110',''),(30008,565,'individualDescriptionKey111',''),(30009,565,'individualDescriptionKey112',''),(30010,565,'individualDescriptionKey113',''),(30011,565,'individualDescriptionKey114',''),(30012,565,'individualDescriptionKey115',''),(30013,565,'individualDescriptionKey116',''),(30014,565,'individualDescriptionKey117',''),(30015,565,'individualDescriptionKey118',''),(30016,565,'individualDescriptionKey119',''),(30017,565,'individualDescriptionKey120',''),(30018,565,'individualDescriptionKey121',''),(30019,565,'individualDescriptionKey122',''),(30020,565,'individualDescriptionKey123',''),(30021,565,'individualDescriptionKey124',''),(30022,565,'individualDescriptionKey125',''),(30023,565,'individualDescriptionKey126',''),(30024,565,'individualDescriptionKey127',''),(30025,565,'individualDescriptionKey128',''),(30026,565,'individualDescriptionKey129',''),(30027,565,'individualDescriptionKey130',''),(30028,565,'individualDescriptionKey131',''),(30029,565,'individualDescriptionKey132',''),(30030,565,'individualDescriptionKey133',''),(30031,565,'individualDescriptionKey134',''),(30032,565,'individualDescriptionKey135',''),(30033,565,'individualDescriptionKey136',''),(30034,565,'individualDescriptionKey137',''),(30035,565,'individualDescriptionKey138',''),(30036,565,'individualDescriptionKey139',''),(30037,565,'individualDescriptionKey140',''),(30038,565,'individualDescriptionKey141',''),(30039,565,'individualDescriptionKey142',''),(30040,565,'individualDescriptionKey143',''),(30041,565,'individualDescriptionKey144',''),(30042,565,'individualDescriptionKey145',''),(30043,565,'individualDescriptionKey146',''),(30044,565,'individualDescriptionKey147',''),(30045,565,'individualDescriptionKey148',''),(30046,565,'individualDescriptionKey149',''),(30047,565,'individualDescriptionKey150',''),(30048,565,'individualDescriptionKey151',''),(30049,565,'individualDescriptionKey152',''),(30050,565,'individualDescriptionKey153',''),(30051,565,'individualDescriptionKey154',''),(30052,565,'individualDescriptionKey155',''),(30053,565,'individualDescriptionKey156',''),(30054,565,'individualDescriptionKey157',''),(30055,565,'individualDescriptionKey158',''),(30056,565,'individualDescriptionKey159',''),(30057,565,'individualDescriptionKey160',''),(30058,565,'individualDescriptionKey161',''),(30059,565,'individualDescriptionKey162',''),(30060,565,'individualDescriptionKey163',''),(30061,565,'individualDescriptionKey164',''),(30062,565,'individualDescriptionKey165',''),(30063,565,'individualDescriptionKey166',''),(30064,565,'individualDescriptionKey167',''),(30065,565,'individualDescriptionKey168',''),(30066,565,'individualDescriptionKey169',''),(30067,565,'individualDescriptionKey170',''),(30068,565,'individualDescriptionKey171',''),(30069,565,'individualDescriptionKey172',''),(30070,565,'individualDescriptionKey173',''),(30071,565,'individualDescriptionKey174',''),(30072,565,'individualDescriptionKey175',''),(30073,565,'individualDescriptionKey176',''),(30074,565,'individualDescriptionKey177',''),(30075,565,'individualDescriptionKey178',''),(30076,565,'individualDescriptionKey179',''),(30077,565,'individualDescriptionKey180',''),(30078,1390,'_wp_attached_file','2016/02/R65IWZ_Front_cropped.png'),(30079,1390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:1075;s:4:\"file\";s:32:\"2016/02/R65IWZ_Front_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"R65IWZ_Front_cropped-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:32:\"R65IWZ_Front_cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"R65IWZ_Front_cropped-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;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;}}'),(30081,1391,'_wp_attached_file','2016/02/SUBB8_frontangle_cropped.png'),(30082,1391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:656;s:6:\"height\";i:607;s:4:\"file\";s:36:\"2016/02/SUBB8_frontangle_cropped.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"SUBB8_frontangle_cropped-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:36:\"SUBB8_frontangle_cropped-300x278.png\";s:5:\"width\";i:300;s:6:\"height\";i:278;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;}}'),(30085,1392,'_wp_attached_file','2016/02/R65IWZ_Front_new_crop.png'),(30086,1392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1345;s:6:\"height\";i:1079;s:4:\"file\";s:33:\"2016/02/R65IWZ_Front_new_crop.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"R65IWZ_Front_new_crop-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:\"R65IWZ_Front_new_crop-300x241.png\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"R65IWZ_Front_new_crop-1024x821.png\";s:5:\"width\";i:1024;s:6:\"height\";i:821;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;}}'),(30088,1394,'_wp_attached_file','2016/02/B65IW_front-straight_new_crop.png'),(30089,1394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:744;s:6:\"height\";i:607;s:4:\"file\";s:41:\"2016/02/B65IW_front-straight_new_crop.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"B65IW_front-straight_new_crop-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:41:\"B65IW_front-straight_new_crop-300x245.png\";s:5:\"width\";i:300;s:6:\"height\";i:245;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;}}'),(30095,1395,'_wp_attached_file','2016/02/S65LCRIW-screenless-front_cropped1.png'),(30096,1395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:850;s:4:\"file\";s:46:\"2016/02/S65LCRIW-screenless-front_cropped1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"S65LCRIW-screenless-front_cropped1-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:46:\"S65LCRIW-screenless-front_cropped1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"S65LCRIW-screenless-front_cropped1-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;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;}}'),(30103,1398,'_wp_attached_file','2016/02/S65IW_screenless_new_cropped.png'),(30104,1398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:776;s:6:\"height\";i:607;s:4:\"file\";s:40:\"2016/02/S65IW_screenless_new_cropped.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"S65IW_screenless_new_cropped-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:40:\"S65IW_screenless_new_cropped-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;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;}}'),(30111,1400,'_wp_attached_file','2016/02/B65IW_front-straight_new_crop1.png'),(30112,1400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:744;s:6:\"height\";i:607;s:4:\"file\";s:42:\"2016/02/B65IW_front-straight_new_crop1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"B65IW_front-straight_new_crop1-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:42:\"B65IW_front-straight_new_crop1-300x245.png\";s:5:\"width\";i:300;s:6:\"height\";i:245;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;}}'),(30114,1401,'_wp_attached_file','2016/02/B65IW_front-straight_new_size.png'),(30115,1401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:663;s:6:\"height\";i:607;s:4:\"file\";s:41:\"2016/02/B65IW_front-straight_new_size.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"B65IW_front-straight_new_size-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:41:\"B65IW_front-straight_new_size-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;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;}}'),(30117,1402,'_wp_attached_file','2016/02/new-speaker.png'),(30118,1402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1272;s:6:\"height\";i:826;s:4:\"file\";s:23:\"2016/02/new-speaker.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new-speaker-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:23:\"new-speaker-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"new-speaker-1024x665.png\";s:5:\"width\";i:1024;s:6:\"height\";i:665;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;}}'),(30120,1403,'_wp_attached_file','2016/02/SUBB8_frontangle_croppedvxcvxc.png'),(30121,1403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1418;s:6:\"height\";i:660;s:4:\"file\";s:42:\"2016/02/SUBB8_frontangle_croppedvxcvxc.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"SUBB8_frontangle_croppedvxcvxc-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:42:\"SUBB8_frontangle_croppedvxcvxc-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"SUBB8_frontangle_croppedvxcvxc-1024x477.png\";s:5:\"width\";i:1024;s:6:\"height\";i:477;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;}}'),(30123,1404,'_wp_attached_file','2016/02/S65_front-screenless_1920-1280.png'),(30124,1404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:42:\"2016/02/S65_front-screenless_1920-1280.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"S65_front-screenless_1920-1280-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:42:\"S65_front-screenless_1920-1280-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"S65_front-screenless_1920-1280-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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;}}'),(30132,1407,'_wp_attached_file','2016/02/S65IW_Woofer_1080-5902.png'),(30133,1407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:615;s:4:\"file\";s:34:\"2016/02/S65IW_Woofer_1080-5902.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"S65IW_Woofer_1080-5902-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:\"S65IW_Woofer_1080-5902-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"S65IW_Woofer_1080-5902-1024x584.png\";s:5:\"width\";i:1024;s:6:\"height\";i:584;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;}}'),(30135,1408,'_wp_attached_file','2016/02/S65LCRIW_back_cropped.png'),(30136,1408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:710;s:4:\"file\";s:33:\"2016/02/S65LCRIW_back_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"S65LCRIW_back_cropped-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:\"S65LCRIW_back_cropped-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"S65LCRIW_back_cropped-1024x660.png\";s:5:\"width\";i:1024;s:6:\"height\";i:660;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;}}'),(30138,1409,'_wp_attached_file','2016/02/S65_front-screenless_1500-1100.png'),(30139,1409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1501;s:6:\"height\";i:1101;s:4:\"file\";s:42:\"2016/02/S65_front-screenless_1500-1100.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"S65_front-screenless_1500-1100-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:42:\"S65_front-screenless_1500-1100-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"S65_front-screenless_1500-1100-1024x751.png\";s:5:\"width\";i:1024;s:6:\"height\";i:751;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;}}'),(30147,1412,'_wp_attached_file','2016/02/S65_front-screenless_Spec2.png'),(30148,1412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1189;s:6:\"height\";i:1074;s:4:\"file\";s:38:\"2016/02/S65_front-screenless_Spec2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"S65_front-screenless_Spec2-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:38:\"S65_front-screenless_Spec2-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"S65_front-screenless_Spec2-1024x925.png\";s:5:\"width\";i:1024;s:6:\"height\";i:925;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;}}'),(30150,1413,'_wp_attached_file','2016/02/S65ST_screenless-front_spec.png'),(30151,1413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1189;s:6:\"height\";i:1077;s:4:\"file\";s:39:\"2016/02/S65ST_screenless-front_spec.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"S65ST_screenless-front_spec-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:39:\"S65ST_screenless-front_spec-300x272.png\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"S65ST_screenless-front_spec-1024x928.png\";s:5:\"width\";i:1024;s:6:\"height\";i:928;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;}}'),(30153,1414,'_wp_attached_file','2016/02/S65LCR_front-screenless_spec.png'),(30154,1414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1189;s:6:\"height\";i:1073;s:4:\"file\";s:40:\"2016/02/S65LCR_front-screenless_spec.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"S65LCR_front-screenless_spec-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:40:\"S65LCR_front-screenless_spec-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"S65LCR_front-screenless_spec-1024x924.png\";s:5:\"width\";i:1024;s:6:\"height\";i:924;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;}}'),(30156,1415,'_wp_attached_file','2016/02/B8_Front_spec.png'),(30157,1415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1189;s:6:\"height\";i:1075;s:4:\"file\";s:25:\"2016/02/B8_Front_spec.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"B8_Front_spec-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:\"B8_Front_spec-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"B8_Front_spec-1024x926.png\";s:5:\"width\";i:1024;s:6:\"height\";i:926;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;}}'),(30159,1416,'_wp_attached_file','2016/02/B65ST_front-screenless_spec.png'),(30160,1416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1190;s:6:\"height\";i:1074;s:4:\"file\";s:39:\"2016/02/B65ST_front-screenless_spec.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"B65ST_front-screenless_spec-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:39:\"B65ST_front-screenless_spec-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"B65ST_front-screenless_spec-1024x924.png\";s:5:\"width\";i:1024;s:6:\"height\";i:924;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;}}'),(30163,1417,'_wp_attached_file','2016/02/B65ST_front-screenless_top.png'),(30164,1417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1567;s:6:\"height\";i:1079;s:4:\"file\";s:38:\"2016/02/B65ST_front-screenless_top.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"B65ST_front-screenless_top-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:38:\"B65ST_front-screenless_top-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"B65ST_front-screenless_top-1024x705.png\";s:5:\"width\";i:1024;s:6:\"height\";i:705;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;}}'),(30169,1419,'_wp_attached_file','2016/02/R8Z_screenless_spec1.png'),(30170,1419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:680;s:4:\"file\";s:32:\"2016/02/R8Z_screenless_spec1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"R8Z_screenless_spec1-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:32:\"R8Z_screenless_spec1-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;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;}}'),(30175,1421,'_wp_attached_file','2016/02/R65STZ_front-screenless_spec1.png'),(30176,1421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1253;s:6:\"height\";i:1087;s:4:\"file\";s:41:\"2016/02/R65STZ_front-screenless_spec1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"R65STZ_front-screenless_spec1-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:41:\"R65STZ_front-screenless_spec1-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"R65STZ_front-screenless_spec1-1024x888.png\";s:5:\"width\";i:1024;s:6:\"height\";i:888;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;}}'),(30182,551,'individualDescriptionKey31',''),(30183,551,'individualDescriptionKey32',''),(30184,551,'individualDescriptionKey33',''),(30185,551,'individualDescriptionKey34',''),(30186,551,'individualDescriptionKey35',''),(30187,551,'individualDescriptionKey36',''),(30188,551,'individualDescriptionKey37',''),(30189,551,'individualDescriptionKey38',''),(30190,551,'individualDescriptionKey39',''),(30191,551,'individualDescriptionKey40',''),(30192,551,'individualDescriptionKey41',''),(30193,551,'individualDescriptionKey42',''),(30194,551,'individualDescriptionKey43',''),(30195,551,'individualDescriptionKey44',''),(30196,551,'individualDescriptionKey45',''),(30197,551,'individualDescriptionKey46',''),(30198,551,'individualDescriptionKey47',''),(30199,551,'individualDescriptionKey48',''),(30200,551,'individualDescriptionKey49',''),(30201,551,'individualDescriptionKey50',''),(30202,551,'individualDescriptionKey51',''),(30203,551,'individualDescriptionKey52',''),(30204,551,'individualDescriptionKey53',''),(30205,551,'individualDescriptionKey54',''),(30206,551,'individualDescriptionKey55',''),(30207,551,'individualDescriptionKey56',''),(30208,551,'individualDescriptionKey57',''),(30209,551,'individualDescriptionKey58',''),(30210,551,'individualDescriptionKey59',''),(30211,551,'individualDescriptionKey60',''),(30212,551,'individualDescriptionKey61',''),(30213,551,'individualDescriptionKey62',''),(30214,551,'individualDescriptionKey63',''),(30215,551,'individualDescriptionKey64',''),(30216,551,'individualDescriptionKey65',''),(30217,551,'individualDescriptionKey66',''),(30218,551,'individualDescriptionKey67',''),(30219,551,'individualDescriptionKey68',''),(30220,551,'individualDescriptionKey69',''),(30221,551,'individualDescriptionKey70',''),(30222,551,'individualDescriptionKey71',''),(30223,551,'individualDescriptionKey72',''),(30224,551,'individualDescriptionKey73',''),(30225,551,'individualDescriptionKey74',''),(30226,551,'individualDescriptionKey75',''),(30227,551,'individualDescriptionKey76',''),(30228,551,'individualDescriptionKey77',''),(30229,551,'individualDescriptionKey78',''),(30230,551,'individualDescriptionKey79',''),(30231,551,'individualDescriptionKey80',''),(30232,551,'individualDescriptionKey81',''),(30233,551,'individualDescriptionKey82',''),(30234,551,'individualDescriptionKey83',''),(30235,551,'individualDescriptionKey84',''),(30236,551,'individualDescriptionKey85',''),(30237,551,'individualDescriptionKey86',''),(30238,551,'individualDescriptionKey87',''),(30239,551,'individualDescriptionKey88',''),(30240,551,'individualDescriptionKey89',''),(30241,551,'individualDescriptionKey90',''),(30242,551,'individualDescriptionKey91',''),(30243,551,'individualDescriptionKey92',''),(30244,551,'individualDescriptionKey93',''),(30245,551,'individualDescriptionKey94',''),(30246,551,'individualDescriptionKey95',''),(30247,551,'individualDescriptionKey96',''),(30248,551,'individualDescriptionKey97',''),(30249,551,'individualDescriptionKey98',''),(30250,551,'individualDescriptionKey99',''),(30251,551,'individualDescriptionKey100',''),(30252,551,'individualDescriptionKey101',''),(30253,551,'individualDescriptionKey102',''),(30254,551,'individualDescriptionKey103',''),(30255,551,'individualDescriptionKey104',''),(30256,551,'individualDescriptionKey105',''),(30257,551,'individualDescriptionKey106',''),(30258,551,'individualDescriptionKey107',''),(30259,551,'individualDescriptionKey108',''),(30260,551,'individualDescriptionKey109',''),(30261,551,'individualDescriptionKey110',''),(30262,551,'individualDescriptionKey111',''),(30263,551,'individualDescriptionKey112',''),(30264,551,'individualDescriptionKey113',''),(30265,551,'individualDescriptionKey114',''),(30266,551,'individualDescriptionKey115',''),(30267,551,'individualDescriptionKey116',''),(30268,551,'individualDescriptionKey117',''),(30269,551,'individualDescriptionKey118',''),(30270,551,'individualDescriptionKey119',''),(30271,551,'individualDescriptionKey120',''),(30272,551,'individualDescriptionKey121',''),(30273,551,'individualDescriptionKey122',''),(30274,551,'individualDescriptionKey123',''),(30275,551,'individualDescriptionKey124',''),(30276,551,'individualDescriptionKey125',''),(30277,551,'individualDescriptionKey126',''),(30278,551,'individualDescriptionKey127',''),(30279,551,'individualDescriptionKey128',''),(30280,551,'individualDescriptionKey129',''),(30281,551,'individualDescriptionKey130',''),(30282,551,'individualDescriptionKey131',''),(30283,551,'individualDescriptionKey132',''),(30284,551,'individualDescriptionKey133',''),(30285,551,'individualDescriptionKey134',''),(30286,551,'individualDescriptionKey135',''),(30287,551,'individualDescriptionKey136',''),(30288,551,'individualDescriptionKey137',''),(30289,551,'individualDescriptionKey138',''),(30290,551,'individualDescriptionKey139',''),(30291,551,'individualDescriptionKey140',''),(30292,551,'individualDescriptionKey141',''),(30293,551,'individualDescriptionKey142',''),(30294,551,'individualDescriptionKey143',''),(30295,551,'individualDescriptionKey144',''),(30296,551,'individualDescriptionKey145',''),(30297,551,'individualDescriptionKey146',''),(30298,551,'individualDescriptionKey147',''),(30299,551,'individualDescriptionKey148',''),(30300,551,'individualDescriptionKey149',''),(30301,551,'individualDescriptionKey150',''),(30302,551,'individualDescriptionKey151',''),(30303,551,'individualDescriptionKey152',''),(30304,551,'individualDescriptionKey153',''),(30305,551,'individualDescriptionKey154',''),(30306,551,'individualDescriptionKey155',''),(30307,551,'individualDescriptionKey156',''),(30308,551,'individualDescriptionKey157',''),(30309,551,'individualDescriptionKey158',''),(30310,551,'individualDescriptionKey159',''),(30311,551,'individualDescriptionKey160',''),(30312,551,'individualDescriptionKey161',''),(30313,551,'individualDescriptionKey162',''),(30314,551,'individualDescriptionKey163',''),(30315,551,'individualDescriptionKey164',''),(30316,551,'individualDescriptionKey165',''),(30317,551,'individualDescriptionKey166',''),(30318,551,'individualDescriptionKey167',''),(30319,551,'individualDescriptionKey168',''),(30320,551,'individualDescriptionKey169',''),(30321,551,'individualDescriptionKey170',''),(30322,551,'individualDescriptionKey171',''),(30323,551,'individualDescriptionKey172',''),(30324,551,'individualDescriptionKey173',''),(30325,551,'individualDescriptionKey174',''),(30326,551,'individualDescriptionKey175',''),(30327,551,'individualDescriptionKey176',''),(30328,551,'individualDescriptionKey177',''),(30329,551,'individualDescriptionKey178',''),(30330,551,'individualDescriptionKey179',''),(30331,551,'individualDescriptionKey180',''),(30332,556,'individualDescriptionKey31',''),(30333,556,'individualDescriptionKey32',''),(30334,556,'individualDescriptionKey33',''),(30335,556,'individualDescriptionKey34',''),(30336,556,'individualDescriptionKey35',''),(30337,556,'individualDescriptionKey36',''),(30338,556,'individualDescriptionKey37',''),(30339,556,'individualDescriptionKey38',''),(30340,556,'individualDescriptionKey39',''),(30341,556,'individualDescriptionKey40',''),(30342,556,'individualDescriptionKey41',''),(30343,556,'individualDescriptionKey42',''),(30344,556,'individualDescriptionKey43',''),(30345,556,'individualDescriptionKey44',''),(30346,556,'individualDescriptionKey45',''),(30347,556,'individualDescriptionKey46',''),(30348,556,'individualDescriptionKey47',''),(30349,556,'individualDescriptionKey48',''),(30350,556,'individualDescriptionKey49',''),(30351,556,'individualDescriptionKey50',''),(30352,556,'individualDescriptionKey51',''),(30353,556,'individualDescriptionKey52',''),(30354,556,'individualDescriptionKey53',''),(30355,556,'individualDescriptionKey54',''),(30356,556,'individualDescriptionKey55',''),(30357,556,'individualDescriptionKey56',''),(30358,556,'individualDescriptionKey57',''),(30359,556,'individualDescriptionKey58',''),(30360,556,'individualDescriptionKey59',''),(30361,556,'individualDescriptionKey60',''),(30362,556,'individualDescriptionKey61',''),(30363,556,'individualDescriptionKey62',''),(30364,556,'individualDescriptionKey63',''),(30365,556,'individualDescriptionKey64',''),(30366,556,'individualDescriptionKey65',''),(30367,556,'individualDescriptionKey66',''),(30368,556,'individualDescriptionKey67',''),(30369,556,'individualDescriptionKey68',''),(30370,556,'individualDescriptionKey69',''),(30371,556,'individualDescriptionKey70',''),(30372,556,'individualDescriptionKey71',''),(30373,556,'individualDescriptionKey72',''),(30374,556,'individualDescriptionKey73',''),(30375,556,'individualDescriptionKey74',''),(30376,556,'individualDescriptionKey75',''),(30377,556,'individualDescriptionKey76',''),(30378,556,'individualDescriptionKey77',''),(30379,556,'individualDescriptionKey78',''),(30380,556,'individualDescriptionKey79',''),(30381,556,'individualDescriptionKey80',''),(30382,556,'individualDescriptionKey81',''),(30383,556,'individualDescriptionKey82',''),(30384,556,'individualDescriptionKey83',''),(30385,556,'individualDescriptionKey84',''),(30386,556,'individualDescriptionKey85',''),(30387,556,'individualDescriptionKey86',''),(30388,556,'individualDescriptionKey87',''),(30389,556,'individualDescriptionKey88',''),(30390,556,'individualDescriptionKey89',''),(30391,556,'individualDescriptionKey90',''),(30392,556,'individualDescriptionKey91',''),(30393,556,'individualDescriptionKey92',''),(30394,556,'individualDescriptionKey93',''),(30395,556,'individualDescriptionKey94',''),(30396,556,'individualDescriptionKey95',''),(30397,556,'individualDescriptionKey96',''),(30398,556,'individualDescriptionKey97',''),(30399,556,'individualDescriptionKey98',''),(30400,556,'individualDescriptionKey99',''),(30401,556,'individualDescriptionKey100',''),(30402,556,'individualDescriptionKey101',''),(30403,556,'individualDescriptionKey102',''),(30404,556,'individualDescriptionKey103',''),(30405,556,'individualDescriptionKey104',''),(30406,556,'individualDescriptionKey105',''),(30407,556,'individualDescriptionKey106',''),(30408,556,'individualDescriptionKey107',''),(30409,556,'individualDescriptionKey108',''),(30410,556,'individualDescriptionKey109',''),(30411,556,'individualDescriptionKey110',''),(30412,556,'individualDescriptionKey111',''),(30413,556,'individualDescriptionKey112',''),(30414,556,'individualDescriptionKey113',''),(30415,556,'individualDescriptionKey114',''),(30416,556,'individualDescriptionKey115',''),(30417,556,'individualDescriptionKey116',''),(30418,556,'individualDescriptionKey117',''),(30419,556,'individualDescriptionKey118',''),(30420,556,'individualDescriptionKey119',''),(30421,556,'individualDescriptionKey120',''),(30422,556,'individualDescriptionKey121',''),(30423,556,'individualDescriptionKey122',''),(30424,556,'individualDescriptionKey123',''),(30425,556,'individualDescriptionKey124',''),(30426,556,'individualDescriptionKey125',''),(30427,556,'individualDescriptionKey126',''),(30428,556,'individualDescriptionKey127',''),(30429,556,'individualDescriptionKey128',''),(30430,556,'individualDescriptionKey129',''),(30431,556,'individualDescriptionKey130',''),(30432,556,'individualDescriptionKey131',''),(30433,556,'individualDescriptionKey132',''),(30434,556,'individualDescriptionKey133',''),(30435,556,'individualDescriptionKey134',''),(30436,556,'individualDescriptionKey135',''),(30437,556,'individualDescriptionKey136',''),(30438,556,'individualDescriptionKey137',''),(30439,556,'individualDescriptionKey138',''),(30440,556,'individualDescriptionKey139',''),(30441,556,'individualDescriptionKey140',''),(30442,556,'individualDescriptionKey141',''),(30443,556,'individualDescriptionKey142',''),(30444,556,'individualDescriptionKey143',''),(30445,556,'individualDescriptionKey144',''),(30446,556,'individualDescriptionKey145',''),(30447,556,'individualDescriptionKey146',''),(30448,556,'individualDescriptionKey147',''),(30449,556,'individualDescriptionKey148',''),(30450,556,'individualDescriptionKey149',''),(30451,556,'individualDescriptionKey150',''),(30452,556,'individualDescriptionKey151',''),(30453,556,'individualDescriptionKey152',''),(30454,556,'individualDescriptionKey153',''),(30455,556,'individualDescriptionKey154',''),(30456,556,'individualDescriptionKey155',''),(30457,556,'individualDescriptionKey156',''),(30458,556,'individualDescriptionKey157',''),(30459,556,'individualDescriptionKey158',''),(30460,556,'individualDescriptionKey159',''),(30461,556,'individualDescriptionKey160',''),(30462,556,'individualDescriptionKey161',''),(30463,556,'individualDescriptionKey162',''),(30464,556,'individualDescriptionKey163',''),(30465,556,'individualDescriptionKey164',''),(30466,556,'individualDescriptionKey165',''),(30467,556,'individualDescriptionKey166',''),(30468,556,'individualDescriptionKey167',''),(30469,556,'individualDescriptionKey168',''),(30470,556,'individualDescriptionKey169',''),(30471,556,'individualDescriptionKey170',''),(30472,556,'individualDescriptionKey171',''),(30473,556,'individualDescriptionKey172',''),(30474,556,'individualDescriptionKey173',''),(30475,556,'individualDescriptionKey174',''),(30476,556,'individualDescriptionKey175',''),(30477,556,'individualDescriptionKey176',''),(30478,556,'individualDescriptionKey177',''),(30479,556,'individualDescriptionKey178',''),(30480,556,'individualDescriptionKey179',''),(30481,556,'individualDescriptionKey180',''),(30482,558,'individualDescriptionKey31',''),(30483,558,'individualDescriptionKey32',''),(30484,558,'individualDescriptionKey33',''),(30485,558,'individualDescriptionKey34',''),(30486,558,'individualDescriptionKey35',''),(30487,558,'individualDescriptionKey36',''),(30488,558,'individualDescriptionKey37',''),(30489,558,'individualDescriptionKey38',''),(30490,558,'individualDescriptionKey39',''),(30491,558,'individualDescriptionKey40',''),(30492,558,'individualDescriptionKey41',''),(30493,558,'individualDescriptionKey42',''),(30494,558,'individualDescriptionKey43',''),(30495,558,'individualDescriptionKey44',''),(30496,558,'individualDescriptionKey45',''),(30497,558,'individualDescriptionKey46',''),(30498,558,'individualDescriptionKey47',''),(30499,558,'individualDescriptionKey48',''),(30500,558,'individualDescriptionKey49',''),(30501,558,'individualDescriptionKey50',''),(30502,558,'individualDescriptionKey51',''),(30503,558,'individualDescriptionKey52',''),(30504,558,'individualDescriptionKey53',''),(30505,558,'individualDescriptionKey54',''),(30506,558,'individualDescriptionKey55',''),(30507,558,'individualDescriptionKey56',''),(30508,558,'individualDescriptionKey57',''),(30509,558,'individualDescriptionKey58',''),(30510,558,'individualDescriptionKey59',''),(30511,558,'individualDescriptionKey60',''),(30512,558,'individualDescriptionKey61',''),(30513,558,'individualDescriptionKey62',''),(30514,558,'individualDescriptionKey63',''),(30515,558,'individualDescriptionKey64',''),(30516,558,'individualDescriptionKey65',''),(30517,558,'individualDescriptionKey66',''),(30518,558,'individualDescriptionKey67',''),(30519,558,'individualDescriptionKey68',''),(30520,558,'individualDescriptionKey69',''),(30521,558,'individualDescriptionKey70',''),(30522,558,'individualDescriptionKey71',''),(30523,558,'individualDescriptionKey72',''),(30524,558,'individualDescriptionKey73',''),(30525,558,'individualDescriptionKey74',''),(30526,558,'individualDescriptionKey75',''),(30527,558,'individualDescriptionKey76',''),(30528,558,'individualDescriptionKey77',''),(30529,558,'individualDescriptionKey78',''),(30530,558,'individualDescriptionKey79',''),(30531,558,'individualDescriptionKey80',''),(30532,558,'individualDescriptionKey81',''),(30533,558,'individualDescriptionKey82',''),(30534,558,'individualDescriptionKey83',''),(30535,558,'individualDescriptionKey84',''),(30536,558,'individualDescriptionKey85',''),(30537,558,'individualDescriptionKey86',''),(30538,558,'individualDescriptionKey87',''),(30539,558,'individualDescriptionKey88',''),(30540,558,'individualDescriptionKey89',''),(30541,558,'individualDescriptionKey90',''),(30542,558,'individualDescriptionKey91',''),(30543,558,'individualDescriptionKey92',''),(30544,558,'individualDescriptionKey93',''),(30545,558,'individualDescriptionKey94',''),(30546,558,'individualDescriptionKey95',''),(30547,558,'individualDescriptionKey96',''),(30548,558,'individualDescriptionKey97',''),(30549,558,'individualDescriptionKey98',''),(30550,558,'individualDescriptionKey99',''),(30551,558,'individualDescriptionKey100',''),(30552,558,'individualDescriptionKey101',''),(30553,558,'individualDescriptionKey102',''),(30554,558,'individualDescriptionKey103',''),(30555,558,'individualDescriptionKey104',''),(30556,558,'individualDescriptionKey105',''),(30557,558,'individualDescriptionKey106',''),(30558,558,'individualDescriptionKey107',''),(30559,558,'individualDescriptionKey108',''),(30560,558,'individualDescriptionKey109',''),(30561,558,'individualDescriptionKey110',''),(30562,558,'individualDescriptionKey111',''),(30563,558,'individualDescriptionKey112',''),(30564,558,'individualDescriptionKey113',''),(30565,558,'individualDescriptionKey114',''),(30566,558,'individualDescriptionKey115',''),(30567,558,'individualDescriptionKey116',''),(30568,558,'individualDescriptionKey117',''),(30569,558,'individualDescriptionKey118',''),(30570,558,'individualDescriptionKey119',''),(30571,558,'individualDescriptionKey120',''),(30572,558,'individualDescriptionKey121',''),(30573,558,'individualDescriptionKey122',''),(30574,558,'individualDescriptionKey123',''),(30575,558,'individualDescriptionKey124',''),(30576,558,'individualDescriptionKey125',''),(30577,558,'individualDescriptionKey126',''),(30578,558,'individualDescriptionKey127',''),(30579,558,'individualDescriptionKey128',''),(30580,558,'individualDescriptionKey129',''),(30581,558,'individualDescriptionKey130',''),(30582,558,'individualDescriptionKey131',''),(30583,558,'individualDescriptionKey132',''),(30584,558,'individualDescriptionKey133',''),(30585,558,'individualDescriptionKey134',''),(30586,558,'individualDescriptionKey135',''),(30587,558,'individualDescriptionKey136',''),(30588,558,'individualDescriptionKey137',''),(30589,558,'individualDescriptionKey138',''),(30590,558,'individualDescriptionKey139',''),(30591,558,'individualDescriptionKey140',''),(30592,558,'individualDescriptionKey141',''),(30593,558,'individualDescriptionKey142',''),(30594,558,'individualDescriptionKey143',''),(30595,558,'individualDescriptionKey144',''),(30596,558,'individualDescriptionKey145',''),(30597,558,'individualDescriptionKey146',''),(30598,558,'individualDescriptionKey147',''),(30599,558,'individualDescriptionKey148',''),(30600,558,'individualDescriptionKey149',''),(30601,558,'individualDescriptionKey150',''),(30602,558,'individualDescriptionKey151',''),(30603,558,'individualDescriptionKey152',''),(30604,558,'individualDescriptionKey153',''),(30605,558,'individualDescriptionKey154',''),(30606,558,'individualDescriptionKey155',''),(30607,558,'individualDescriptionKey156',''),(30608,558,'individualDescriptionKey157',''),(30609,558,'individualDescriptionKey158',''),(30610,558,'individualDescriptionKey159',''),(30611,558,'individualDescriptionKey160',''),(30612,558,'individualDescriptionKey161',''),(30613,558,'individualDescriptionKey162',''),(30614,558,'individualDescriptionKey163',''),(30615,558,'individualDescriptionKey164',''),(30616,558,'individualDescriptionKey165',''),(30617,558,'individualDescriptionKey166',''),(30618,558,'individualDescriptionKey167',''),(30619,558,'individualDescriptionKey168',''),(30620,558,'individualDescriptionKey169',''),(30621,558,'individualDescriptionKey170',''),(30622,558,'individualDescriptionKey171',''),(30623,558,'individualDescriptionKey172',''),(30624,558,'individualDescriptionKey173',''),(30625,558,'individualDescriptionKey174',''),(30626,558,'individualDescriptionKey175',''),(30627,558,'individualDescriptionKey176',''),(30628,558,'individualDescriptionKey177',''),(30629,558,'individualDescriptionKey178',''),(30630,558,'individualDescriptionKey179',''),(30631,558,'individualDescriptionKey180',''),(30640,1440,'_wp_attached_file','2016/02/S65LCRIW-screenless-frontangle-edited.png'),(30641,1440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"2016/02/S65LCRIW-screenless-frontangle-edited.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"S65LCRIW-screenless-frontangle-edited-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:49:\"S65LCRIW-screenless-frontangle-edited-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"S65LCRIW-screenless-frontangle-edited-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(30646,1443,'_wp_attached_file','2016/02/S65LCRIW_woofer-tweeter.png'),(30647,1443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:35:\"2016/02/S65LCRIW_woofer-tweeter.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"S65LCRIW_woofer-tweeter-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:35:\"S65LCRIW_woofer-tweeter-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"S65LCRIW_woofer-tweeter-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(30656,1454,'_wp_attached_file','2016/02/S65LCRIW_back-cropped1.png'),(30657,1454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1133;s:6:\"height\";i:550;s:4:\"file\";s:34:\"2016/02/S65LCRIW_back-cropped1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"S65LCRIW_back-cropped1-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:\"S65LCRIW_back-cropped1-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"S65LCRIW_back-cropped1-1024x497.png\";s:5:\"width\";i:1024;s:6:\"height\";i:497;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;}}'),(30696,1465,'_wp_attached_file','2016/02/R8LCR_tweeter-angled-1024-645.png'),(30697,1465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:645;s:4:\"file\";s:41:\"2016/02/R8LCR_tweeter-angled-1024-645.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"R8LCR_tweeter-angled-1024-645-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:41:\"R8LCR_tweeter-angled-1024-645-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"R8LCR_tweeter-angled-1024-645-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;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;}}'),(30707,1488,'_wp_attached_file','2015/12/2-In-Wall-SUBB8_fix2.jpg'),(30708,1488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:841;s:4:\"file\";s:32:\"2015/12/2-In-Wall-SUBB8_fix2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"2-In-Wall-SUBB8_fix2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"2-In-Wall-SUBB8_fix2-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"2-In-Wall-SUBB8_fix2-1024x449.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:449;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;}}'); /*!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 NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(20) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=1499 DEFAULT CHARSET=utf8; /*!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 (71,1,'2015-11-17 17:40:35','2015-11-17 17:40:35','','test','','publish','closed','closed','','test','','','2015-11-17 17:41:11','2015-11-17 17:41:11','',0,'http://elura.audio/?post_type=_pods_pod&p=71',0,'_pods_pod','',0),(198,1,'2015-11-20 17:41:36','2015-11-20 17:41:36','This is my post.','','','publish','closed','closed','','198','','','2015-11-20 17:41:36','2015-11-20 17:41:36','',0,'http://elura.audio/2015/11/20/198/',0,'booking','',0),(199,1,'2015-11-20 17:41:37','2015-11-20 17:41:37','This is my post.','','','publish','closed','closed','','199','','','2015-11-20 17:41:37','2015-11-20 17:41:37','',0,'http://elura.audio/2015/11/20/199/',0,'booking','',0),(497,1,'2015-12-01 22:17:21','2015-12-01 22:17:21','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','IN-CEILING SPEAKERS','','publish','closed','closed','','in-ceiling-speakers','','','2016-02-17 21:27:23','2016-02-17 21:27:23','',0,'http://elura.audio/?page_id=497',2,'page','',0),(498,1,'2015-12-01 22:17:21','2015-12-01 22:17:21','','Home Page','','inherit','closed','closed','','497-revision-v1','','','2015-12-01 22:17:21','2015-12-01 22:17:21','',497,'http://elura.audio/497-revision-v1/',0,'revision','',0),(519,1,'2015-12-02 15:46:59','2015-12-02 15:46:59','','IR_2','','inherit','open','closed','','ir_2','','','2015-12-02 16:25:20','2015-12-02 16:25:20','',558,'http://elura.audio/wp-content/uploads/2015/12/IR_2.jpg',0,'attachment','image/jpeg',0),(521,1,'2015-12-02 15:47:03','2015-12-02 15:47:03','','IS_Pic_1','','inherit','open','closed','','is_pic_1','','','2015-12-02 16:30:31','2015-12-02 16:30:31','',0,'http://elura.audio/wp-content/uploads/2015/12/IS_Pic_1.jpg',0,'attachment','image/jpeg',0),(522,1,'2015-12-02 15:47:06','2015-12-02 15:47:06','','IS_Product_Pic','','inherit','open','closed','','is_product_pic','','','2015-12-02 15:56:44','2015-12-02 15:56:44','',551,'http://elura.audio/wp-content/uploads/2015/12/IS_Product_Pic.jpg',0,'attachment','image/jpeg',0),(523,1,'2015-12-02 15:47:08','2015-12-02 15:47:08','','New_Updated_Electronics_Parallax_Amp__040332_051248','','inherit','open','closed','','new_updated_electronics_parallax_amp__040332_051248','','','2015-12-02 16:21:27','2015-12-02 16:21:27','',558,'http://elura.audio/wp-content/uploads/2015/12/New_Updated_Electronics_Parallax_Amp__040332_051248.jpg',0,'attachment','image/jpeg',0),(526,1,'2015-12-02 15:47:16','2015-12-02 15:47:16','','Rocks-Mariners-Extreme_Product_Shot_1_060335','','inherit','open','closed','','rocks-mariners-extreme_product_shot_1_060335','','','2015-12-02 16:19:34','2015-12-02 16:19:34','',556,'http://elura.audio/wp-content/uploads/2015/12/Rocks-Mariners-Extreme_Product_Shot_1_060335.jpg',0,'attachment','image/jpeg',0),(528,1,'2015-12-02 15:47:23','2015-12-02 15:47:23','','SLS_Pic_1','','inherit','open','closed','','sls_pic_1','','','2015-12-02 16:30:51','2015-12-02 16:30:51','',0,'http://elura.audio/wp-content/uploads/2015/12/SLS_Pic_1.jpg',0,'attachment','image/jpeg',0),(530,1,'2015-12-02 15:47:28','2015-12-02 15:47:28','','sonamp_header_copy_081247','','inherit','open','closed','','sonamp_header_copy_081247','','','2015-12-02 16:22:16','2015-12-02 16:22:16','',558,'http://elura.audio/wp-content/uploads/2015/12/sonamp_header_copy_081247.jpg',0,'attachment','image/jpeg',0),(533,1,'2015-12-02 15:47:34','2015-12-02 15:47:34','','Sonarray_Parallax_060342','','inherit','open','closed','','sonarray_parallax_060342','','','2015-12-02 16:17:05','2015-12-02 16:17:05','',556,'http://elura.audio/wp-content/uploads/2015/12/Sonarray_Parallax_060342.jpg',0,'attachment','image/jpeg',0),(534,1,'2015-12-02 15:47:38','2015-12-02 15:47:38','','Sonarray_Product_Shot','','inherit','open','closed','','sonarray_product_shot','','','2015-12-02 16:19:13','2015-12-02 16:19:13','',556,'http://elura.audio/wp-content/uploads/2015/12/Sonarray_Product_Shot.jpg',0,'attachment','image/jpeg',0),(540,1,'2015-12-02 15:47:52','2015-12-02 15:47:52','','70V_Pic_1','','inherit','open','closed','','70v_pic_1','','','2015-12-02 16:32:15','2015-12-02 16:32:15','',0,'http://elura.audio/wp-content/uploads/2015/12/70V_Pic_1.jpg',0,'attachment','image/jpeg',0),(541,1,'2015-12-02 15:47:54','2015-12-02 15:47:54','','AS_Parallax_Shot_Desktop','','inherit','open','closed','','as_parallax_shot_desktop-3','','','2015-12-02 15:53:35','2015-12-02 15:53:35','',551,'http://elura.audio/wp-content/uploads/2015/12/AS_Parallax_Shot_Desktop.jpg',0,'attachment','image/jpeg',0),(544,1,'2015-12-02 15:48:00','2015-12-02 15:48:00','','Cinema_Series_Shot','','inherit','open','closed','','cinema_series_shot','','','2015-12-02 16:11:32','2015-12-02 16:11:32','',497,'http://elura.audio/wp-content/uploads/2015/12/Cinema_Series_Shot.jpg',0,'attachment','image/jpeg',0),(545,1,'2015-12-02 15:48:02','2015-12-02 15:48:02','','Commercial_070312','','inherit','open','closed','','commercial_070312','','','2015-12-02 16:28:31','2015-12-02 16:28:31','',0,'http://elura.audio/wp-content/uploads/2015/12/Commercial_070312.jpg',0,'attachment','image/jpeg',0),(546,1,'2015-12-02 15:48:05','2015-12-02 15:48:05','','Commercial_Slides-02_040438','','inherit','open','closed','','commercial_slides-02_040438','','','2015-12-02 16:29:47','2015-12-02 16:29:47','',0,'http://elura.audio/wp-content/uploads/2015/12/Commercial_Slides-02_040438.jpg',0,'attachment','image/jpeg',0),(551,1,'2015-12-02 15:50:29','2015-12-02 15:50:29','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','IN-WALL SPEAKERS','','publish','closed','closed','','in-wall-speakers','','','2016-02-19 18:32:32','2016-02-19 18:32:32','',0,'http://elura.audio/?page_id=551',1,'page','',0),(552,1,'2015-12-02 15:50:29','2015-12-02 15:50:29','','In-wall and In-ceiling','','inherit','closed','closed','','551-revision-v1','','','2015-12-02 15:50:29','2015-12-02 15:50:29','',551,'http://elura.audio/551-revision-v1/',0,'revision','',0),(554,1,'2015-12-02 16:12:38','2015-12-02 16:12:38','','Soundbar2_120343','','inherit','open','closed','','soundbar2_120343-2','','','2015-12-02 16:12:38','2015-12-02 16:12:38','',497,'http://elura.audio/wp-content/uploads/2015/12/Soundbar2_1203431.jpg',0,'attachment','image/jpeg',0),(555,1,'2015-12-02 16:14:47','2015-12-02 16:14:47','','Home Theater','','inherit','closed','closed','','497-revision-v1','','','2015-12-02 16:14:47','2015-12-02 16:14:47','',497,'http://elura.audio/497-revision-v1/',0,'revision','',0),(556,1,'2015-12-02 16:20:12','2015-12-02 16:20:12','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 4 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','SUBWOOFERS','','publish','closed','closed','','subwoofers','','','2016-02-19 18:31:25','2016-02-19 18:31:25','',0,'http://elura.audio/?page_id=556',5,'page','',0),(557,1,'2015-12-02 16:20:12','2015-12-02 16:20:12','','Outdoor','','inherit','closed','closed','','556-revision-v1','','','2015-12-02 16:20:12','2015-12-02 16:20:12','',556,'http://elura.audio/556-revision-v1/',0,'revision','',0),(558,1,'2015-12-02 16:27:23','2015-12-02 16:27:23','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','OUTDOOR SPEAKERS','','publish','closed','closed','','outdoor','','','2016-02-17 15:12:16','2016-02-17 15:12:16','',0,'http://elura.audio/?page_id=558',3,'page','',0),(559,1,'2015-12-02 16:27:23','2015-12-02 16:27:23','','Electronics','','inherit','closed','closed','','558-revision-v1','','','2015-12-02 16:27:23','2015-12-02 16:27:23','',558,'http://elura.audio/558-revision-v1/',0,'revision','',0),(562,1,'2015-12-02 16:37:54','2015-12-02 16:37:54','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p>-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<h2> </h2>\r\n<p><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" /></P>\r\n\r\n\r\n<p><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" /></p>\r\n\r\n\r\n<p><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" /></p>\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','publish','closed','closed','','company','','','2016-02-19 15:24:50','2016-02-19 15:24:50','',0,'http://elura.audio/?page_id=562',6,'page','',0),(564,1,'2015-12-02 16:37:54','2015-12-02 16:37:54','','company','','inherit','closed','closed','','562-revision-v1','','','2015-12-02 16:37:54','2015-12-02 16:37:54','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(565,1,'2015-12-02 16:48:03','2015-12-02 16:48:03','This is the static front page. Its details are edited through editing the Front Page Template\r\n<h2></h2>','Front Page','','publish','closed','closed','','front-page','','','2016-02-19 17:15:31','2016-02-19 17:15:31','',0,'http://elura.audio/?page_id=565',0,'page','',0),(566,1,'2015-12-02 16:48:03','2015-12-02 16:48:03','','Front Page','','inherit','closed','closed','','565-revision-v1','','','2015-12-02 16:48:03','2015-12-02 16:48:03','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(577,1,'2015-12-02 17:49:43','2015-12-02 17:49:43','','Invisible_Series_04_040401','','inherit','open','closed','','invisible_series_04_040401','','','2015-12-02 17:49:43','2015-12-02 17:49:43','',0,'http://elura.audio/wp-content/uploads/2015/12/Invisible_Series_04_040401.jpg',0,'attachment','image/jpeg',0),(604,1,'2015-12-02 20:38:08','2015-12-02 20:38:08','','Performance_3_ALT_060303','','inherit','open','closed','','performance_3_alt_060303','','','2015-12-02 20:38:08','2015-12-02 20:38:08','',0,'http://elura.audio/wp-content/uploads/2015/12/Performance_3_ALT_060303.jpg',0,'attachment','image/jpeg',0),(607,1,'2015-12-02 20:40:20','2015-12-02 20:40:20','','soundbarperformance','','inherit','open','closed','','soundbarperformance','','','2015-12-02 20:40:20','2015-12-02 20:40:20','',0,'http://elura.audio/wp-content/uploads/2015/12/soundbarperformance.png',0,'attachment','image/png',0),(608,1,'2015-12-02 20:41:11','2015-12-02 20:41:11','','Soundbar-Slides-06_050404','','inherit','open','closed','','soundbar-slides-06_050404','','','2015-12-02 20:41:11','2015-12-02 20:41:11','',0,'http://elura.audio/wp-content/uploads/2015/12/Soundbar-Slides-06_050404.jpg',0,'attachment','image/jpeg',0),(609,1,'2015-12-02 20:41:57','2015-12-02 20:41:57','','woofer_110332','','inherit','open','closed','','woofer_110332','','','2015-12-02 20:41:57','2015-12-02 20:41:57','',0,'http://elura.audio/wp-content/uploads/2015/12/woofer_110332.jpg',0,'attachment','image/jpeg',0),(610,1,'2015-12-02 20:42:38','2015-12-02 20:42:38','','Performance_2_1','','inherit','open','closed','','performance_2_1','','','2015-12-02 20:42:38','2015-12-02 20:42:38','',0,'http://elura.audio/wp-content/uploads/2015/12/Performance_2_1.jpg',0,'attachment','image/jpeg',0),(614,1,'2015-12-02 20:50:33','2015-12-02 20:50:33','','subwooferbackground','','inherit','open','closed','','subwooferbackground','','','2015-12-02 20:50:33','2015-12-02 20:50:33','',0,'http://elura.audio/wp-content/uploads/2015/12/subwooferbackground.png',0,'attachment','image/png',0),(617,1,'2015-12-02 20:52:43','2015-12-02 20:52:43','','In-Wall_Aesthetics','','inherit','open','closed','','in-wall_aesthetics','','','2015-12-02 20:52:43','2015-12-02 20:52:43','',0,'http://elura.audio/wp-content/uploads/2015/12/In-Wall_Aesthetics.jpg',0,'attachment','image/jpeg',0),(618,1,'2015-12-02 20:53:24','2015-12-02 20:53:24','','Sub_Amp_120355','','inherit','open','closed','','sub_amp_120355','','','2015-12-02 20:53:24','2015-12-02 20:53:24','',0,'http://elura.audio/wp-content/uploads/2015/12/Sub_Amp_120355.jpg',0,'attachment','image/jpeg',0),(626,1,'2015-12-02 20:58:23','2015-12-02 20:58:23','','Performance_6','','inherit','open','closed','','performance_6','','','2015-12-02 20:58:23','2015-12-02 20:58:23','',0,'http://elura.audio/wp-content/uploads/2015/12/Performance_6.jpg',0,'attachment','image/jpeg',0),(627,1,'2015-12-02 20:59:11','2015-12-02 20:59:11','','Performance_3_070346','','inherit','open','closed','','performance_3_070346','','','2015-12-02 20:59:11','2015-12-02 20:59:11','',0,'http://elura.audio/wp-content/uploads/2015/12/Performance_3_070346.jpg',0,'attachment','image/jpeg',0),(630,1,'2015-12-02 21:01:37','2015-12-02 21:01:37','','sonnaraybackground','','inherit','open','closed','','sonnaraybackground','','','2015-12-02 21:01:37','2015-12-02 21:01:37','',0,'http://elura.audio/wp-content/uploads/2015/12/sonnaraybackground.png',0,'attachment','image/png',0),(631,1,'2015-12-02 21:02:49','2015-12-02 21:02:49','','Sonarray_Slides-04_050429','','inherit','open','closed','','sonarray_slides-04_050429','','','2015-12-02 21:02:49','2015-12-02 21:02:49','',0,'http://elura.audio/wp-content/uploads/2015/12/Sonarray_Slides-04_050429.jpg',0,'attachment','image/jpeg',0),(646,1,'2015-12-02 22:15:48','2015-12-02 22:15:48','','dsp_icon_091235','','inherit','open','closed','','dsp_icon_091235','','','2015-12-02 22:15:48','2015-12-02 22:15:48','',0,'http://elura.audio/wp-content/uploads/2015/12/dsp_icon_091235.jpg',0,'attachment','image/jpeg',0),(647,1,'2015-12-02 22:16:09','2015-12-02 22:16:09','','dig_icon_091210','','inherit','open','closed','','dig_icon_091210','','','2015-12-02 22:16:09','2015-12-02 22:16:09','',0,'http://elura.audio/wp-content/uploads/2015/12/dig_icon_091210.jpg',0,'attachment','image/jpeg',0),(648,1,'2015-12-02 22:17:49','2015-12-02 22:17:49','','sonamp_header_copy_071204','','inherit','open','closed','','sonamp_header_copy_071204','','','2015-12-02 22:17:49','2015-12-02 22:17:49','',0,'http://elura.audio/wp-content/uploads/2015/12/sonamp_header_copy_071204.jpg',0,'attachment','image/jpeg',0),(649,1,'2015-12-02 22:18:26','2015-12-02 22:18:26','','density2_071253','','inherit','open','closed','','density2_071253','','','2015-12-02 22:18:26','2015-12-02 22:18:26','',0,'http://elura.audio/wp-content/uploads/2015/12/density2_071253.jpg',0,'attachment','image/jpeg',0),(650,1,'2015-12-02 22:19:02','2015-12-02 22:19:02','','rack_071255','','inherit','open','closed','','rack_071255','','','2015-12-02 22:19:02','2015-12-02 22:19:02','',0,'http://elura.audio/wp-content/uploads/2015/12/rack_071255.jpg',0,'attachment','image/jpeg',0),(654,1,'2015-12-02 22:23:07','2015-12-02 22:23:07','','volumecontrols','','inherit','open','closed','','volumecontrols','','','2015-12-02 22:23:07','2015-12-02 22:23:07','',0,'http://elura.audio/wp-content/uploads/2015/12/volumecontrols.png',0,'attachment','image/png',0),(655,1,'2015-12-02 22:24:21','2015-12-02 22:24:21','','SSVC_Slides-01_ALT_050443','','inherit','open','closed','','ssvc_slides-01_alt_050443','','','2015-12-02 22:24:21','2015-12-02 22:24:21','',0,'http://elura.audio/wp-content/uploads/2015/12/SSVC_Slides-01_ALT_050443.jpg',0,'attachment','image/jpeg',0),(658,1,'2015-12-02 22:27:31','2015-12-02 22:27:31','','irbackground','','inherit','open','closed','','irbackground','','','2015-12-02 22:27:31','2015-12-02 22:27:31','',0,'http://elura.audio/wp-content/uploads/2015/12/irbackground.png',0,'attachment','image/png',0),(668,1,'2015-12-02 22:36:33','2015-12-02 22:36:33','','IS_Commercial_Slides-01_050418','','inherit','open','closed','','is_commercial_slides-01_050418','','','2015-12-02 22:36:33','2015-12-02 22:36:33','',0,'http://elura.audio/wp-content/uploads/2015/12/IS_Commercial_Slides-01_050418.jpg',0,'attachment','image/jpeg',0),(670,1,'2015-12-02 22:38:34','2015-12-02 22:38:34','','isc_Performance_2','','inherit','open','closed','','isc_performance_2','','','2015-12-02 22:38:34','2015-12-02 22:38:34','',0,'http://elura.audio/wp-content/uploads/2015/12/isc_Performance_2.jpg',0,'attachment','image/jpeg',0),(674,1,'2015-12-02 23:02:11','2015-12-02 23:02:11','','CTCMFMbackground','','inherit','open','closed','','ctcmfmbackground','','','2015-12-02 23:02:11','2015-12-02 23:02:11','',0,'http://elura.audio/wp-content/uploads/2015/12/CTCMFMbackground.png',0,'attachment','image/png',0),(682,1,'2015-12-02 23:17:17','2015-12-02 23:17:17','','CCS_110325','','inherit','open','closed','','ccs_110325','','','2015-12-02 23:17:17','2015-12-02 23:17:17','',0,'http://elura.audio/wp-content/uploads/2015/12/CCS_110325.jpg',0,'attachment','image/jpeg',0),(683,1,'2015-12-02 23:18:55','2015-12-02 23:18:55','','TRUFIG_110359','','inherit','open','closed','','trufig_110359','','','2015-12-02 23:18:55','2015-12-02 23:18:55','',0,'http://elura.audio/wp-content/uploads/2015/12/TRUFIG_110359.jpg',0,'attachment','image/jpeg',0),(686,1,'2015-12-02 23:21:22','2015-12-02 23:21:22','','SLS_CEDIA_100322','','inherit','open','closed','','sls_cedia_100322','','','2015-12-02 23:21:22','2015-12-02 23:21:22','',0,'http://elura.audio/wp-content/uploads/2015/12/SLS_CEDIA_100322.jpg',0,'attachment','image/jpeg',0),(687,1,'2015-12-02 23:21:51','2015-12-02 23:21:51','','Press_Artistic_6_030409','','inherit','open','closed','','press_artistic_6_030409','','','2015-12-02 23:21:51','2015-12-02 23:21:51','',0,'http://elura.audio/wp-content/uploads/2015/12/Press_Artistic_6_030409.jpg',0,'attachment','image/jpeg',0),(688,1,'2015-12-02 23:22:25','2015-12-02 23:22:25','','Press_Artistic_2_110304','','inherit','open','closed','','press_artistic_2_110304','','','2015-12-02 23:22:25','2015-12-02 23:22:25','',0,'http://elura.audio/wp-content/uploads/2015/12/Press_Artistic_2_110304.jpg',0,'attachment','image/jpeg',0),(689,1,'2015-12-02 23:27:53','2015-12-02 23:27:53','','Press_top_shot_edited_050319','','inherit','open','closed','','press_top_shot_edited_050319','','','2015-12-02 23:27:53','2015-12-02 23:27:53','',0,'http://elura.audio/wp-content/uploads/2015/12/Press_top_shot_edited_050319.jpg',0,'attachment','image/jpeg',0),(691,1,'2015-12-02 23:54:02','2015-12-02 23:54:02','This is the Search Page. Any changes made in this area will not be view-able . Do not edit this page','Search','','publish','closed','closed','','search','','','2016-01-26 15:18:18','2016-01-26 15:18:18','',0,'http://elura.audio/?page_id=691',0,'page','',0),(692,1,'2015-12-02 23:54:02','2015-12-02 23:54:02','','search','','inherit','closed','closed','','691-revision-v1','','','2015-12-02 23:54:02','2015-12-02 23:54:02','',691,'http://elura.audio/691-revision-v1/',0,'revision','',0),(695,1,'2015-12-03 15:04:46','2015-12-03 15:04:46','','invisibleseriesbackground','','inherit','open','closed','','invisibleseriesbackground','','','2015-12-03 15:04:46','2015-12-03 15:04:46','',0,'http://elura.audio/wp-content/uploads/2015/12/invisibleseriesbackground.png',0,'attachment','image/png',0),(705,1,'2015-12-03 15:17:57','2015-12-03 15:17:57','','speakerselectbackground','','inherit','open','closed','','speakerselectbackground','','','2015-12-03 15:17:57','2015-12-03 15:17:57','',0,'http://elura.audio/wp-content/uploads/2015/12/speakerselectbackground.png',0,'attachment','image/png',0),(706,1,'2015-12-03 15:18:56','2015-12-03 15:18:56','','volume','','inherit','open','closed','','volume','','','2015-12-03 15:18:56','2015-12-03 15:18:56','',0,'http://elura.audio/wp-content/uploads/2015/12/volume.png',0,'attachment','image/png',0),(709,1,'2015-12-03 15:23:55','2015-12-03 15:23:55','','dspdigital','','inherit','open','closed','','dspdigital','','','2015-12-03 15:23:55','2015-12-03 15:23:55','',0,'http://elura.audio/wp-content/uploads/2015/12/dspdigital.png',0,'attachment','image/png',0),(727,1,'2015-12-03 17:50:52','2015-12-03 17:50:52','','In wall and In ceiling','','inherit','closed','closed','','551-revision-v1','','','2015-12-03 17:50:52','2015-12-03 17:50:52','',551,'http://elura.audio/551-revision-v1/',0,'revision','',0),(728,1,'2015-12-03 17:51:06','2015-12-03 17:51:06','','Company','','inherit','closed','closed','','562-revision-v1','','','2015-12-03 17:51:06','2015-12-03 17:51:06','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(729,1,'2015-12-03 17:51:25','2015-12-03 17:51:25','','Search','','inherit','closed','closed','','691-revision-v1','','','2015-12-03 17:51:25','2015-12-03 17:51:25','',691,'http://elura.audio/691-revision-v1/',0,'revision','',0),(732,1,'2015-12-03 19:26:06','2015-12-03 19:26:06','','SLS_Bottom_Animation_050307','','inherit','open','closed','','sls_bottom_animation_050307','','','2015-12-03 19:26:06','2015-12-03 19:26:06','',0,'http://elura.audio/wp-content/uploads/2015/12/SLS_Bottom_Animation_050307.gif',0,'attachment','image/gif',0),(733,1,'2015-12-03 19:28:31','2015-12-03 19:28:31','','invisibleseriesvideoimage','','inherit','open','closed','','invisibleseriesvideoimage','','','2015-12-03 19:28:31','2015-12-03 19:28:31','',0,'http://elura.audio/wp-content/uploads/2015/12/invisibleseriesvideoimage.png',0,'attachment','image/png',0),(734,1,'2015-12-03 19:30:46','2015-12-03 19:30:46','','IS_Bottom_Asset_090355','','inherit','open','closed','','is_bottom_asset_090355','','','2015-12-03 19:30:46','2015-12-03 19:30:46','',0,'http://elura.audio/wp-content/uploads/2015/12/IS_Bottom_Asset_090355.gif',0,'attachment','image/gif',0),(740,1,'2015-12-18 22:45:48','2015-12-18 22:45:48','','SUBWOOFERS','','inherit','closed','closed','','556-revision-v1','','','2015-12-18 22:45:48','2015-12-18 22:45:48','',556,'http://elura.audio/556-revision-v1/',0,'revision','',0),(741,1,'2015-12-18 22:46:38','2015-12-18 22:46:38','','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2015-12-18 22:46:38','2015-12-18 22:46:38','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(743,1,'2015-12-18 22:48:10','2015-12-18 22:48:10','','IN-WALL SPEAKERS','','inherit','closed','closed','','551-revision-v1','','','2015-12-18 22:48:10','2015-12-18 22:48:10','',551,'http://elura.audio/551-revision-v1/',0,'revision','',0),(744,1,'2015-12-18 22:48:45','2015-12-18 22:48:45','','IN-CEILING SPEAKERS','','inherit','closed','closed','','497-revision-v1','','','2015-12-18 22:48:45','2015-12-18 22:48:45','',497,'http://elura.audio/497-revision-v1/',0,'revision','',0),(745,1,'2015-12-18 22:49:22','2015-12-18 22:49:22','','OUTDOOR','','inherit','closed','closed','','558-revision-v1','','','2015-12-18 22:49:22','2015-12-18 22:49:22','',558,'http://elura.audio/558-revision-v1/',0,'revision','',0),(748,1,'2015-12-22 21:10:20','2015-12-22 21:10:20','','elurabkgrnd2','','inherit','open','closed','','elurabkgrnd2','','','2015-12-22 21:10:20','2015-12-22 21:10:20','',0,'http://elura.audio/wp-content/uploads/2015/12/elurabkgrnd2.png',0,'attachment','image/png',0),(749,1,'2015-12-22 21:10:39','2015-12-22 21:10:39','','elura3spkr','','inherit','open','closed','','elura3spkr','','','2015-12-22 21:10:39','2015-12-22 21:10:39','',0,'http://elura.audio/wp-content/uploads/2015/12/elura3spkr.png',0,'attachment','image/png',0),(750,1,'2015-12-22 21:13:00','2015-12-22 21:13:00','','elurabkgrnd2','','inherit','open','closed','','elurabkgrnd2-2','','','2016-02-01 19:40:13','2016-02-01 19:40:13','',556,'http://elura.audio/wp-content/uploads/2015/12/elurabkgrnd21.png',0,'attachment','image/png',0),(751,1,'2015-12-22 21:13:35','2015-12-22 21:13:35','','eluralogo','','inherit','open','closed','','eluralogo','','','2015-12-22 21:13:35','2015-12-22 21:13:35','',0,'http://elura.audio/wp-content/uploads/2015/12/eluralogo.png',0,'attachment','image/png',0),(752,1,'2015-12-22 21:14:36','2015-12-22 21:14:36','','bottom-elura-logo','','inherit','open','closed','','bottom-elura-logo','','','2015-12-23 15:59:49','2015-12-23 15:59:49','',562,'http://elura.audio/wp-content/uploads/2015/12/bottom-elura-logo.png',0,'attachment','image/png',0),(753,1,'2015-12-23 15:08:17','2015-12-23 15:08:17','','In-Wall_In-Ceiling_Pic_1','','inherit','open','closed','','in-wall_in-ceiling_pic_1','','','2015-12-23 15:08:17','2015-12-23 15:08:17','',551,'http://elura.audio/wp-content/uploads/2015/12/In-Wall_In-Ceiling_Pic_11.jpg',0,'attachment','image/jpeg',0),(754,1,'2015-12-23 15:10:35','2015-12-23 15:10:35','','In-Wall___In-Ceiling_2_Top_Parallax','','inherit','open','closed','','in-wall___in-ceiling_2_top_parallax','','','2015-12-23 15:10:35','2015-12-23 15:10:35','',551,'http://elura.audio/wp-content/uploads/2015/12/In-Wall___In-Ceiling_2_Top_Parallax1.jpg',0,'attachment','image/jpeg',0),(755,1,'2015-12-23 15:11:13','2015-12-23 15:11:13','','AS_Parallax_Shot_Desktop','','inherit','open','closed','','as_parallax_shot_desktop','','','2015-12-23 15:11:13','2015-12-23 15:11:13','',551,'http://elura.audio/wp-content/uploads/2015/12/AS_Parallax_Shot_Desktop1.jpg',0,'attachment','image/jpeg',0),(756,1,'2015-12-23 15:11:43','2015-12-23 15:11:43','','IS_Parallax_Shot_Desktop','','inherit','open','closed','','is_parallax_shot_desktop','','','2015-12-23 15:11:43','2015-12-23 15:11:43','',551,'http://elura.audio/wp-content/uploads/2015/12/IS_Parallax_Shot_Desktop1.jpg',0,'attachment','image/jpeg',0),(757,1,'2015-12-23 15:21:16','2015-12-23 15:21:16','','inwallvideo-pic','','inherit','open','closed','','inwallvideo-pic','','','2015-12-23 15:21:16','2015-12-23 15:21:16','',551,'http://elura.audio/wp-content/uploads/2015/12/inwallvideo-pic1.png',0,'attachment','image/png',0),(758,1,'2015-12-23 15:24:04','2015-12-23 15:24:04','','VP_Product_Pic_100709','','inherit','open','closed','','vp_product_pic_100709','','','2015-12-23 15:24:04','2015-12-23 15:24:04','',551,'http://elura.audio/wp-content/uploads/2015/12/VP_Product_Pic_1007091.png',0,'attachment','image/png',0),(759,1,'2015-12-23 15:25:12','2015-12-23 15:25:12','','AS_Product_Pic_V2_100740','','inherit','open','closed','','as_product_pic_v2_100740','','','2015-12-23 15:25:12','2015-12-23 15:25:12','',551,'http://elura.audio/wp-content/uploads/2015/12/AS_Product_Pic_V2_1007401.jpg',0,'attachment','image/jpeg',0),(760,1,'2015-12-23 15:26:12','2015-12-23 15:26:12','','IS_Product_Pic','','inherit','open','closed','','is_product_pic-2','','','2015-12-23 15:26:12','2015-12-23 15:26:12','',551,'http://elura.audio/wp-content/uploads/2015/12/IS_Product_Pic1.jpg',0,'attachment','image/jpeg',0),(761,1,'2015-12-23 15:27:39','2015-12-23 15:27:39','','Home_Theater_070315','','inherit','open','closed','','home_theater_070315','','','2015-12-23 15:27:39','2015-12-23 15:27:39','',497,'http://elura.audio/wp-content/uploads/2015/12/Home_Theater_0703151.jpg',0,'attachment','image/jpeg',0),(762,1,'2015-12-23 15:29:59','2015-12-23 15:29:59','','sonancevideopic-150x150','','inherit','open','closed','','sonancevideopic-150x150','','','2015-12-23 15:29:59','2015-12-23 15:29:59','',497,'http://elura.audio/wp-content/uploads/2015/12/sonancevideopic-150x1501.png',0,'attachment','image/png',0),(763,1,'2015-12-23 15:31:15','2015-12-23 15:31:15','','Home Theater','','inherit','open','closed','','home-theater','','','2015-12-23 15:31:15','2015-12-23 15:31:15','',497,'http://elura.audio/wp-content/uploads/2015/12/Home-Theater.png',0,'attachment','image/png',0),(764,1,'2015-12-23 15:32:30','2015-12-23 15:32:30','','Cinema_Series_Shot','','inherit','open','closed','','cinema_series_shot-2','','','2015-12-23 15:32:30','2015-12-23 15:32:30','',497,'http://elura.audio/wp-content/uploads/2015/12/Cinema_Series_Shot1.jpg',0,'attachment','image/jpeg',0),(765,1,'2015-12-23 15:33:15','2015-12-23 15:33:15','','Soundbar2_120343','','inherit','open','closed','','soundbar2_120343','','','2015-12-23 15:33:15','2015-12-23 15:33:15','',497,'http://elura.audio/wp-content/uploads/2015/12/Soundbar2_1203432.jpg',0,'attachment','image/jpeg',0),(766,1,'2015-12-23 15:34:10','2015-12-23 15:34:10','','Subwoofer_Shot','','inherit','open','closed','','subwoofer_shot','','','2015-12-23 15:34:10','2015-12-23 15:34:10','',497,'http://elura.audio/wp-content/uploads/2015/12/Subwoofer_Shot1.jpg',0,'attachment','image/jpeg',0),(767,1,'2015-12-23 15:34:53','2015-12-23 15:34:53','','BottomSmoke','','inherit','open','closed','','bottomsmoke','','','2015-12-23 15:34:53','2015-12-23 15:34:53','',497,'http://elura.audio/wp-content/uploads/2015/12/BottomSmoke.png',0,'attachment','image/png',0),(768,1,'2015-12-23 15:37:10','2015-12-23 15:37:10','','Outdoor_Top_Parallax','','inherit','open','closed','','outdoor_top_parallax','','','2015-12-23 15:37:10','2015-12-23 15:37:10','',558,'http://elura.audio/wp-content/uploads/2015/12/Outdoor_Top_Parallax1.jpg',0,'attachment','image/jpeg',0),(769,1,'2015-12-23 15:37:40','2015-12-23 15:37:40','','SLS_Parallax_060316','','inherit','open','closed','','sls_parallax_060316','','','2015-12-23 15:37:40','2015-12-23 15:37:40','',558,'http://elura.audio/wp-content/uploads/2015/12/SLS_Parallax_0603161.jpg',0,'attachment','image/jpeg',0),(770,1,'2015-12-23 15:38:12','2015-12-23 15:38:12','','Sonarray_Parallax_060342','','inherit','open','closed','','sonarray_parallax_060342-2','','','2015-12-23 15:38:12','2015-12-23 15:38:12','',558,'http://elura.audio/wp-content/uploads/2015/12/Sonarray_Parallax_0603421.jpg',0,'attachment','image/jpeg',0),(771,1,'2015-12-23 15:38:41','2015-12-23 15:38:41','','Rocks-Mariners-Extreme_Parallax_Shot_Desktop_060335','','inherit','open','closed','','rocks-mariners-extreme_parallax_shot_desktop_060335','','','2015-12-23 15:38:41','2015-12-23 15:38:41','',558,'http://elura.audio/wp-content/uploads/2015/12/Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351.jpg',0,'attachment','image/jpeg',0),(772,1,'2015-12-23 15:40:41','2015-12-23 15:40:41','','SLS_Product_Shot','','inherit','open','closed','','sls_product_shot','','','2015-12-23 15:40:41','2015-12-23 15:40:41','',558,'http://elura.audio/wp-content/uploads/2015/12/SLS_Product_Shot1.jpg',0,'attachment','image/jpeg',0),(773,1,'2015-12-23 15:41:15','2015-12-23 15:41:15','','Sonarray_Product_Shot','','inherit','open','closed','','sonarray_product_shot-2','','','2015-12-23 15:41:15','2015-12-23 15:41:15','',558,'http://elura.audio/wp-content/uploads/2015/12/Sonarray_Product_Shot1.jpg',0,'attachment','image/jpeg',0),(774,1,'2015-12-23 15:42:04','2015-12-23 15:42:04','','Rocks-Mariners-Extreme_Product_Shot_1_060335','','inherit','open','closed','','rocks-mariners-extreme_product_shot_1_060335-2','','','2015-12-23 15:42:04','2015-12-23 15:42:04','',558,'http://elura.audio/wp-content/uploads/2015/12/Rocks-Mariners-Extreme_Product_Shot_1_0603351.jpg',0,'attachment','image/jpeg',0),(775,1,'2015-12-23 15:44:55','2015-12-23 15:44:55','','New_Updated_Electronics_Parallax_Amp__040332_051248','','inherit','open','closed','','new_updated_electronics_parallax_amp__040332_051248-2','','','2015-12-23 15:44:55','2015-12-23 15:44:55','',0,'http://elura.audio/wp-content/uploads/2015/12/New_Updated_Electronics_Parallax_Amp__040332_0512481.jpg',0,'attachment','image/jpeg',0),(776,1,'2015-12-23 15:45:30','2015-12-23 15:45:30','','Electronics_Slides-04_dspcopy_041243','','inherit','open','closed','','electronics_slides-04_dspcopy_041243','','','2015-12-23 15:45:30','2015-12-23 15:45:30','',0,'http://elura.audio/wp-content/uploads/2015/12/Electronics_Slides-04_dspcopy_0412431.jpg',0,'attachment','image/jpeg',0),(777,1,'2015-12-23 15:47:32','2015-12-23 15:47:32','','sonamp_header_copy_081247','','inherit','open','closed','','sonamp_header_copy_081247-2','','','2015-12-23 15:47:32','2015-12-23 15:47:32','',0,'http://elura.audio/wp-content/uploads/2015/12/sonamp_header_copy_0812471.jpg',0,'attachment','image/jpeg',0),(778,1,'2015-12-23 15:48:14','2015-12-23 15:48:14','','Speak_Selector_Volume_Control_1','','inherit','open','closed','','speak_selector_volume_control_1','','','2015-12-23 15:48:14','2015-12-23 15:48:14','',0,'http://elura.audio/wp-content/uploads/2015/12/Speak_Selector_Volume_Control_11.jpg',0,'attachment','image/jpeg',0),(779,1,'2015-12-23 15:48:59','2015-12-23 15:48:59','','IR_2','','inherit','open','closed','','ir_2-2','','','2015-12-23 15:48:59','2015-12-23 15:48:59','',0,'http://elura.audio/wp-content/uploads/2015/12/IR_21.jpg',0,'attachment','image/jpeg',0),(780,1,'2015-12-23 15:58:31','2015-12-23 15:58:31','','Dana_Company_Image_040321','','inherit','open','closed','','dana_company_image_040321','','','2015-12-23 15:58:31','2015-12-23 15:58:31','',562,'http://elura.audio/wp-content/uploads/2015/12/Dana_Company_Image_0403212.jpg',0,'attachment','image/jpeg',0),(781,1,'2015-12-23 15:58:56','2015-12-23 15:58:56','','Sonance_Company_Image_040321','','inherit','open','closed','','sonance_company_image_040321','','','2015-12-23 15:58:56','2015-12-23 15:58:56','',562,'http://elura.audio/wp-content/uploads/2015/12/Sonance_Company_Image_0403211.jpg',0,'attachment','image/jpeg',0),(782,1,'2015-12-23 15:59:27','2015-12-23 15:59:27','','iPort_Compnay_Image_V2_050445','','inherit','open','closed','','iport_compnay_image_v2_050445','','','2015-12-23 15:59:27','2015-12-23 15:59:27','',562,'http://elura.audio/wp-content/uploads/2015/12/iPort_Compnay_Image_V2_0504451.jpg',0,'attachment','image/jpeg',0),(783,1,'2015-12-23 16:00:42','2015-12-23 16:00:42','','Dana_Logo_1','','inherit','open','closed','','dana_logo_1','','','2015-12-23 16:00:42','2015-12-23 16:00:42','',562,'http://elura.audio/wp-content/uploads/2015/12/Dana_Logo_11.jpg',0,'attachment','image/jpeg',0),(784,1,'2015-12-23 16:01:28','2015-12-23 16:01:28','','Sonance_Logo_1','','inherit','open','closed','','sonance_logo_1','','','2015-12-23 16:01:28','2015-12-23 16:01:28','',562,'http://elura.audio/wp-content/uploads/2015/12/Sonance_Logo_11.jpg',0,'attachment','image/jpeg',0),(785,1,'2015-12-23 16:02:19','2015-12-23 16:02:19','','iPort_Logo_1','','inherit','open','closed','','iport_logo_1','','','2015-12-23 16:02:19','2015-12-23 16:02:19','',562,'http://elura.audio/wp-content/uploads/2015/12/iPort_Logo_11.jpg',0,'attachment','image/jpeg',0),(786,1,'2015-12-23 16:02:59','2015-12-23 16:02:59','','Trufig_Logo_1','','inherit','open','closed','','trufig_logo_1','','','2015-12-23 16:02:59','2015-12-23 16:02:59','',562,'http://elura.audio/wp-content/uploads/2015/12/Trufig_Logo_11.jpg',0,'attachment','image/jpeg',0),(787,1,'2015-12-23 16:39:54','2015-12-23 16:39:54','','Electronics_Slides-04_digitalcopy_041243','','inherit','open','closed','','electronics_slides-04_digitalcopy_041243','','','2015-12-23 16:39:54','2015-12-23 16:39:54','',497,'http://elura.audio/wp-content/uploads/2015/12/Electronics_Slides-04_digitalcopy_041243.jpg',0,'attachment','image/jpeg',0),(789,1,'2015-12-23 17:05:53','2015-12-23 17:05:53','','sonancevideo','','inherit','open','closed','','sonancevideo','','','2015-12-23 17:05:53','2015-12-23 17:05:53','',558,'http://elura.audio/wp-content/uploads/2015/12/sonancevideo.png',0,'attachment','image/png',0),(790,1,'2015-12-23 17:12:09','2015-12-23 17:12:09','','TRUFIG_Company_Image_040356','','inherit','open','closed','','trufig_company_image_040356','','','2015-12-23 17:12:09','2015-12-23 17:12:09','',562,'http://elura.audio/wp-content/uploads/2015/12/TRUFIG_Company_Image_0403561.jpg',0,'attachment','image/jpeg',0),(791,1,'2015-12-23 17:49:17','2015-12-23 17:49:17','','BottomSmoke','','inherit','open','closed','','bottomsmoke-2','','','2015-12-23 17:49:17','2015-12-23 17:49:17','',0,'http://elura.audio/wp-content/uploads/2015/12/BottomSmoke1.png',0,'attachment','image/png',0),(792,1,'2015-12-23 17:50:18','2015-12-23 17:50:18','','modernlivingroomedited','','inherit','open','closed','','modernlivingroomedited','','','2015-12-23 17:50:18','2015-12-23 17:50:18','',0,'http://elura.audio/wp-content/uploads/2015/12/modernlivingroomedited.png',0,'attachment','image/png',0),(793,1,'2015-12-23 17:50:45','2015-12-23 17:50:45','','modernlivingroomedited','','inherit','open','closed','','modernlivingroomedited-2','','','2015-12-23 17:50:45','2015-12-23 17:50:45','',565,'http://elura.audio/wp-content/uploads/2015/12/modernlivingroomedited1.png',0,'attachment','image/png',0),(795,1,'2015-12-23 17:52:25','2015-12-23 17:52:25','','BlackLabelTitle','','inherit','open','closed','','blacklabeltitle','','','2015-12-23 17:52:25','2015-12-23 17:52:25','',565,'http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg',0,'attachment','image/jpeg',0),(796,1,'2015-12-23 17:52:39','2015-12-23 17:52:39','','RedLabelTitle','','inherit','open','closed','','redlabeltitle','','','2015-12-23 17:52:39','2015-12-23 17:52:39','',565,'http://elura.audio/wp-content/uploads/2015/12/RedLabelTitle.jpg',0,'attachment','image/jpeg',0),(797,1,'2015-12-23 17:52:53','2015-12-23 17:52:53','','BlueLabelTitle','','inherit','open','closed','','bluelabeltitle','','','2015-12-23 17:52:53','2015-12-23 17:52:53','',565,'http://elura.audio/wp-content/uploads/2015/12/BlueLabelTitle.jpg',0,'attachment','image/jpeg',0),(800,1,'2016-01-11 19:30:10','2016-01-11 19:30:10','','RedLabelTitle','','inherit','open','closed','','redlabeltitle-2','','','2016-01-28 21:19:58','2016-01-28 21:19:58','',913,'http://elura.audio/wp-content/uploads/2016/01/RedLabelTitle.jpg',0,'attachment','image/jpeg',0),(801,1,'2016-01-12 20:58:17','2016-01-12 20:58:17','','modernlivingroomedited','','inherit','open','closed','','modernlivingroomedited-3','','','2016-01-12 20:58:17','2016-01-12 20:58:17','',565,'http://elura.audio/wp-content/uploads/2015/12/modernlivingroomedited2.png',0,'attachment','image/png',0),(803,1,'2016-01-12 21:14:34','2016-01-12 21:14:34','','ModernLivingRoom-Final','','inherit','open','closed','','modernlivingroom-final','','','2016-01-12 21:14:34','2016-01-12 21:14:34','',565,'http://elura.audio/wp-content/uploads/2015/12/ModernLivingRoom-Final.jpg',0,'attachment','image/jpeg',0),(811,1,'2016-01-20 15:43:23','2016-01-20 15:43:23','','Subb8bottomAngle-ConvertImage','','inherit','open','closed','','subb8bottomangle-convertimage','','','2016-01-20 15:43:23','2016-01-20 15:43:23','',556,'http://elura.audio/wp-content/uploads/2015/12/Subb8bottomAngle-ConvertImage.png',0,'attachment','image/png',0),(812,1,'2016-01-20 15:44:45','2016-01-20 15:44:45','','CloseupSubb8','','inherit','open','closed','','closeupsubb8','','','2016-01-20 15:44:45','2016-01-20 15:44:45','',556,'http://elura.audio/wp-content/uploads/2015/12/CloseupSubb8.jpg',0,'attachment','image/jpeg',0),(813,1,'2016-01-20 15:46:06','2016-01-20 15:46:06','','CloseupSubb8-2','','inherit','open','closed','','closeupsubb8-2','','','2016-01-20 15:46:06','2016-01-20 15:46:06','',556,'http://elura.audio/wp-content/uploads/2015/12/CloseupSubb8-2.jpg',0,'attachment','image/jpeg',0),(814,1,'2016-01-20 15:53:00','2016-01-20 15:53:00','','elura2speakers','','inherit','open','closed','','elura2speakers','','','2016-01-20 15:53:00','2016-01-20 15:53:00','',556,'http://elura.audio/wp-content/uploads/2015/12/elura2speakers.png',0,'attachment','image/png',0),(815,1,'2016-01-20 17:18:41','2016-01-20 17:18:41','','dimensiondrawings','','inherit','open','closed','','dimensiondrawings','','','2016-01-20 17:18:41','2016-01-20 17:18:41','',556,'http://elura.audio/wp-content/uploads/2015/12/dimensiondrawings.jpg',0,'attachment','image/jpeg',0),(836,1,'2016-01-20 22:06:32','2016-01-20 22:06:32','','Invisible_Series_Top_Shot_120339','','inherit','open','closed','','invisible_series_top_shot_120339','','','2016-01-20 22:06:32','2016-01-20 22:06:32','',0,'http://elura.audio/wp-content/uploads/2016/01/Invisible_Series_Top_Shot_120339.jpg',0,'attachment','image/jpeg',0),(837,1,'2016-01-20 22:08:53','2016-01-20 22:08:53','','Invisible_Series_Hero','','inherit','open','closed','','invisible_series_hero','','','2016-01-20 22:08:53','2016-01-20 22:08:53','',0,'http://elura.audio/wp-content/uploads/2016/01/Invisible_Series_Hero.jpg',0,'attachment','image/jpeg',0),(838,1,'2016-01-20 22:11:09','2016-01-20 22:11:09','','IS4_110330','','inherit','open','closed','','is4_110330','','','2016-01-20 22:11:09','2016-01-20 22:11:09','',0,'http://elura.audio/wp-content/uploads/2016/01/IS4_110330.jpg',0,'attachment','image/jpeg',0),(839,1,'2016-01-20 22:12:06','2016-01-20 22:12:06','','IS4_050342','','inherit','open','closed','','is4_050342','','','2016-01-29 16:39:16','2016-01-29 16:39:16','',913,'http://elura.audio/wp-content/uploads/2016/01/IS4_050342.jpg',0,'attachment','image/jpeg',0),(840,1,'2016-01-20 22:12:49','2016-01-20 22:12:49','','IS4_050356','','inherit','open','closed','','is4_050356','','','2016-01-20 22:12:49','2016-01-20 22:12:49','',0,'http://elura.audio/wp-content/uploads/2016/01/IS4_050356.jpg',0,'attachment','image/jpeg',0),(841,1,'2016-01-20 22:13:12','2016-01-20 22:13:12','','IS4C_070432','','inherit','open','closed','','is4c_070432','','','2016-01-29 16:38:59','2016-01-29 16:38:59','',913,'http://elura.audio/wp-content/uploads/2016/01/IS4C_070432.jpg',0,'attachment','image/jpeg',0),(842,1,'2016-01-20 22:13:45','2016-01-20 22:13:45','','IS4_050352','','inherit','open','closed','','is4_050352','','','2016-01-20 22:13:45','2016-01-20 22:13:45','',0,'http://elura.audio/wp-content/uploads/2016/01/IS4_050352.jpg',0,'attachment','image/jpeg',0),(843,1,'2016-01-20 22:18:31','2016-01-20 22:18:31','','CAD_Invisible_Series_110309','','inherit','open','closed','','cad_invisible_series_110309','','','2016-02-03 03:28:45','2016-02-03 03:28:45','',1033,'http://elura.audio/wp-content/uploads/2016/01/CAD_Invisible_Series_110309.jpg',0,'attachment','image/jpeg',0),(845,1,'2016-01-21 15:08:00','2016-01-21 15:08:00','sas','Search','','inherit','closed','closed','','691-autosave-v1','','','2016-01-21 15:08:00','2016-01-21 15:08:00','',691,'http://elura.audio/691-autosave-v1/',0,'revision','',0),(847,1,'2016-01-21 16:57:37','2016-01-21 16:57:37','','S65LCRIW-screenless-front','','inherit','open','closed','','s65lcriw-screenless-front','','','2016-01-28 20:37:08','2016-01-28 20:37:08','',913,'http://elura.audio/wp-content/uploads/2016/01/S65LCRIW-screenless-front.png',0,'attachment','image/png',0),(848,1,'2016-01-21 16:58:19','2016-01-21 16:58:19','','BlueLabel_tweeter-pivoting','','inherit','open','closed','','bluelabel_tweeter-pivoting','','','2016-01-29 23:20:19','2016-01-29 23:20:19','',936,'http://elura.audio/wp-content/uploads/2016/01/BlueLabel_tweeter-pivoting.png',0,'attachment','image/png',0),(849,1,'2016-01-21 16:58:54','2016-01-21 16:58:54','','B65ST_front-screenless','','inherit','open','closed','','b65st_front-screenless','','','2016-01-29 23:19:40','2016-01-29 23:19:40','',936,'http://elura.audio/wp-content/uploads/2016/01/B65ST_front-screenless.png',0,'attachment','image/png',0),(851,1,'2016-01-21 17:19:55','2016-01-21 17:19:55','','r6.5','','inherit','open','closed','','r6-5','','','2016-01-28 20:43:55','2016-01-28 20:43:55','',913,'http://elura.audio/wp-content/uploads/2016/01/r6.5.jpg',0,'attachment','image/jpeg',0),(871,1,'2016-01-26 15:10:57','2016-01-26 15:10:57','<h1>Details:</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template.','IN-WALL SPEAKERS','','inherit','closed','closed','','551-revision-v1','','','2016-01-26 15:10:57','2016-01-26 15:10:57','',551,'http://elura.audio/551-revision-v1/',0,'revision','',0),(872,1,'2016-01-26 15:13:41','2016-01-26 15:13:41','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','IN-WALL SPEAKERS','','inherit','closed','closed','','551-revision-v1','','','2016-01-26 15:13:41','2016-01-26 15:13:41','',551,'http://elura.audio/551-revision-v1/',0,'revision','',0),(873,1,'2016-01-26 15:14:17','2016-01-26 15:14:17','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','IN-CEILING SPEAKERS','','inherit','closed','closed','','497-revision-v1','','','2016-01-26 15:14:17','2016-01-26 15:14:17','',497,'http://elura.audio/497-revision-v1/',0,'revision','',0),(874,1,'2016-01-26 15:14:39','2016-01-26 15:14:39','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','SUBWOOFERS','','inherit','closed','closed','','556-revision-v1','','','2016-01-26 15:14:39','2016-01-26 15:14:39','',556,'http://elura.audio/556-revision-v1/',0,'revision','',0),(875,1,'2016-01-26 15:15:01','2016-01-26 15:15:01','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','OUTDOOR','','inherit','closed','closed','','558-revision-v1','','','2016-01-26 15:15:01','2016-01-26 15:15:01','',558,'http://elura.audio/558-revision-v1/',0,'revision','',0),(876,1,'2016-01-26 15:16:10','2016-01-26 15:16:10','For this area, more information on how the company details page will look is still pending','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-01-26 15:16:10','2016-01-26 15:16:10','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(877,1,'2016-01-26 15:17:08','2016-01-26 15:17:08','This is the static front page. Its details are edited through editing the Front Page Template','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-01-26 15:17:08','2016-01-26 15:17:08','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(878,1,'2016-01-26 15:18:18','2016-01-26 15:18:18','This is the Search Page. Any changes made in this area will not be view-able . Do not edit this page','Search','','inherit','closed','closed','','691-revision-v1','','','2016-01-26 15:18:18','2016-01-26 15:18:18','',691,'http://elura.audio/691-revision-v1/',0,'revision','',0),(882,1,'2016-01-27 22:05:22','2016-01-27 22:05:22','','The First Test Post','','trash','closed','closed','','the-first-test-post','','','2016-02-02 16:11:27','2016-02-02 16:11:27','',0,'http://elura.audio/?p=882',0,'post','',0),(883,1,'2016-01-27 22:07:24','2016-01-27 22:07:24','','In-Wall___In-Ceiling_Top_Parallax_100709','','inherit','open','closed','','in-wall___in-ceiling_top_parallax_100709','','','2016-01-27 22:07:24','2016-01-27 22:07:24','',882,'http://elura.audio/wp-content/uploads/2016/01/In-Wall___In-Ceiling_Top_Parallax_100709.jpg',0,'attachment','image/jpeg',0),(892,1,'2016-01-27 22:50:06','2016-01-27 22:50:06','','The one test post for subcategory','','trash','closed','closed','','the-one-test-post-for-subcategory','','','2016-02-02 16:11:22','2016-02-02 16:11:22','',0,'http://elura.audio/?p=892',0,'post','',0),(893,1,'2016-01-27 22:40:55','2016-01-27 22:40:55','','In-Wall_Top_Shot_040412','','inherit','open','closed','','in-wall_top_shot_040412','','','2016-01-27 22:40:55','2016-01-27 22:40:55','',892,'http://elura.audio/wp-content/uploads/2016/01/In-Wall_Top_Shot_040412.jpg',0,'attachment','image/jpeg',0),(894,1,'2016-01-27 22:42:07','2016-01-27 22:42:07','','In-Wall_Cinema_Hero_120303','','inherit','open','closed','','in-wall_cinema_hero_120303','','','2016-01-27 22:42:07','2016-01-27 22:42:07','',892,'http://elura.audio/wp-content/uploads/2016/01/In-Wall_Cinema_Hero_120303.jpg',0,'attachment','image/jpeg',0),(895,1,'2016-01-27 22:45:47','2016-01-27 22:45:47','','LCR1_120346','','inherit','open','closed','','lcr1_120346','','','2016-01-27 22:45:47','2016-01-27 22:45:47','',892,'http://elura.audio/wp-content/uploads/2016/01/LCR1_120346.jpg',0,'attachment','image/jpeg',0),(896,1,'2016-01-27 22:50:01','2016-01-27 22:50:01','','The one test post for subcategory','','inherit','closed','closed','','892-revision-v1','','','2016-01-27 22:50:01','2016-01-27 22:50:01','',892,'http://elura.audio/892-revision-v1/',0,'revision','',0),(898,1,'2016-01-27 22:56:09','2016-01-27 22:56:09','','The one test post for subcategory','','inherit','closed','closed','','892-autosave-v1','','','2016-01-27 22:56:09','2016-01-27 22:56:09','',892,'http://elura.audio/892-autosave-v1/',0,'revision','',0),(913,1,'2016-01-28 20:51:43','2016-01-28 20:51:43','','Test Post 1','','trash','closed','closed','','test-post-1','','','2016-02-02 16:11:16','2016-02-02 16:11:16','',0,'http://elura.audio/?p=913',0,'post','',0),(915,1,'2016-01-28 17:41:23','2016-01-28 17:41:23','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 4s sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','SUBWOOFERS','','inherit','closed','closed','','556-revision-v1','','','2016-01-28 17:41:23','2016-01-28 17:41:23','',556,'http://elura.audio/556-revision-v1/',0,'revision','',0),(916,1,'2016-01-28 17:41:38','2016-01-28 17:41:38','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 4 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','SUBWOOFERS','','inherit','closed','closed','','556-revision-v1','','','2016-01-28 17:41:38','2016-01-28 17:41:38','',556,'http://elura.audio/556-revision-v1/',0,'revision','',0),(917,1,'2016-01-28 20:51:43','2016-01-28 20:51:43','','Test Post 1','','inherit','closed','closed','','913-revision-v1','','','2016-01-28 20:51:43','2016-01-28 20:51:43','',913,'http://elura.audio/913-revision-v1/',0,'revision','',0),(921,1,'2016-01-29 17:46:09','2016-01-29 17:46:09','<table>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<br />','','','trash','closed','closed','','921-2','','','2016-02-02 16:11:07','2016-02-02 16:11:07','',0,'http://elura.audio/?p=921',0,'post','',0),(922,1,'2016-01-29 19:06:17','2016-01-29 19:06:17','<table>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<br />','','','trash','closed','closed','','922-2','','','2016-02-02 16:10:57','2016-02-02 16:10:57','',0,'http://elura.audio/?p=922',0,'post','',0),(924,1,'2016-01-29 21:56:34','2016-01-29 21:56:34','','B6.5','','trash','closed','closed','','b6-5','','','2016-02-05 18:55:34','2016-02-05 18:55:34','',0,'http://elura.audio/?p=924',0,'post','',0),(925,1,'2016-01-29 21:56:34','2016-01-29 21:56:34','','B6.5','','inherit','closed','closed','','924-revision-v1','','','2016-01-29 21:56:34','2016-01-29 21:56:34','',924,'http://elura.audio/924-revision-v1/',0,'revision','',0),(927,1,'2016-01-29 22:02:23','2016-01-29 22:02:23','','B8_front-screenless','','inherit','open','closed','','b8_front-screenless','','','2016-01-29 22:02:23','2016-01-29 22:02:23','',924,'http://elura.audio/wp-content/uploads/2016/01/B8_front-screenless.png',0,'attachment','image/png',0),(928,1,'2016-01-29 22:05:05','2016-01-29 22:05:05','','B8_frontangle-screenless','','inherit','open','closed','','b8_frontangle-screenless','','','2016-01-29 22:05:05','2016-01-29 22:05:05','',924,'http://elura.audio/wp-content/uploads/2016/01/B8_frontangle-screenless.png',0,'attachment','image/png',0),(929,1,'2016-01-29 22:24:13','2016-01-29 22:24:13','','B8_sideangle','','inherit','open','closed','','b8_sideangle','','','2016-01-29 22:24:13','2016-01-29 22:24:13','',924,'http://elura.audio/wp-content/uploads/2016/01/B8_sideangle.png',0,'attachment','image/png',0),(930,1,'2016-01-29 22:28:57','2016-01-29 22:28:57','','R65Z_tweeter-pivoting','','inherit','open','closed','','r65z_tweeter-pivoting','','','2016-01-29 22:28:57','2016-01-29 22:28:57','',497,'http://elura.audio/wp-content/uploads/2015/12/R65Z_tweeter-pivoting.png',0,'attachment','image/png',0),(931,1,'2016-01-29 22:29:21','2016-01-29 22:29:21','','OUT65W_front','','inherit','open','closed','','out65w_front','','','2016-01-29 22:29:21','2016-01-29 22:29:21','',497,'http://elura.audio/wp-content/uploads/2015/12/OUT65W_front.png',0,'attachment','image/png',0),(932,1,'2016-01-29 22:29:43','2016-01-29 22:29:43','','B65ST_front-screenless','','inherit','open','closed','','b65st_front-screenless-2','','','2016-01-29 22:29:43','2016-01-29 22:29:43','',497,'http://elura.audio/wp-content/uploads/2015/12/B65ST_front-screenless.png',0,'attachment','image/png',0),(933,1,'2016-01-29 22:31:27','2016-01-29 22:31:27','','B65ST_front','','inherit','open','closed','','b65st_front','','','2016-01-29 22:31:27','2016-01-29 22:31:27','',497,'http://elura.audio/wp-content/uploads/2015/12/B65ST_front.png',0,'attachment','image/png',0),(934,1,'2016-01-29 23:06:40','2016-01-29 23:06:40','','second subwoofer payroll','','trash','closed','closed','','second-subwoofer-payroll','','','2016-02-02 16:08:16','2016-02-02 16:08:16','',0,'http://elura.audio/?p=934',0,'post','',0),(935,1,'2016-01-29 23:06:40','2016-01-29 23:06:40','','second subwoofer payroll','','inherit','closed','closed','','934-revision-v1','','','2016-01-29 23:06:40','2016-01-29 23:06:40','',934,'http://elura.audio/934-revision-v1/',0,'revision','',0),(936,1,'2016-01-29 23:20:24','2016-01-29 23:20:24','','third subwoofer test','','trash','closed','closed','','third-subwoofer-test','','','2016-02-02 16:08:11','2016-02-02 16:08:11','',0,'http://elura.audio/?p=936',0,'post','',0),(937,1,'2016-01-29 23:20:24','2016-01-29 23:20:24','','third subwoofer test','','inherit','closed','closed','','936-revision-v1','','','2016-01-29 23:20:24','2016-01-29 23:20:24','',936,'http://elura.audio/936-revision-v1/',0,'revision','',0),(938,1,'2016-01-29 23:21:18','2016-01-29 23:21:18','','fourth subwoofer test','','trash','closed','closed','','fourth-subwoofer-test','','','2016-02-02 16:04:17','2016-02-02 16:04:17','',0,'http://elura.audio/?p=938',0,'post','',0),(939,1,'2016-01-29 23:21:18','2016-01-29 23:21:18','','fourth subwoofer test','','inherit','closed','closed','','938-revision-v1','','','2016-01-29 23:21:18','2016-01-29 23:21:18','',938,'http://elura.audio/938-revision-v1/',0,'revision','',0),(942,1,'2016-02-01 16:40:45','2016-02-01 16:40:45','','LABELS','','publish','closed','closed','','labels','','','2016-02-01 16:40:45','2016-02-01 16:40:45','',0,'http://elura.audio/?page_id=942',0,'page','',0),(943,1,'2016-02-01 16:40:45','2016-02-01 16:40:45','','LABELS','','inherit','closed','closed','','942-revision-v1','','','2016-02-01 16:40:45','2016-02-01 16:40:45','',942,'http://elura.audio/942-revision-v1/',0,'revision','',0),(944,1,'2016-02-01 18:09:42','2016-02-01 18:09:42','','R8LCR_tweeter-angled','','inherit','open','closed','','r8lcr_tweeter-angled','','','2016-02-01 18:09:42','2016-02-01 18:09:42','',497,'http://elura.audio/wp-content/uploads/2015/12/R8LCR_tweeter-angled.png',0,'attachment','image/png',0),(950,1,'2016-02-01 20:03:24','2016-02-01 20:03:24','','Black Label - Select Series','','publish','closed','closed','','b6-5st','','','2016-02-20 00:22:02','2016-02-20 00:22:02','',0,'http://elura.audio/?p=950',0,'post','',0),(951,1,'2016-02-01 20:02:33','2016-02-01 20:02:33','','B6.5ST','','inherit','closed','closed','','950-revision-v1','','','2016-02-01 20:02:33','2016-02-01 20:02:33','',950,'http://elura.audio/950-revision-v1/',0,'revision','',0),(954,1,'2016-02-01 20:26:20','2016-02-01 20:26:20','','Black Label - Select','','publish','closed','closed','','b8','','','2016-02-19 20:55:40','2016-02-19 20:55:40','',0,'http://elura.audio/?p=954',0,'post','',0),(955,1,'2016-02-01 20:26:20','2016-02-01 20:26:20','','B8','','inherit','closed','closed','','954-revision-v1','','','2016-02-01 20:26:20','2016-02-01 20:26:20','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(957,1,'2016-02-01 20:33:08','2016-02-01 20:33:08','','blacklabel','','publish','closed','closed','','blacklabel','','','2016-02-01 20:33:08','2016-02-01 20:33:08','',0,'http://elura.audio/?page_id=957',0,'page','',0),(958,1,'2016-02-01 20:33:08','2016-02-01 20:33:08','','blacklabel','','inherit','closed','closed','','957-revision-v1','','','2016-02-01 20:33:08','2016-02-01 20:33:08','',957,'http://elura.audio/957-revision-v1/',0,'revision','',0),(959,1,'2016-02-01 20:33:45','2016-02-01 20:33:45','do not edit this page','redlabel','','publish','closed','closed','','redlabel','','','2016-02-01 20:34:20','2016-02-01 20:34:20','',0,'http://elura.audio/?page_id=959',0,'page','',0),(960,1,'2016-02-01 20:33:45','2016-02-01 20:33:45','','redlabel','','inherit','closed','closed','','959-revision-v1','','','2016-02-01 20:33:45','2016-02-01 20:33:45','',959,'http://elura.audio/959-revision-v1/',0,'revision','',0),(961,1,'2016-02-01 20:34:20','2016-02-01 20:34:20','do not edit this page','redlabel','','inherit','closed','closed','','959-revision-v1','','','2016-02-01 20:34:20','2016-02-01 20:34:20','',959,'http://elura.audio/959-revision-v1/',0,'revision','',0),(962,1,'2016-02-01 20:35:01','2016-02-01 20:35:01','do not edit this page','bluelabel','','publish','closed','closed','','bluelabel','','','2016-02-02 13:57:45','2016-02-02 13:57:45','',0,'http://elura.audio/?page_id=962',0,'page','',0),(963,1,'2016-02-01 20:35:01','2016-02-01 20:35:01','do not edit this page','bluelabel','','inherit','closed','closed','','962-revision-v1','','','2016-02-01 20:35:01','2016-02-01 20:35:01','',962,'http://elura.audio/962-revision-v1/',0,'revision','',0),(966,1,'2016-02-01 20:46:08','2016-02-01 20:46:08','','testing this post','','trash','closed','closed','','testing-this-post','','','2016-02-02 16:10:52','2016-02-02 16:10:52','',0,'http://elura.audio/?p=966',0,'post','',0),(967,1,'2016-02-01 20:46:08','2016-02-01 20:46:08','','testing this post','','inherit','closed','closed','','966-revision-v1','','','2016-02-01 20:46:08','2016-02-01 20:46:08','',966,'http://elura.audio/966-revision-v1/',0,'revision','',0),(968,1,'2016-02-01 20:48:20','2016-02-01 20:48:20','','B8_back','','inherit','open','closed','','b8_back','','','2016-02-01 20:48:20','2016-02-01 20:48:20','',924,'http://elura.audio/wp-content/uploads/2016/01/B8_back.png',0,'attachment','image/png',0),(972,1,'2016-02-02 13:55:10','2016-02-02 13:55:10','','S8LCR_tweeter-woofer','','inherit','open','closed','','s8lcr_tweeter-woofer','','','2016-02-02 13:55:10','2016-02-02 13:55:10','',962,'http://elura.audio/wp-content/uploads/2016/02/S8LCR_tweeter-woofer.png',0,'attachment','image/png',0),(973,1,'2016-02-02 13:55:45','2016-02-02 13:55:45','','S8LCR_screenless-tweeter','','inherit','open','closed','','s8lcr_screenless-tweeter','','','2016-02-02 13:55:45','2016-02-02 13:55:45','',962,'http://elura.audio/wp-content/uploads/2016/02/S8LCR_screenless-tweeter.png',0,'attachment','image/png',0),(974,1,'2016-02-02 13:56:22','2016-02-02 13:56:22','','S65_contour copy','','inherit','open','closed','','s65_contour-copy','','','2016-02-02 13:56:22','2016-02-02 13:56:22','',962,'http://elura.audio/wp-content/uploads/2016/02/S65_contour-copy.png',0,'attachment','image/png',0),(975,1,'2016-02-02 13:56:56','2016-02-02 13:56:56','','S65_woofer_closeup','','inherit','open','closed','','s65_woofer_closeup','','','2016-02-02 13:56:56','2016-02-02 13:56:56','',962,'http://elura.audio/wp-content/uploads/2016/02/S65_woofer_closeup.png',0,'attachment','image/png',0),(981,1,'2016-02-02 14:48:53','2016-02-02 14:48:53','','B65_Back','','inherit','open','closed','','b65_back','','','2016-02-02 14:48:53','2016-02-02 14:48:53','',924,'http://elura.audio/wp-content/uploads/2016/01/B65_Back.png',0,'attachment','image/png',0),(985,1,'2016-02-02 15:21:44','2016-02-02 15:21:44','','B6.5','','inherit','closed','closed','','924-autosave-v1','','','2016-02-02 15:21:44','2016-02-02 15:21:44','',924,'http://elura.audio/924-autosave-v1/',0,'revision','',0),(986,1,'2016-02-02 15:23:52','2016-02-02 15:23:52','','B65_PlasticBindings','','inherit','open','closed','','b65_plasticbindings','','','2016-02-02 15:23:52','2016-02-02 15:23:52','',924,'http://elura.audio/wp-content/uploads/2016/01/B65_PlasticBindings.png',0,'attachment','image/png',0),(988,1,'2016-02-02 16:10:57','2016-02-02 16:10:57','<table>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<br />','','','inherit','closed','closed','','922-revision-v1','','','2016-02-02 16:10:57','2016-02-02 16:10:57','',922,'http://elura.audio/922-revision-v1/',0,'revision','',0),(989,1,'2016-02-02 16:11:07','2016-02-02 16:11:07','<table>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<br />','','','inherit','closed','closed','','921-revision-v1','','','2016-02-02 16:11:07','2016-02-02 16:11:07','',921,'http://elura.audio/921-revision-v1/',0,'revision','',0),(990,1,'2016-02-02 16:11:27','2016-02-02 16:11:27','','The First Test Post','','inherit','closed','closed','','882-revision-v1','','','2016-02-02 16:11:27','2016-02-02 16:11:27','',882,'http://elura.audio/882-revision-v1/',0,'revision','',0),(991,1,'2016-02-02 16:17:51','2016-02-02 16:17:51','','2-In-Wall','','inherit','open','closed','','2-in-wall','','','2016-02-02 16:17:51','2016-02-02 16:17:51','',551,'http://elura.audio/wp-content/uploads/2015/12/2-In-Wall.jpg',0,'attachment','image/jpeg',0),(992,1,'2016-02-02 16:19:13','2016-02-02 16:19:13','','2-In-Wall-Bezel','','inherit','open','closed','','2-in-wall-bezel','','','2016-02-02 16:19:13','2016-02-02 16:19:13','',551,'http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-Bezel.jpg',0,'attachment','image/jpeg',0),(993,1,'2016-02-02 16:20:26','2016-02-02 16:20:26','','2-In-Wall-Bezel_alt','','inherit','open','closed','','2-in-wall-bezel_alt','','','2016-02-02 16:20:26','2016-02-02 16:20:26','',551,'http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-Bezel_alt.jpg',0,'attachment','image/jpeg',0),(994,1,'2016-02-02 16:26:04','2016-02-02 16:26:04','','ELURA s65iw','','inherit','open','closed','','elura-s65iw','','','2016-02-02 16:26:04','2016-02-02 16:26:04','',551,'http://elura.audio/wp-content/uploads/2015/12/ELURA-s65iw.jpg',0,'attachment','image/jpeg',0),(995,1,'2016-02-02 18:41:36','2016-02-02 18:41:36','','Red Label - Performance','','publish','closed','closed','','r6-5iwz','','','2016-02-19 21:01:35','2016-02-19 21:01:35','',0,'http://elura.audio/?p=995',0,'post','',0),(996,1,'2016-02-02 16:29:23','2016-02-02 16:29:23','','B65IW_front-straight','','inherit','open','closed','','b65iw_front-straight','','','2016-02-02 16:29:23','2016-02-02 16:29:23','',551,'http://elura.audio/wp-content/uploads/2015/12/B65IW_front-straight.png',0,'attachment','image/png',0),(997,1,'2016-02-02 16:38:27','2016-02-02 16:38:27','','Black Label - Select','','publish','closed','closed','','b6-5iw','','','2016-02-19 20:55:10','2016-02-19 20:55:10','',0,'http://elura.audio/?p=997',0,'post','',0),(998,1,'2016-02-02 16:38:27','2016-02-02 16:38:27','<a href=\"http://elura.audio/wp-content/uploads/2015/12/B65IW_front-straight.png\"><img class=\"alignleft size-large wp-image-996\" src=\"http://elura.audio/wp-content/uploads/2015/12/B65IW_front-straight-576x1024.png\" alt=\"B65IW_front-straight\" width=\"576\" height=\"1024\" /></a>','B6.5IW','','inherit','closed','closed','','997-revision-v1','','','2016-02-02 16:38:27','2016-02-02 16:38:27','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1000,1,'2016-02-02 16:52:46','2016-02-02 16:52:46','','R65IWZ_back','','inherit','open','closed','','r65iwz_back','','','2016-02-02 16:52:46','2016-02-02 16:52:46','',997,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_back.png',0,'attachment','image/png',0),(1001,1,'2016-02-02 16:53:28','2016-02-02 16:53:28','','B6.5IW','','inherit','closed','closed','','997-revision-v1','','','2016-02-02 16:53:28','2016-02-02 16:53:28','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1002,1,'2016-02-02 18:37:23','2016-02-02 18:37:23','','R65IWZ_front-screenless','','inherit','open','closed','','r65iwz_front-screenless','','','2016-02-02 18:37:23','2016-02-02 18:37:23','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_front-screenless.png',0,'attachment','image/png',0),(1003,1,'2016-02-02 18:41:36','2016-02-02 18:41:36','','R6.5IWZ','','inherit','closed','closed','','995-revision-v1','','','2016-02-02 18:41:36','2016-02-02 18:41:36','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1005,1,'2016-02-02 18:54:24','2016-02-02 18:54:24','','R65LCRIWZ_front-screenless','','inherit','open','closed','','r65lcriwz_front-screenless','','','2016-02-02 18:54:24','2016-02-02 18:54:24','',995,'http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_front-screenless.png',0,'attachment','image/png',0),(1006,1,'2016-02-02 19:44:04','2016-02-02 19:44:04','','R6.5LCRIWZ','','trash','closed','closed','','r6-5lcriwz','','','2016-02-05 18:55:24','2016-02-05 18:55:24','',0,'http://elura.audio/?p=1006',0,'post','',0),(1007,1,'2016-02-02 19:44:04','2016-02-02 19:44:04','','R6.5LCRIWZ','','inherit','closed','closed','','1006-revision-v1','','','2016-02-02 19:44:04','2016-02-02 19:44:04','',1006,'http://elura.audio/1006-revision-v1/',0,'revision','',0),(1008,1,'2016-02-02 19:45:48','2016-02-02 19:45:48','','R6.5LCRIWZ','','inherit','closed','closed','','1006-autosave-v1','','','2016-02-02 19:45:48','2016-02-02 19:45:48','',1006,'http://elura.audio/1006-autosave-v1/',0,'revision','',0),(1009,1,'2016-02-02 20:06:03','2016-02-02 20:06:03',' \r\n\r\n ','Blue Label by Sonance - Premium','','publish','closed','closed','','r6-5z','','','2016-02-19 20:51:11','2016-02-19 20:51:11','',0,'http://elura.audio/?p=1009',0,'post','',0),(1010,1,'2016-02-02 20:04:08','2016-02-02 20:04:08','','R65Z_screenless-front','','inherit','open','closed','','r65z_screenless-front','','','2016-02-02 20:04:08','2016-02-02 20:04:08','',1009,'http://elura.audio/wp-content/uploads/2016/02/R65Z_screenless-front.png',0,'attachment','image/png',0),(1011,1,'2016-02-02 20:06:03','2016-02-02 20:06:03','','R6.5Z','','inherit','closed','closed','','1009-revision-v1','','','2016-02-02 20:06:03','2016-02-02 20:06:03','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1012,1,'2016-02-02 20:14:46','2016-02-02 20:14:46','','R65STZ_front-screenless','','inherit','open','closed','','r65stz_front-screenless','','','2016-02-02 20:14:46','2016-02-02 20:14:46','',1009,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless.png',0,'attachment','image/png',0),(1013,1,'2016-02-02 20:16:25','2016-02-02 20:16:25','','R8LCR_front-screenless','','inherit','open','closed','','r8lcr_front-screenless','','','2016-02-02 20:16:25','2016-02-02 20:16:25','',1009,'http://elura.audio/wp-content/uploads/2016/02/R8LCR_front-screenless.png',0,'attachment','image/png',0),(1014,1,'2016-02-02 20:25:03','2016-02-02 20:25:03','','Red Label - Performance','','publish','closed','closed','','r6-5stz','','','2016-02-19 21:00:40','2016-02-19 21:00:40','',0,'http://elura.audio/?p=1014',0,'post','',0),(1015,1,'2016-02-02 20:25:03','2016-02-02 20:25:03','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless.png\"><img class=\"alignleft size-large wp-image-1012\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless-1024x576.png\" alt=\"R65STZ_front-screenless\" width=\"1024\" height=\"576\" /></a>','R6.5STZ','','inherit','closed','closed','','1014-revision-v1','','','2016-02-02 20:25:03','2016-02-02 20:25:03','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1018,1,'2016-02-02 21:19:21','2016-02-02 21:19:21','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless.png\"><img class=\"alignleft size-large wp-image-1012\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless-1024x576.png\" alt=\"R65STZ_front-screenless\" width=\"1024\" height=\"576\" /></a>','Red Label Series R6.5STZ','','inherit','closed','closed','','1014-revision-v1','','','2016-02-02 21:19:21','2016-02-02 21:19:21','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1019,1,'2016-02-02 21:25:34','2016-02-02 21:25:34','Testing Blue Label-> Do not delete this.. I am currently using it to test the new template','Testing Blue Label-> Do not delete this.. I am currently using it to test the new template','','trash','closed','closed','','blue-label-series-by-sonance','','','2016-02-03 22:18:31','2016-02-03 22:18:31','',0,'http://elura.audio/?p=1019',0,'post','',0),(1021,1,'2016-02-02 21:24:32','2016-02-02 21:24:32','','S8_front-screenless','','inherit','open','closed','','s8_front-screenless','','','2016-02-02 21:24:32','2016-02-02 21:24:32','',1019,'http://elura.audio/wp-content/uploads/2016/02/S8_front-screenless.png',0,'attachment','image/png',0),(1022,1,'2016-02-02 21:25:34','2016-02-02 21:25:34','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S8_front-screenless.png\"><img class=\"aligncenter size-full wp-image-1021\" src=\"http://elura.audio/wp-content/uploads/2016/02/S8_front-screenless.png\" alt=\"S8_front-screenless\" width=\"1920\" height=\"1080\" /></a>','Blue Label series by Sonance','','inherit','closed','closed','','1019-revision-v1','','','2016-02-02 21:25:34','2016-02-02 21:25:34','',1019,'http://elura.audio/1019-revision-v1/',0,'revision','',0),(1023,1,'2016-02-02 21:26:13','2016-02-02 21:26:13','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S8_front-screenless.png\"><img class=\"aligncenter size-full wp-image-1021\" src=\"http://elura.audio/wp-content/uploads/2016/02/S8_front-screenless.png\" alt=\"S8_front-screenless\" width=\"1920\" height=\"1080\" /></a>','Blue Label series by Sonance S6.5','','inherit','closed','closed','','1019-revision-v1','','','2016-02-02 21:26:13','2016-02-02 21:26:13','',1019,'http://elura.audio/1019-revision-v1/',0,'revision','',0),(1025,1,'2016-02-02 21:27:27','2016-02-02 21:27:27','','Blue Label series by Sonance S6.5','','inherit','closed','closed','','1019-revision-v1','','','2016-02-02 21:27:27','2016-02-02 21:27:27','',1019,'http://elura.audio/1019-revision-v1/',0,'revision','',0),(1027,1,'2016-02-02 21:36:44','2016-02-02 21:36:44','','S65_woofer_closeup','','inherit','open','closed','','s65_woofer_closeup-2','','','2016-02-02 21:36:44','2016-02-02 21:36:44','',1019,'http://elura.audio/wp-content/uploads/2016/02/S65_woofer_closeup1.png',0,'attachment','image/png',0),(1031,1,'2016-02-02 23:34:57','2016-02-02 23:34:57','','Testing Blue Label','','inherit','closed','closed','','1019-revision-v1','','','2016-02-02 23:34:57','2016-02-02 23:34:57','',1019,'http://elura.audio/1019-revision-v1/',0,'revision','',0),(1032,1,'2016-02-02 23:35:47','2016-02-02 23:35:47','Testing Blue Label-> Do not delete this.. I am currently using it to test the new template','Testing Blue Label-> Do not delete this.. I am currently using it to test the new template','','inherit','closed','closed','','1019-revision-v1','','','2016-02-02 23:35:47','2016-02-02 23:35:47','',1019,'http://elura.audio/1019-revision-v1/',0,'revision','',0),(1033,1,'2016-02-03 03:44:40','2016-02-03 03:44:40','','Blue Label by Sonance - Premium','','publish','closed','closed','','elura-blue-label-by-sonance','','','2016-02-19 18:16:08','2016-02-19 18:16:08','',0,'http://elura.audio/?p=1033',0,'post','',0),(1034,1,'2016-02-03 03:44:40','2016-02-03 03:44:40','','Elura Blue Label by Sonance','','inherit','closed','closed','','1033-revision-v1','','','2016-02-03 03:44:40','2016-02-03 03:44:40','',1033,'http://elura.audio/1033-revision-v1/',0,'revision','',0),(1037,1,'2016-02-03 15:18:27','2016-02-03 15:18:27','','Testing a new post 3','','trash','closed','closed','','testing-a-new-post-3','','','2016-02-03 22:18:26','2016-02-03 22:18:26','',0,'http://elura.audio/?p=1037',0,'post','',0),(1039,1,'2016-02-03 14:58:23','2016-02-03 14:58:23','','S65_side','','inherit','open','closed','','s65_side','','','2016-02-03 14:58:23','2016-02-03 14:58:23','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_side.png',0,'attachment','image/png',0),(1040,1,'2016-02-03 14:59:38','2016-02-03 14:59:38','','S65_back','','inherit','open','closed','','s65_back','','','2016-02-03 14:59:38','2016-02-03 14:59:38','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_back.png',0,'attachment','image/png',0),(1041,1,'2016-02-03 15:16:36','2016-02-03 15:16:36','','Testing a new post 3','','inherit','closed','closed','','1037-revision-v1','','','2016-02-03 15:16:36','2016-02-03 15:16:36','',1037,'http://elura.audio/1037-revision-v1/',0,'revision','',0),(1042,1,'2016-02-03 15:20:23','2016-02-03 15:20:23','','S65_front-screenless','','inherit','open','closed','','s65_front-screenless','','','2016-02-03 15:20:23','2016-02-03 15:20:23','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless1.png',0,'attachment','image/png',0),(1043,1,'2016-02-03 15:21:12','2016-02-03 15:21:12','','S65ST_screenless-front','','inherit','open','closed','','s65st_screenless-front','','','2016-02-03 15:21:12','2016-02-03 15:21:12','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65ST_screenless-front.png',0,'attachment','image/png',0),(1044,1,'2016-02-03 15:22:45','2016-02-03 15:22:45','','S65LCR_front-screenless','','inherit','open','closed','','s65lcr_front-screenless','','','2016-02-03 15:22:45','2016-02-03 15:22:45','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65LCR_front-screenless.png',0,'attachment','image/png',0),(1045,1,'2016-02-03 15:23:40','2016-02-03 15:23:40','','S8LCR_screenless-front','','inherit','open','closed','','s8lcr_screenless-front','','','2016-02-03 15:23:40','2016-02-03 15:23:40','',1033,'http://elura.audio/wp-content/uploads/2016/02/S8LCR_screenless-front.png',0,'attachment','image/png',0),(1048,1,'2016-02-03 16:36:37','2016-02-03 16:36:37','','2-In-Wall-SUBB8','','inherit','open','closed','','2-in-wall-subb8','','','2016-02-03 16:36:37','2016-02-03 16:36:37','',565,'http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8.jpg',0,'attachment','image/jpeg',0),(1049,1,'2016-02-03 16:45:29','2016-02-03 16:45:29','','Red Label Series','','inherit','closed','closed','','995-revision-v1','','','2016-02-03 16:45:29','2016-02-03 16:45:29','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1050,1,'2016-02-03 16:46:08','2016-02-03 16:46:08','','Black Label Series','','inherit','closed','closed','','997-revision-v1','','','2016-02-03 16:46:08','2016-02-03 16:46:08','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1051,1,'2016-02-03 16:46:52','2016-02-03 16:46:52','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless.png\"><img class=\"alignleft size-large wp-image-1012\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless-1024x576.png\" alt=\"R65STZ_front-screenless\" width=\"1024\" height=\"576\" /></a>','Red Label Series','','inherit','closed','closed','','1014-revision-v1','','','2016-02-03 16:46:52','2016-02-03 16:46:52','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1052,1,'2016-02-03 16:48:04','2016-02-03 16:48:04','','Black Label Series IC','','inherit','closed','closed','','954-revision-v1','','','2016-02-03 16:48:04','2016-02-03 16:48:04','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(1054,1,'2016-02-03 17:00:30','2016-02-03 17:00:30','','R65Z_back','','inherit','open','closed','','r65z_back','','','2016-02-03 17:00:30','2016-02-03 17:00:30','',995,'http://elura.audio/wp-content/uploads/2016/02/R65Z_back.png',0,'attachment','image/png',0),(1056,1,'2016-02-03 17:04:31','2016-02-03 17:04:31','','R65IWZ_frontangle-screenless','','inherit','open','closed','','r65iwz_frontangle-screenless','','','2016-02-03 17:04:31','2016-02-03 17:04:31','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_frontangle-screenless.png',0,'attachment','image/png',0),(1057,1,'2016-02-03 17:44:20','2016-02-03 17:44:20','','S65_specs','','inherit','open','closed','','s65_specs','','','2016-02-03 17:44:20','2016-02-03 17:44:20','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_specs.pdf',0,'attachment','application/pdf',0),(1060,1,'2016-02-03 18:46:35','2016-02-03 18:46:35','','3-In-Ceiling-No-Bevel','','inherit','open','closed','','3-in-ceiling-no-bevel','','','2016-02-03 18:46:35','2016-02-03 18:46:35','',1033,'http://elura.audio/wp-content/uploads/2016/02/3-In-Ceiling-No-Bevel.jpg',0,'attachment','image/jpeg',0),(1061,1,'2016-02-03 18:47:51','2016-02-03 18:47:51','','S65ST_specs','','inherit','open','closed','','s65st_specs','','','2016-02-03 18:47:51','2016-02-03 18:47:51','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65ST_specs.pdf',0,'attachment','application/pdf',0),(1062,1,'2016-02-03 18:48:30','2016-02-03 18:48:30','','S8_specs','','inherit','open','closed','','s8_specs','','','2016-02-03 18:48:30','2016-02-03 18:48:30','',1033,'http://elura.audio/wp-content/uploads/2016/02/S8_specs.pdf',0,'attachment','application/pdf',0),(1063,1,'2016-02-03 18:49:14','2016-02-03 18:49:14','','S65LCR_specs','','inherit','open','closed','','s65lcr_specs','','','2016-02-03 18:49:14','2016-02-03 18:49:14','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65LCR_specs.pdf',0,'attachment','application/pdf',0),(1064,1,'2016-02-03 18:49:32','2016-02-03 18:49:32','','S8LCR_specs','','inherit','open','closed','','s8lcr_specs','','','2016-02-03 18:49:32','2016-02-03 18:49:32','',1033,'http://elura.audio/wp-content/uploads/2016/02/S8LCR_specs.pdf',0,'attachment','application/pdf',0),(1066,1,'2016-02-03 19:17:23','2016-02-03 19:17:23','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless.png\"><img class=\"alignleft size-large wp-image-1012\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless-1024x576.png\" alt=\"R65STZ_front-screenless\" width=\"1024\" height=\"576\" /></a>','Red Label Series IC','','inherit','closed','closed','','1014-revision-v1','','','2016-02-03 19:17:23','2016-02-03 19:17:23','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1067,1,'2016-02-03 19:18:04','2016-02-03 19:18:04','','Black Label Series IW','','inherit','closed','closed','','997-revision-v1','','','2016-02-03 19:18:04','2016-02-03 19:18:04','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1068,1,'2016-02-03 19:18:46','2016-02-03 19:18:46','','Red Label Series IW','','inherit','closed','closed','','995-revision-v1','','','2016-02-03 19:18:46','2016-02-03 19:18:46','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1070,1,'2016-02-03 19:23:42','2016-02-03 19:23:42','','S65LCRIW-screenless-frontangle','','inherit','open','closed','','s65lcriw-screenless-frontangle','','','2016-02-03 19:23:42','2016-02-03 19:23:42','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-frontangle.png',0,'attachment','image/png',0),(1071,1,'2016-02-03 19:24:55','2016-02-03 19:24:55','','2-In-Wall','','inherit','open','closed','','2-in-wall-2','','','2016-02-03 19:24:55','2016-02-03 19:24:55','',1009,'http://elura.audio/wp-content/uploads/2016/02/2-In-Wall.jpg',0,'attachment','image/jpeg',0),(1072,1,'2016-02-03 19:27:56','2016-02-03 19:27:56','','S65_tweeter-pivoting','','inherit','open','closed','','s65_tweeter-pivoting','','','2016-02-03 19:27:56','2016-02-03 19:27:56','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65_tweeter-pivoting.png',0,'attachment','image/png',0),(1073,1,'2016-02-03 19:29:32','2016-02-03 19:29:32','','Blue Label by Sonance IW','','inherit','closed','closed','','1009-revision-v1','','','2016-02-03 19:29:32','2016-02-03 19:29:32','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1075,1,'2016-02-03 19:34:07','2016-02-03 19:34:07','','Blue Label by Sonance IC','','inherit','closed','closed','','1033-revision-v1','','','2016-02-03 19:34:07','2016-02-03 19:34:07','',1033,'http://elura.audio/1033-revision-v1/',0,'revision','',0),(1077,1,'2016-02-03 21:00:32','2016-02-03 21:00:32','','S65LCRIW_specs','','inherit','open','closed','','s65lcriw_specs','','','2016-02-03 21:00:32','2016-02-03 21:00:32','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_specs.pdf',0,'attachment','application/pdf',0),(1078,1,'2016-02-03 21:00:53','2016-02-03 21:00:53','','S65IW_specs','','inherit','open','closed','','s65iw_specs','','','2016-02-03 21:00:53','2016-02-03 21:00:53','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_specs.pdf',0,'attachment','application/pdf',0),(1081,1,'2016-02-03 21:38:01','2016-02-03 21:38:01','','Black Label Select Series IC','','inherit','closed','closed','','954-revision-v1','','','2016-02-03 21:38:01','2016-02-03 21:38:01','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(1083,1,'2016-02-03 21:43:13','2016-02-03 21:43:13','','Blue Label by Sonance Premium IC','','inherit','closed','closed','','1033-revision-v1','','','2016-02-03 21:43:13','2016-02-03 21:43:13','',1033,'http://elura.audio/1033-revision-v1/',0,'revision','',0),(1084,1,'2016-02-03 21:53:32','2016-02-03 21:53:32','','Blue Label by Sonance - Premium IW','','inherit','closed','closed','','1009-revision-v1','','','2016-02-03 21:53:32','2016-02-03 21:53:32','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1085,1,'2016-02-03 22:01:56','2016-02-03 22:01:56','','Red Label Performance Series IC','','inherit','closed','closed','','1014-revision-v1','','','2016-02-03 22:01:56','2016-02-03 22:01:56','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1086,1,'2016-02-03 22:37:24','2016-02-03 22:37:24','need OUT6.5B photos!!','Black Label - Select Series','','publish','closed','closed','','elura-outdoor-speakers','','','2016-02-19 20:51:58','2016-02-19 20:51:58','',0,'http://elura.audio/?p=1086',0,'post','',0),(1087,1,'2016-02-03 22:34:17','2016-02-03 22:34:17','','2-Outdoor','','inherit','open','closed','','2-outdoor','','','2016-02-03 22:34:17','2016-02-03 22:34:17','',1086,'http://elura.audio/wp-content/uploads/2016/02/2-Outdoor.jpg',0,'attachment','image/jpeg',0),(1088,1,'2016-02-03 22:37:24','2016-02-03 22:37:24','','Elura Outdoor Speakers','','inherit','closed','closed','','1086-revision-v1','','','2016-02-03 22:37:24','2016-02-03 22:37:24','',1086,'http://elura.audio/1086-revision-v1/',0,'revision','',0),(1091,1,'2016-02-03 23:03:17','2016-02-03 23:03:17','','SPKR-R8_specs','','inherit','open','closed','','spkr-r8_specs','','','2016-02-03 23:03:17','2016-02-03 23:03:17','',1014,'http://elura.audio/wp-content/uploads/2016/02/SPKR-R8_specs.pdf',0,'attachment','application/pdf',0),(1097,1,'2016-02-04 14:02:15','2016-02-04 14:02:15','','Red Label Performance Series IW','','inherit','closed','closed','','995-revision-v1','','','2016-02-04 14:02:15','2016-02-04 14:02:15','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1099,1,'2016-02-04 14:11:45','2016-02-04 14:11:45','','dj-black-background-full-hd-wallpapers','','inherit','open','closed','','dj-black-background-full-hd-wallpapers','','','2016-02-04 14:11:45','2016-02-04 14:11:45','',997,'http://elura.audio/wp-content/uploads/2016/02/dj-black-background-full-hd-wallpapers.jpg',0,'attachment','image/jpeg',0),(1100,1,'2016-02-04 14:12:26','2016-02-04 14:12:26','','Black Label Select Series IW','','inherit','closed','closed','','997-revision-v1','','','2016-02-04 14:12:26','2016-02-04 14:12:26','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1107,1,'2016-02-04 15:22:02','2016-02-04 15:22:02','','Blue Label by Sonance Premium IW','','inherit','closed','closed','','1009-revision-v1','','','2016-02-04 15:22:02','2016-02-04 15:22:02','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1108,1,'2016-02-04 15:38:54','2016-02-04 15:38:54','','OUT65W_angle','','inherit','open','closed','','out65w_angle','','','2016-02-04 15:38:54','2016-02-04 15:38:54','',1086,'http://elura.audio/wp-content/uploads/2016/02/OUT65W_angle.png',0,'attachment','image/png',0),(1109,1,'2016-02-04 15:39:48','2016-02-04 15:39:48','','OUT65W_side','','inherit','open','closed','','out65w_side','','','2016-02-04 15:39:48','2016-02-04 15:39:48','',1086,'http://elura.audio/wp-content/uploads/2016/02/OUT65W_side.png',0,'attachment','image/png',0),(1111,1,'2016-02-04 16:06:26','2016-02-04 16:06:26','<strong><u>Elura: The history behind the brand</u></strong>\r\n\r\nBeginning in 1988 my brother Mark Fukuda and I started designing, building, and tuning audio systems to compete against the best in the world. From 1988-1996, we were able to win 11 National, and 6 World championships for sound and installation quality. Needless to say we listened to a lot of speakers since we started in the audio business 27+ years ago. What set us apart from our competition and allowed us to reach the pinnacle of the industry was our obsession with attention to the detail. We were designing and fabricating custom enclosures, making our own crossover networks, and spent countless hours precisely tuning our systems.\r\n\r\nIn today world it’s easier to tune an audio system using software, computers and mics. So what sets us apart from the other guys? What sets us apart is our solid foundation in the most important and fundamental part of an audio system…the speaker itself. My Brother and I are still audio nuts that love to tinker with speakers, old and new. Currently we have a set of speakers from the 1960s that we are refurbishing. Even though they are old, the speakers sound amazing! We believe that if you can make a speaker sound out of the box, you shouldn’t need special electronics to make it sound better after the installation.\r\n\r\nMy Brother and I were unhappy with lack of audible depth and detail that most architectural speakers provided. We wanted our speakers to sound real and for the listener to feel like the music artist was in their home. Nearly three years ago my brother and I decided to release our own line of home audio speakers designed just for the custom installer under the name Elura. When we launched Elura, we realized that our network of professional audio installers also valued our goals as they voted with their purchase. Today, we are selling thousands of speakers per month to customers around the Nation. Our secret sauce has always been combining incredible sound quality with affordable price points.\r\n\r\nTwo years ago, our speakers grabbed the attention of Sonance, the company responsible for the invention of the architectural loudspeaker. We sent Sonance a pair of our Elura R6.5Z Red Label speakers to test and to compare to some other heavy weights in the industry. Sonance was very impressed by our mid-level speakers saying that they out performed speakers costing 2-3 times more. Sonance was so impressed by our R6.5Z’s that they became interested in a collaboration between Elura and Sonance to create something special. Two years later, we released a series of 7 speakers that blew away the competition. Here is what Sonance had to say about the partnership:\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\nRob Roland, Dana Innovations EVP and Chief Technology Officer</em>','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-04 16:06:26','2016-02-04 16:06:26','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1113,1,'2016-02-04 16:50:27','2016-02-04 16:50:27','','B65IW_front-straight','','inherit','open','closed','','b65iw_front-straight-2','','','2016-02-04 16:50:27','2016-02-04 16:50:27','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight.png',0,'attachment','image/png',0),(1114,1,'2016-02-04 18:11:45','2016-02-04 18:11:45','','B8_front-screenless','','inherit','open','closed','','b8_front-screenless-2','','','2016-02-04 18:11:45','2016-02-04 18:11:45','',954,'http://elura.audio/wp-content/uploads/2016/02/B8_front-screenless1.png',0,'attachment','image/png',0),(1118,1,'2016-02-04 18:27:03','2016-02-04 18:27:03','','R65STZ_sideangle-screen','','inherit','open','closed','','r65stz_sideangle-screen','','','2016-02-04 18:27:03','2016-02-04 18:27:03','',954,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_sideangle-screen.png',0,'attachment','image/png',0),(1119,1,'2016-02-04 18:28:47','2016-02-04 18:28:47','','B65_FrontAngle','','inherit','open','closed','','b65_frontangle','','','2016-02-04 18:28:47','2016-02-04 18:28:47','',954,'http://elura.audio/wp-content/uploads/2016/02/B65_FrontAngle.png',0,'attachment','image/png',0),(1120,1,'2016-02-04 18:30:08','2016-02-04 18:30:08','','Black Label Select Series','','inherit','closed','closed','','954-revision-v1','','','2016-02-04 18:30:08','2016-02-04 18:30:08','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(1122,1,'2016-02-04 18:32:43','2016-02-04 18:32:43','','Black Label Select Series','','inherit','closed','closed','','997-revision-v1','','','2016-02-04 18:32:43','2016-02-04 18:32:43','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1123,1,'2016-02-04 18:34:24','2016-02-04 18:34:24','','Red Label Performance Series','','inherit','closed','closed','','995-revision-v1','','','2016-02-04 18:34:24','2016-02-04 18:34:24','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1124,1,'2016-02-04 18:35:26','2016-02-04 18:35:26','','R8Z_front-angle','','inherit','open','closed','','r8z_front-angle','','','2016-02-04 18:35:26','2016-02-04 18:35:26','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_front-angle.png',0,'attachment','image/png',0),(1126,1,'2016-02-04 18:50:50','2016-02-04 18:50:50','','R8Z_screen','','inherit','open','closed','','r8z_screen','','','2016-02-04 18:50:50','2016-02-04 18:50:50','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_screen.png',0,'attachment','image/png',0),(1127,1,'2016-02-04 18:53:32','2016-02-04 18:53:32','','Red Label Performance','','inherit','closed','closed','','1014-revision-v1','','','2016-02-04 18:53:32','2016-02-04 18:53:32','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1128,1,'2016-02-04 18:58:10','2016-02-04 18:58:10','-Need Red Label close-ups for In-ceiling bass-treble control switches\r\n\r\n-Need close up woofer and surround ex. S65_woofer_close_up\r\n\r\n-Need side shot with grill on and angled to show how thin the grill is.\r\n\r\n-Fine tune the benefits and feature comments','Red Label Performance','','inherit','closed','closed','','1014-revision-v1','','','2016-02-04 18:58:10','2016-02-04 18:58:10','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1130,1,'2016-02-04 19:06:06','2016-02-04 19:06:06','','Blue Label by Sonance Premium','','inherit','closed','closed','','1009-revision-v1','','','2016-02-04 19:06:06','2016-02-04 19:06:06','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1131,1,'2016-02-04 19:18:49','2016-02-04 19:18:49','This is the static front page. Its details are edited through editing the Front Page Template\r\n\r\nCan we make the lifestyle image area shorter or have the scrolling effect like the POST pages do so the three labels at the bottom come up earlier? SB','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-04 19:18:49','2016-02-04 19:18:49','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1132,1,'2016-02-04 19:20:19','2016-02-04 19:20:19','','Blue Label by Sonance Premium','','inherit','closed','closed','','1033-revision-v1','','','2016-02-04 19:20:19','2016-02-04 19:20:19','',1033,'http://elura.audio/1033-revision-v1/',0,'revision','',0),(1133,1,'2016-02-04 19:26:47','2016-02-04 19:26:47','','S65LCR_FrontAngle','','inherit','open','closed','','s65lcr_frontangle','','','2016-02-04 19:26:47','2016-02-04 19:26:47','',1014,'http://elura.audio/wp-content/uploads/2016/02/S65LCR_FrontAngle.png',0,'attachment','image/png',0),(1134,1,'2016-02-04 19:38:14','2016-02-04 19:38:14','','Red Label Performance','','inherit','closed','closed','','995-revision-v1','','','2016-02-04 19:38:14','2016-02-04 19:38:14','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1135,1,'2016-02-04 19:43:16','2016-02-04 19:43:16','-need close ups of the tweeter portion, woofer and surround portion and side angled view with grill to represent grill shot for feature section.\r\n\r\n-Second lifestyle image for background.','Red Label Performance','','inherit','closed','closed','','995-revision-v1','','','2016-02-04 19:43:16','2016-02-04 19:43:16','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1137,1,'2016-02-04 19:51:26','2016-02-04 19:51:26','need OUT6.5B photos!!','Elura Outdoor Speakers','','inherit','closed','closed','','1086-revision-v1','','','2016-02-04 19:51:26','2016-02-04 19:51:26','',1086,'http://elura.audio/1086-revision-v1/',0,'revision','',0),(1138,1,'2016-02-04 19:54:19','2016-02-04 19:54:19','','S65LCRIW_back','','inherit','open','closed','','s65lcriw_back','','','2016-02-04 19:54:19','2016-02-04 19:54:19','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_back.png',0,'attachment','image/png',0),(1141,1,'2016-02-04 20:10:04','2016-02-04 20:10:04','Need all images for feature section.\r\n\r\n-Tweeter close-up\r\n\r\n-woofer cone/surround close-up\r\n\r\n-contour switch close-up\r\n\r\n ','Blue Label by Sonance Premium','','inherit','closed','closed','','1009-revision-v1','','','2016-02-04 20:10:04','2016-02-04 20:10:04','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1142,1,'2016-02-04 20:12:00','2016-02-04 20:12:00','','R65IWZ_front','','inherit','open','closed','','r65iwz_front','','','2016-02-04 20:12:00','2016-02-04 20:12:00','',1009,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_front1.png',0,'attachment','image/png',0),(1143,1,'2016-02-04 20:13:01','2016-02-04 20:13:01','','R65LCRIWZ_front','','inherit','open','closed','','r65lcriwz_front','','','2016-02-04 20:13:01','2016-02-04 20:13:01','',1009,'http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_front.png',0,'attachment','image/png',0),(1144,1,'2016-02-04 20:20:37','2016-02-04 20:20:37','','R65Z_tweeter','','inherit','open','closed','','r65z_tweeter','','','2016-02-04 20:20:37','2016-02-04 20:20:37','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65Z_tweeter.png',0,'attachment','image/png',0),(1145,1,'2016-02-04 20:21:59','2016-02-04 20:21:59','','R65STZ_front','','inherit','open','closed','','r65stz_front','','','2016-02-04 20:21:59','2016-02-04 20:21:59','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_front.png',0,'attachment','image/png',0),(1146,1,'2016-02-04 20:25:03','2016-02-04 20:25:03','','R8LCR_side','','inherit','open','closed','','r8lcr_side','','','2016-02-04 20:25:03','2016-02-04 20:25:03','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8LCR_side.png',0,'attachment','image/png',0),(1147,1,'2016-02-04 20:26:26','2016-02-04 20:26:26','','R8LCR_contourswitches','','inherit','open','closed','','r8lcr_contourswitches','','','2016-02-04 20:26:26','2016-02-04 20:26:26','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8LCR_contourswitches.png',0,'attachment','image/png',0),(1148,1,'2016-02-04 20:29:37','2016-02-04 20:29:37','','R65Z_woofer-copy','','inherit','open','closed','','r65z_woofer-copy-2','','','2016-02-04 20:29:37','2016-02-04 20:29:37','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65Z_woofer-copy1.png',0,'attachment','image/png',0),(1150,1,'2016-02-04 20:33:44','2016-02-04 20:33:44','-Need side shot with grill on and angled to show how thin the grill is.\r\n\r\n-Fine tune the benefits and feature comments','Red Label Performance','','inherit','closed','closed','','1014-revision-v1','','','2016-02-04 20:33:44','2016-02-04 20:33:44','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1151,1,'2016-02-04 20:36:49','2016-02-04 20:36:49','-Fine tune the benefits and feature comments','Red Label Performance','','inherit','closed','closed','','1014-revision-v1','','','2016-02-04 20:36:49','2016-02-04 20:36:49','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1152,1,'2016-02-04 20:40:32','2016-02-04 20:40:32','','SUBB8_frontangle','','inherit','open','closed','','subb8_frontangle','','','2016-02-04 20:40:32','2016-02-04 20:40:32','',950,'http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle.png',0,'attachment','image/png',0),(1153,1,'2016-02-04 20:49:47','2016-02-04 20:49:47','','SUBB8_specs','','inherit','open','closed','','subb8_specs','','','2016-02-04 20:49:47','2016-02-04 20:49:47','',950,'http://elura.audio/wp-content/uploads/2016/02/SUBB8_specs.pdf',0,'attachment','application/pdf',0),(1154,1,'2016-02-04 20:54:05','2016-02-04 20:54:05','','Black Label Subwoofer','','inherit','closed','closed','','950-revision-v1','','','2016-02-04 20:54:05','2016-02-04 20:54:05','',950,'http://elura.audio/950-revision-v1/',0,'revision','',0),(1155,1,'2016-02-04 21:00:57','2016-02-04 21:00:57','','SUBB8_back','','inherit','open','closed','','subb8_back','','','2016-02-04 21:00:57','2016-02-04 21:00:57','',950,'http://elura.audio/wp-content/uploads/2016/02/SUBB8_back.png',0,'attachment','image/png',0),(1157,1,'2016-02-04 21:16:08','2016-02-04 21:16:08','','Black Label Select','','inherit','closed','closed','','997-revision-v1','','','2016-02-04 21:16:08','2016-02-04 21:16:08','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1158,1,'2016-02-04 21:16:46','2016-02-04 21:16:46','','Black Label Select','','inherit','closed','closed','','954-revision-v1','','','2016-02-04 21:16:46','2016-02-04 21:16:46','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(1160,1,'2016-02-04 21:58:21','2016-02-04 21:58:21','<table style=\"height: 40px;\" width=\"10\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','erweq','','trash','closed','closed','','erweq','','','2016-02-16 20:47:49','2016-02-16 20:47:49','',0,'http://elura.audio/?p=1160',0,'post','',0),(1161,1,'2016-02-04 21:57:07','2016-02-04 21:57:07','<table style=\"height: 271px;\" width=\"228\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">a</td>\r\n<td style=\"text-align: center;\">aa</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">b</td>\r\n<td style=\"text-align: center;\">fgfg</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">c</td>\r\n<td style=\"text-align: center;\">sdf</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">d</td>\r\n<td style=\"text-align: center;\">dfs</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">e</td>\r\n<td style=\"text-align: center;\">dsf</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"height: 40px;\" width=\"10\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','','','inherit','closed','closed','','1160-revision-v1','','','2016-02-04 21:57:07','2016-02-04 21:57:07','',1160,'http://elura.audio/1160-revision-v1/',0,'revision','',0),(1162,1,'2016-02-04 21:58:21','2016-02-04 21:58:21','<table style=\"height: 40px;\" width=\"10\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','erweq','','inherit','closed','closed','','1160-revision-v1','','','2016-02-04 21:58:21','2016-02-04 21:58:21','',1160,'http://elura.audio/1160-revision-v1/',0,'revision','',0),(1165,1,'2016-02-05 13:58:07','2016-02-05 13:58:07','','B8_Tweeter','','inherit','open','closed','','b8_tweeter','','','2016-02-05 13:58:07','2016-02-05 13:58:07','',954,'http://elura.audio/wp-content/uploads/2016/02/B8_Tweeter.png',0,'attachment','image/png',0),(1166,1,'2016-02-05 13:58:41','2016-02-05 13:58:41','','B65_Woofer','','inherit','open','closed','','b65_woofer','','','2016-02-05 13:58:41','2016-02-05 13:58:41','',954,'http://elura.audio/wp-content/uploads/2016/02/B65_Woofer.png',0,'attachment','image/png',0),(1167,1,'2016-02-05 13:59:52','2016-02-05 13:59:52','','B65_PlasticBindings','','inherit','open','closed','','b65_plasticbindings-2','','','2016-02-05 13:59:52','2016-02-05 13:59:52','',954,'http://elura.audio/wp-content/uploads/2016/02/B65_PlasticBindings.png',0,'attachment','image/png',0),(1168,1,'2016-02-05 14:06:01','2016-02-05 14:06:01','','B65IW_front-angle','','inherit','open','closed','','b65iw_front-angle','','','2016-02-05 14:06:01','2016-02-05 14:06:01','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_front-angle.png',0,'attachment','image/png',0),(1169,1,'2016-02-05 14:06:27','2016-02-05 14:06:27','','B65IW_front-straight','','inherit','open','closed','','b65iw_front-straight-3','','','2016-02-05 14:06:27','2016-02-05 14:06:27','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight1.png',0,'attachment','image/png',0),(1170,1,'2016-02-05 14:07:25','2016-02-05 14:07:25','','B65IW_screen','','inherit','open','closed','','b65iw_screen-2','','','2016-02-05 14:07:25','2016-02-05 14:07:25','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_screen1.png',0,'attachment','image/png',0),(1171,1,'2016-02-05 14:08:33','2016-02-05 14:08:33','','B65IW_tweeters','','inherit','open','closed','','b65iw_tweeters','','','2016-02-05 14:08:33','2016-02-05 14:08:33','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_tweeters.png',0,'attachment','image/png',0),(1172,1,'2016-02-05 14:08:58','2016-02-05 14:08:58','','B65IW_woofer','','inherit','open','closed','','b65iw_woofer','','','2016-02-05 14:08:58','2016-02-05 14:08:58','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_woofer.png',0,'attachment','image/png',0),(1173,1,'2016-02-05 14:09:34','2016-02-05 14:09:34','','B65IW_bindings','','inherit','open','closed','','b65iw_bindings','','','2016-02-05 14:09:34','2016-02-05 14:09:34','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_bindings.png',0,'attachment','image/png',0),(1174,1,'2016-02-05 14:45:46','2016-02-05 14:45:46','','R65IWZ_Tweeter','','inherit','open','closed','','r65iwz_tweeter','','','2016-02-05 14:45:46','2016-02-05 14:45:46','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Tweeter.png',0,'attachment','image/png',0),(1175,1,'2016-02-05 14:47:23','2016-02-05 14:47:23','','R65IWZ_Woofer','','inherit','open','closed','','r65iwz_woofer','','','2016-02-05 14:47:23','2016-02-05 14:47:23','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Woofer.png',0,'attachment','image/png',0),(1176,1,'2016-02-05 14:47:46','2016-02-05 14:47:46','','R65LCRIWZ_ContourSwitches','','inherit','open','closed','','r65lcriwz_contourswitches','','','2016-02-05 14:47:46','2016-02-05 14:47:46','',995,'http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_ContourSwitches.png',0,'attachment','image/png',0),(1177,1,'2016-02-05 14:57:14','2016-02-05 14:57:14','','R65LCRIWZ_Tweeter-Angle','','inherit','open','closed','','r65lcriwz_tweeter-angle','','','2016-02-05 14:57:14','2016-02-05 14:57:14','',995,'http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Tweeter-Angle.png',0,'attachment','image/png',0),(1178,1,'2016-02-05 15:03:05','2016-02-05 15:03:05','','R65IWZ_ContourSwitches','','inherit','open','closed','','r65iwz_contourswitches','','','2016-02-05 15:03:05','2016-02-05 15:03:05','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_ContourSwitches.png',0,'attachment','image/png',0),(1179,1,'2016-02-05 15:03:59','2016-02-05 15:03:59','','R65IWZ_Back','','inherit','open','closed','','r65iwz_back-2','','','2016-02-05 15:03:59','2016-02-05 15:03:59','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Back1.png',0,'attachment','image/png',0),(1180,1,'2016-02-05 15:14:57','2016-02-05 15:14:57','','R8Z_tweeter-pivoting','','inherit','open','closed','','r8z_tweeter-pivoting','','','2016-02-05 15:14:57','2016-02-05 15:14:57','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_tweeter-pivoting.png',0,'attachment','image/png',0),(1181,1,'2016-02-05 15:23:10','2016-02-05 15:23:10','','R8Z_front-angle','','inherit','open','closed','','r8z_front-angle-2','','','2016-02-05 15:23:10','2016-02-05 15:23:10','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_front-angle1.png',0,'attachment','image/png',0),(1182,1,'2016-02-05 15:40:57','2016-02-05 15:40:57','','R8Z_woofer','','inherit','open','closed','','r8z_woofer','','','2016-02-05 15:40:57','2016-02-05 15:40:57','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_woofer.png',0,'attachment','image/png',0),(1183,1,'2016-02-05 15:42:20','2016-02-05 15:42:20','','R65STZ_backangle','','inherit','open','closed','','r65stz_backangle','','','2016-02-05 15:42:20','2016-02-05 15:42:20','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_backangle.png',0,'attachment','image/png',0),(1185,1,'2016-02-05 15:53:04','2016-02-05 15:53:04','','S65_bindings','','inherit','open','closed','','s65_bindings','','','2016-02-05 15:53:04','2016-02-05 15:53:04','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65_bindings.png',0,'attachment','image/png',0),(1186,1,'2016-02-05 15:56:34','2016-02-05 15:56:34','','S65IW_bindings','','inherit','open','closed','','s65iw_bindings','','','2016-02-05 15:56:34','2016-02-05 15:56:34','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_bindings.png',0,'attachment','image/png',0),(1187,1,'2016-02-05 15:57:16','2016-02-05 15:57:16','','S65IW_Back','','inherit','open','closed','','s65iw_back','','','2016-02-05 15:57:16','2016-02-05 15:57:16','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_Back.png',0,'attachment','image/png',0),(1188,1,'2016-02-05 15:58:12','2016-02-05 15:58:12','','S65LCRIW_contourswitch','','inherit','open','closed','','s65lcriw_contourswitch','','','2016-02-05 15:58:12','2016-02-05 15:58:12','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_contourswitch.png',0,'attachment','image/png',0),(1189,1,'2016-02-05 15:58:53','2016-02-05 15:58:53','','S65IW_Woofer','','inherit','open','closed','','s65iw_woofer','','','2016-02-05 15:58:53','2016-02-05 15:58:53','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_Woofer.png',0,'attachment','image/png',0),(1190,1,'2016-02-05 16:00:02','2016-02-05 16:00:02','','S65IW_tweeter','','inherit','open','closed','','s65iw_tweeter','','','2016-02-05 16:00:02','2016-02-05 16:00:02','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_tweeter.png',0,'attachment','image/png',0),(1192,1,'2016-02-05 16:16:00','2016-02-05 16:16:00','','S65IWBRKT','','inherit','open','closed','','s65iwbrkt','','','2016-02-05 16:16:00','2016-02-05 16:16:00','',997,'http://elura.audio/wp-content/uploads/2016/02/S65IWBRKT.png',0,'attachment','image/png',0),(1194,1,'2016-02-05 16:35:38','2016-02-05 16:35:38','','SPKR-OUT65-BK','','inherit','open','closed','','spkr-out65-bk','','','2016-02-05 16:35:38','2016-02-05 16:35:38','',1086,'http://elura.audio/wp-content/uploads/2016/02/SPKR-OUT65-BK.jpg',0,'attachment','image/jpeg',0),(1195,1,'2016-02-05 16:36:37','2016-02-05 16:36:37','','SPKR-OUT65-WHT','','inherit','open','closed','','spkr-out65-wht','','','2016-02-05 16:36:37','2016-02-05 16:36:37','',1086,'http://elura.audio/wp-content/uploads/2016/02/SPKR-OUT65-WHT.jpg',0,'attachment','image/jpeg',0),(1197,1,'2016-02-05 16:44:54','2016-02-05 16:44:54','','nature_river_wooden_path-wallpaper-1920x1080','','inherit','open','closed','','nature_river_wooden_path-wallpaper-1920x1080','','','2016-02-05 16:44:54','2016-02-05 16:44:54','',1086,'http://elura.audio/wp-content/uploads/2016/02/nature_river_wooden_path-wallpaper-1920x1080.jpg',0,'attachment','image/jpeg',0),(1199,1,'2016-02-05 16:58:38','2016-02-05 16:58:38','need OUT6.5B photos!!','Black Label Outdoor','','inherit','closed','closed','','1086-revision-v1','','','2016-02-05 16:58:38','2016-02-05 16:58:38','',1086,'http://elura.audio/1086-revision-v1/',0,'revision','',0),(1200,1,'2016-02-05 19:36:02','2016-02-05 19:36:02','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','OUTDOOR SPEAKERS','','inherit','closed','closed','','558-revision-v1','','','2016-02-05 19:36:02','2016-02-05 19:36:02','',558,'http://elura.audio/558-revision-v1/',0,'revision','',0),(1204,1,'2016-02-05 21:07:43','2016-02-05 21:07:43','','S65LCR_back','','inherit','open','closed','','s65lcr_back','','','2016-02-05 21:07:43','2016-02-05 21:07:43','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65LCR_back.png',0,'attachment','image/png',0),(1206,1,'2016-02-05 21:38:35','2016-02-05 21:38:35',' \r\n\r\n ','Blue Label by Sonance Premium','','inherit','closed','closed','','1009-revision-v1','','','2016-02-05 21:38:35','2016-02-05 21:38:35','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1208,1,'2016-02-08 14:02:43','2016-02-08 14:02:43','','R65Z_specs','','inherit','open','closed','','r65z_specs','','','2016-02-08 14:02:43','2016-02-08 14:02:43','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65Z_specs.pdf',0,'attachment','application/pdf',0),(1209,1,'2016-02-08 14:03:05','2016-02-08 14:03:05','','R65STZ_specs','','inherit','open','closed','','r65stz_specs','','','2016-02-08 14:03:05','2016-02-08 14:03:05','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_specs.pdf',0,'attachment','application/pdf',0),(1210,1,'2016-02-08 14:03:49','2016-02-08 14:03:49','','R8Z_specs','','inherit','open','closed','','r8z_specs','','','2016-02-08 14:03:49','2016-02-08 14:03:49','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_specs.pdf',0,'attachment','application/pdf',0),(1211,1,'2016-02-08 14:04:22','2016-02-08 14:04:22','','R8LCRZ_specs','','inherit','open','closed','','r8lcrz_specs','','','2016-02-08 14:04:22','2016-02-08 14:04:22','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8LCRZ_specs.pdf',0,'attachment','application/pdf',0),(1213,1,'2016-02-08 14:06:25','2016-02-08 14:06:25','','R65IWZ_specs','','inherit','open','closed','','r65iwz_specs','','','2016-02-08 14:06:25','2016-02-08 14:06:25','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_specs.pdf',0,'attachment','application/pdf',0),(1214,1,'2016-02-08 14:06:35','2016-02-08 14:06:35','','R65LCRIWZ_specs','','inherit','open','closed','','r65lcriwz_specs','','','2016-02-08 14:06:35','2016-02-08 14:06:35','',995,'http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_specs.pdf',0,'attachment','application/pdf',0),(1216,1,'2016-02-08 15:26:40','2016-02-08 15:26:40','the word \"Model\" in the detailed specs table will not Left justify.','Black Label Select','','inherit','closed','closed','','954-revision-v1','','','2016-02-08 15:26:40','2016-02-08 15:26:40','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(1217,1,'2016-02-08 15:48:42','2016-02-08 15:48:42','','Red Label Performance','','inherit','closed','closed','','1014-revision-v1','','','2016-02-08 15:48:42','2016-02-08 15:48:42','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1218,1,'2016-02-08 15:49:08','2016-02-08 15:49:08','','Black Label Select','','inherit','closed','closed','','954-revision-v1','','','2016-02-08 15:49:08','2016-02-08 15:49:08','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(1220,1,'2016-02-08 15:54:12','2016-02-08 15:54:12','<strong><u>Elura: The history behind the brand</u></strong>\r\n\r\nElura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from all other “off the shelf” competitors.\r\n\r\nNeedless to say, the brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success by following two rules of uncompromised true life sound at affordable prices.\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing 2-3 times more. This peaked Sonance’s interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.\r\n\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n--Rob Roland, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\nIn years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, most would consider this not to be a priority and expect to buy a speaker that produced great results out of the box. That exactly what Elura speakers deliver, exceptional sound out of the box with no excuses.\r\n\r\n<em>\r\nRob Roland, Dana Innovations EVP and Chief Technology Officer</em>','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-08 15:54:12','2016-02-08 15:54:12','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1221,1,'2016-02-08 16:39:02','2016-02-08 16:39:02','<strong><u>Elura: The history behind the brand</u></strong>\r\n\r\nElura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.\r\n\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-Rob Roland, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\nIn years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-08 16:39:02','2016-02-08 16:39:02','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1222,1,'2016-02-08 20:04:15','2016-02-08 20:04:15','','B65_specs','','inherit','open','closed','','b65_specs','','','2016-02-08 20:04:15','2016-02-08 20:04:15','',997,'http://elura.audio/wp-content/uploads/2016/02/B65_specs.pdf',0,'attachment','application/pdf',0),(1223,1,'2016-02-08 20:04:34','2016-02-08 20:04:34','','B65IW_specs','','inherit','open','closed','','b65iw_specs','','','2016-02-08 20:04:34','2016-02-08 20:04:34','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_specs1.pdf',0,'attachment','application/pdf',0),(1224,1,'2016-02-08 20:05:51','2016-02-08 20:05:51','','B65ST_specs','','inherit','open','closed','','b65st_specs','','','2016-02-08 20:05:51','2016-02-08 20:05:51','',954,'http://elura.audio/wp-content/uploads/2016/02/B65ST_specs.pdf',0,'attachment','application/pdf',0),(1225,1,'2016-02-08 20:06:05','2016-02-08 20:06:05','','B8_specs','','inherit','open','closed','','b8_specs','','','2016-02-08 20:06:05','2016-02-08 20:06:05','',954,'http://elura.audio/wp-content/uploads/2016/02/B8_specs1.pdf',0,'attachment','application/pdf',0),(1226,1,'2016-02-08 20:08:45','2016-02-08 20:08:45','','OUT65_specs','','inherit','open','closed','','out65_specs','','','2016-02-08 20:08:45','2016-02-08 20:08:45','',1086,'http://elura.audio/wp-content/uploads/2016/02/OUT65_specs.pdf',0,'attachment','application/pdf',0),(1227,1,'2016-02-09 18:54:12','2016-02-09 18:54:12','','Red Label Performance','','inherit','closed','closed','','995-revision-v1','','','2016-02-09 18:54:12','2016-02-09 18:54:12','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1228,1,'2016-02-09 19:12:57','2016-02-09 19:12:57','<strong><u>Elura: The history behind the brand</u></strong>\r\n\r\nElura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.\r\n\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-Rob Roland, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\nIn years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-09 19:12:57','2016-02-09 19:12:57','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1229,1,'2016-02-09 20:03:15','2016-02-09 20:03:15','<strong><u>Elura: The history behind the brand</u></strong>\r\n\r\nElura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.\r\n\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-09 20:03:15','2016-02-09 20:03:15','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1237,1,'2016-02-10 15:44:03','2016-02-10 15:44:03','','2-In-Wall-SUBB8 1133x477','','inherit','open','closed','','2-in-wall-subb8-1133x477','','','2016-02-10 15:44:03','2016-02-10 15:44:03','',565,'http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8-1133x477.jpg',0,'attachment','image/jpeg',0),(1238,1,'2016-02-10 16:55:19','2016-02-10 16:55:19','','R65STZ_Binding_Dogears','','inherit','open','closed','','r65stz_binding_dogears','','','2016-02-10 16:55:19','2016-02-10 16:55:19','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_Binding_Dogears.png',0,'attachment','image/png',0),(1240,1,'2016-02-10 18:03:02','2016-02-10 18:03:02','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n<h4>Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 18:03:02','2016-02-10 18:03:02','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1241,1,'2016-02-10 18:04:31','2016-02-10 18:04:31','','SpeakerTest','','inherit','open','closed','','speakertest','','','2016-02-10 18:04:31','2016-02-10 18:04:31','',562,'http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg',0,'attachment','image/jpeg',0),(1242,1,'2016-02-10 18:05:07','2016-02-10 18:05:07','','TheaterSpeakers','','inherit','open','closed','','theaterspeakers','','','2016-02-10 18:05:07','2016-02-10 18:05:07','',562,'http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg',0,'attachment','image/jpeg',0),(1243,1,'2016-02-10 18:05:33','2016-02-10 18:05:33','','SoundTest','','inherit','open','closed','','soundtest','','','2016-02-10 18:05:33','2016-02-10 18:05:33','',562,'http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg',0,'attachment','image/jpeg',0),(1244,1,'2016-02-10 18:12:11','2016-02-10 18:12:11','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 alignright\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4>Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 alignleft\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 alignright\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 18:12:11','2016-02-10 18:12:11','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1247,1,'2016-02-10 19:05:10','2016-02-10 19:05:10','','2-In-Wall-SUBB8_fix','','inherit','open','closed','','2-in-wall-subb8_fix','','','2016-02-10 19:05:10','2016-02-10 19:05:10','',565,'http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix.jpg',0,'attachment','image/jpeg',0),(1249,1,'2016-02-10 19:07:15','2016-02-10 19:07:15','','2-In-Wall-Bezelfix','','inherit','open','closed','','2-in-wall-bezelfix','','','2016-02-10 19:07:15','2016-02-10 19:07:15','',997,'http://elura.audio/wp-content/uploads/2016/02/2-In-Wall-Bezelfix.jpg',0,'attachment','image/jpeg',0),(1252,1,'2016-02-10 19:41:43','2016-02-10 19:41:43','This is the static front page. Its details are edited through editing the Front Page Template\r\n\r\nWhere to buy:\r\n\r\n \r\n\r\nElura is only sold to the professional custom integration channel. Exclusively distributed by WAVE Electronics.\r\n\r\nYou can contact Wave Electronics by calling toll-free 855.383.9283 or visiting their website at www.wave-electronics.com.\r\n\r\nTheir servicing locations are:\r\n\r\nTexas:\r\n<ul>\r\n <li>Houston - North\r\n<ul>\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>281.453.1300 p</li>\r\n <li>281.453.1305 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Houston - South\r\n<ul>\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>713.849.2710 p</li>\r\n <li>832.328.1512 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Dallas\r\n<ul>\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX</li>\r\n <li>469.828.4300 p</li>\r\n <li>469.828.4396 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>San Antonio\r\n<ul>\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>210.495.3777 p</li>\r\n <li>210.495.3779\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Austin\r\n<ul>\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>512.615.1170 p</li>\r\n <li>512.615.1171\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nLouisiana\r\n<ul>\r\n <li>New Orleans\r\n<ul>\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>504.731.2922 p</li>\r\n <li>504.731.2923 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Baton Rouge\r\n<ul>\r\n <li>14141 Airline Hwy Bldg 3 Ste J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>225.753.6703 p</li>\r\n <li>225.753.6738 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nFlorida\r\n<ul>\r\n <li>Ft. Lauderdale\r\n<ul>\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>954.734.9283 f</li>\r\n <li>954.263-5300 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nNew Jersey\r\n<ul>\r\n <li>New Jersey\r\n<ul>\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>732.377.4119 p</li>\r\n <li>732.377.4120 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nArizona\r\n<ul>\r\n <li>Scottsdale\r\n<ul>\r\n <li>16033 N. 77th Street, Ste A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>480.240.1611 p</li>\r\n <li>480.240.1615 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-10 19:41:43','2016-02-10 19:41:43','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1253,1,'2016-02-10 19:42:45','2016-02-10 19:42:45','This is the static front page. Its details are edited through editing the Front Page Template\r\n\r\nWhere to buy:\r\n\r\n \r\n\r\nElura is only sold to the professional custom integration channel. Exclusively distributed by WAVE Electronics.\r\n\r\nYou can contact Wave Electronics by calling toll-free 855.383.9283 or visiting their website at www.wave-electronics.com.\r\n\r\nTheir servicing locations are:\r\n\r\nTexas:\r\n<ul>\r\n <li> North Houston\r\n<ul>\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>281.453.1300 p</li>\r\n <li>281.453.1305 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li> Southwest Houston\r\n<ul>\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>713.849.2710 p</li>\r\n <li>832.328.1512 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Dallas\r\n<ul>\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX</li>\r\n <li>469.828.4300 p</li>\r\n <li>469.828.4396 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>San Antonio\r\n<ul>\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>210.495.3777 p</li>\r\n <li>210.495.3779\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Austin\r\n<ul>\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>512.615.1170 p</li>\r\n <li>512.615.1171\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nLouisiana\r\n<ul>\r\n <li>New Orleans\r\n<ul>\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>504.731.2922 p</li>\r\n <li>504.731.2923 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Baton Rouge\r\n<ul>\r\n <li>14141 Airline Hwy Bldg 3 Ste J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>225.753.6703 p</li>\r\n <li>225.753.6738 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nFlorida\r\n<ul>\r\n <li>Ft. Lauderdale\r\n<ul>\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>954.734.9283 f</li>\r\n <li>954.263-5300 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nNew Jersey\r\n<ul>\r\n <li>New Jersey\r\n<ul>\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>732.377.4119 p</li>\r\n <li>732.377.4120 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nArizona\r\n<ul>\r\n <li>Scottsdale\r\n<ul>\r\n <li>16033 N. 77th Street, Ste A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>480.240.1611 p</li>\r\n <li>480.240.1615 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-10 19:42:45','2016-02-10 19:42:45','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1254,1,'2016-02-10 19:44:59','2016-02-10 19:44:59','This is the static front page. Its details are edited through editing the Front Page Template\r\n<h2>Where to buy:</h2>\r\n<h3>Elura is only sold to the professional custom integration channel. Exclusively distributed by WAVE Electronics.</h3>\r\n<h3>You can contact Wave Electronics by calling toll-free 855.383.9283 or visiting their website at www.wave-electronics.com.</h3>\r\n<h4>Their servicing locations are:</h4>\r\n<h4>Texas:</h4>\r\n<ul>\r\n <li>\r\n<h4> North Houston</h4>\r\n<ul>\r\n <li>\r\n<h5>221 Barren Springs Dr #19</h5>\r\n</li>\r\n <li>\r\n<h5>Houston, TX 77090</h5>\r\n</li>\r\n <li>\r\n<h5>281.453.1300 p</h5>\r\n</li>\r\n <li>\r\n<h5>281.453.1305 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: Mon - Fri, 8 am - 5:30 pm CST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4> Southwest Houston</h4>\r\n<ul>\r\n <li>\r\n<h5>8648 Glenmont Dr #130</h5>\r\n</li>\r\n <li>\r\n<h5>Houston, TX 77036</h5>\r\n</li>\r\n <li>\r\n<h5>713.849.2710 p</h5>\r\n</li>\r\n <li>\r\n<h5>832.328.1512 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: Mon - Fri, 8 am - 5:30 pm CST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Dallas</h4>\r\n<ul>\r\n <li>\r\n<h5>14280 Gillis Rd</h5>\r\n</li>\r\n <li>\r\n<h5>Farmers Branch, TX</h5>\r\n</li>\r\n <li>\r\n<h5>469.828.4300 p</h5>\r\n</li>\r\n <li>\r\n<h5>469.828.4396 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: Mon - Fri, 8 am - 5:30 pm CST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>San Antonio</h4>\r\n<ul>\r\n <li>\r\n<h5>12961 Park Central #1430</h5>\r\n</li>\r\n <li>\r\n<h5>San Antonio, TX 78216</h5>\r\n</li>\r\n <li>\r\n<h5>210.495.3777 p</h5>\r\n</li>\r\n <li>\r\n<h5>210.495.3779</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: 8 am - 5:30 pm CST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Austin</h4>\r\n<ul>\r\n <li>\r\n<h5>9208 Waterford Centre Blvd #120</h5>\r\n</li>\r\n <li>\r\n<h5>Austin, TX 78758</h5>\r\n</li>\r\n <li>\r\n<h5>512.615.1170 p</h5>\r\n</li>\r\n <li>\r\n<h5>512.615.1171</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: 8 am - 5:30 pm CST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Louisiana</h4>\r\n<ul>\r\n <li>\r\n<h4>New Orleans</h4>\r\n<ul>\r\n <li>\r\n<h5>509-A S. Al Davis Rd</h5>\r\n</li>\r\n <li>\r\n<h5>New Orleans, LA 70123</h5>\r\n</li>\r\n <li>\r\n<h5>504.731.2922 p</h5>\r\n</li>\r\n <li>\r\n<h5>504.731.2923 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: 8 am - 5:30 pm CST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Baton Rouge</h4>\r\n<ul>\r\n <li>\r\n<h5>14141 Airline Hwy Bldg 3 Ste J</h5>\r\n</li>\r\n <li>\r\n<h5>Baton Rouge, LA 70817</h5>\r\n</li>\r\n <li>\r\n<h5>225.753.6703 p</h5>\r\n</li>\r\n <li>\r\n<h5>225.753.6738 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: 8 am - 5:30 pm CST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Florida</h4>\r\n<ul>\r\n <li>\r\n<h4>Ft. Lauderdale</h4>\r\n<ul>\r\n <li>\r\n<h5>325 N. Bryan Rd</h5>\r\n</li>\r\n <li>\r\n<h5>Dania Beach, FL 33004</h5>\r\n</li>\r\n <li>\r\n<h5>954.734.9283 f</h5>\r\n</li>\r\n <li>\r\n<h5>954.263-5300 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: 8 am - 5:30 pm EST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>\r\n<h5>320 Campus Dr</h5>\r\n</li>\r\n <li>\r\n<h5>Edison, NJ 08837</h5>\r\n</li>\r\n <li>\r\n<h5>732.377.4119 p</h5>\r\n</li>\r\n <li>\r\n<h5>732.377.4120 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: 8 am - 5:30 pm EST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Arizona</h4>\r\n<ul>\r\n <li>\r\n<h4>Scottsdale</h4>\r\n<ul>\r\n <li>\r\n<h5>16033 N. 77th Street, Ste A1</h5>\r\n</li>\r\n <li>\r\n<h5>Scottsdale, AZ 85260</h5>\r\n</li>\r\n <li>\r\n<h5>480.240.1611 p</h5>\r\n</li>\r\n <li>\r\n<h5>480.240.1615 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: 8 am - 5:30 pm MT</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-10 19:44:59','2016-02-10 19:44:59','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1256,1,'2016-02-10 19:54:28','2016-02-10 19:54:28','This is the static front page. Its details are edited through editing the Front Page Template\r\n<h2>Where to buy:</h2>\r\n<h3>Elura is sold only through professional custom integrators and installers. Elura is currently exclusively distributed by WAVE Electronics.</h3>\r\n<h3>You can contact Wave Electronics toll-free at 855.383.9283 or by visiting their website at www.wave-electronics.com.</h3>\r\n<h4>Their servicing locations are:</h4>\r\n<h4>Texas:</h4>\r\n<ul>\r\n <li>\r\n<h4> North Houston</h4>\r\n<ul>\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>281.453.1300 p</li>\r\n <li>281.453.1305 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4> Southwest Houston</h4>\r\n<ul>\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>713.849.2710 p</li>\r\n <li>832.328.1512 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Dallas</h4>\r\n<ul>\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX</li>\r\n <li>469.828.4300 p</li>\r\n <li>469.828.4396 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>San Antonio</h4>\r\n<ul>\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>210.495.3777 p</li>\r\n <li>210.495.3779\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Austin</h4>\r\n<ul>\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>512.615.1170 p</li>\r\n <li>512.615.1171\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Louisiana</h4>\r\n<ul>\r\n <li>\r\n<h4>New Orleans</h4>\r\n<ul>\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>504.731.2922 p</li>\r\n <li>504.731.2923 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Baton Rouge</h4>\r\n<ul>\r\n <li>14141 Airline Hwy Bldg 3 Ste J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>225.753.6703 p</li>\r\n <li>225.753.6738 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Florida</h4>\r\n<ul>\r\n <li>\r\n<h4>Ft. Lauderdale</h4>\r\n<ul>\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>954.734.9283 f</li>\r\n <li>954.263-5300 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>732.377.4119 p</li>\r\n <li>732.377.4120 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Arizona</h4>\r\n<ul>\r\n <li>\r\n<h4>Scottsdale</h4>\r\n<ul>\r\n <li>16033 N. 77th Street, Ste A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>480.240.1611 p</li>\r\n <li>480.240.1615 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\nElura, redefining the art of sound through architectural speakers','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-10 19:54:28','2016-02-10 19:54:28','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1257,1,'2016-02-10 20:02:03','2016-02-10 20:02:03','','R65LCRIWZ_Tweeter-Angle2','','inherit','open','closed','','r65lcriwz_tweeter-angle2','','','2016-02-10 20:02:03','2016-02-10 20:02:03','',995,'http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Tweeter-Angle2.png',0,'attachment','image/png',0),(1259,1,'2016-02-10 20:06:08','2016-02-10 20:06:08','','R65IWZ_ContourSwitches-cropped','','inherit','open','closed','','r65iwz_contourswitches-cropped','','','2016-02-10 20:06:08','2016-02-10 20:06:08','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_ContourSwitches-cropped.png',0,'attachment','image/png',0),(1261,1,'2016-02-10 20:12:39','2016-02-10 20:12:39','','S65IW_tweeter_angle','','inherit','open','closed','','s65iw_tweeter_angle','','','2016-02-10 20:12:39','2016-02-10 20:12:39','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_tweeter_angle.png',0,'attachment','image/png',0),(1262,1,'2016-02-10 20:26:27','2016-02-10 20:26:27','This is the static front page. Its details are edited through editing the Front Page Template\r\n<h2>Where to buy:</h2>\r\n<strong>Elura is sold exclusively at WAVE Electronics to custom integrators.</strong>\r\n\r\n<strong> </strong><strong>Visit <a href=\"http://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>You can also visit one of their 10 locations to audition the Elura speakers.</strong>\r\n<h4>Texas:</h4>\r\n<ul>\r\n <li>\r\n<h4> North Houston</h4>\r\n<ul>\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>281.453.1300 p</li>\r\n <li>281.453.1305 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4> Southwest Houston</h4>\r\n<ul>\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>713.849.2710 p</li>\r\n <li>832.328.1512 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Dallas</h4>\r\n<ul>\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX</li>\r\n <li>469.828.4300 p</li>\r\n <li>469.828.4396 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>San Antonio</h4>\r\n<ul>\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>210.495.3777 p</li>\r\n <li>210.495.3779\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Austin</h4>\r\n<ul>\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>512.615.1170 p</li>\r\n <li>512.615.1171\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Louisiana</h4>\r\n<ul>\r\n <li>\r\n<h4>New Orleans</h4>\r\n<ul>\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>504.731.2922 p</li>\r\n <li>504.731.2923 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Baton Rouge</h4>\r\n<ul>\r\n <li>14141 Airline Hwy Bldg 3 Ste J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>225.753.6703 p</li>\r\n <li>225.753.6738 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Florida</h4>\r\n<ul>\r\n <li>\r\n<h4>Ft. Lauderdale</h4>\r\n<ul>\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>954.734.9283 f</li>\r\n <li>954.263-5300 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>732.377.4119 p</li>\r\n <li>732.377.4120 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Arizona</h4>\r\n<ul>\r\n <li>\r\n<h4>Scottsdale</h4>\r\n<ul>\r\n <li>16033 N. 77th Street, Ste A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>480.240.1611 p</li>\r\n <li>480.240.1615 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\nElura, redefining the art of sound through architectural speakers','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-10 20:26:27','2016-02-10 20:26:27','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1263,1,'2016-02-10 20:52:36','2016-02-10 20:52:36','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 alignleft\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4>Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 alignnone\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a>\r\n\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 alignleft\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:52:36','2016-02-10 20:52:36','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1264,1,'2016-02-10 20:53:46','2016-02-10 20:53:46','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em><a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a><em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:53:46','2016-02-10 20:53:46','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1265,1,'2016-02-10 20:54:11','2016-02-10 20:54:11','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em><a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a><em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:54:11','2016-02-10 20:54:11','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1266,1,'2016-02-10 20:54:32','2016-02-10 20:54:32','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em><a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a><em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:54:32','2016-02-10 20:54:32','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1267,1,'2016-02-10 20:54:48','2016-02-10 20:54:48','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em><a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a><em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:54:48','2016-02-10 20:54:48','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1268,1,'2016-02-10 20:55:17','2016-02-10 20:55:17','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:55:17','2016-02-10 20:55:17','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1269,1,'2016-02-10 20:55:55','2016-02-10 20:55:55','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:55:55','2016-02-10 20:55:55','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1270,1,'2016-02-10 20:56:20','2016-02-10 20:56:20','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:56:20','2016-02-10 20:56:20','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1271,1,'2016-02-10 20:57:09','2016-02-10 20:57:09','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4><p>\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:57:09','2016-02-10 20:57:09','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1272,1,'2016-02-10 20:57:39','2016-02-10 20:57:39','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4><p>\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4><p>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4><p>\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:57:39','2016-02-10 20:57:39','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1273,1,'2016-02-10 20:58:22','2016-02-10 20:58:22','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4><p>\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:58:22','2016-02-10 20:58:22','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1274,1,'2016-02-10 20:58:58','2016-02-10 20:58:58','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4><p>\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4><p>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:58:58','2016-02-10 20:58:58','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1275,1,'2016-02-10 20:59:33','2016-02-10 20:59:33','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4><p>\r\n<p>\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4><p>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:59:33','2016-02-10 20:59:33','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1276,1,'2016-02-10 21:02:20','2016-02-10 21:02:20','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n \r\n<div><h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4></div>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 21:02:20','2016-02-10 21:02:20','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1277,1,'2016-02-10 21:02:53','2016-02-10 21:02:53','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n \r\n<div><h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4></div>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<div><a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a></div>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 21:02:53','2016-02-10 21:02:53','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1278,1,'2016-02-10 21:03:47','2016-02-10 21:03:47','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n</div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div><a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 21:03:47','2016-02-10 21:03:47','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1279,1,'2016-02-10 21:05:21','2016-02-10 21:05:21','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style= \"text align:center;\">\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n</div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div><a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 21:05:21','2016-02-10 21:05:21','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1280,1,'2016-02-10 21:13:20','2016-02-10 21:13:20','','test post','','trash','closed','closed','','test-post','','','2016-02-16 20:47:45','2016-02-16 20:47:45','',0,'http://elura.audio/?p=1280',0,'post','',0),(1281,1,'2016-02-10 21:13:20','2016-02-10 21:13:20','','test post','','inherit','closed','closed','','1280-revision-v1','','','2016-02-10 21:13:20','2016-02-10 21:13:20','',1280,'http://elura.audio/1280-revision-v1/',0,'revision','',0),(1282,1,'2016-02-10 22:01:06','2016-02-10 22:01:06','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3 style=\"text-align: center; text-align: -webkit-center;\">Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h4 style=\"text-align: center; text-align: -webkit-center;\">Free freight programs available.</h4>\r\n<div style=\"text-align: center; text-align: -webkit-center;\">\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></div>\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','publish','closed','closed','','where-to-buy','','','2016-02-19 21:38:27','2016-02-19 21:38:27','',0,'http://elura.audio/?page_id=1282',0,'page','',0),(1283,1,'2016-02-10 22:01:06','2016-02-10 22:01:06','','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-10 22:01:06','2016-02-10 22:01:06','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1284,1,'2016-02-10 22:05:15','2016-02-10 22:05:15','HELLO','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-10 22:05:15','2016-02-10 22:05:15','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1285,1,'2016-02-10 22:10:47','2016-02-10 22:10:47','HELLO.. its working','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-10 22:10:47','2016-02-10 22:10:47','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1288,1,'2016-02-11 14:30:14','2016-02-11 14:30:14','<h2 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h2>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<ul>\r\n <li>\r\n<h4> North Houston</h4>\r\n<ul>\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>281.453.1300 p</li>\r\n <li>281.453.1305 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4> Southwest Houston</h4>\r\n<ul>\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>713.849.2710 p</li>\r\n <li>832.328.1512 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Dallas</h4>\r\n<ul>\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX</li>\r\n <li>469.828.4300 p</li>\r\n <li>469.828.4396 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>San Antonio</h4>\r\n<ul>\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>210.495.3777 p</li>\r\n <li>210.495.3779\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Austin</h4>\r\n<ul>\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>512.615.1170 p</li>\r\n <li>512.615.1171\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Louisiana locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>New Orleans</h4>\r\n<ul>\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>504.731.2922 p</li>\r\n <li>504.731.2923 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Baton Rouge</h4>\r\n<ul>\r\n <li>14141 Airline Hwy Bldg 3 Ste J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>225.753.6703 p</li>\r\n <li>225.753.6738 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Florida locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>Ft. Lauderdale</h4>\r\n<ul>\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>954.734.9283 f</li>\r\n <li>954.263-5300 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>New Jersey locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>732.377.4119 p</li>\r\n <li>732.377.4120 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Arizona locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>Scottsdale</h4>\r\n<ul>\r\n <li>16033 N. 77th Street, Ste A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>480.240.1611 p</li>\r\n <li>480.240.1615 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-11 14:30:14','2016-02-11 14:30:14','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1289,1,'2016-02-11 14:30:52','2016-02-11 14:30:52','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<ul>\r\n <li>\r\n<h4> North Houston</h4>\r\n<ul>\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>281.453.1300 p</li>\r\n <li>281.453.1305 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4> Southwest Houston</h4>\r\n<ul>\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>713.849.2710 p</li>\r\n <li>832.328.1512 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Dallas</h4>\r\n<ul>\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX</li>\r\n <li>469.828.4300 p</li>\r\n <li>469.828.4396 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>San Antonio</h4>\r\n<ul>\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>210.495.3777 p</li>\r\n <li>210.495.3779\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Austin</h4>\r\n<ul>\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>512.615.1170 p</li>\r\n <li>512.615.1171\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Louisiana locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>New Orleans</h4>\r\n<ul>\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>504.731.2922 p</li>\r\n <li>504.731.2923 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Baton Rouge</h4>\r\n<ul>\r\n <li>14141 Airline Hwy Bldg 3 Ste J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>225.753.6703 p</li>\r\n <li>225.753.6738 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Florida locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>Ft. Lauderdale</h4>\r\n<ul>\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>954.734.9283 f</li>\r\n <li>954.263-5300 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>New Jersey locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>732.377.4119 p</li>\r\n <li>732.377.4120 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Arizona locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>Scottsdale</h4>\r\n<ul>\r\n <li>16033 N. 77th Street, Ste A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>480.240.1611 p</li>\r\n <li>480.240.1615 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-11 14:30:52','2016-02-11 14:30:52','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1290,1,'2016-02-11 14:56:38','2016-02-11 14:56:38','','Auto Draft','','trash','open','open','','auto-draft','','','2016-02-11 14:57:10','2016-02-11 14:57:10','',0,'http://elura.audio/?p=1290',0,'post','',0),(1291,1,'2016-02-11 14:57:10','2016-02-11 14:57:10','','Auto Draft','','inherit','closed','closed','','1290-revision-v1','','','2016-02-11 14:57:10','2016-02-11 14:57:10','',1290,'http://elura.audio/1290-revision-v1/',0,'revision','',0),(1299,1,'2016-02-15 13:25:25','2016-02-15 13:25:25','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n \r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\">North Houston</h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4>Dallas</h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td>\r\n<h4>Austin</h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4> Southwest Houston</h4>\r\n8648 Glenmont Dr #130\r\n\r\nHouston, TX 77036\r\n\r\n713.849.2710 p\r\n\r\n832.328.1512 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td>\r\n<h4>San Antonio</h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> Louisiana locations:</h4>\r\n \r\n<h4></h4>\r\n \r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4>New Orleans</h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td>\r\n<h4>Baton Rouge</h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Florida locations:</h4>\r\n \r\n<h4>Ft. Lauderdale</h4>\r\n325 N. Bryan Rd\r\n\r\nDania Beach, FL 33004\r\n\r\n954.734.9283 f\r\n\r\n954.263-5300 f\r\n\r\nHours: 8 am - 5:30 pm EST\r\n<h4>New Jersey locations:</h4>\r\n \r\n<h4>New Jersey</h4>\r\n320 Campus Dr\r\n\r\nEdison, NJ 08837\r\n\r\n732.377.4119 p\r\n\r\n732.377.4120 f\r\n\r\nHours: 8 am - 5:30 pm EST\r\n<h4>Arizona locations:</h4>\r\n \r\n<h4>Scottsdale</h4>\r\n16033 N. 77th Street, Ste A1\r\n\r\nScottsdale, AZ 85260\r\n\r\n480.240.1611 p\r\n\r\n480.240.1615 f\r\n\r\nHours: 8 am - 5:30 pm MT\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:25:25','2016-02-15 13:25:25','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1300,1,'2016-02-15 13:28:26','2016-02-15 13:28:26','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\">North Houston</h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Dallas</h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Austin</h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"> Southwest Houston</h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\">San Antonio</h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> Louisiana locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4>New Orleans</h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td>\r\n<h4>Baton Rouge</h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Florida locations:</h4>\r\n<h4> Ft. Lauderdale</h4>\r\n325 N. Bryan Rd\r\n\r\nDania Beach, FL 33004\r\n\r\n954.734.9283 f\r\n\r\n954.263-5300 f\r\n\r\nHours: 8 am - 5:30 pm EST\r\n<h4>New Jersey locations:</h4>\r\nNew Jersey\r\n\r\n320 Campus Dr\r\n\r\nEdison, NJ 08837\r\n\r\n732.377.4119 p\r\n\r\n732.377.4120 f\r\n\r\nHours: 8 am - 5:30 pm EST\r\n<h4>Arizona locations:</h4>\r\nScottsdale\r\n\r\n16033 N. 77th Street, Ste A1\r\n\r\nScottsdale, AZ 85260\r\n\r\n480.240.1611 p\r\n\r\n480.240.1615 f\r\n\r\nHours: 8 am - 5:30 pm MT\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:28:26','2016-02-15 13:28:26','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1301,1,'2016-02-15 13:30:48','2016-02-15 13:30:48','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\">North Houston</h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Dallas</h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Austin</h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4> Southwest Houston</h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\">San Antonio</h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> Louisiana locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4>New Orleans</h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td>\r\n<h4>Baton Rouge</h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Florida locations:</h4>\r\n<p style=\"padding-left: 30px;\">Ft. Lauderdale</p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 f</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>New Jersey locations:</h4>\r\n<p style=\"padding-left: 30px;\">New Jersey</p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 p</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>Arizona locations:</h4>\r\n<p style=\"padding-left: 30px;\">Scottsdale</p>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 p</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:30:48','2016-02-15 13:30:48','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1302,1,'2016-02-15 13:31:29','2016-02-15 13:31:29','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\">North Houston</h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Dallas</h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Austin</h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4> Southwest Houston</h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\">San Antonio</h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> Louisiana locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\">New Orleans</h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td>\r\n<h4 style=\"text-align: left;\">Baton Rouge</h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Florida locations:</h4>\r\n<p style=\"padding-left: 30px;\">Ft. Lauderdale</p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 f</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>New Jersey locations:</h4>\r\n<p style=\"padding-left: 30px;\">New Jersey</p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 p</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>Arizona locations:</h4>\r\n<p style=\"padding-left: 30px;\">Scottsdale</p>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 p</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:31:29','2016-02-15 13:31:29','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1303,1,'2016-02-15 13:32:54','2016-02-15 13:32:54','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\">North Houston</h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Dallas</h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Austin</h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4> Southwest Houston</h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\">San Antonio</h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> Louisiana locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4>New Orleans</h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\">Baton Rouge</h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Florida locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 f</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>New Jersey locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 p</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>Arizona locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>Scottsdale</strong></p>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 p</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:32:54','2016-02-15 13:32:54','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1304,1,'2016-02-15 13:34:08','2016-02-15 13:34:08','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\">North Houston</h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Dallas</h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Austin</h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"> Southwest Houston</h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\">San Antonio</h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> Louisiana locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4>New Orleans</h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\">Baton Rouge</h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Florida locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 f</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>New Jersey locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 p</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>Arizona locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>Scottsdale</strong></p>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 p</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:34:08','2016-02-15 13:34:08','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1305,1,'2016-02-15 13:34:51','2016-02-15 13:34:51','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\">North Houston</h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Dallas</h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Austin</h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\">Southwest Houston</h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\">San Antonio</h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> Louisiana locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4>New Orleans</h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\">Baton Rouge</h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Florida locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 f</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>New Jersey locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 p</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>Arizona locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>Scottsdale</strong></p>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 p</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:34:51','2016-02-15 13:34:51','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1306,1,'2016-02-15 13:36:52','2016-02-15 13:36:52','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\"><strong>North Houston</strong></h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Dallas</strong></h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Austin</strong></h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>Southwest Houston</strong></h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>San Antonio</strong></h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> <strong>Louisiana locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>New Orleans</strong></h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\"><strong>Baton Rouge</strong></h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Florida locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 f</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>New Jersey locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 p</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>Arizona locations:</strong></h4>\r\n<strong>Scottsdale</strong>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 p</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:36:52','2016-02-15 13:36:52','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1307,1,'2016-02-15 13:38:27','2016-02-15 13:38:27','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4><strong>Texas locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\"><strong>North Houston</strong></h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Dallas</strong></h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Austin</strong></h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>Southwest Houston</strong></h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>San Antonio</strong></h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"><strong> Louisiana locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>New Orleans</strong></h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\"><strong>Baton Rouge</strong></h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Florida locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 f</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>New Jersey locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 p</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>Arizona locations:</strong></h4>\r\n<strong>Scottsdale</strong>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 p</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:38:27','2016-02-15 13:38:27','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1308,1,'2016-02-15 13:40:40','2016-02-15 13:40:40','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4><strong>Texas locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\"><strong>North Houston</strong></h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 phone</p>\r\n<p style=\"text-align: justify;\">281.453.1305 fax</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Dallas</strong></h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 phone\r\n\r\n469.828.4396 fax\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Austin</strong></h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 phone\r\n\r\n512.615.1171 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>Southwest Houston</strong></h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 phone</p>\r\n<p style=\"text-align: left;\">832.328.1512 fax</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>San Antonio</strong></h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 phone\r\n\r\n210.495.3779 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"><strong> Louisiana locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>New Orleans</strong></h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 phone\r\n\r\n504.731.2923 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\"><strong>Baton Rouge</strong></h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 phone\r\n\r\n225.753.6738 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Florida locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 phone</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>New Jersey locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 phone</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>Arizona locations:</strong></h4>\r\n<strong>Scottsdale</strong>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 phone</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:40:40','2016-02-15 13:40:40','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1309,1,'2016-02-15 13:40:55','2016-02-15 13:40:55','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3 style=\"text-align: center;\"><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4><strong>Texas locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\"><strong>North Houston</strong></h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 phone</p>\r\n<p style=\"text-align: justify;\">281.453.1305 fax</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Dallas</strong></h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 phone\r\n\r\n469.828.4396 fax\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Austin</strong></h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 phone\r\n\r\n512.615.1171 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>Southwest Houston</strong></h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 phone</p>\r\n<p style=\"text-align: left;\">832.328.1512 fax</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>San Antonio</strong></h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 phone\r\n\r\n210.495.3779 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"><strong> Louisiana locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>New Orleans</strong></h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 phone\r\n\r\n504.731.2923 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\"><strong>Baton Rouge</strong></h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 phone\r\n\r\n225.753.6738 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Florida locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 phone</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>New Jersey locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 phone</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>Arizona locations:</strong></h4>\r\n<strong>Scottsdale</strong>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 phone</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:40:55','2016-02-15 13:40:55','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1311,1,'2016-02-15 20:43:49','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-02-15 20:43:49','0000-00-00 00:00:00','',0,'http://elura.audio/?p=1311',0,'post','',0),(1316,1,'2016-02-15 21:25:53','2016-02-15 21:25:53','','S65IW_screenless','','inherit','open','closed','','s65iw_screenless','','','2016-02-15 21:25:53','2016-02-15 21:25:53','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_screenless.png',0,'attachment','image/png',0),(1318,1,'2016-02-15 22:23:00','2016-02-15 22:23:00','','locations-map','','inherit','open','closed','','locations-map','','','2016-02-15 22:23:00','2016-02-15 22:23:00','',1282,'http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg',0,'attachment','image/jpeg',0),(1319,1,'2016-02-15 22:23:09','2016-02-15 22:23:09','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3 style=\"text-align: center;\"><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4><strong>Texas locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\"><strong>North Houston</strong></h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 phone</p>\r\n<p style=\"text-align: justify;\">281.453.1305 fax</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Dallas</strong></h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 phone\r\n\r\n469.828.4396 fax\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Austin</strong></h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 phone\r\n\r\n512.615.1171 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>Southwest Houston</strong></h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 phone</p>\r\n<p style=\"text-align: left;\">832.328.1512 fax</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>San Antonio</strong></h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 phone\r\n\r\n210.495.3779 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"><strong> Louisiana locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>New Orleans</strong></h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 phone\r\n\r\n504.731.2923 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\"><strong>Baton Rouge</strong></h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 phone\r\n\r\n225.753.6738 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Florida locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 phone</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>New Jersey locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 phone</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>Arizona locations:</strong></h4>\r\n<strong>Scottsdale</strong>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 phone</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:23:09','2016-02-15 22:23:09','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1320,1,'2016-02-15 22:30:59','2016-02-15 22:30:59','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit www.wave-electronics.com or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<ul>North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Louisiana</h3>\r\n<ul>New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul>Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul>Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul>New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:30:59','2016-02-15 22:30:59','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1321,1,'2016-02-15 22:36:09','2016-02-15 22:36:09','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<ul>North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Louisiana</h3>\r\n<ul>New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul>Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul>Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul>New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:36:09','2016-02-15 22:36:09','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1322,1,'2016-02-15 22:37:32','2016-02-15 22:37:32','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<ul>North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Louisiana</h3>\r\n<ul style=\"list-style-type: none;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul style=\"list-style-type: none;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul>Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul style=\"list-style-type: none;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:37:32','2016-02-15 22:37:32','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1323,1,'2016-02-15 22:38:19','2016-02-15 22:38:19','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<ul style=\"list-style-type: none;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Louisiana</h3>\r\n<ul style=\"list-style-type: none;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul style=\"list-style-type: none;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul>Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul style=\"list-style-type: none;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:38:19','2016-02-15 22:38:19','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1324,1,'2016-02-15 22:38:47','2016-02-15 22:38:47','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<ul style=\"list-style-type: none;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Louisiana</h3>\r\n<ul style=\"list-style-type: none;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul style=\"list-style-type: none;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul style=\"list-style-type: none;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul style=\"list-style-type: none;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:38:47','2016-02-15 22:38:47','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1325,1,'2016-02-15 22:42:17','2016-02-15 22:42:17','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<ul style=\"list-style-type: none;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul style=\"list-style-type: none;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul style=\"list-style-type: none;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul style=\"list-style-type: none;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:42:17','2016-02-15 22:42:17','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1326,1,'2016-02-15 22:44:17','2016-02-15 22:44:17','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float:left\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float:left\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<ul style=\"list-style-type: none;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul style=\"list-style-type: none;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul style=\"list-style-type: none;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul style=\"list-style-type: none;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:44:17','2016-02-15 22:44:17','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1327,1,'2016-02-15 22:46:40','2016-02-15 22:46:40','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:46:40','2016-02-15 22:46:40','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1328,1,'2016-02-15 22:50:24','2016-02-15 22:50:24','\r\n<div class=\"col-md-12\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></div>\r\n\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:50:24','2016-02-15 22:50:24','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1329,1,'2016-02-15 22:52:44','2016-02-15 22:52:44','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\">\r\n<h4></h4>\r\n</div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n \r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" />\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-15 22:52:44','2016-02-15 22:52:44','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1330,1,'2016-02-15 22:54:56','2016-02-15 22:54:56','<h3 style=\"text-align: center;\"><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\">\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\"></div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n</div>\r\n<div class=\"col-md-6\">\r\n \r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" />\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-15 22:54:56','2016-02-15 22:54:56','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1331,1,'2016-02-15 22:55:32','2016-02-15 22:55:32','<h3 style=\"text-align: center;\"><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-8\">\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\"></div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n</div>\r\n<div class=\"col-md-2\">\r\n \r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" />\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-15 22:55:32','2016-02-15 22:55:32','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1332,1,'2016-02-15 23:13:09','2016-02-15 23:13:09','<div class=\"col-md-12\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"100%\" height=\"100%\" /></a></div>\r\n\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:13:09','2016-02-15 23:13:09','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1333,1,'2016-02-15 23:14:47','2016-02-15 23:14:47','<div class=\"col-md-12\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:14:47','2016-02-15 23:14:47','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1334,1,'2016-02-15 23:15:44','2016-02-15 23:15:44','<div class=\"col-md-12\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:15:44','2016-02-15 23:15:44','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1335,1,'2016-02-15 23:17:09','2016-02-15 23:17:09','<div class=\"col-md-12\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:17:09','2016-02-15 23:17:09','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1336,1,'2016-02-15 23:18:57','2016-02-15 23:18:57','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:18:57','2016-02-15 23:18:57','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1337,1,'2016-02-15 23:22:07','2016-02-15 23:22:07','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <p>221 Barren Springs Dr #19</p>\r\n <p>Houston, TX 77090</li>\r\n <p>Phone: (281) 453-1300</p>\r\n <p>Fax: (281) 453-1305</p>\r\n <p>Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <p>8648 Glenmont Dr #130</p>\r\n <p>Houston, TX 77036</p>\r\n <p>Phone: (713) 849-2710</p>\r\n <p>Fax: (832) 328-1512</p>\r\n <p>Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:22:07','2016-02-15 23:22:07','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1338,1,'2016-02-15 23:23:46','2016-02-15 23:23:46','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <p>221 Barren Springs Dr #19</p>\r\n <p>Houston, TX 77090</li>\r\n <p>Phone: (281) 453-1300</p>\r\n <p>Fax: (281) 453-1305</p>\r\n <p>Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <p>8648 Glenmont Dr #130</p>\r\n <p>Houston, TX 77036</p>\r\n <p>Phone: (713) 849-2710</p>\r\n <p>Fax: (832) 328-1512</p>\r\n <p>Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <p>14280 Gillis Rd</p>\r\n <p>Farmers Branch, TX 75244</p>\r\n <p>Phone: (469) 828-4300</p>\r\n <p>Fax: (469) 828-4396</p>\r\n <p>Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</div>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:23:46','2016-02-15 23:23:46','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1339,1,'2016-02-15 23:32:18','2016-02-15 23:32:18','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n 221 Barren Springs Dr #19<br>Houston, TX 77090<br>Phone: (281) 453-1300<br>Fax: (281) 453-1305<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <p>8648 Glenmont Dr #130</p>\r\n <p>Houston, TX 77036</p>\r\n <p>Phone: (713) 849-2710</p>\r\n <p>Fax: (832) 328-1512</p>\r\n <p>Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <p>14280 Gillis Rd</p>\r\n <p>Farmers Branch, TX 75244</p>\r\n <p>Phone: (469) 828-4300</p>\r\n <p>Fax: (469) 828-4396</p>\r\n <p>Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</div>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:32:18','2016-02-15 23:32:18','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1340,1,'2016-02-15 23:42:37','2016-02-15 23:42:37','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>North Houston</b><br>221 Barren Springs Dr #19<br>Houston, TX 77090<br>Phone: (281) 453-1300<br>Fax: (281) 453-1305<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>S.W. Houston</b><br>8648 Glenmont Dr #130<br>Houston, TX 77036<br>Phone: (713) 849-2710<br>Fax: (832) 328-1512<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Dallas</b><br>14280 Gillis Rd<br>Farmers Branch, TX 75244<br>Phone: (469) 828-4300<br>Fax: (469) 828-4396<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>San Antonio</b><br>12961 Park Central #1430<br>San Antonio, TX 78216<br>Phone: (210) 495-3777<br>Fax: (210) 495-3779<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Austin</b><br>9208 Waterford Centre Blvd #120<br>Austin, TX 78758<br>Phone: (512) 615-1170<br>Fax: (512) 615-1171<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>New Orleans</b><br>509-A S. Al Davis Rd<br>New Orleans, LA 70123<br>Phone: (504) 731-2922<br> Fax: (504) 731-2923<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Baton Rouge</b><br>14141 Airline Hwy BLDG 3 STE J<br> Baton Rouge, LA 70817<br>Phone: (225) 753-6703<br>Fax: (225) 753-6738<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:42:37','2016-02-15 23:42:37','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1341,1,'2016-02-16 00:06:07','2016-02-16 00:06:07','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>North Houston</b><br>221 Barren Springs Dr #19<br>Houston, TX 77090<br>Phone: (281) 453-1300<br>Fax: (281) 453-1305<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>S.W. Houston</b><br>8648 Glenmont Dr #130<br>Houston, TX 77036<br>Phone: (713) 849-2710<br>Fax: (832) 328-1512<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Dallas</b><br>14280 Gillis Rd<br>Farmers Branch, TX 75244<br>Phone: (469) 828-4300<br>Fax: (469) 828-4396<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>San Antonio</b><br>12961 Park Central #1430<br>San Antonio, TX 78216<br>Phone: (210) 495-3777<br>Fax: (210) 495-3779<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Austin</b><br>9208 Waterford Centre Blvd #120<br>Austin, TX 78758<br>Phone: (512) 615-1170<br>Fax: (512) 615-1171<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>New Orleans</b><br>509-A S. Al Davis Rd<br>New Orleans, LA 70123<br>Phone: (504) 731-2922<br> Fax: (504) 731-2923<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Baton Rouge</b><br>14141 Airline Hwy BLDG 3 STE J<br> Baton Rouge, LA 70817<br>Phone: (225) 753-6703<br>Fax: (225) 753-6738<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Scottsdale</b><br>16033 N 77th Street, Suite A1<br>Scottsdale, AZ 85260<br>Phone: (480) 240-1611<br>Fax: (480) 240-1615<br>Hours: Mon - Fri, 8 am - 5:30 pm MT<br>\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Ft. Lauderdale</b><br>325 N. Bryan Rd<br>Dania Beach, FL 33004<br>Phone: (954) 734-9283<br>Fax: (954) 596-4010<br>Hours: Mon - Fri, 8 am - 5:30 pm EST<br>\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>New Jersey<b><br>320 Campus Dr<br>Edison, NJ 08837<br>Phone: (732) 377-4119<br>Fax: (732) 377-4120<br>Hours: Mon - Fri, 8 am - 5:30 pm EST<br>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 00:06:07','2016-02-16 00:06:07','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1342,1,'2016-02-16 00:07:28','2016-02-16 00:07:28','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>North Houston</b><br>221 Barren Springs Dr #19<br>Houston, TX 77090<br>Phone: (281) 453-1300<br>Fax: (281) 453-1305<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>S.W. Houston</b><br>8648 Glenmont Dr #130<br>Houston, TX 77036<br>Phone: (713) 849-2710<br>Fax: (832) 328-1512<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Dallas</b><br>14280 Gillis Rd<br>Farmers Branch, TX 75244<br>Phone: (469) 828-4300<br>Fax: (469) 828-4396<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>San Antonio</b><br>12961 Park Central #1430<br>San Antonio, TX 78216<br>Phone: (210) 495-3777<br>Fax: (210) 495-3779<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Austin</b><br>9208 Waterford Centre Blvd #120<br>Austin, TX 78758<br>Phone: (512) 615-1170<br>Fax: (512) 615-1171<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>New Orleans</b><br>509-A S. Al Davis Rd<br>New Orleans, LA 70123<br>Phone: (504) 731-2922<br> Fax: (504) 731-2923<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Baton Rouge</b><br>14141 Airline Hwy BLDG 3 STE J<br> Baton Rouge, LA 70817<br>Phone: (225) 753-6703<br>Fax: (225) 753-6738<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Scottsdale</b><br>16033 N 77th Street, Suite A1<br>Scottsdale, AZ 85260<br>Phone: (480) 240-1611<br>Fax: (480) 240-1615<br>Hours: Mon - Fri, 8 am - 5:30 pm MT<br>\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Ft. Lauderdale</b><br>325 N. Bryan Rd<br>Dania Beach, FL 33004<br>Phone: (954) 734-9283<br>Fax: (954) 596-4010<br>Hours: Mon - Fri, 8 am - 5:30 pm EST<br>\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>New Jersey</b><br><br>320 Campus Dr<br>Edison, NJ 08837<br>Phone: (732) 377-4119<br>Fax: (732) 377-4120<br>Hours: Mon - Fri, 8 am - 5:30 pm EST<br>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 00:07:28','2016-02-16 00:07:28','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1343,1,'2016-02-16 00:09:24','2016-02-16 00:09:24','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>North Houston</b><br><br>221 Barren Springs Dr #19<br>Houston, TX 77090<br>Phone: (281) 453-1300<br>Fax: (281) 453-1305<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>S.W. Houston</b><br><br>8648 Glenmont Dr #130<br>Houston, TX 77036<br>Phone: (713) 849-2710<br>Fax: (832) 328-1512<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Dallas</b><br><br>14280 Gillis Rd<br>Farmers Branch, TX 75244<br>Phone: (469) 828-4300<br>Fax: (469) 828-4396<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>San Antonio</b><br><br>12961 Park Central #1430<br>San Antonio, TX 78216<br>Phone: (210) 495-3777<br>Fax: (210) 495-3779<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Austin</b><br><br>9208 Waterford Centre Blvd #120<br>Austin, TX 78758<br>Phone: (512) 615-1170<br>Fax: (512) 615-1171<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>New Orleans</b><br><br>509-A S. Al Davis Rd<br>New Orleans, LA 70123<br>Phone: (504) 731-2922<br> Fax: (504) 731-2923<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Baton Rouge</b><br><br>14141 Airline Hwy BLDG 3 STE J<br> Baton Rouge, LA 70817<br>Phone: (225) 753-6703<br>Fax: (225) 753-6738<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Scottsdale</b><br><br>16033 N 77th Street, Suite A1<br>Scottsdale, AZ 85260<br>Phone: (480) 240-1611<br>Fax: (480) 240-1615<br>Hours: Mon - Fri, 8 am - 5:30 pm MT<br>\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Ft. Lauderdale</b><br><br>325 N. Bryan Rd<br>Dania Beach, FL 33004<br>Phone: (954) 734-9283<br>Fax: (954) 596-4010<br>Hours: Mon - Fri, 8 am - 5:30 pm EST<br>\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>New Jersey</b><br><br>320 Campus Dr<br>Edison, NJ 08837<br>Phone: (732) 377-4119<br>Fax: (732) 377-4120<br>Hours: Mon - Fri, 8 am - 5:30 pm EST<br>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 00:09:24','2016-02-16 00:09:24','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1344,1,'2016-02-16 00:11:51','2016-02-16 00:11:51','<h3 style=\"text-align: center;\"><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-8\">\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\"></div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n</div>\r\n<div class=\"col-md-1\">\r\n</div>\r\n<div class=\"col-md-1\">\r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-16 00:11:51','2016-02-16 00:11:51','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1345,1,'2016-02-16 00:13:02','2016-02-16 00:13:02','<h3 style=\"text-align: center;\"><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-8\">\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\"></div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n</div>\r\n<div class=\"col-md-1\">\r\n</div>\r\n<div class=\"col-md-3\">\r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-16 00:13:02','2016-02-16 00:13:02','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1346,1,'2016-02-16 10:43:59','2016-02-16 10:43:59','<h3 style=\"\"><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-8\">\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\"></div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n</div>\r\n<div class=\"col-md-1\">\r\n</div>\r\n<div class=\"col-md-3\">\r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-16 10:43:59','2016-02-16 10:43:59','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1348,1,'2016-02-16 13:41:01','2016-02-16 13:41:01','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-8\">\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\"></div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-16 13:41:01','2016-02-16 13:41:01','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1350,1,'2016-02-16 17:08:45','2016-02-16 17:08:45','<div class=\"col-md-12\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n</div>\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 17:08:45','2016-02-16 17:08:45','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1351,1,'2016-02-16 17:13:44','2016-02-16 17:13:44','<div class=\"col-md-12\">\r\n<h4 style=\"text-align: center; padding-top: 34px;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n</div>\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 17:13:44','2016-02-16 17:13:44','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1352,1,'2016-02-16 17:48:45','2016-02-16 17:48:45','<div class=\"col-md-12\">\r\n<h4 style=\"text-align: center; padding-top: 4px;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n</div>\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 17:48:45','2016-02-16 17:48:45','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1353,1,'2016-02-16 18:58:29','2016-02-16 18:58:29','\r\n<h4 style=\"text-align: center; padding-top: 4px;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 18:58:29','2016-02-16 18:58:29','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1354,1,'2016-02-16 18:59:10','2016-02-16 18:59:10','<h4 style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 18:59:10','2016-02-16 18:59:10','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1355,1,'2016-02-16 19:00:15','2016-02-16 19:00:15','<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:00:15','2016-02-16 19:00:15','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1356,1,'2016-02-16 19:01:44','2016-02-16 19:01:44','<p style=\"text-align: center; padding-top:0px;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:01:44','2016-02-16 19:01:44','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1357,1,'2016-02-16 19:04:01','2016-02-16 19:04:01','<div class=\"col-md-12\" style=\"padding-top:0px\">\r\n<p style=\"text-align: center; padding-top:0px;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n</div>\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:04:01','2016-02-16 19:04:01','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1358,1,'2016-02-16 19:05:04','2016-02-16 19:05:04','<div class=\"col-md-1\" style=\"padding-top:0px\">\r\n<p style=\"text-align: center; padding-top:0px;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n</div>\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:05:04','2016-02-16 19:05:04','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1359,1,'2016-02-16 19:05:42','2016-02-16 19:05:42','<div class=\"col-md-1\" style=\"padding-top:0px\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n</div>\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:05:42','2016-02-16 19:05:42','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1360,1,'2016-02-16 19:06:26','2016-02-16 19:06:26','\r\n\r\n\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:06:26','2016-02-16 19:06:26','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1361,1,'2016-02-16 19:07:04','2016-02-16 19:07:04','\r\n\r\n<div class=\"col-md-12\" style=\"text-align: center;text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:07:04','2016-02-16 19:07:04','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1362,1,'2016-02-16 19:07:28','2016-02-16 19:07:28','\r\n<div class=\"col-md-12\" style=\"text-align: center;text-align: -webkit-center;\">\r\n<h3 style=\"text-align: center;\"><p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p></h3>\r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:07:28','2016-02-16 19:07:28','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1363,1,'2016-02-16 19:10:18','2016-02-16 19:10:18','<div class=\"col-md-12\" style=\"text-align: center;text-align: -webkit-center;\">\r\n<h3 style=\"text-align: center;\"><p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p></h3>\r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<h3>Florida</h3>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div></div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:10:18','2016-02-16 19:10:18','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1364,1,'2016-02-16 20:00:25','2016-02-16 20:00:25','','S65LCRIW_back','','inherit','open','closed','','s65lcriw_back-2','','','2016-02-16 20:00:25','2016-02-16 20:00:25','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_back1.png',0,'attachment','image/png',0),(1365,1,'2016-02-16 20:00:59','2016-02-16 20:00:59','','S65LCRIW-screenless-front','','inherit','open','closed','','s65lcriw-screenless-front-2','','','2016-02-16 20:00:59','2016-02-16 20:00:59','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front.png',0,'attachment','image/png',0),(1366,1,'2016-02-16 20:02:13','2016-02-16 20:02:13','','S65IW_Woofer','','inherit','open','closed','','s65iw_woofer-2','','','2016-02-16 20:02:13','2016-02-16 20:02:13','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_Woofer1.png',0,'attachment','image/png',0),(1368,1,'2016-02-16 20:23:35','2016-02-16 20:23:35','','new image','','inherit','open','closed','','new-image','','','2016-02-16 20:23:35','2016-02-16 20:23:35','',1033,'http://elura.audio/wp-content/uploads/2016/02/new-image.png',0,'attachment','image/png',0),(1369,1,'2016-02-16 20:51:06','2016-02-16 20:51:06','','S65LCRIW_back','','inherit','open','closed','','s65lcriw_back-3','','','2016-02-16 20:51:06','2016-02-16 20:51:06','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_back2.png',0,'attachment','image/png',0),(1370,1,'2016-02-16 20:51:44','2016-02-16 20:51:44','','S65LCRIW-screenless-front','','inherit','open','closed','','s65lcriw-screenless-front-3','','','2016-02-16 20:51:44','2016-02-16 20:51:44','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front1.png',0,'attachment','image/png',0),(1372,1,'2016-02-16 20:53:45','2016-02-16 20:53:45','','S65_front-screenless_cropped','','inherit','open','closed','','s65_front-screenless_cropped','','','2016-02-16 20:53:45','2016-02-16 20:53:45','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_cropped.png',0,'attachment','image/png',0),(1374,1,'2016-02-16 20:54:23','2016-02-16 20:54:23','','S8_front-screenless_cropped','','inherit','open','closed','','s8_front-screenless_cropped','','','2016-02-16 20:54:23','2016-02-16 20:54:23','',1033,'http://elura.audio/wp-content/uploads/2016/02/S8_front-screenless_cropped.png',0,'attachment','image/png',0),(1375,1,'2016-02-16 20:54:42','2016-02-16 20:54:42','','S65LCR_front-screenless_cropped','','inherit','open','closed','','s65lcr_front-screenless_cropped','','','2016-02-16 20:54:42','2016-02-16 20:54:42','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65LCR_front-screenless_cropped.png',0,'attachment','image/png',0),(1376,1,'2016-02-16 20:54:58','2016-02-16 20:54:58','','S8LCR_screenless-front_cropped','','inherit','open','closed','','s8lcr_screenless-front_cropped','','','2016-02-16 20:54:58','2016-02-16 20:54:58','',1033,'http://elura.audio/wp-content/uploads/2016/02/S8LCR_screenless-front_cropped.png',0,'attachment','image/png',0),(1378,1,'2016-02-16 20:58:02','2016-02-16 20:58:02','','B65ST_front-screenless_cropped','','inherit','open','closed','','b65st_front-screenless_cropped','','','2016-02-16 20:58:02','2016-02-16 20:58:02','',954,'http://elura.audio/wp-content/uploads/2016/02/B65ST_front-screenless_cropped.png',0,'attachment','image/png',0),(1379,1,'2016-02-16 20:58:32','2016-02-16 20:58:32','','B8_Front_cropped','','inherit','open','closed','','b8_front_cropped','','','2016-02-16 20:58:32','2016-02-16 20:58:32','',954,'http://elura.audio/wp-content/uploads/2016/02/B8_Front_cropped.png',0,'attachment','image/png',0),(1380,1,'2016-02-16 21:09:45','2016-02-16 21:09:45','','R8Z_screenless_cropped','','inherit','open','closed','','r8z_screenless_cropped','','','2016-02-16 21:09:45','2016-02-16 21:09:45','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_screenless_cropped.png',0,'attachment','image/png',0),(1381,1,'2016-02-16 21:10:15','2016-02-16 21:10:15','','R8LCRZ_front-screenless_cropped','','inherit','open','closed','','r8lcrz_front-screenless_cropped','','','2016-02-16 21:10:15','2016-02-16 21:10:15','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8LCRZ_front-screenless_cropped.png',0,'attachment','image/png',0),(1382,1,'2016-02-16 21:12:50','2016-02-16 21:12:50','','B65IW_front-straight_cropped','','inherit','open','closed','','b65iw_front-straight_cropped','','','2016-02-16 21:12:50','2016-02-16 21:12:50','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight_cropped.png',0,'attachment','image/png',0),(1383,1,'2016-02-16 21:16:26','2016-02-16 21:16:26','','R65LCRIWZ_Front_cropped','','inherit','open','closed','','r65lcriwz_front_cropped','','','2016-02-16 21:16:26','2016-02-16 21:16:26','',1009,'http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Front_cropped.png',0,'attachment','image/png',0),(1385,1,'2016-02-16 21:19:28','2016-02-16 21:19:28','','S65LCRIW-screenless-front','','inherit','open','closed','','s65lcriw-screenless-front-4','','','2016-02-16 21:19:28','2016-02-16 21:19:28','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front2.png',0,'attachment','image/png',0),(1386,1,'2016-02-16 21:21:07','2016-02-16 21:21:07','','S65LCRIW-screenless-front_cropped','','inherit','open','closed','','s65lcriw-screenless-front_cropped','','','2016-02-16 21:21:07','2016-02-16 21:21:07','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front_cropped.png',0,'attachment','image/png',0),(1387,1,'2016-02-16 21:23:40','2016-02-16 21:23:40','','R65STZ_front-screenless_cropped','','inherit','open','closed','','r65stz_front-screenless_cropped','','','2016-02-16 21:23:40','2016-02-16 21:23:40','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless_cropped.png',0,'attachment','image/png',0),(1389,1,'2016-02-16 21:29:02','2016-02-16 21:29:02','This is the static front page. Its details are edited through editing the Front Page Template\r\n<h2>Where to buy:</h2>\r\n<strong>Elura is sold exclusively at WAVE Electronics to custom integrators.</strong>\r\n\r\n<strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>You can also visit one of their 10 locations to audition the Elura speakers.</strong>\r\n<h4>Texas:</h4>\r\n<ul>\r\n <li>\r\n<h4> North Houston</h4>\r\n<ul>\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>281.453.1300 p</li>\r\n <li>281.453.1305 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4> Southwest Houston</h4>\r\n<ul>\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>713.849.2710 p</li>\r\n <li>832.328.1512 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Dallas</h4>\r\n<ul>\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX</li>\r\n <li>469.828.4300 p</li>\r\n <li>469.828.4396 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>San Antonio</h4>\r\n<ul>\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>210.495.3777 p</li>\r\n <li>210.495.3779\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Austin</h4>\r\n<ul>\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>512.615.1170 p</li>\r\n <li>512.615.1171\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Louisiana</h4>\r\n<ul>\r\n <li>\r\n<h4>New Orleans</h4>\r\n<ul>\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>504.731.2922 p</li>\r\n <li>504.731.2923 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Baton Rouge</h4>\r\n<ul>\r\n <li>14141 Airline Hwy Bldg 3 Ste J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>225.753.6703 p</li>\r\n <li>225.753.6738 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Florida</h4>\r\n<ul>\r\n <li>\r\n<h4>Ft. Lauderdale</h4>\r\n<ul>\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>954.734.9283 f</li>\r\n <li>954.263-5300 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>732.377.4119 p</li>\r\n <li>732.377.4120 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Arizona</h4>\r\n<ul>\r\n <li>\r\n<h4>Scottsdale</h4>\r\n<ul>\r\n <li>16033 N. 77th Street, Ste A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>480.240.1611 p</li>\r\n <li>480.240.1615 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\nElura, redefining the art of sound through architectural speakers','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-16 21:29:02','2016-02-16 21:29:02','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1390,1,'2016-02-16 21:39:21','2016-02-16 21:39:21','','R65IWZ_Front_cropped','','inherit','open','closed','','r65iwz_front_cropped','','','2016-02-16 21:39:21','2016-02-16 21:39:21','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Front_cropped.png',0,'attachment','image/png',0),(1391,1,'2016-02-16 21:59:02','2016-02-16 21:59:02','','SUBB8_frontangle_cropped','','inherit','open','closed','','subb8_frontangle_cropped','','','2016-02-16 21:59:02','2016-02-16 21:59:02','',950,'http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle_cropped.png',0,'attachment','image/png',0),(1392,1,'2016-02-16 22:29:56','2016-02-16 22:29:56','','R65IWZ_Front_new_crop','','inherit','open','closed','','r65iwz_front_new_crop','','','2016-02-16 22:29:56','2016-02-16 22:29:56','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Front_new_crop.png',0,'attachment','image/png',0),(1394,1,'2016-02-16 22:32:43','2016-02-16 22:32:43','','B65IW_front-straight_new_crop','','inherit','open','closed','','b65iw_front-straight_new_crop','','','2016-02-16 22:32:43','2016-02-16 22:32:43','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight_new_crop.png',0,'attachment','image/png',0),(1395,1,'2016-02-16 22:38:05','2016-02-16 22:38:05','','S65LCRIW-screenless-front_cropped','','inherit','open','closed','','s65lcriw-screenless-front_cropped-2','','','2016-02-16 22:38:05','2016-02-16 22:38:05','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front_cropped1.png',0,'attachment','image/png',0),(1398,1,'2016-02-16 22:41:17','2016-02-16 22:41:17','','S65IW_screenless_new_cropped','','inherit','open','closed','','s65iw_screenless_new_cropped','','','2016-02-16 22:41:17','2016-02-16 22:41:17','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_screenless_new_cropped.png',0,'attachment','image/png',0),(1399,1,'2016-02-16 22:45:53','2016-02-16 22:45:53','','Black Label Select','','inherit','closed','closed','','997-autosave-v1','','','2016-02-16 22:45:53','2016-02-16 22:45:53','',997,'http://elura.audio/997-autosave-v1/',0,'revision','',0),(1400,1,'2016-02-16 22:48:35','2016-02-16 22:48:35','','B65IW_front-straight_new_crop','','inherit','open','closed','','b65iw_front-straight_new_crop-2','','','2016-02-16 22:48:35','2016-02-16 22:48:35','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight_new_crop1.png',0,'attachment','image/png',0),(1401,1,'2016-02-16 22:53:16','2016-02-16 22:53:16','','B65IW_front-straight_new_size','','inherit','open','closed','','b65iw_front-straight_new_size','','','2016-02-16 22:53:16','2016-02-16 22:53:16','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight_new_size.png',0,'attachment','image/png',0),(1402,1,'2016-02-16 23:02:40','2016-02-16 23:02:40','','new-speaker','','inherit','open','closed','','new-speaker','','','2016-02-16 23:02:40','2016-02-16 23:02:40','',997,'http://elura.audio/wp-content/uploads/2016/02/new-speaker.png',0,'attachment','image/png',0),(1403,1,'2016-02-16 23:22:58','2016-02-16 23:22:58','','SUBB8_frontangle_croppedvxcvxc','','inherit','open','closed','','subb8_frontangle_croppedvxcvxc','','','2016-02-16 23:22:58','2016-02-16 23:22:58','',950,'http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle_croppedvxcvxc.png',0,'attachment','image/png',0),(1404,1,'2016-02-16 23:39:25','2016-02-16 23:39:25','','S65_front-screenless_1920-1280','','inherit','open','closed','','s65_front-screenless_1920-1280','','','2016-02-16 23:39:25','2016-02-16 23:39:25','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_1920-1280.png',0,'attachment','image/png',0),(1407,1,'2016-02-16 23:46:24','2016-02-16 23:46:24','','S65IW_Woofer_1080-590','','inherit','open','closed','','s65iw_woofer_1080-590','','','2016-02-16 23:46:24','2016-02-16 23:46:24','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_Woofer_1080-5902.png',0,'attachment','image/png',0),(1408,1,'2016-02-16 23:49:05','2016-02-16 23:49:05','','S65LCRIW_back_cropped','','inherit','open','closed','','s65lcriw_back_cropped','','','2016-02-16 23:49:05','2016-02-16 23:49:05','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_back_cropped.png',0,'attachment','image/png',0),(1409,1,'2016-02-16 23:53:15','2016-02-16 23:53:15','','S65_front-screenless_1500-1100','','inherit','open','closed','','s65_front-screenless_1500-1100','','','2016-02-16 23:53:15','2016-02-16 23:53:15','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_1500-1100.png',0,'attachment','image/png',0),(1412,1,'2016-02-17 00:03:40','2016-02-17 00:03:40','','S65_front-screenless_Spec','','inherit','open','closed','','s65_front-screenless_spec','','','2016-02-17 00:03:40','2016-02-17 00:03:40','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_Spec2.png',0,'attachment','image/png',0),(1413,1,'2016-02-17 00:06:38','2016-02-17 00:06:38','','S65ST_screenless-front_spec','','inherit','open','closed','','s65st_screenless-front_spec','','','2016-02-17 00:06:38','2016-02-17 00:06:38','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65ST_screenless-front_spec.png',0,'attachment','image/png',0),(1414,1,'2016-02-17 00:09:02','2016-02-17 00:09:02','','S65LCR_front-screenless_spec','','inherit','open','closed','','s65lcr_front-screenless_spec','','','2016-02-17 00:09:02','2016-02-17 00:09:02','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65LCR_front-screenless_spec.png',0,'attachment','image/png',0),(1415,1,'2016-02-17 00:11:38','2016-02-17 00:11:38','','B8_Front_spec','','inherit','open','closed','','b8_front_spec','','','2016-02-17 00:11:38','2016-02-17 00:11:38','',954,'http://elura.audio/wp-content/uploads/2016/02/B8_Front_spec.png',0,'attachment','image/png',0),(1416,1,'2016-02-17 00:13:40','2016-02-17 00:13:40','','B65ST_front-screenless_spec','','inherit','open','closed','','b65st_front-screenless_spec','','','2016-02-17 00:13:40','2016-02-17 00:13:40','',954,'http://elura.audio/wp-content/uploads/2016/02/B65ST_front-screenless_spec.png',0,'attachment','image/png',0),(1417,1,'2016-02-17 00:15:47','2016-02-17 00:15:47','','B65ST_front-screenless_top','','inherit','open','closed','','b65st_front-screenless_top','','','2016-02-17 00:15:47','2016-02-17 00:15:47','',954,'http://elura.audio/wp-content/uploads/2016/02/B65ST_front-screenless_top.png',0,'attachment','image/png',0),(1419,1,'2016-02-17 00:20:46','2016-02-17 00:20:46','','R8Z_screenless_spec','','inherit','open','closed','','r8z_screenless_spec','','','2016-02-17 00:20:46','2016-02-17 00:20:46','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_screenless_spec1.png',0,'attachment','image/png',0),(1421,1,'2016-02-17 00:24:13','2016-02-17 00:24:13','','R65STZ_front-screenless_spec','','inherit','open','closed','','r65stz_front-screenless_spec','','','2016-02-17 00:24:13','2016-02-17 00:24:13','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless_spec1.png',0,'attachment','image/png',0),(1424,1,'2016-02-17 15:03:26','2016-02-17 15:03:26','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a>\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 15:03:26','2016-02-17 15:03:26','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1426,1,'2016-02-17 15:30:45','2016-02-17 15:30:45','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-8\">\r\n<h4> Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4> The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\"></div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-17 15:30:45','2016-02-17 15:30:45','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1427,1,'2016-02-17 21:18:41','2016-02-17 21:18:41','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 21:18:41','2016-02-17 21:18:41','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1429,1,'2016-02-17 22:00:19','2016-02-17 22:00:19','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:00:19','2016-02-17 22:00:19','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1430,1,'2016-02-17 22:01:21','2016-02-17 22:01:21','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:01:21','2016-02-17 22:01:21','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1431,1,'2016-02-17 22:02:56','2016-02-17 22:02:56','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:02:56','2016-02-17 22:02:56','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1432,1,'2016-02-17 22:04:40','2016-02-17 22:04:40','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:04:40','2016-02-17 22:04:40','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1433,1,'2016-02-17 22:05:30','2016-02-17 22:05:30','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:05:30','2016-02-17 22:05:30','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1434,1,'2016-02-17 22:06:36','2016-02-17 22:06:36','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>  </h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:06:36','2016-02-17 22:06:36','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1435,1,'2016-02-17 22:07:01','2016-02-17 22:07:01','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:07:01','2016-02-17 22:07:01','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1436,1,'2016-02-17 22:08:07','2016-02-17 22:08:07','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:08:07','2016-02-17 22:08:07','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1437,1,'2016-02-18 19:16:33','2016-02-18 19:16:33','','Blue Label by Sonance - Premium','','inherit','closed','closed','','1033-revision-v1','','','2016-02-18 19:16:33','2016-02-18 19:16:33','',1033,'http://elura.audio/1033-revision-v1/',0,'revision','',0),(1439,1,'2016-02-18 19:18:01','2016-02-18 19:18:01',' \r\n\r\n ','Blue Label by Sonance - Premium','','inherit','closed','closed','','1009-revision-v1','','','2016-02-18 19:18:01','2016-02-18 19:18:01','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1440,1,'2016-02-18 19:25:40','2016-02-18 19:25:40','','S65LCRIW-screenless-frontangle-edited','','inherit','open','closed','','s65lcriw-screenless-frontangle-edited','','','2016-02-18 19:25:40','2016-02-18 19:25:40','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-frontangle-edited.png',0,'attachment','image/png',0),(1441,1,'2016-02-18 19:29:31','2016-02-18 19:29:31','','Red Label - Performance','','inherit','closed','closed','','1014-revision-v1','','','2016-02-18 19:29:31','2016-02-18 19:29:31','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1442,1,'2016-02-18 19:32:56','2016-02-18 19:32:56','','Red Label - Performance','','inherit','closed','closed','','995-revision-v1','','','2016-02-18 19:32:56','2016-02-18 19:32:56','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1443,1,'2016-02-18 19:35:47','2016-02-18 19:35:47','','S65LCRIW_woofer-tweeter','','inherit','open','closed','','s65lcriw_woofer-tweeter','','','2016-02-18 19:35:47','2016-02-18 19:35:47','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_woofer-tweeter.png',0,'attachment','image/png',0),(1444,1,'2016-02-18 19:36:53','2016-02-18 19:36:53','','Black Label - Select','','inherit','closed','closed','','997-revision-v1','','','2016-02-18 19:36:53','2016-02-18 19:36:53','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1445,1,'2016-02-18 19:37:24','2016-02-18 19:37:24','','Black Label - Select','','inherit','closed','closed','','954-revision-v1','','','2016-02-18 19:37:24','2016-02-18 19:37:24','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(1446,1,'2016-02-18 19:38:13','2016-02-18 19:38:13','need OUT6.5B photos!!','Black Label - Select Series','','inherit','closed','closed','','1086-revision-v1','','','2016-02-18 19:38:13','2016-02-18 19:38:13','',1086,'http://elura.audio/1086-revision-v1/',0,'revision','',0),(1447,1,'2016-02-18 19:38:38','2016-02-18 19:38:38','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','OUTDOOR SPEAKERS','','inherit','closed','closed','','558-autosave-v1','','','2016-02-18 19:38:38','2016-02-18 19:38:38','',558,'http://elura.audio/558-autosave-v1/',0,'revision','',0),(1448,1,'2016-02-18 19:39:33','2016-02-18 19:39:33','','Black Label - Select Series','','inherit','closed','closed','','950-revision-v1','','','2016-02-18 19:39:33','2016-02-18 19:39:33','',950,'http://elura.audio/950-revision-v1/',0,'revision','',0),(1450,1,'2016-02-18 19:47:05','2016-02-18 19:47:05','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\">Not near a WAVE Electronics? No problem, we will ship them to you free freight.</h3>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 19:47:05','2016-02-18 19:47:05','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1451,1,'2016-02-18 19:48:55','2016-02-18 19:48:55','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3 style=\"text-align: center;\">Not near a WAVE Electronics? No problem, we will ship them to you free freight.</h3>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 19:48:55','2016-02-18 19:48:55','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1452,1,'2016-02-18 19:50:30','2016-02-18 19:50:30','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3 style=\"text-align: center;\">Not near a WAVE Electronics? No problem, we will ship them to you free freight.</h3>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 19:50:30','2016-02-18 19:50:30','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1453,1,'2016-02-18 19:51:24','2016-02-18 19:51:24','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3 style=\"text-align: center;\">Not near a WAVE Electronics? No problem, we will ship them to you <span style=\"text-decoration: underline;\">free freight</span>.</h3>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 19:51:24','2016-02-18 19:51:24','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1454,1,'2016-02-18 19:55:24','2016-02-18 19:55:24','','S65LCRIW_back-cropped','','inherit','open','closed','','s65lcriw_back-cropped','','','2016-02-18 19:55:24','2016-02-18 19:55:24','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_back-cropped1.png',0,'attachment','image/png',0),(1465,1,'2016-02-18 20:53:17','2016-02-18 20:53:17','','R8LCR_tweeter-angled-1024-645','','inherit','open','closed','','r8lcr_tweeter-angled-1024-645','','','2016-02-18 20:53:17','2016-02-18 20:53:17','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8LCR_tweeter-angled-1024-645.png',0,'attachment','image/png',0),(1466,1,'2016-02-18 21:20:45','2016-02-18 21:20:45','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3 style=\"text-align: center;\">Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h3 style=\"text-align: center;\">Free freight programs available.</h3>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 21:20:45','2016-02-18 21:20:45','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1467,1,'2016-02-18 21:21:06','2016-02-18 21:21:06','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3 style=\"text-align: center;\">Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h4 style=\"text-align: center;\">Free freight programs available.</h4>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 21:21:06','2016-02-18 21:21:06','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1468,1,'2016-02-19 21:38:20','2016-02-19 21:38:20','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\n<h3 style=\"text-align: center; text-align: -webkit-center;\">Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\n<h4 style=\"text-align: center; text-align: -webkit-center;\">Free freight programs available.</h4>\n<div style=\"text-align: center; text-align: -webkit-center;\"\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\n\n</div>\n<h4></h4>\n<div id=\"locations-page\">\n<h1>Locations</h1>\n<div class=\"col-md-12\">\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3>Texas</h3>\n<b>North Houston</b>\n\n221 Barren Springs Dr #19\nHouston, TX 77090\nPhone: (281) 453-1300\nFax: (281) 453-1305\nHours: Mon - Fri, 8 am - 5:30 pm CST\n\n</div>\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3></h3>\n<b>S.W. Houston</b>\n\n8648 Glenmont Dr #130\nHouston, TX 77036\nPhone: (713) 849-2710\nFax: (832) 328-1512\nHours: Mon - Fri, 8 am - 5:30 pm CST\n\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3></h3>\n<b>Dallas</b>\n\n14280 Gillis Rd\nFarmers Branch, TX 75244\nPhone: (469) 828-4300\nFax: (469) 828-4396\nHours: Mon - Fri, 8 am - 5:30 pm CST\n\n</div>\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3></h3>\n<b>San Antonio</b>\n\n12961 Park Central #1430\nSan Antonio, TX 78216\nPhone: (210) 495-3777\nFax: (210) 495-3779\nHours: Mon - Fri, 8 am - 5:30 pm CST\n\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3></h3>\n<b>Austin</b>\n\n9208 Waterford Centre Blvd #120\nAustin, TX 78758\nPhone: (512) 615-1170\nFax: (512) 615-1171\nHours: Mon - Fri, 8 am - 5:30 pm CST\n\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3>Louisiana</h3>\n<b>New Orleans</b>\n\n509-A S. Al Davis Rd\nNew Orleans, LA 70123\nPhone: (504) 731-2922\nFax: (504) 731-2923\nHours: Mon - Fri, 8 am - 5:30 pm CST\n\n</div>\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3></h3>\n<b>Baton Rouge</b>\n\n14141 Airline Hwy BLDG 3 STE J\nBaton Rouge, LA 70817\nPhone: (225) 753-6703\nFax: (225) 753-6738\nHours: Mon - Fri, 8 am - 5:30 pm CST\n\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3>Arizona</h3>\n<b>Scottsdale</b>\n\n16033 N 77th Street, Suite A1\nScottsdale, AZ 85260\nPhone: (480) 240-1611\nFax: (480) 240-1615\nHours: Mon - Fri, 8 am - 5:30 pm MT\n\n</div>\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3>Florida</h3>\n<b>Ft. Lauderdale</b>\n\n325 N. Bryan Rd\nDania Beach, FL 33004\nPhone: (954) 734-9283\nFax: (954) 596-4010\nHours: Mon - Fri, 8 am - 5:30 pm EST\n\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3>New Jersey</h3>\n<b>New Jersey</b>\n\n320 Campus Dr\nEdison, NJ 08837\nPhone: (732) 377-4119\nFax: (732) 377-4120\nHours: Mon - Fri, 8 am - 5:30 pm EST\n\n</div>\n</div>\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\n</div>\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-autosave-v1','','','2016-02-19 21:38:20','2016-02-19 21:38:20','',1282,'http://elura.audio/1282-autosave-v1/',0,'revision','',0),(1469,1,'2016-02-18 21:29:13','2016-02-18 21:29:13','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.\r\nNot near a WAVE Electronics? No problem, we will ship them to you.\r\nFree freight programs available.</h4>\r\n\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 21:29:13','2016-02-18 21:29:13','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1470,1,'2016-02-18 21:30:10','2016-02-18 21:30:10','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.\r\nNot near a WAVE Electronics? No problem, we will ship them to you.\r\nFree freight programs available.</h4>\r\n</div>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 21:30:10','2016-02-18 21:30:10','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1471,1,'2016-02-18 21:32:25','2016-02-18 21:32:25','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.\r\nNot near a WAVE Electronics? No problem, we will ship them to you.\r\nFree freight programs available.</h4>\r\n\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 21:32:25','2016-02-18 21:32:25','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1472,1,'2016-02-18 21:40:52','2016-02-18 21:40:52','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3>Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h4>Free freight programs available.</h4>\r\n\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 21:40:52','2016-02-18 21:40:52','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1474,1,'2016-02-18 21:55:01','2016-02-18 21:55:01','<strong><u>Elura: The History Behind the Brand</u></strong>\r\n\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p style=\"padding-left: 210px; text-align: center;\">-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-18 21:55:01','2016-02-18 21:55:01','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1475,1,'2016-02-18 22:10:46','2016-02-18 22:10:46','<div class=\"col-md-12\" style=\"text-align: center; text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3>Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h4>Free freight programs available.</h4>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 22:10:46','2016-02-18 22:10:46','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1476,1,'2016-02-18 22:13:42','2016-02-18 22:13:42','<div class=\"col-md-12\">\r\n<div class=\"col-md-8\">\r\n<strong><u>Elura: The History Behind the Brand</u></strong>\r\n\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p style=\"padding-left: 210px; text-align: center;\">-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-18 22:13:42','2016-02-18 22:13:42','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1477,1,'2016-02-18 22:15:08','2016-02-18 22:15:08','<div class=\"col-md-12\">\r\n<h1> </h1>\r\n<div class=\"col-md-8\">\r\n<strong><u>Elura: The History Behind the Brand</u></strong>\r\n\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p style=\"padding-left: 210px; text-align: center;\">-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-18 22:15:08','2016-02-18 22:15:08','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1478,1,'2016-02-18 22:20:43','2016-02-18 22:20:43','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p style=\"padding-left: 210px; text-align: center;\">-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" /><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-18 22:20:43','2016-02-18 22:20:43','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1479,1,'2016-02-19 15:05:19','2016-02-19 15:05:19','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3>Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h4>Free freight programs available.</h4>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-19 15:05:19','2016-02-19 15:05:19','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1480,1,'2016-02-19 15:05:57','2016-02-19 15:05:57','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3>Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h4>Free freight programs available.</h4>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-19 15:05:57','2016-02-19 15:05:57','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1481,1,'2016-02-19 15:24:34','2016-02-19 15:24:34','<div class=\"col-md-12\">\n<h1></h1>\n<div class=\"col-md-8\">\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\n\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\n\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\n\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\n<p>-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\n\n</div>\n<div class=\"col-md-1\"></div>\n<div class=\"col-md-3\">\n\n<h2\n<p><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" /></P>\n\n\n<p><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" /></p>\n\n\n<p><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" /></p>\n\n</div>\n</div>\n ','COMPANY','','inherit','closed','closed','','562-autosave-v1','','','2016-02-19 15:24:34','2016-02-19 15:24:34','',562,'http://elura.audio/562-autosave-v1/',0,'revision','',0),(1482,1,'2016-02-19 15:13:01','2016-02-19 15:13:01','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p style=\"padding-left: 210px; text-align: center;\">-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<div class = \"col-md-12\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" /></div>\r\n\r\n<div class = \"col-md-12\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" /></div>\r\n\r\n<div class = \"col-md-12\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" /></div>\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-19 15:13:01','2016-02-19 15:13:01','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1483,1,'2016-02-19 15:17:28','2016-02-19 15:17:28','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p style=\"padding-left: 210px; text-align: center;\">-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"100%\" /></P></div>\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"100%\" /></p></div>\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" /></p></div>\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-19 15:17:28','2016-02-19 15:17:28','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1484,1,'2016-02-19 15:18:48','2016-02-19 15:18:48','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p style=\"padding-left: 210px; text-align: center;\">-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" /></P></div>\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" /></p></div>\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" /></p></div>\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-19 15:18:48','2016-02-19 15:18:48','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1485,1,'2016-02-19 15:20:29','2016-02-19 15:20:29','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p>-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" /></P></div>\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" /></p></div>\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" /></p></div>\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-19 15:20:29','2016-02-19 15:20:29','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1486,1,'2016-02-19 15:22:59','2016-02-19 15:22:59','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p>-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n\r\n<p><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" /></P>\r\n\r\n\r\n<p><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" /></p>\r\n\r\n\r\n<p><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" /></p>\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-19 15:22:59','2016-02-19 15:22:59','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1487,1,'2016-02-19 15:24:50','2016-02-19 15:24:50','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p>-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<h2> </h2>\r\n<p><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" /></P>\r\n\r\n\r\n<p><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" /></p>\r\n\r\n\r\n<p><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" /></p>\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-19 15:24:50','2016-02-19 15:24:50','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1488,1,'2016-02-19 17:15:14','2016-02-19 17:15:14','','2-In-Wall-SUBB8_fix','','inherit','open','closed','','2-in-wall-subb8_fix-2','','','2016-02-19 17:15:14','2016-02-19 17:15:14','',565,'http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg',0,'attachment','image/jpeg',0),(1489,1,'2016-02-19 17:15:18','2016-02-19 17:15:18','This is the static front page. Its details are edited through editing the Front Page Template\n<h2></h2>','Front Page','','inherit','closed','closed','','565-autosave-v1','','','2016-02-19 17:15:18','2016-02-19 17:15:18','',565,'http://elura.audio/565-autosave-v1/',0,'revision','',0),(1490,1,'2016-02-19 17:15:31','2016-02-19 17:15:31','This is the static front page. Its details are edited through editing the Front Page Template\r\n<h2></h2>','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-19 17:15:31','2016-02-19 17:15:31','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1497,1,'2016-02-19 21:38:27','2016-02-19 21:38:27','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3 style=\"text-align: center; text-align: -webkit-center;\">Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h4 style=\"text-align: center; text-align: -webkit-center;\">Free freight programs available.</h4>\r\n<div style=\"text-align: center; text-align: -webkit-center;\">\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></div>\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-19 21:38:27','2016-02-19 21:38:27','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1498,1,'2016-02-20 00:20:47','2016-02-20 00:20:47','','Black Label - Select Series','','inherit','closed','closed','','950-autosave-v1','','','2016-02-20 00:20:47','2016-02-20 00:20:47','',950,'http://elura.audio/950-autosave-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=utf8; /*!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 (882,1,0),(892,45,0),(913,69,0),(921,1,0),(922,1,0),(924,1,0),(934,69,0),(936,69,0),(938,69,0),(950,69,0),(954,58,0),(966,1,0),(995,45,0),(997,45,0),(1006,1,0),(1009,45,0),(1014,58,0),(1019,1,0),(1033,58,0),(1037,1,0),(1086,73,0),(1160,1,0),(1280,1,0),(1290,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8; /*!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),(45,45,'category','',0,3),(58,58,'category','',0,3),(69,69,'category','',0,1),(73,73,'category','',0,1),(83,83,'category','',0,0),(90,90,'nav_menu','',0,0),(91,91,'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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_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_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) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8; /*!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),(45,'IN-WALL SPEAKERS','in-wall-speakers',0),(58,'IN-CEILING SPEAKERS','in-ceiling-speakers',0),(69,'SUBWOOFERS','subwoofers',0),(73,'OUTDOOR','outdoor',0),(83,'COMPANY','company',0),(90,'Main-menu','main-menu',0),(91,'WHERE TO BUY','where-to-buy',0); /*!40000 ALTER TABLE `wp_terms` 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) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8; /*!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,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(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:13:{s:13:\"administrator\";b:1;s:26:\"wpcf_custom_post_type_view\";b:1;s:26:\"wpcf_custom_post_type_edit\";b:1;s:33:\"wpcf_custom_post_type_edit_others\";b:1;s:25:\"wpcf_custom_taxonomy_view\";b:1;s:25:\"wpcf_custom_taxonomy_edit\";b:1;s:32:\"wpcf_custom_taxonomy_edit_others\";b:1;s:22:\"wpcf_custom_field_view\";b:1;s:22:\"wpcf_custom_field_edit\";b:1;s:29:\"wpcf_custom_field_edit_others\";b:1;s:25:\"wpcf_user_meta_field_view\";b:1;s:25:\"wpcf_user_meta_field_edit\";b:1;s:32:\"wpcf_user_meta_field_edit_others\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(14,1,'session_tokens','a:8:{s:64:\"0317927e30228ccf41b5ae9d85212479477642ee8f7798ef288e07b72a28653b\";a:4:{s:10:\"expiration\";i:1455989821;s:2:\"ip\";s:13:\"67.200.184.82\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1455817021;}s:64:\"769b7c6596b523e61e1951696e71d0e3acdf18f1d197baf9ea9337e82a96099d\";a:4:{s:10:\"expiration\";i:1455995464;s:2:\"ip\";s:13:\"67.200.184.82\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1455822664;}s:64:\"1139a67a82e0199445ca1bbf41785dc0d4bebc767e62a3048499af4344d75338\";a:4:{s:10:\"expiration\";i:1455997103;s:2:\"ip\";s:13:\"67.200.184.82\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1455824303;}s:64:\"7e71195f978dd2509877ba3aa8c42904ad17ac06b5a39016259855a3886bb7ec\";a:4:{s:10:\"expiration\";i:1456003107;s:2:\"ip\";s:13:\"67.200.184.82\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1455830307;}s:64:\"4ac45783a57043df9582906352bca160cb417a717c04ce2529148aa71230f42f\";a:4:{s:10:\"expiration\";i:1456006787;s:2:\"ip\";s:13:\"67.200.184.82\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1455833987;}s:64:\"4ea0214c940ffe1d01dd49d6a8df92b40d20e1670122dc175e1eeb43e9c28a3f\";a:4:{s:10:\"expiration\";i:1456074822;s:2:\"ip\";s:13:\"67.200.184.82\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1455902022;}s:64:\"ae23cc70ce62bfc15a5929341183f05391b6eeac59505abdcbd9a9165e611c4b\";a:4:{s:10:\"expiration\";i:1456089529;s:2:\"ip\";s:13:\"67.200.184.82\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1455916729;}s:64:\"fee3f6c799f8503fa66c96e4762e56e0eac09a52d8b2a10447822e15012f3822\";a:4:{s:10:\"expiration\";i:1456106805;s:2:\"ip\";s:13:\"67.200.184.84\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1455934005;}}'),(15,1,'wp_dashboard_quick_press_last_post_id','1311'),(16,1,'closedpostboxes_page','a:0:{}'),(17,1,'metaboxhidden_page','a:2:{i:0;s:13:\"pageparentdiv\";i:1;s:27:\"imageSliderPlugIn_sectionid\";}'),(18,1,'_fl_builder_launched','1'),(19,1,'closedpostboxes_post','a:0:{}'),(20,1,'metaboxhidden_post','a:1:{i:0;s:27:\"imageSliderPlugIn_sectionid\";}'),(21,1,'meta-box-order_post','a:3:{s:4:\"side\";s:38:\"submitdiv,categorydiv,tagsdiv-post_tag\";s:6:\"normal\";s:83:\"postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,slugdiv,authordiv,commentsdiv\";s:8:\"advanced\";s:79:\"mypluginB_sectionid,mypluginA_sectionid,mypluginC_sectionid,mypluginD_sectionid\";}'),(22,1,'screen_layout_post','2'),(23,1,'wp_user-settings','editor=tinymce&libraryContent=browse&align=center&post_dfw=off&hidetb=1&imgsize=full&editor_expand=off&mfold=o&ed_size=780&advImgDetails=show&posts_list_mode=list&wplink=0'),(24,1,'wp_user-settings-time','1455927680'),(25,1,'nav_menu_recently_edited','90'),(26,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(27,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(28,2,'nickname','admin2'),(29,2,'first_name','David'),(30,2,'last_name','Odhiambo'),(31,2,'description',''),(32,2,'rich_editing','true'),(33,2,'comment_shortcuts','false'),(34,2,'admin_color','fresh'),(35,2,'use_ssl','0'),(36,2,'show_admin_bar_front','true'),(37,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(38,2,'wp_user_level','10'),(39,2,'dismissed_wp_pointers',''),(40,2,'session_tokens','a:1:{s:64:\"88c02041db072ffdea1bddc6009299f64c44d1a2d269d647472f587cbebf336a\";a:4:{s:10:\"expiration\";i:1450640367;s:2:\"ip\";s:13:\"67.200.184.82\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1450467567;}}'),(41,2,'wp_dashboard_quick_press_last_post_id','737'),(42,1,'wp_media_library_mode','list'),(43,1,'meta-box-order_page','a:3:{s:4:\"side\";s:23:\"submitdiv,pageparentdiv\";s:6:\"normal\";s:0:\"\";s:8:\"advanced\";s:58:\"myplugin_sectionid_frontpage2C,imageSliderPlugIn_sectionid\";}'),(44,1,'screen_layout_page','2'); /*!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) NOT NULL DEFAULT '', `user_pass` varchar(64) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!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,'admin','$P$BbwT8qtK8wRK/0lY5..Bq6XaaK5Tpj/','admin','msheikh@waveinc.net','','2015-11-10 22:12:52','',0,'admin'),(2,'admin2','$P$ByXd7lvSuwdcK/JoRt/JsRbh7cWljl.','admin2','davido@waveinc.net','http://elura.audio/','2015-12-18 19:38:40','1450467521:$P$BOBAWxQjRaxnY6h6K556Zf76OGSEUa.',0,'David Odhiambo'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02c457a_0' -- /*!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 2016-02-19 21:28:18